-
|
The styles I have in mind are here: https://github.com/hyperknot/openfreemap-styles Specifically, I've been trying to get this one to work: https://github.com/hyperknot/openfreemap-styles/tree/main/styles/liberty I replaced the code here: https://github.com/maputnik/osm-liberty/blob/gh-pages/style.json#L11-L12 With this: "type": "vector",
"attribution": "<a href='https://github.com/protomaps/basemaps'>Protomaps</a> © <a href='https://openstreetmap.org'>OpenStreetMap</a> ",
"tiles": ["https://api.protomaps.com/tiles/v4/{z}/{x}/{y}.mvt?key={MY_API_KEY}"],
"maxzoom": 15That kind of works... Notice there are no labels or anything. And then when zooming in, it gets worse: Any pointers on how to move forward here? Is this even possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
You need to get a |
Beta Was this translation helpful? Give feedback.


You need to get a
.mbtilesfrom OpenFreeMap's public bucket https://github.com/hyperknot/openfreemap?tab=readme-ov-file#public-buckets and convert it withpmtiles convert.