Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-06-24 16:57:11 +02:00
parent 2a0d4a1e54
commit d670eec72a
5 changed files with 182 additions and 866 deletions

View file

@ -0,0 +1,93 @@
{
"data_format": 1,
"project": {
"name": "MapComplete Maxspeed",
"description": "This map shows the legally allowed maximum speed on every road.",
"project_url": "https://mapcomplete.osm.be/maxspeed",
"doc_url": "https://github.com/pietervdvn/MapComplete/tree/master/assets/themes/",
"icon_url": "https://mapcomplete.osm.be/assets/themes/maxspeed/maxspeed_logo.svg",
"contact_name": "Pieter Vander Vennet, ",
"contact_email": "pietervdvn@posteo.net"
},
"tags": [
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "residential"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "living_street"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "motorway"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "tertiary"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "unclassified"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "secondary"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "primary"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "trunk"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "motorway"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "tertiary_link"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "secondary_link"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "primary_link"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "trunk_link"
},
{
"key": "highway",
"description": "The MapComplete theme Maxspeed has a layer Maxspeed showing features with this tag",
"value": "motorway_link"
},
{
"key": "maxspeed",
"description": "Layer 'Maxspeed' shows and asks freeform values for key 'maxspeed' (in the MapComplete.osm.be theme 'Maxspeed')"
},
{
"key": "highway",
"description": "Layer 'Maxspeed' shows highway=living_street with a fixed text, namely 'This is a living street, which has a maxspeed of 20km/h' and allows to pick this as a default answer (in the MapComplete.osm.be theme 'Maxspeed')",
"value": "living_street"
}
]
}