mirror of
https://github.com/sstent/aicyclingcoach-go.git
synced 2026-02-01 12:01:59 +00:00
sync
This commit is contained in:
8
node_modules/react-leaflet/lib/LayerGroup.js
generated
vendored
8
node_modules/react-leaflet/lib/LayerGroup.js
generated
vendored
@@ -1,8 +0,0 @@
|
||||
import { createElementObject, createLayerComponent, extendContext } from '@react-leaflet/core';
|
||||
import { LayerGroup as LeafletLayerGroup } from 'leaflet';
|
||||
export const LayerGroup = createLayerComponent(function createLayerGroup({ children: _c , ...options }, ctx) {
|
||||
const group = new LeafletLayerGroup([], options);
|
||||
return createElementObject(group, extendContext(ctx, {
|
||||
layerContainer: group
|
||||
}));
|
||||
});
|
||||
Reference in New Issue
Block a user