Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 761 Bytes

DevLog.md

File metadata and controls

31 lines (28 loc) · 761 Bytes
  • Geo Info Panel

    • Mouse Coords
    • Features Bound
    • Map Bound
    • Map Center
  • Code Editor Panel

    • GeoJSON Editor
      • display the geojson of drawn features.
        • process the drawn features to geojson.
      • render the geometry from editor.
        • GeoJSON format check.
        • Geometric validity check.
  • Geo Data Loader

    data format checking should be involved.

    • WKT string input.
    • GeoJSON file
      • load from local disk.
      • load from url.
    • CSV file
      • load from local disk.
      • load from url.
    • Shapefile
      • load from local disk.
      • load from url.
  • Save Data

    • GeoJSON file
    • CSV file, save geometry in WKT format.
    • Shapefile