Replies: 1 comment
|
Currently there is not, you'll need to generate 2 separate pmtiles/mbtiles archives and serve them separately, or use a separate tool to combine them after generating. This would be a useful feature to have and is being tracked in #1148. It's not at the top of my priority list so I'll get to it at some point, but also happy to review a PR if someone else wants to do it sooner. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have built OSM pmtiles with command line and separately built pmtiles with my own geojson layers via yaml... but is there any way to build with built-in OSM and additional geojson layers without modifying the java code? Any way in yaml to just tell it to use all the command line and internal defined OSM layers, PLUS yaml define layers? I thought I recalled seeing a discussion or PR on this, but can't seem to find it now.
All reactions