Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize data geojson #10

Open
planemad opened this issue Dec 2, 2015 · 0 comments
Open

Optimize data geojson #10

planemad opened this issue Dec 2, 2015 · 0 comments

Comments

@planemad
Copy link
Collaborator

planemad commented Dec 2, 2015

The crowdsourced geojson is nearing 1mb and we might need to prune the filesize for better performance:

  • truncate coordinates to 5 decimal places (13 places currently)
  • drop oneway and type field from properties. We can always query that from OSM later.

This should give around 30% reduction in data size

cc @arunasank

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant