mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-09-20 14:27:42 +00:00
Provide CartoDB API key
This commit is contained in:
+3
-2
@@ -801,12 +801,13 @@
|
||||
}
|
||||
},
|
||||
CartoDB: {
|
||||
url: 'https://{s}.basemaps.cartocdn.com/{variant}/{z}/{x}/{y}{r}.png',
|
||||
url: 'https://{s}.basemaps.cartocdn.com/{variant}/{z}/{x}/{y}{r}.png?key={key}',
|
||||
options: {
|
||||
attribution: '{attribution.OpenStreetMap} © <a href="https://carto.com/attributions">CARTO</a>',
|
||||
subdomains: 'abcd',
|
||||
maxZoom: 20,
|
||||
variant: 'light_all'
|
||||
variant: 'light_all',
|
||||
key: '<insert your API key here>'
|
||||
},
|
||||
variants: {
|
||||
Positron: 'light_all',
|
||||
|
||||
Reference in New Issue
Block a user