Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 2.6 KB

File metadata and controls

70 lines (52 loc) · 2.6 KB

GeoLibre Desktop Roadmap

v0.1: Map viewer and GeoJSON

  • Tauri + React + MapLibre shell
  • GeoJSON load, layer panel, style panel
  • Attribute table (basic)
  • Processing UI with local algorithms
  • Plugin interface + sample plugins

v0.2: Project persistence

  • .geolibre.json save/open
  • In-session recent project tracking
  • Feature highlight from attribute table
  • Optional zoom to selected feature
  • Recent projects UI and persistence

v0.3: Cloud-native formats

  • GeoParquet import through DuckDB-WASM
  • FlatGeobuf import through DuckDB-WASM and URL-based Components plugin panel
  • PMTiles through Components plugin
  • COG and GeoTIFF raster rendering
  • Zoom to layer for GeoJSON and source-bounds-aware layer types

v0.4: DuckDB Spatial

  • DuckDB-WASM integration
  • INSTALL spatial / LOAD spatial
  • Shapefile, KMZ/KML, GeoPackage, GeoParquet, FlatGeobuf, GML, and related vector import paths

v0.5: Advanced Add Data and plugin-backed layers

  • Add Data dialogs for XYZ, WMS, vector files, GeoJSON URLs, vector tiles, raster tile templates, COG and GeoTIFF rasters, MBTiles, and ArcGIS layers
  • MapLibre Components plugin with FlatGeobuf, PMTiles, Zarr, LiDAR, and Gaussian splat panels
  • Desktop MBTiles metadata and tile reads through Tauri commands
  • Plugin control position controls in the Plugins menu
  • Layer control integration for GeoLibre-managed layers

v0.6: Project access, web embeds, and expanded integrations (current)

  • Persistent recent projects with desktop file recents and URL-backed web recents
  • Separate Open Project from File and Open Project from URL flows
  • Browser demo query options for compact layout, icon-only toolbar, and hidden panels
  • PostgreSQL layer workflow through desktop Martin server integration
  • STAC search workflow for adding catalog-backed raster layers
  • Esri Wayback, GeoAgent, GeoEditor, Street View, and Swipe plugin integrations

v0.7: SQL and processing sidecar

  • Bundle FastAPI server as Tauri external bin
  • GDAL / Rasterio / GeoPandas pipelines
  • Buffer, reproject, export GeoJSON
  • WhiteboxTools, Leafmap, GeoAI, SamGeo (selective)
  • SQL panel and query-result layers

v0.8: External plugin system

  • External plugin packages
  • Plugin marketplace / registry (design)
  • Dynamic plugin loading from a plugins/ directory
  • Plugin manifest (plugin.json)
  • Sandboxed worker plugins

v1.0: Stable prototype

  • Performance tuning, test suite
  • Cross-platform installers
  • Documentation & tutorials