You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is already happening, when you filter layers the planetiler-openmaptiles profile decides which sources are needed based on the interfaces that the remaining layers implement:
Is your feature request related to a problem? Please describe.
When I'm working on just one layer, say
water
(using custom Profile and the layer using only Natural Earth), I'm running Planetiler like this:And the problem is, that for this particular layer only data from
water_polygons
, the rest is skipped, except OSM, which gets read anyway.Describe the solution you'd like
If I'm generating only layers which do not work with OSM data, reading of OSM data should be skipped.
Describe alternatives you've considered
Using some small dummy OSM source data via
--osm_path=....
, say "monaco.osb.pbf" even if generating whole "planet".Additional context
Custom Profile employed, which has
water
layer using only Natural Earth.The text was updated successfully, but these errors were encountered: