Changelog
Stay up to date with the latest improvements and features added to GeoDataTools.
Drawing Tools & Geometry Creation
- Added interactive drawing tools for creating points, lines, polygons, rectangles, and circles directly on the map.
- Draw mode toggle in the toolbar for quick access.
- Export drawn features as GeoJSON or KML alongside imported data.
- Edit and delete individual drawn geometries with undo support.
Web Worker Processing & Performance
- Large file parsing now runs in a dedicated Web Worker, preventing UI freezes.
- Support for files up to 30 MB with progress indicators during import.
- Optimized map rendering for datasets with 10,000+ features using clustering.
- Reduced initial bundle size by 22% through lazy loading of conversion modules.
CRS Reprojection & Coordinate Systems
- Automatic detection of coordinate reference systems on file import.
- Reprojection between EPSG:4326 (WGS84), EPSG:3857 (Web Mercator), and common UTM zones.
- CRS indicator badge displayed in the sidebar for loaded datasets.
- Improved coordinate display precision in feature popups.
Format Conversion & Export
- Bidirectional conversion between GeoJSON and KML formats.
- Dedicated converter pages for GeoJSON-to-KML and KML-to-GeoJSON workflows.
- Export filtered subsets of data while preserving original properties.
- Added attribute table with sorting, searching, and column resizing.