zstadler
zstadler
OMT [emits only `oneway 0`](https://github.com/openmaptiles/openmaptiles/blob/22cd373f66264907776830ab175e65c2294fb125/layers/transportation/transportation.sql#L60): ``` CASE WHEN is_oneway 0 THEN is_oneway::int END AS oneway, ```
Another option to address this issue in a more general way is to add a `nullif:` option to attributes. If the calculated/final value of the attribute is equal to any...
I could not find an object that contains the descriptions of the builtin args. They seem to be provided as parameters to `arguments.get*` calls. For example: https://github.com/onthegomap/planetiler/blob/4c2e187ea3dc148d5c6e54c758b60969d2e78898/planetiler-core/src/main/java/com/onthegomap/planetiler/config/PlanetilerConfig.java#L122
The principles I'd like to preserve in the current semantics of the YAML configurations are: 1. An OSM element is selected if it complies with the `include_when` and `exclude_when` definitions....
To accomplish that, in a general way, we could add the ability to refer to relation member role and tags. For example, extracting only some of the segments of a...
For our reference, this could be the schema-equivalent of the [Bike Route Overlay](https://github.com/onthegomap/planetiler/blob/main/planetiler-examples/src/main/java/com/onthegomap/planetiler/examples/BikeRouteOverlay.java) java example: ```yaml schema_name: Bike Paths Overlay schema_description: An example overlay showing bicycle routes attribution: © OpenStreetMap...
As far as I understand, `/styles` is applicable to [Maputnik Desktop](https://github.com/maplibre/maputnik/blob/main/desktop/README.md#api) . If you do not use Maputnik Desktop, I believe you can safely ignore that error message, as I...
You're absolutely right! I wish that there was a syntax error of some sort on such a typing error. When using `__all__`, the output is as expected: ``` z11 z12...
IMO, a syntax error would be just fine.
This is very frustrating. It seems like this issue has been open and stale for more than 3.5 years now! I'm using `make` to run a long series of tasks....