Spaces:
Configuration error
Configuration error
File size: 543 Bytes
e8a6c67 5bbf2fe e8a6c67 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /**
* Carto Positron no-labels vector style. Open access, no key needed.
* Riprap renders its own labels at z14+ via additional symbol layers.
*/
export const POSITRON_NO_LABELS =
'https://basemaps.cartocdn.com/gl/positron-nolabels-gl-style/style.json';
/** Carto Positron with labels. */
export const POSITRON =
'https://basemaps.cartocdn.com/gl/positron-gl-style/style.json';
/** Voyager fallback (also auth-free, slightly more editorial). */
export const VOYAGER =
'https://basemaps.cartocdn.com/gl/voyager-gl-style/style.json';
|