Last active
July 26, 2024 03:59
-
-
Save ABUCKY0/f71ce52c0f69a47347768374d48668e0 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"metadata": { | |
"version": 16, | |
"comment": "This file contains the tile servers available to Terramap by default. It is fetched by the mod each time it starts." | |
}, | |
"maps": { | |
"gmaps": { | |
"url": "http://mt.google.com/vt/lyrs=m&x={x}&y={y}&z={z}", | |
"urls": [ | |
"http://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}", | |
"http://mt2.google.com/vt/lyrs=m&x={x}&y={y}&z={z}", | |
"http://mt3.google.com/vt/lyrs=m&x={x}&y={y}&z={z}" | |
], | |
"name": { | |
"en_us": "Google Maps" | |
}, | |
"copyright": { | |
"en_us": "\"\",{\"text\":\"© \",\"color\":\"white\"},{\"text\":\"Google Maps\",\"underlined\":true,\"color\":\"aqua\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"https://maps.google.com\"}},{\"text\":\" contributors\",\"color\":\"white\"}]" | |
}, | |
"min_zoom": 0, | |
"max_zoom": 19, | |
"display_priority": 10, | |
"allow_on_minimap": true, | |
"max_concurrent_requests": 2, | |
"debug": false | |
}, | |
"gmaps-satelite": { | |
"url": "http://mt.google.com/vt/lyrs=y&x={x}&y={y}&z={z}", | |
"urls": [ | |
"http://mt1.google.com/vt/lyrs=y&x={x}&y={y}&z={z}", | |
"http://mt2.google.com/vt/lyrs=y&x={x}&y={y}&z={z}", | |
"http://mt3.google.com/vt/lyrs=y&x={x}&y={y}&z={z}" | |
], | |
"name": { | |
"en_us": "Google Maps (Satelite)" | |
}, | |
"copyright": { | |
"en_us": "\"\",{\"text\":\"© \",\"color\":\"white\"},{\"text\":\"Google Maps\",\"underlined\":true,\"color\":\"aqua\",\"clickEvent\":{\"action\":\"open_url\",\"value\":\"https://maps.google.com\"}},{\"text\":\" contributors\",\"color\":\"white\"}]" | |
}, | |
"min_zoom": 0, | |
"max_zoom": 19, | |
"display_priority": 9, | |
"allow_on_minimap": true, | |
"max_concurrent_requests": 2, | |
"debug": false | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment