Last active
September 22, 2023 08:14
-
-
Save ykiu/4ab8f504823351c5b3bbd5999f0b620f to your computer and use it in GitHub Desktop.
20230922_terriajs_bingmaps_culture
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"homeCamera": { | |
"north": -8, | |
"east": 158, | |
"south": -45, | |
"west": 109 | |
}, | |
"catalog": [ | |
{ | |
"type": "bing-maps", | |
"name": "BingMaps Road (default)", | |
"key": "ApZeR4iLSH_Pl2w5OSXrIqjvc_KzgPn_UXjn6jTtQDiueg72InBThCeIO4OSs6Fq", | |
"mapStyle": "Road" | |
}, | |
{ | |
"type": "bing-maps", | |
"name": "BingMaps Road (ja)", | |
"key": "ApZeR4iLSH_Pl2w5OSXrIqjvc_KzgPn_UXjn6jTtQDiueg72InBThCeIO4OSs6Fq", | |
"mapStyle": "Road", | |
"culture": "ja" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment