[Opengeoscience-developers] geojson with attribute data

David E DeMarle dave.demarle at kitware.com
Wed Mar 20 11:09:04 EDT 2013


Anyone have an example of or know the convention for data attached to
geojson data?

The two options I think are hanging the new members off the geometry
object, or hanging them off the containing object's properties member. I
don't know which one would be more accepted.

{type: feature,
 geometry: { type:x, coordinates:..., geomattributes:...}
}

vs

{type: feature,
 geometry: {type:x, coordinates: ...}
 properties: {{geomattributes: ...}}
}

thanks

David E DeMarle
Kitware, Inc.
R&D Engineer
21 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-881-4909
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/opengeoscience-developers/attachments/20130320/6ca90943/attachment.html>


More information about the Opengeoscience-developers mailing list