/** * 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';