mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 12:31:10 +00:00
* use dependsOnLayer() ... ... to make sure caresAboutLayer() properly handles the situation when 'transportation_name' depends on 'transportation' hence: - when 'transportation' is exluded, then also 'transportation_name' needs to be also treated as exluded - when 'transportation' is included (e.g. mentioned in --only-layers) then 'transportation_name' needs to be also treated as included * dependsOnLayer() adjusted to match changes in the planetiler-core