mirror of
https://github.com/maputnik/editor.git
synced 2026-03-19 00:30:01 +00:00
- Add LocationIQ access token field to settings and export modals - Include LocationIQ Streets style in gallery - Support automatic token replacement for LocationIQ URLs - Add LocationIQ tileset configuration - Include translations for all supported languages ## Launch Checklist - [x] Briefly describe the changes in this PR. - [x] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section.
28 lines
870 B
JSON
28 lines
870 B
JSON
{
|
|
"openmaptiles": {
|
|
"type": "vector",
|
|
"url": "https://api.maptiler.com/tiles/v3-openmaptiles/tiles.json?key={key}",
|
|
"title": "OpenMapTiles v3"
|
|
},
|
|
"thunderforest_transport": {
|
|
"type": "vector",
|
|
"url": "https://tile.thunderforest.com/thunderforest.transport-v2.json?apikey={key}",
|
|
"title": "Thunderforest Transport v2"
|
|
},
|
|
"thunderforest_outdoors": {
|
|
"type": "vector",
|
|
"url": "https://tile.thunderforest.com/thunderforest.outdoors-v2.json?apikey={key}",
|
|
"title": "Thunderforest Outdoors v2"
|
|
},
|
|
"open_zoomstack": {
|
|
"type": "vector",
|
|
"url": "https://s3-eu-west-1.amazonaws.com/tiles.os.uk/v2/data/vector/open-zoomstack/config.json",
|
|
"title": "OS Open Zoomstack v2"
|
|
},
|
|
"locationiq": {
|
|
"type": "vector",
|
|
"url": "https://tiles.locationiq.com/v3/pbf/tiles.json?key={key}",
|
|
"title": "LocationIQ"
|
|
}
|
|
}
|