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
GeoJson types limited to 2 fields #769
Labels
Comments
Martin456
added a commit
to Martin456/eve
that referenced
this issue
Mar 26, 2017
- New config variable to allow custom fields in GeoJSON (Issue pyeve#769) - Validation if coordinates contain at least two values - Support for Feature and FeatureCollection structures
nicolaiarocci
pushed a commit
that referenced
this issue
Apr 6, 2017
- New config variable to allow custom fields in GeoJSON (Issue #769) - Validation if coordinates contain at least two values - Support for Feature and FeatureCollection structures
nicolaiarocci
pushed a commit
that referenced
this issue
Apr 24, 2017
- New config variable to allow custom fields in GeoJSON (Issue #769) - Validation if coordinates contain at least two values - Support for Feature and FeatureCollection structures
nicolaiarocci
pushed a commit
that referenced
this issue
May 2, 2017
- New config variable to allow custom fields in GeoJSON (Issue #769) - Validation if coordinates contain at least two values - Support for Feature and FeatureCollection structures
nicolaiarocci
pushed a commit
that referenced
this issue
May 3, 2017
- New config variable to allow custom fields in GeoJSON (Issue #769) - Validation if coordinates contain at least two values - Support for Feature and FeatureCollection structures
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Quoting from the GeoJSON specification:
Using one of the GeoJson types in Eve schemas I cannot add additional fields besides "types" and "coordinates".
For istance the following GeoJSON is valid according to http://geojsonlint.com/, but is rejected by Eve, having defined the field as type "point"
The text was updated successfully, but these errors were encountered: