mirror of
https://github.com/gpxstudio/gpx.studio.git
synced 2026-05-27 02:25:10 +00:00
fix map localization
This commit is contained in:
@@ -2631,7 +2631,12 @@
|
||||
"layout": {
|
||||
"icon-image": "mountain_11",
|
||||
"text-anchor": "top",
|
||||
"text-field": ["get", "name"],
|
||||
"text-field": [
|
||||
"case",
|
||||
["has", "name:nonlatin"],
|
||||
["concat", ["get", "name:latin"], " ", ["get", "name:nonlatin"]],
|
||||
["coalesce", ["get", "name_en"], ["get", "name"]]
|
||||
],
|
||||
"text-font": ["Noto Sans Regular"],
|
||||
"text-max-width": 9,
|
||||
"text-offset": [0, 0.6],
|
||||
@@ -2660,7 +2665,12 @@
|
||||
"layout": {
|
||||
"icon-image": "attraction_11",
|
||||
"text-anchor": "top",
|
||||
"text-field": ["get", "name"],
|
||||
"text-field": [
|
||||
"case",
|
||||
["has", "name:nonlatin"],
|
||||
["concat", ["get", "name:latin"], " ", ["get", "name:nonlatin"]],
|
||||
["coalesce", ["get", "name_en"], ["get", "name"]]
|
||||
],
|
||||
"text-font": ["Noto Sans Regular"],
|
||||
"text-max-width": 9,
|
||||
"text-offset": [0, 0.6],
|
||||
|
||||
Reference in New Issue
Block a user