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

{"ast":null,"code":"import { createElementObject, createPathComponent, extendContext, updateCircle } from '@react-leaflet/core';\nimport { Circle as LeafletCircle } from 'leaflet';\nexport const Circle = createPathComponent(function createCircle(_ref, ctx) {\n let {\n center,\n children: _c,\n ...options\n } = _ref;\n const circle = new LeafletCircle(center, options);\n return createElementObject(circle, extendContext(ctx, {\n overlayContainer: circle\n }));\n}, updateCircle);","map":{"version":3,"names":["createElementObject","createPathComponent","extendContext","updateCircle","Circle","LeafletCircle","createCircle","ctx","center","children","_c","options","circle","overlayContainer"],"sources":["/Users/mahdi/Documents/work/programming/barnameNegar/arbaeenWebApp/node_modules/react-leaflet/lib/Circle.js"],"sourcesContent":["import { createElementObject, createPathComponent, extendContext, updateCircle } from '@react-leaflet/core';\nimport { Circle as LeafletCircle } from 'leaflet';\nexport const Circle = createPathComponent(function createCircle({ center , children: _c , ...options }, ctx) {\n const circle = new LeafletCircle(center, options);\n return createElementObject(circle, extendContext(ctx, {\n overlayContainer: circle\n }));\n}, updateCircle);\n"],"mappings":"AAAA,SAASA,mBAAT,EAA8BC,mBAA9B,EAAmDC,aAAnD,EAAkEC,YAAlE,QAAsF,qBAAtF;AACA,SAASC,MAAM,IAAIC,aAAnB,QAAwC,SAAxC;AACA,OAAO,MAAMD,MAAM,GAAGH,mBAAmB,CAAC,SAASK,YAAT,OAA8DC,GAA9D,EAAmE;EAAA,IAA7C;IAAEC,MAAF;IAAWC,QAAQ,EAAEC,EAArB;IAA0B,GAAGC;EAA7B,CAA6C;EACzG,MAAMC,MAAM,GAAG,IAAIP,aAAJ,CAAkBG,MAAlB,EAA0BG,OAA1B,CAAf;EACA,OAAOX,mBAAmB,CAACY,MAAD,EAASV,aAAa,CAACK,GAAD,EAAM;IAClDM,gBAAgB,EAAED;EADgC,CAAN,CAAtB,CAA1B;AAGH,CALwC,EAKtCT,YALsC,CAAlC"},"metadata":{},"sourceType":"module"}