Browse Source

natural: improve zoom level

railway-electrification
parent
commit
2bd2999d57
  1. 47
      natural.json

47
natural.json

@ -19,15 +19,20 @@
"query": { "query": {
"9": [ "9": [
"(", "(",
"node[natural~\"^(peak|volcano)$\"];",
"node[natural~\"^(peak|volcano|valley)$\"];",
")" ")"
], ],
"13": [ "13": [
"(", "(",
"nwr[natural~\"^(peak|volcano|wood|scrub|heath|grassland|fell|bare_rock|scree|shingle|sand|mud|wetland|glacier|cape|beach|coastline|valley|ridge|arete|cliff|saddle|rock|stone|sinkhole|cave_entrance)$\"];",
"nwr[natural~\"^(peak|volcano|wood|glacier|cape|peninsula|beach|coastline|reef|hill|valley|ridge|arete|saddle|sinkhole|cave_entrance|isthmus)$\"];",
")" ")"
], ],
"16": [ "16": [
"(",
"nwr[natural][natural!~\"^(water|divide|bay|strait|spring|hot_spring|geyser|tree)$\"];",
")"
],
"18": [
"(", "(",
"nwr[natural][natural!~\"^(water|divide|bay|strait|spring|hot_spring|geyser)$\"];", "nwr[natural][natural!~\"^(water|divide|bay|strait|spring|hot_spring|geyser)$\"];",
")" ")"
@ -71,19 +76,19 @@
"group": "vegetation" "group": "vegetation"
}, },
"tree": { "tree": {
"zoom": 16,
"zoom": 18,
"sign": "<i class='fas fa-tree'></i>", "sign": "<i class='fas fa-tree'></i>",
"color": "darkgreen", "color": "darkgreen",
"group": "vegetation" "group": "vegetation"
}, },
"scrub": { "scrub": {
"zoom": 13,
"zoom": 16,
"sign": "", "sign": "",
"color": "green", "color": "green",
"group": "vegetation" "group": "vegetation"
}, },
"heath": { "heath": {
"zoom": 13,
"zoom": 16,
"sign": "", "sign": "",
"color": "green", "color": "green",
"group": "vegetation" "group": "vegetation"
@ -95,49 +100,49 @@
"group": "vegetation" "group": "vegetation"
}, },
"grassland": { "grassland": {
"zoom": 13,
"zoom": 16,
"sign": "", "sign": "",
"color": "#00dd24", "color": "#00dd24",
"group": "vegetation" "group": "vegetation"
}, },
"fell": { "fell": {
"zoom": 13,
"zoom": 16,
"sign": "", "sign": "",
"color": "#49ba91", "color": "#49ba91",
"group": "vegetation" "group": "vegetation"
}, },
"bare_rock": { "bare_rock": {
"zoom": 13,
"zoom": 16,
"sign": "", "sign": "",
"color": "#6f6f6f", "color": "#6f6f6f",
"group": "vegetation" "group": "vegetation"
}, },
"scree": { "scree": {
"zoom": 13,
"zoom": 16,
"sign": "", "sign": "",
"color": "#6f6f6f", "color": "#6f6f6f",
"group": "vegetation" "group": "vegetation"
}, },
"shingle": { "shingle": {
"zoom": 13,
"zoom": 16,
"sign": "", "sign": "",
"color": "#6f6f6f", "color": "#6f6f6f",
"group": "vegetation" "group": "vegetation"
}, },
"sand": { "sand": {
"zoom": 13,
"zoom": 16,
"sign": "", "sign": "",
"color": "#f9d199", "color": "#f9d199",
"group": "vegetation" "group": "vegetation"
}, },
"mud": { "mud": {
"zoom": 13,
"zoom": 16,
"sign": "<img data-src='maki:wetland?fill=white'>", "sign": "<img data-src='maki:wetland?fill=white'>",
"color": "#988b00", "color": "#988b00",
"group": "vegetation" "group": "vegetation"
}, },
"wetland": { "wetland": {
"zoom": 13,
"zoom": 16,
"sign": "<img data-src='maki:wetland?fill=white'>", "sign": "<img data-src='maki:wetland?fill=white'>",
"color": "#00baff", "color": "#00baff",
"group": "water" "group": "water"
@ -149,13 +154,13 @@
"group": "water" "group": "water"
}, },
"cape": { "cape": {
"zoom": 16,
"zoom": 13,
"sign": "", "sign": "",
"color": "#1d7500", "color": "#1d7500",
"group": "water" "group": "water"
}, },
"peninsula": { "peninsula": {
"zoom": 16,
"zoom": 13,
"sign": "", "sign": "",
"color": "#1d7500", "color": "#1d7500",
"group": "water" "group": "water"
@ -185,7 +190,7 @@
"group": "landform" "group": "landform"
}, },
"hill": { "hill": {
"zoom": 16,
"zoom": 13,
"sign": "", "sign": "",
"color": "#4f4f4f", "color": "#4f4f4f",
"group": "landform" "group": "landform"
@ -197,7 +202,7 @@
"group": "landform" "group": "landform"
}, },
"valley": { "valley": {
"zoom": 13,
"zoom": 9,
"sign": "", "sign": "",
"color": "#1d7500", "color": "#1d7500",
"group": "landform" "group": "landform"
@ -221,7 +226,7 @@
"group": "landform" "group": "landform"
}, },
"cliff": { "cliff": {
"zoom": 13,
"zoom": 16,
"sign": "", "sign": "",
"color": "#4f4f4f", "color": "#4f4f4f",
"group": "landform" "group": "landform"
@ -233,13 +238,13 @@
"group": "landform" "group": "landform"
}, },
"rock": { "rock": {
"zoom": 13,
"zoom": 16,
"sign": "", "sign": "",
"color": "#4f4f4f", "color": "#4f4f4f",
"group": "landform" "group": "landform"
}, },
"stone": { "stone": {
"zoom": 13,
"zoom": 16,
"sign": "", "sign": "",
"color": "#4f4f4f", "color": "#4f4f4f",
"group": "landform" "group": "landform"
@ -257,7 +262,7 @@
"group": "landform" "group": "landform"
}, },
"isthmus": { "isthmus": {
"zoom": 16,
"zoom": 13,
"sign": "", "sign": "",
"color": "#1d7500", "color": "#1d7500",
"group": "landform" "group": "landform"

Loading…
Cancel
Save