CreateMaps turns preprocessed PBFX datasets into interactive maps. Write the query language directly or ask in natural language, stream results as MapLibre vector tiles, inspect features, geocode locally, route with profiles, and add terrain or external data sources without a public Overpass dependency.
vectorTiles to stream cached MVT tiles from the same PBFX query.
Import OSM once, query compact PBFX data locally, and add mmap-backed side indexes for geocoding, routing, terrain, and external sources.
The same interface works for plain-language prompts and direct PBFX query code, so casual exploration and exact filtering can live side by side.
Render query results as MapLibre MVT with query-defined styles, labels, overlays, cached tiles, background colors, and optional hillshade.
The same query can still be used for classic result lists, click inspection, and GeoJSON export when that is the better workflow.
Use the local geocoder for places, addresses, and POIs, then calculate routes from a local segment graph with editable profiles and elevation output.
It is still a prototype, but the current shape is clear: local map infrastructure that is easy to inspect, style, route on, and extend.