tilezen / vector-datasource

Tilezen vector tile service - OpenStreetMap data in several formats
https://www.nextzen.org/
Other
509 stars 119 forks source link

For buildings, add root_id = id #2092

Closed tgrigsby-sc closed 2 years ago

tgrigsby-sc commented 2 years ago

For performance on the rendering side for buildings, it'd be nice to set the root_id equal to its id. This saves us from having to check the kind before determining whether to look at root_id or id.

nvkelso commented 2 years ago

Fixed via #2093