-
Notifications
You must be signed in to change notification settings - Fork 12
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 Support #49
Labels
section/Core
skygear server/plugins/sdk
Comments
@chpapa Do we want a committed HTTP request sample in this issue and put up a documentation? |
@rickmak sounds like a good idea. |
@chpapa I revive the old protocol draft here: https://github.com/SkygearIO/skygear-server/wiki/Protocol-Auth It should be outdated. I just put up for editing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Support GeoPolygon and Location storage, search by location and search by geometry.
API Design
Scenario
Put list of Scenario how developers will use this API
Sample Code
To save polygon
To search geometry by location
To search location by geometry
To search geometry by geometry
Other geometry types
http://geojson.org/geojson-spec.html#appendix-a-geometry-examples
Point
LineString
Polygon with interior rings
Multipolygon
API Design
Put Design and Specification here with links
Open Questions
Put a list of open questions here before a complete design / specification is decided
Related Issues
Progress Tracker
Advice
The text was updated successfully, but these errors were encountered: