You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include the actual feature properties (and maybe revisit squeezing osm_tags into a single JSON string, to improve encoding)
Plumb along the JSON metadata field
Decide what to do about the other layers (points representing origins and destinations)
Use compression internally (which does tippecanoe use?)
Enforce per-tile limits on number of features or total size, by sorting by the count property
Performance of the tool itself:
Figure out what spatial indexing we can use to filter for each tile. rstar with Web Mercator coordinates? Something specialized for WGS84? Can we directly use tile boundaries as the spatial indexing bins?
Does processing each tile in parallel help?
Logistic:
File bug about empty geometry encoding in mvt
Name this properly and make a separate repo
Get feedback from georust and others
The text was updated successfully, but these errors were encountered:
"Correctness" to use in the od2net viewer:
Performance of the tool itself:
Logistic:
The text was updated successfully, but these errors were encountered: