mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-19 06:41:41 -07:00
Display score L on map (#849)
* updates to first docker run * tile constants * frontend changes * updating pickles instructions * pickles
This commit is contained in:
parent
03e59f2abd
commit
053dde0d40
12 changed files with 91 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
import {LngLatBoundsLike} from 'maplibre-gl';
|
||||
import {isMobile as isMobileReactDeviceDetect} from 'react-device-detect';
|
||||
import { LngLatBoundsLike } from 'maplibre-gl';
|
||||
import { isMobile as isMobileReactDeviceDetect } from 'react-device-detect';
|
||||
|
||||
const XYZ_SUFFIX = '{z}/{x}/{y}.pbf';
|
||||
export const featureURLForTilesetName = (tilesetName: string): string => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue