-
Notifications
You must be signed in to change notification settings - Fork 120
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
Use GeoJSON rather than arbitrary JSON schema #38
Comments
GeoJSON looks right. A bit to verbose for my needs but still looks like something that I should use it here. Thanks for the suggestion |
Hi, I've already added validateplaces.py to validate and merge data from different commiters. So generating differently formed json was a piece of cake: https://github.com/xando/commitcoffee/blob/gh-pages/places.geojson |
I still would like to have GeoJSON rather than custom schema. Reopening this one. |
is there any progress on this? should i rather submit my places in the geojson format? update: just saw that it's done automatically. |
Yeah; on merge we generate both JSON and geojson 👍 |
Cool idea. One suggestion: if you store the locations as GeoJSON rather than a purpose-built JSON schema you'll get a few advantages:
The text was updated successfully, but these errors were encountered: