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

MAGMA-235: Add GeoJSON datasource #367

Closed
ymarcon opened this issue May 27, 2013 · 1 comment
Closed

MAGMA-235: Add GeoJSON datasource #367

ymarcon opened this issue May 27, 2013 · 1 comment
Labels
Milestone

Comments

@ymarcon
Copy link
Member

ymarcon commented May 27, 2013

Jira issue originally created by user @ymarcon:

Read/write support for files written in GeoJSON format.

See GeoJSON spec:
http://www.geojson.org/geojson-spec.html

Read:

  • id key is expected
  • properties will contain variable values not of geo value types
  • geometry is required and geometry types cannot be mixed
  • support for GeometryCollection: geometry at same position are variables
  • type mapping:
    **** Point is a point
    **** MultiPoint is a repeatable point
    **** LineString is a line
    **** MultiLineString is a repeatable line
    **** Polygon is a polygon
    **** MultiPolygon is a repeatable polygon

Write:

  • a table to be written in geoJSON must have at least one variable of geo type (point/line/polygon) (support for GeometryCollection)

Example of implementation:
https://github.com/mapfish/java-geojson

@ymarcon
Copy link
Member Author

ymarcon commented Oct 11, 2013

Issue was closed with resolution "Fixed"

@ymarcon ymarcon added this to the 1.7.0 milestone May 25, 2018
@ymarcon ymarcon closed this as completed May 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant