Skip to content

Commit

Permalink
changed from the deprecated to non-deprecated names
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 28, 2024
1 parent 1ae1d3a commit a9a3a3b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions map/styles/navigatum-basemap.json
Original file line number Diff line number Diff line change
Expand Up @@ -2228,7 +2228,7 @@
"layout": {
"icon-image": "gate",
"text-anchor": "left",
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Condensed Italic"],
"text-max-width": 9,
"text-offset": [0.9, 0],
Expand All @@ -2255,7 +2255,7 @@
"layout": {
"icon-image": "gate",
"text-anchor": "left",
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Condensed Italic"],
"text-max-width": 9,
"text-offset": [0.9, 0],
Expand Down Expand Up @@ -2283,7 +2283,7 @@
"layout": {
"icon-image": "fire-station",
"text-anchor": "left",
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Condensed Italic"],
"text-max-width": 9,
"text-offset": [0.9, 0],
Expand All @@ -2310,7 +2310,7 @@
"layout": {
"icon-image": ["get", "class"],
"text-anchor": "left",
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Condensed Italic"],
"text-max-width": 9,
"text-offset": [0.9, 0],
Expand Down Expand Up @@ -2343,7 +2343,7 @@
"layout": {
"icon-image": ["get", "class"],
"text-anchor": "left",
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Condensed Italic"],
"text-max-width": 9,
"text-offset": [0.9, 0],
Expand Down Expand Up @@ -2428,7 +2428,7 @@
false
],
"layout": {
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Condensed Italic"],
"text-letter-spacing": 0.1,
"text-max-width": 9,
Expand Down Expand Up @@ -2456,7 +2456,7 @@
"source-layer": "place",
"filter": ["==", ["get", "class"], "village"],
"layout": {
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Regular"],
"text-max-width": 8,
"text-size": [
Expand Down Expand Up @@ -2484,7 +2484,7 @@
"layout": {
"icon-image": ["step", ["zoom"], "dot_9", 8, ""],
"text-anchor": "bottom",
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Regular"],
"text-max-width": 8,
"text-offset": [0, 0],
Expand Down Expand Up @@ -2514,7 +2514,7 @@
"layout": {
"icon-image": ["step", ["zoom"], "dot_9", 8, ""],
"text-anchor": "bottom",
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Medium"],
"text-max-width": 8,
"text-offset": [0, 0],
Expand Down Expand Up @@ -2545,7 +2545,7 @@
"maxzoom": 6,
"filter": ["==", ["get", "class"], "state"],
"layout": {
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Condensed Italic"],
"text-size": ["interpolate", ["linear"], ["zoom"], 4, 11, 6, 15],
"text-transform": "uppercase"
Expand All @@ -2568,7 +2568,7 @@
["==", ["get", "class"], "country"]
],
"layout": {
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Condensed Italic"],
"text-max-width": 6.25,
"text-size": ["interpolate", ["linear"], ["zoom"], 3, 11, 7, 17],
Expand All @@ -2593,7 +2593,7 @@
["==", ["get", "class"], "country"]
],
"layout": {
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Condensed Italic"],
"text-max-width": 6.25,
"text-size": ["interpolate", ["linear"], ["zoom"], 2, 11, 5, 17],
Expand All @@ -2618,7 +2618,7 @@
["==", ["get", "class"], "country"]
],
"layout": {
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Condensed Italic"],
"text-max-width": 6.25,
"text-size": ["interpolate", ["linear"], ["zoom"], 1, 11, 4, 17],
Expand All @@ -2639,7 +2639,7 @@
"maxzoom": 1,
"filter": ["==", ["get", "class"], "continent"],
"layout": {
"text-field": ["to-string", ["get", "name_en"]],
"text-field": ["to-string", ["get", "name:en"]],
"text-font": ["Roboto Condensed Italic"],
"text-size": 13,
"text-transform": "uppercase",
Expand Down

0 comments on commit a9a3a3b

Please sign in to comment.