Jochen Topf
Jochen Topf
The statistics display should be more interactive, allowing zooming and panning. Not the highest priority, because most statistics will not reach far back at the moment, but this will change...
It would be nice if we could show multiple layers at the same time. This would need better styling so that different layers can be differentiated and it would need...
We need better documentation on how to add your own layers.
There are several issues with the documentation of the `boundaries` layer: 1. `admin_level` property is defined as `numeric`. I believe this should be clarified as unsigned integer (see also #31)...
The [boundary_labels layer](https://shortbread.geofabrik.de/schema/1.0/#layer-boundary_labels) says the area is measured in `ha`, i.e. hectare. Other layers use `area in square meter (Mercator Projection)`. Either one or the other is wrong or it...
Isn't the description in the [features list of the `streets` layer](https://shortbread.geofabrik.de/schema/1.0/#features-10) about the zoom level for `rail` and `narrow_gauge` wrong? With a service tag should probably only appear in level...
The [descriptions](https://shortbread.geofabrik.de/schema/1.0/#layer-ferries) says that the minimum zoom at which ferries appear depends on the `motor_vehicle` tag, but there is no column/flag to differentiate those cases in the styling. This feels...
The [streets layer](https://shortbread.geofabrik.de/schema/1.0/#streets-and-transport) in the spec allows any kind of value for the `tracktype`, `surface`, `service`, `bicycle`, and `horse` fields. They come straight from the tags. This spec usually has...
A feature kind "drain" is missing. 1.5 million uses in OSM. Shortbread tilemaker config has it.
The argument name `ignore_bridge` is used as `ignore_bridges`. See https://github.com/shortbread-tiles/shortbread-tilemaker/blob/main/process.lua#L142-L148 But the question behind this is whether this calculation is correct even if that variable name is corrected. Shouldn't the...