Initial commit
This commit is contained in:
commit
b3a51a4115
10336 changed files with 2381973 additions and 0 deletions
24
node_modules/leaflet/src/layer/index.js
generated
vendored
Normal file
24
node_modules/leaflet/src/layer/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
export {Layer} from './Layer';
|
||||
export {LayerGroup, layerGroup} from './LayerGroup';
|
||||
export {FeatureGroup, featureGroup} from './FeatureGroup';
|
||||
import {GeoJSON, geoJSON, geoJson, geometryToLayer, coordsToLatLng, coordsToLatLngs, latLngToCoords, latLngsToCoords, getFeature, asFeature} from './GeoJSON';
|
||||
GeoJSON.geometryToLayer = geometryToLayer;
|
||||
GeoJSON.coordsToLatLng = coordsToLatLng;
|
||||
GeoJSON.coordsToLatLngs = coordsToLatLngs;
|
||||
GeoJSON.latLngToCoords = latLngToCoords;
|
||||
GeoJSON.latLngsToCoords = latLngsToCoords;
|
||||
GeoJSON.getFeature = getFeature;
|
||||
GeoJSON.asFeature = asFeature;
|
||||
export {GeoJSON, geoJSON, geoJson};
|
||||
|
||||
export {ImageOverlay, imageOverlay} from './ImageOverlay';
|
||||
export {VideoOverlay, videoOverlay} from './VideoOverlay';
|
||||
export {SVGOverlay, svgOverlay} from './SVGOverlay';
|
||||
|
||||
export {DivOverlay} from './DivOverlay';
|
||||
export {Popup, popup} from './Popup';
|
||||
export {Tooltip, tooltip} from './Tooltip';
|
||||
|
||||
export * from './marker/index';
|
||||
export * from './tile/index';
|
||||
export * from './vector/index';
|
||||
Loading…
Add table
Add a link
Reference in a new issue