change to maplibre package

This commit is contained in:
acalcutt 2022-09-16 16:16:47 -04:00
parent feb78e3a9d
commit 4a22bd4866

View file

@ -12,7 +12,7 @@ import clone from 'clone';
import Color from 'color';
import express from 'express';
import SphericalMercator from '@mapbox/sphericalmercator';
import mlgl from '@acalcutt/maplibre-gl-native';
import mlgl from '@maplibre/maplibre-gl-native';
import MBTiles from '@mapbox/mbtiles';
import proj4 from 'proj4';
import request from 'request';