|
@@ -1856,7 +1856,7 @@ export default {
|
|
// Convert ESRI JSON to GeoJSON (you might need a specific library for this)
|
|
// Convert ESRI JSON to GeoJSON (you might need a specific library for this)
|
|
// This is a simplified approach - you may need proper conversion
|
|
// This is a simplified approach - you may need proper conversion
|
|
const geom = arcgisToGeoJSON(feature.geometry);
|
|
const geom = arcgisToGeoJSON(feature.geometry);
|
|
- const ydxz = feature["attributes"]["ydxz"];
|
|
|
|
|
|
+ let ydxz = feature["attributes"]["ydxz"];
|
|
if (!ydxz) {
|
|
if (!ydxz) {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|