Skip to content

v0.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Mar 15:56

GeoExplorer v0.1.0

Initial Release (v0.1.0)

Features

  • Interactive geospatial map exploration built on Tyler.jl and GLMakie.jl
  • Multiple tile providers (OpenStreetMap, Esri, CartoDB, etc.)
  • Plot any GeoInterface-compatible geometry (Point, LineString, Polygon, FeatureCollection, etc.)
  • Layer management: add, remove, toggle visibility, and zoom to layers
  • Keyboard navigation (arrow keys, +/-, Home) and mouse controls
  • Real-time cursor position display (lat/lon)
  • Customizable UI with navigation buttons, layers panel, and help overlay
  • Programmatic navigation: goto!, zoom!, reset_view!, set_center!
  • OverpassAPI extension for fetching and displaying OpenStreetMap features (roads, buildings, parks, etc.) via toggle buttons

Documentation

  • Full Quarto documentation site with versioned deployment
  • Getting started guide with geometry type examples
  • Layer management guide
  • Overpass API extension guide
  • API reference
  • Benchmarks, changelog, and coverage pages

Closed issues:

  • README Screenshot (#2)