Difference between revisions of "Talk:RFC-001"
From GeoJSON
AllanDoyle (Talk | contribs) |
|||
Line 15: | Line 15: | ||
# This is JSON, not GML, so we should (a) use commas and (b) use proper arrays and arrays of arrays. | # This is JSON, not GML, so we should (a) use commas and (b) use proper arrays and arrays of arrays. | ||
# Drat. OK. Authors coming right up. | # Drat. OK. Authors coming right up. | ||
+ | |||
+ | == [[User:Mpd|Mpd]] Response to response == | ||
+ | # Good. | ||
+ | # I don't understand: do you mean use PROJ.4 definition strings? How about [http://portal.opengeospatial.org/files/?artifact_id=16339 OGC URN-s (with click-through licence)]? Examples are: "urn:ogc:def:crs:OGC:1.3:CRS84" for the CRS formerly known as "EPSG:4326 with lat/lon axes order"; and "urn:ogc:def:crs:EPSG:6.3:26986" for "EPSG:26986". | ||
+ | # [http://en.wikipedia.org/wiki/Image:EU_location_UK.png MultiPolygons] and [http://en.wikipedia.org/wiki/Image:Amazon_river_basin.png MultiLines] really do exist. | ||
+ | # Anyone for [http://www.tradgames.org.uk/games/Quoits.htm Quoits]? | ||
+ | # OK by me | ||
+ | # Thanks. | ||
+ | [[User:Mpd|Mpd]] |
Revision as of 04:40, 12 April 2007
Mpd Comments and Questions
- I'd prefer "crs" to "srs", the latter being out step with, for example, EPSG and OGC terminology. Ditto for "LineString" and "Line", and perhaps (although less so) "Envelope" and "Box"
- Why reference PROJ.4's EPSG tables and not the EPSG tables themselves? Do I sense a coordinate order holy war type thing going on?
- What about Multi[Point|LineString|Polygon] and GeometryCollection?
- What about Polygons with multiple rings? An earlier proposal handled this.
- How does a client determine whether the, for example, six ordinates in a Line/LineString are two x,y,z-s or three x,y-s?
- You suggested an "Authors" section, for CC reasons. Care to add one?
AllanDoyle Response
- Shoot. I thought SRS was in vogue and CRS is out. Great. Let's go with crs. I have no preference with linestring, etc.
- PROJ vs EPSG. PROJ is what coders will see. They may never look at EPSG. Few people will use anything other than PROJ.
- Multi Schmulti, I always say. :)
- Rings Schmings... toss 'em in.
- This is JSON, not GML, so we should (a) use commas and (b) use proper arrays and arrays of arrays.
- Drat. OK. Authors coming right up.
Mpd Response to response
- Good.
- I don't understand: do you mean use PROJ.4 definition strings? How about OGC URN-s (with click-through licence)? Examples are: "urn:ogc:def:crs:OGC:1.3:CRS84" for the CRS formerly known as "EPSG:4326 with lat/lon axes order"; and "urn:ogc:def:crs:EPSG:6.3:26986" for "EPSG:26986".
- MultiPolygons and MultiLines really do exist.
- Anyone for Quoits?
- OK by me
- Thanks.