[GeoJSON] Model
Allan Doyle
adoyle at eogeo.org
Thu Mar 15 09:56:06 PDT 2007
On Mar 15, 2007, at 12:44, Martin Daly wrote:
>> I like what's at http://wiki.geojson.org/GeoJSON_Features
>
> Which variant?
I'd have to write a little code first to decide. The folded together
example seems more "pleasing" somehow.
Maybe also toss in the concept that's under discussion on GeoRSS
about tags and categories?
{ "features": [
{ "id": "point_example",
"title": "Point Example",
"category": {"term": "mountain", "scheme":"http://georss.org/
physiography"},
"point": [[0.0, 0.0, 0.0]],
"srs": "EPSG:4326"
}
]
}
Hmm... whatever happened to a JSON version of the GeoRSS model?
Or, maybe more importantly, is there a simple model we could express
in a single page or less?
>
> Actually, I just fixed the "polygon" coordinates array in the
> "Possible
> changes" variant. It needed to be an array (of rings), of arrays (of
> vertices), of arrays (of ordinates).
>
> M
--
Allan Doyle
+1.781.433.2695
adoyle at eogeo.org
More information about the GeoJSON
mailing list