Brian Sperlongano

Results 80 issues of Brian Sperlongano

In ZeLonewolf/openstreetmap-americana#266, it was noted that ferry lines are tagged differently in the `transportation` and `transportation_name` layers. I suggest a fix of changing the attributes to `class=ferry` for both layer....

bug

# Problem description #1128 introduced route relation concurrency information in OpenMapTiles via the `route_X` attributes. The original implementation assumed that there would be a single route relation for each `network`...

Currently, OpenMapTiles discards values of `route_N` in the `transportation_name` layer when the `network` tag is not set on a route relation. However, as noted in osm-americana/openstreetmap-americana#362, it would be useful...

Currently, parks (tagged `leisure=park`) are split across two layers. The area of the park is placed in the `landcover` layer, while the park label is in the `poi` layer. Proposed...

This PR removes bridge/tunnel/ford attributes from the `transportation` layer for zooms 4-8. At these zooms, bridges and tunnels are so small that it doesn't make sense to create differentiated rendering....

Currently, the boundary layer does not implement updates. Any boundary changes after the initial import are not reflected in the intermediate tables or the tiles.

There is currently significant tile size inflation in z12-14 due to way fragmentation. At these zooms, no geometry merging is performed, therefore each way in OSM is presented as a...

@nyurik noted in https://github.com/openmaptiles/openmaptiles/pull/1265#issuecomment-947326776 about [ST_AsMVT()](https://postgis.net/docs/manual-dev/ST_AsMVT.html) support for JSONB: > The Mapbox Vector Tile format can store features with varying sets of attributes. To use this capability supply a JSONB...

It would be useful for OpenMapTiles to export its list of the tags that it uses into [Taginfo Projects](https://wiki.openstreetmap.org/wiki/Taginfo/Projects). This would allow users of taginfo to see that a tag...

Currently, the `transportation` layer only has update code written for `osm_highway_linestring`. It does not appear there is any update functionality implemented for the other imposm tables in the `transportation` layer.