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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Patch fix for an issue where the batch-process command was not producing tiles with the correct nominal zoom.
Batch process was calling process_coord with the coord.zoom rather than the nominal zoom, meaning that all tiles were 4096 in size, and also had lower levels of detail than intended. See #320.
Add route modifiers to network property. See #319.