mapcomplete/assets/themes/etymology.json

75 lines
No EOL
1.9 KiB
JSON

{
"id": "etymology",
"title": {
"en": "Open Etymology Map",
"nl": "Open Etymology-kaart"
},
"shortDescription": {
"en": "What is the origin of a toponym?",
"nl": "Wat is de oorsprong van een plaatsnaam?"
},
"description": {
"en": "On this map, you can see what an object is named after. The streets, buildings, ... come from OpenStreetMap which got linked with Wikidata. The information comes from Wpikipedia.",
"nl": "Op deze kaart zie je waar een plaats naar is vernoemd. De straten, gebouwen, ... komen uit OpenStreetMap, waar een link naar Wikidata werd gelegd. De informatie komt uit wikipedia."
},
"language": [
"en",
"nl"
],
"maintainer": "",
"icon": "./assets/layers/etymology/logo.svg",
"version": "0",
"startLat": 0,
"startLon": 0,
"startZoom": 1,
"widenFactor": 2,
"socialImage": "",
"layers": [
"etymology",
{
"builtin": "etymology",
"override": {
"id": "streets_without_etymology",
"name": {
"en": "Streets without etymology information",
"nl": "Straten zonder etymologische informatie"
},
"minzoom": 18,
"source": {
"osmTags": {
"and": [
"name~*",
"highway~*",
"highway!=bus_stop"
]
}
}
}
},
{
"builtin": "etymology",
"override": {
"id": "parks_and_forests_without_etymology",
"name": {
"en": "Parks and forests without etymology information",
"nl": "Parken en bossen zonder etymologische informatie"
},
"minzoom": 18,
"source": {
"osmTags": {
"and": [
"name~*",
{
"or": [
"leisure=park",
"landuse=forest"
]
}
]
}
}
}
}
],
"hideFromOverview": true
}