Determine whether this provider handles the input parameter layerType.
string.
boolean.
Determine whether this provider handles the input parameter layerType.
string.
boolean.
Determine whether this provider handles the input parameter layerType.
string.
boolean.
Return the layer from the specified layer source.
Return the layer from the specified layer source.
Return the layer from the specified layer source.
The ShapefileLeafletMapLayerProvider class is an implementation of LeafletMapLayerProvider.
This provider can be registered with a LeafletMap to retrieve a LeafletShapefileDynamicLayer.
var map = new LeafletMap();
map.create("map", { initialXMin: -88.679196, initialYMin: 24.326418, initialXMax: -79.57153, initialYMax: 30.892178 });
map.registerProvider(new ShapefileLeafletMapLayerProvider());