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 lines
1.8 KiB
1 lines
1.8 KiB
{"ast":null,"code":"import { createElementObject, createPathComponent, extendContext } from '@react-leaflet/core';\nimport { FeatureGroup as LeafletFeatureGroup } from 'leaflet';\nexport const FeatureGroup = createPathComponent(function createFeatureGroup(_ref, ctx) {\n let {\n children: _c,\n ...options\n } = _ref;\n const group = new LeafletFeatureGroup([], options);\n return createElementObject(group, extendContext(ctx, {\n layerContainer: group,\n overlayContainer: group\n }));\n});","map":{"version":3,"names":["createElementObject","createPathComponent","extendContext","FeatureGroup","LeafletFeatureGroup","createFeatureGroup","ctx","children","_c","options","group","layerContainer","overlayContainer"],"sources":["/Users/mahdi/Documents/work/programming/barnameNegar/arbaeenWebApp/node_modules/react-leaflet/lib/FeatureGroup.js"],"sourcesContent":["import { createElementObject, createPathComponent, extendContext } from '@react-leaflet/core';\nimport { FeatureGroup as LeafletFeatureGroup } from 'leaflet';\nexport const FeatureGroup = createPathComponent(function createFeatureGroup({ children: _c , ...options }, ctx) {\n const group = new LeafletFeatureGroup([], options);\n return createElementObject(group, extendContext(ctx, {\n layerContainer: group,\n overlayContainer: group\n }));\n});\n"],"mappings":"AAAA,SAASA,mBAAT,EAA8BC,mBAA9B,EAAmDC,aAAnD,QAAwE,qBAAxE;AACA,SAASC,YAAY,IAAIC,mBAAzB,QAAoD,SAApD;AACA,OAAO,MAAMD,YAAY,GAAGF,mBAAmB,CAAC,SAASI,kBAAT,OAA2DC,GAA3D,EAAgE;EAAA,IAApC;IAAEC,QAAQ,EAAEC,EAAZ;IAAiB,GAAGC;EAApB,CAAoC;EAC5G,MAAMC,KAAK,GAAG,IAAIN,mBAAJ,CAAwB,EAAxB,EAA4BK,OAA5B,CAAd;EACA,OAAOT,mBAAmB,CAACU,KAAD,EAAQR,aAAa,CAACI,GAAD,EAAM;IACjDK,cAAc,EAAED,KADiC;IAEjDE,gBAAgB,EAAEF;EAF+B,CAAN,CAArB,CAA1B;AAIH,CAN8C,CAAxC"},"metadata":{},"sourceType":"module"} |