forked from MapComplete/MapComplete
Remove timestamps from taginfo, regeneration of taginfo data
This commit is contained in:
parent
3481fe5b63
commit
3c248a52b9
24 changed files with 394 additions and 24 deletions
|
@ -95,7 +95,8 @@ function generateTagInfoEntry(layout: LayoutConfig): any {
|
|||
|
||||
// "data_url": "...", # this should be the URL under which this project file can be accessed (optional)
|
||||
// timestamp when project file was updated (optional, will use HTTP header date if not available)
|
||||
"data_updated": generationTime,
|
||||
// Not marked as not to pollute the github history
|
||||
//"data_updated": generationTime,
|
||||
"project": {
|
||||
"name": "MapComplete " + layout.title.txt, // name of the project (required)
|
||||
"description": layout.shortDescription.txt, // short description of the project (required)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue