Anatomy of a MapServer: how to leverage and visualize your geographical data
1–10 of 20 posts
Re: Anatomy of a MapServer: how to leverage and visualize your geographical data
#2Re: Anatomy of a MapServer: how to leverage and visualize your geographical data
#3But, in my admittedly simple application PMTiles can cover a lot of my visualization use cases with a thin Django app doing GEOJson for interactive layers.
Re: Anatomy of a MapServer: how to leverage and visualize your geographical data
#4I am a novice at GIS and mapping but when I got started I thought a map/tile server was the only way to build mapping webapps. But, in my admittedly simple application PMTiles can cover a lot of my visualization use cases with a thin Django app doing GEOJson for interactive layers. https://github.com/protomaps/PMTiles
[1]: https://maplibre.org/maplibre-gl-js/docs/examples/pmtiles/
Re: Anatomy of a MapServer: how to leverage and visualize your geographical data
#5I am a novice at GIS and mapping but when I got started I thought a map/tile server was the only way to build mapping webapps. But, in my admittedly simple application PMTiles can cover a lot of my visualization use cases with a thin Django app doing GEOJson for interactive layers. https://github.com/protomaps/PMTiles
Re: Anatomy of a MapServer: how to leverage and visualize your geographical data
#6I am a novice at GIS and mapping but when I got started I thought a map/tile server was the only way to build mapping webapps. But, in my admittedly simple application PMTiles can cover a lot of my visualization use cases with a thin Django app doing GEOJson for interactive layers. https://github.com/protomaps/PMTiles
Re: Anatomy of a MapServer: how to leverage and visualize your geographical data
#7I am a novice at GIS and mapping but when I got started I thought a map/tile server was the only way to build mapping webapps. But, in my admittedly simple application PMTiles can cover a lot of my visualization use cases with a thin Django app doing GEOJson for interactive layers. https://github.com/protomaps/PMTiles
So far you can draw shapes and unofficially add geojsons to the map. I am very excited adding the ability to link custom PMTiles in the future!