Display score L on map (#849)

* updates to first docker run

* tile constants

* frontend changes

* updating pickles instructions

* pickles
This commit is contained in:
Jorge Escobar 2021-11-05 16:26:14 -04:00 committed by GitHub
commit 053dde0d40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 91 additions and 16 deletions

View file

@ -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 => {