-
Notifications
You must be signed in to change notification settings - Fork 99
Description
Hi,
I currently enjoy using Openfreemap hosted Vector Tiles using MapLibreGL.js
This works great for the usual use cases. But now I would like to "reuse" the country shapes without loosing quality by using some simple GeoJSON on top of it.
As far as I know OpenFreemap uses a standard Planetiler workflow to create the Map tiles based on OpenStreeMap data.
This way it provides the whole landmasss outline of the world and as a different layer the boundaries between countries.
I would appreciate some help how OpenFreemap could change the workflow to include a layer with separately addressable countries. (hyperknot/openfreemap#56 (comment))
I know, I could use the MapLibreGL Demotiles instead, but I a have no clue how these were created or who is hosting them and what the rules are to use them.
But I made some progress in how i can change the styling of boundaries (OpenFreemap, https://codepen.io/matths/pen/QwLmjoJ
) or country shapes (MapLibre Demo Tiles, https://codepen.io/matths/pen/azoYNyj) using Javascript.
I know this is not an "issue", but I had no idea how to reach out for some help.
Cheers,
Matthias