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

Support Foreign members #70

Merged
merged 3 commits into from
May 2, 2017
Merged

Support Foreign members #70

merged 3 commits into from
May 2, 2017

Conversation

mthh
Copy link
Member

@mthh mthh commented May 1, 2017

This PR allow to encode/decode foreign members, according to the specification, and should fix #67.

As @frewsxcv suggested it's implemented as a serde_json::Map (using the type geojson::json::JsonObject) on Geometry, Feature and FeatureCollection.

(Waiting for more returns I left the "crs" field for now)

@frewsxcv
Copy link
Member

frewsxcv commented May 2, 2017

looks great, thanks! 🥇

bors r+

bors bot added a commit that referenced this pull request May 2, 2017
70: Support Foreign members r=frewsxcv
This PR allow to encode/decode foreign members, according to the specification, and should fix #67.

As @frewsxcv suggested it's implemented as a `serde_json::Map` (using the type `geojson::json::JsonObject`) on `Geometry`, `Feature` and `FeatureCollection`.

(Waiting for more returns I left the "crs" field for now)
@bors
Copy link
Contributor

bors bot commented May 2, 2017

Build succeeded

@bors bors bot merged commit 5d9fa39 into georust:master May 2, 2017
@mthh mthh deleted the foreign_members branch May 2, 2017 14:15
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

Successfully merging this pull request may close these issues.

Support foreign members
2 participants