{"version":3,"sources":["webpack:///./src/projectModules/geoJsonOptions/eehuzb_2022-vTileOptions.js"],"names":["vectorTileLayerStyles","roads","properties","zoom","style","color","fill","fclass","weight","vegetation","major","classNum","String","data","classList","find","class","rgb","fillColor","fillOpacity","vectorTileLayerEvent","evtType","evt","console","log","event","styleForGeoJson","feature","code","soil","soilCode"],"mappings":"sWAAaA,EAAwB,CACnCC,MAAO,SAAUC,EAAYC,GAC3B,IAAMC,EAAQ,CACZC,MAAO,UACPC,MAAM,GAmBR,MAjByB,SAArBJ,EAAWK,QAEiB,cAArBL,EAAWK,OADpBH,EAAMI,OAAS,EAGe,WAArBN,EAAWK,QAEU,gBAArBL,EAAWK,OADpBH,EAAMI,OAAS,GAGe,aAArBN,EAAWK,QAEU,kBAArBL,EAAWK,QAEU,YAArBL,EAAWK,QAEU,iBAArBL,EAAWK,UALpBH,EAAMI,OAAS,GAQVJ,GAETK,WAAY,SAAUP,GACpB,IAAMQ,EAAQR,EAAW,SACrBS,EAAW,EACGA,EAAdD,EAAQ,KAAiBE,OAAOF,GAAO,GAC3B,GAChB,IAAIL,EAAQ,qBACNQ,EAAOC,UAAUC,MAAK,SAACF,GAAI,OAAKA,EAAKG,OAASL,KACpD,GAAIE,GAAQA,EAAKI,IACf,MAAO,CACLZ,MAAOA,EACPG,OAAQ,EACRU,UAAWL,EAAKI,IAChBE,YAAa,GACbb,MAAM,KAMDc,EAAuB,SAACC,EAASC,GAC5CC,QAAQC,IAAIH,IAGDI,EAAQ,SAACJ,EAASC,KASlBI,EAAkB,CAC7BtB,MAAO,SAAUuB,GACf,IAAMC,EAAOD,EAAQzB,WAAW,iBAE5BG,GADasB,EAAQzB,WAAW,gBACxB,sBACN2B,EAAOC,SAASf,MAAK,SAACF,GAAI,OAAKA,EAAKe,MAAQA,KAClD,GAAIC,GAAQA,EAAKZ,IACf,MAAO,CACLZ,MAAOA,EACPa,UAAWW,EAAKZ,IAChBE,YAAa,GACbX,OAAQ,GAGVe,QAAQC,IAAI,eAAiBI","file":"chunk-2d0c8626.56704606ec8b39b8a9be.js","sourcesContent":["export const vectorTileLayerStyles = {\n roads: function (properties, zoom) {\n const style = {\n color: \"#ffffff\",\n fill: true,\n };\n if (properties.fclass == \"trunk\") {\n style.weight = 4;\n } else if (properties.fclass == \"trunk_link\") {\n style.weight = 4;\n } else if (properties.fclass == \"primary\") {\n style.weight = 3;\n } else if (properties.fclass == \"primary_link\") {\n style.weight = 3;\n } else if (properties.fclass == \"secondary\") {\n style.weight = 2;\n } else if (properties.fclass == \"secondary_link\") {\n style.weight = 2;\n } else if (properties.fclass == \"tertiary\") {\n style.weight = 2;\n } else if (properties.fclass == \"tertiary_link\") {\n style.weight = 2;\n }\n return style;\n },\n vegetation: function (properties) {\n const major = properties[\"Major\"];\n let classNum = 0;\n if (major < 9900) classNum = String(major)[0];\n else classNum = 10;\n let color = \"rgba(0, 0, 0, 0.5)\";\n const data = classList.find((data) => data.class == classNum);\n if (data && data.rgb) {\n return {\n color: color,\n weight: 0,\n fillColor: data.rgb,\n fillOpacity: 0.8,\n fill: true,\n };\n }\n },\n};\n\nexport const vectorTileLayerEvent = (evtType, evt) => {\n console.log(evtType);\n};\n\nexport const event = (evtType, evt) => {\n if (evtType == \"mouseover\") {\n // store.commit(\"vtile/setProperties\", {id:\"vegetationClass\", properties: evt.layer.properties});\n }\n if (evtType == \"mouseout\") {\n // store.commit(\"vtile/setProperties\", {id:\"vegetationClass\", properties: {}});\n }\n};\n\nexport const styleForGeoJson = {\n style: function (feature) {\n const code = feature.properties[\"soilGroupCode\"];\n const category = feature.properties[\"landCategory\"];\n let color = \"rgba(0, 0, 0, 0.5)\";\n const soil = soilCode.find((data) => data.code == code);\n if (soil && soil.rgb) {\n return {\n color: color,\n fillColor: soil.rgb,\n fillOpacity: 0.8,\n weight: 0,\n };\n } else {\n console.log(\"cannot find \" + code);\n }\n },\n};\n"],"sourceRoot":""}