Skip to content

Commit

Permalink
Merge pull request #7 from tschaub/invalid
Browse files Browse the repository at this point in the history
Remove validity constraint from polygons
  • Loading branch information
tschaub committed May 20, 2013
2 parents 57c34ed + 5ebbaf0 commit 808431e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions middle.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,10 @@ at this place or in this form).

* A hole is considered, for the sake of illustration, as simply a
geometric shape that is to be excluded from the geometric shape
it appears in.
in which it appears.

* When using the term interior geometric shape it is assumed, that
there exists an exterior shape so that the former is fully included
inside the convex hull of the latter.
* When using the term interior geometric shape it is assumed that
there exists an exterior shape.

Note-sdrees: The last four items in the list above are added, to not
forget to satisfy the need of defining these terms (but not necessarily
Expand All @@ -115,7 +114,7 @@ general and amend its usage with:

Motivation for above proposal: The benefit would be, that we a) remain
backwards compatible, but b) avoid future clashes with JSON of unclear
provenience when being consumed by the client. Alternatively one might
provenance when consuming in a client. Alternatively one might
prefix all wonderful type names with say "geo" and a dot or so (not
preferred) or even the names of the members (shiver).

Expand Down Expand Up @@ -178,7 +177,7 @@ illustrate the data structures, but is not required.

# GeoJSON Object

As stated in the introduction, a complete Geospatial JSON (GeoJSON)
As stated in the introduction, a complete GeoJSON
data structure is always represented as a single JSON object that
represents a geometry, feature, or collection of features and will be
referred to as the GeoJSON object in this document.
Expand Down

0 comments on commit 808431e

Please sign in to comment.