first commit
This commit is contained in:
6
frontend/node_modules/leaflet/src/layer/tile/index.js
generated
vendored
Normal file
6
frontend/node_modules/leaflet/src/layer/tile/index.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export {GridLayer, gridLayer} from './GridLayer';
|
||||
import {TileLayer, tileLayer} from './TileLayer';
|
||||
import {TileLayerWMS, tileLayerWMS} from './TileLayer.WMS';
|
||||
TileLayer.WMS = TileLayerWMS;
|
||||
tileLayer.wms = tileLayerWMS;
|
||||
export {TileLayer, tileLayer};
|
||||
Reference in New Issue
Block a user