{"version":3,"sources":["webpack:///./src/projectModules/geoJsonOptions/eeh-wind-geoJsonOptions.js"],"names":["geoJsonOptions","hogehoge","style","feature","color","fillColor","properties","fill","weight","opacity","onEachFeature","layer","on","console","log"],"mappings":"gHAAA,WAAMA,EAAiB,CAErBC,SAAU,CACRC,MAAK,SAACC,GACJ,MAAO,CACLC,MAAO,UACPC,UAAWF,EAAQG,WAAWF,MAC9BG,MAAM,EACNC,OAAQ,EACRC,QAAS,MAGbC,cAAa,SAACP,EAASQ,GACrBA,EAAMC,GAAG,SAAS,WAChBC,QAAQC,IAAIX,SAML,cAAEH","file":"chunk-2d237727.56704606ec8b39b8a9be.js","sourcesContent":["const geoJsonOptions = {\n /** 調査提案箇所レイヤーの設定 */\n hogehoge: {\n style(feature) {\n return {\n color: \"#ff7800\",\n fillColor: feature.properties.color,\n fill: true,\n weight: 3.0,\n opacity: 0.65,\n };\n },\n onEachFeature(feature, layer) {\n layer.on(\"click\", () => {\n console.log(feature);\n });\n },\n },\n};\n\nexport default { geoJsonOptions };\n"],"sourceRoot":""}