Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
Also added translations from Wikidata.
  • Loading branch information
1ec5 committed Mar 24, 2024
1 parent 3d21c5d commit a15f827
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions src/js/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ export function build(tileURL, spriteURL, glyphURL, locales) {
{
"type": "Feature",
"properties": {
"name": "Other Desert Cities"
}
"name": "Other Desert Cities",
"name:en": "Other Desert Cities",
"name:ja": "アザー・デザート・シティーズ",
"name:zh": "其他沙漠城市",
},
"geometry": {
"type": "Point",
"coordinates": [-116.3694769,33.7667042]
Expand Down
1 change: 0 additions & 1 deletion src/layer/place.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ export const controlcities = {
source: "controlcities",
minzoom: 4,
maxzoom: 12,
"source-layer": "place",
metadata: {},
};

Expand Down

0 comments on commit a15f827

Please sign in to comment.