Christoph Hormann
Christoph Hormann
In #4918 we restored name label rendering for `natural=reef` after we had unintentionally removed it in #3712 before. This change was made to restore previous consensus after the unintentional change....
In #1901 we removed rendering of `amenity=car_sharing` (https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcar_sharing) based on discussion in #1891. I think it might be worth to re-consider that decision. Our understanding of the role of this...
As pointed out in #4905 `highway=road` has currently the same z-order value as unclassified/residential roads. This is not ideal - both in terms of line widths and in terms of...
We currently have a number of catch-all renderings in the style were we depict features with a certain key independent of the value. That in particular * `building=*` * `shop=*`...
With over 500 open issues it is fairly difficult for contributors to identify issues with high importance to work on. We have the [good first issue](https://github.com/gravitystorm/openstreetmap-carto/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) label to indicate low...
Possible improvements of OSMF style deployment to better serve our goal of providing mapper feedback
This issue is meant to collect ideas how the deployment of OSM-Carto by the OSMF might be improved to better serve our goal to provide mappers with constructive feedback on...
With our new rendering of roads with unpaved surface (#3399) we make the assumption of an implicit default of the standard road classes of a paved surface when no surface...
running `get-external-data.py` i get: ```INFO:root:Checking table simplified_ocean_polygons Traceback (most recent call last): File "./get-external-data.py", line 225, in main() File "./get-external-data.py", line 219, in main this_table.index() File "./get-external-data.py", line 81, in...
https://github.com/joto/osmdata/blob/b5f01bd839a6ef5dbf08ba0d681254675f4f0be5/scripts/icesheet/update.sh#L54 Currently this does not seem equivalent to osmium_noice - The logic is to consider anything tagged natural=* except * the list of tags `cliff` to `coastline` * anything that...
### Problem Since #4908 introduces bounding box size limits not only for reading data but also for writing data it becomes even more pertinent to implement these size limits in...