-
Is it possible to somehow use this to serve vector map tiles?
-
https://protomaps.com/docs/pricing-licensing/
> © OpenStreetMap should appear in the corner of your map.
It should be "© OpenStreetMap (ODbL)" or at least link https://www.openstreetmap.org/copy…
-
This:
https://github.com/sfomuseum/go-http-protomaps
Comes with an example application that contains an embedded pmtiles and works fine when run and served like this:
```
> go run -mod vendo…
-
Am I correct in understanding that `.pmtiles` are derived from `.osmx` databases?
If that is the case is there public code/tooling to do the conversion? I've been poking around the various repos an…
-
I noticed a series of requests, seemingly unnecessarily, requesting the same byte ranges.
---
And cool project! I had no problems going through the demo and getting a local example up and …
-
Hello,
how can I create my own pmtiles?
-
(This is a summary of discussion in the OSMUS #dev slack channel)
# Motivation
Replication diffs as OsmChange (.OSC) files are the standard way of consuming OSM updates. The OSC format is not…
-
-
-
See https://protomaps.com/extracts
There are minutely extracts for bounding boxes, up to large areas. Check if there is an API for automatic downloading.