You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
1.7 KiB

2 years ago
{"ast":null,"code":"import { createElementObject, createLayerComponent, extendContext } from '@react-leaflet/core';\nimport { LayerGroup as LeafletLayerGroup } from 'leaflet';\nexport const LayerGroup = createLayerComponent(function createLayerGroup(_ref, ctx) {\n let {\n children: _c,\n ...options\n } = _ref;\n const group = new LeafletLayerGroup([], options);\n return createElementObject(group, extendContext(ctx, {\n layerContainer: group\n }));\n});","map":{"version":3,"names":["createElementObject","createLayerComponent","extendContext","LayerGroup","LeafletLayerGroup","createLayerGroup","ctx","children","_c","options","group","layerContainer"],"sources":["/Users/mahdi/Documents/work/programming/barnameNegar/arbaeenWebApp/node_modules/react-leaflet/lib/LayerGroup.js"],"sourcesContent":["import { createElementObject, createLayerComponent, extendContext } from '@react-leaflet/core';\nimport { LayerGroup as LeafletLayerGroup } from 'leaflet';\nexport const LayerGroup = createLayerComponent(function createLayerGroup({ children: _c , ...options }, ctx) {\n const group = new LeafletLayerGroup([], options);\n return createElementObject(group, extendContext(ctx, {\n layerContainer: group\n }));\n});\n"],"mappings":"AAAA,SAASA,mBAAT,EAA8BC,oBAA9B,EAAoDC,aAApD,QAAyE,qBAAzE;AACA,SAASC,UAAU,IAAIC,iBAAvB,QAAgD,SAAhD;AACA,OAAO,MAAMD,UAAU,GAAGF,oBAAoB,CAAC,SAASI,gBAAT,OAAyDC,GAAzD,EAA8D;EAAA,IAApC;IAAEC,QAAQ,EAAEC,EAAZ;IAAiB,GAAGC;EAApB,CAAoC;EACzG,MAAMC,KAAK,GAAG,IAAIN,iBAAJ,CAAsB,EAAtB,EAA0BK,OAA1B,CAAd;EACA,OAAOT,mBAAmB,CAACU,KAAD,EAAQR,aAAa,CAACI,GAAD,EAAM;IACjDK,cAAc,EAAED;EADiC,CAAN,CAArB,CAA1B;AAGH,CAL6C,CAAvC"},"metadata":{},"sourceType":"module"}