Create a tile server with the base map and some custom data. Build a web site with both the base map and custom data using MapLibre GL+Martin+PG+Planetiler+osm2pgsql+...
In this workshop we will generate base map tiles from OSM data using Planetiler, set up Martin tile server, set up nginx to serve our sample web site that will use MapLibre GL JS to show the map. Additionally (time permitting), we will add a PostgreSQL server, and will use osm2pgsql to import extra data from the same OSM dump, and do on-the-fly tile generation from PG.
What topics do we plan to cover in your workshop? –
* generating base maps
* setting up postgres with data
* generate overlay tiles on the fly
* serving tiles
* visualizing tiles with MapLibre
* adding data layers
By the end of the workshop, participants will have hands-on experience with the complete pipeline—from raw OSM data to a fully interactive web map—including managing custom data, combining multiple tile sources, and optimizing the stack for performance, enabling them to confidently build and extend their own open-source mapping solutions.
See https://github.com/maplibre/workshop?tab=readme-ov-file#pre-reqs for pre-requisites