Validate topology of AOI for the Partial Download Tool #2671
Labels
ADC CI-08
Data extraction and citation services for big data (ADC deliverable)
arctic data center
bug
cesium
map download
Allowing users to download geospatial data directly the map. Inclues changes to theDownloadPanelView
pdg
Permafrost Discovery Gateway
portals
Anything related to portals
Validate topology of AOI for the Partial Download Tool. Prevent users from drawing invalid geometries (like self-intersecting polygons)
Implementation Plan
Implement topology checks on the client-side (in the browser) using Turf.js for geometry validation.
<script src="https://cdn.jsdelivr.net/npm/@turf/turf@6/turf.min.js"></script>
The text was updated successfully, but these errors were encountered: