put it where it belongs
This commit is contained in:
parent
46afd73d0a
commit
7d7ad09712
1 changed files with 2 additions and 1 deletions
|
@ -8,9 +8,10 @@ import type { MapOptions } from 'maplibre-gl';
|
|||
import MapControls from './MapControls';
|
||||
import 'maplibre-gl/dist/maplibre-gl.css';
|
||||
|
||||
const TILES_URL: string = 'https://api.maptiler.com/maps/024da34e-fa66-4cb3-8f5f-0466b51e972e/style.json?key=Ukl2QNcQUCPAwuelQOvM'
|
||||
|
||||
function BadassMap(): JSX.Element {
|
||||
const TILES_URL: string = 'https://api.maptiler.com/maps/024da34e-fa66-4cb3-8f5f-0466b51e972e/style.json?key=Ukl2QNcQUCPAwuelQOvM'
|
||||
|
||||
const options: MapOptions = {
|
||||
container: 'solid-map-gl will override me',
|
||||
style: TILES_URL,
|
||||
|
|
Loading…
Add table
Reference in a new issue