Examples¶
Live demo apps built with Conness GIS. Each one is a deployment of the framework with a different configuration — open one, then read its settings.ts / layers.ts to see how it's put together.
In-repo Demo¶
The cloned project is a worked example. It exercises nearly every feature:
- Layers of every supported type — external + local GeoJSON, PMTiles (local and cloud), FlatGeobuf, GeoParquet, and three ArcGIS REST services. See
app/layers.ts. - Graduated + categorized symbology — airports sized/colored by passenger volume, power plants colored by energy source. See
app/symbology.ts. - Three popup templates —
default,rich, andfeatureHighlights. Seeapp/popups.tsx. - Widgets across all three surfaces — layer list / legend / basemap in the side rail, bookmarks / measure / draw in the top bar, search / coordinates floating over the map.
- The shell polish — a themed top bar with a drop shadow, a right-click context menu, and a boot-time loading overlay.
Other Examples¶
- Minimal starter — a stripped config (a couple of layers, a few widgets) Using just the top bar for a few basic widgets, not much floating options.
- Starry Night — Globe display, side-panel open by default, displaying pmtiles of storms.