Changelog

Stay up to date with the latest improvements and features added to GeoDataTools.

v1.3.0June 10, 2025

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.
v1.2.0May 18, 2025

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.
v1.1.0April 25, 2025

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.
v1.0.0March 30, 2025

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.