- Tauri + React + MapLibre shell
- GeoJSON load, layer panel, style panel
- Attribute table (basic)
- Processing UI with local algorithms
- Plugin interface + sample plugins
-
.geolibre.jsonsave/open - In-session recent project tracking
- Feature highlight from attribute table
- Optional zoom to selected feature
- Recent projects UI and persistence
- 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
- DuckDB-WASM integration
-
INSTALL spatial/LOAD spatial - Shapefile, KMZ/KML, GeoPackage, GeoParquet, FlatGeobuf, GML, and related vector import paths
- 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
- 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
- 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
- External plugin packages
- Plugin marketplace / registry (design)
- Dynamic plugin loading from a
plugins/directory - Plugin manifest (
plugin.json) - Sandboxed worker plugins
- Performance tuning, test suite
- Cross-platform installers
- Documentation & tutorials