Files
planetiler-openmaptiles/src
Peter Hanecak bf26194a8c use dependsOnLayer() ... (#189)
* 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
2024-08-27 16:18:17 +02:00
..