Skip to content

Commit 7dd400c

Browse files
committed
objects, respectively, and descendants
1 parent e8b989f commit 7dd400c

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

middle.mkd

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -377,11 +377,12 @@ For example, in the (abridged) feature object shown below
377377
}
378378

379379
the name/value pair of "title": "Example Feature" is a foreign member.
380-
When the value of a foreign member is an object, all the members of that
381-
object are themselves foreign members.
380+
When the value of a foreign member is an object, all the descendant
381+
members of that object are themselves foreign members.
382382

383-
GeoJSON semantics do not apply to foreign members, regardless of their
384-
names and values. For example, in the (abridged) feature object below
383+
GeoJSON semantics do not apply to foreign members and their descendants,
384+
regardless of their names and values. For example, in the (abridged)
385+
feature object below
385386

386387
{
387388
"type": "Feature",
@@ -411,15 +412,16 @@ Implementations MUST NOT change the the semantics of GeoJSON members and
411412
types.
412413

413414
The GeoJSON "coordinates" and "geometries" members define Geometry
414-
objects. FeatureCollection and Feature objects MUST NOT contain a
415-
"coordinates" or "geometries" member.
415+
objects. FeatureCollection and Feature objects, respectively, MUST NOT
416+
contain a "coordinates" or "geometries" member.
416417

417418
The GeoJSON "geometry" and "properties" members define a Feature object.
418-
FeatureCollection and Geometry objects MUST NOT contain a "geometry" or
419-
"properties" member.
419+
FeatureCollection and Geometry objects, respectively, MUST NOT contain
420+
a "geometry" or "properties" member.
420421

421422
The GeoJSON "features" member defines a FeatureCollection object.
422-
Feature and Geometry objects MUST NOT contain a "features" member.
423+
Feature and Geometry objects, respectively, MUST NOT contain
424+
a "features" member.
423425

424426
# Mapping 'geo' URIs
425427

0 commit comments

Comments
 (0)