generated from opengeospatial/bblock-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4556d94
commit daf454d
Showing
5 changed files
with
48 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,8 @@ | |
"P1", | ||
"P2", | ||
"PC" | ||
] | ||
], | ||
"orientation": "cw" | ||
}, | ||
"properties": { | ||
"arcLength": 25.615, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
_sources/features/topo-arc/tests/arc_chord-orientation-fail.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"@context": { | ||
"@base": "http://www.example.com/features/" | ||
}, | ||
"id": "chord1", | ||
"type": "Feature", | ||
"featureType": "my:ArcChordFeature", | ||
"geometry": null, | ||
"topology": { | ||
"type": "ArcByChord", | ||
"x-description": "References is an ordered list of features with for an Arc Chord, radius and length determine geometry", | ||
"references": [ | ||
"P1", | ||
"P2" | ||
], | ||
"orientation": "cw", | ||
"radius": 2.5 | ||
}, | ||
"properties": { | ||
"arcLength": 25.615 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ | |
"references": [ | ||
"P1", | ||
"P2" | ||
] | ||
], | ||
"orientation": "widdershins" | ||
}, | ||
"properties": { | ||
"arcLength": 25.615 | ||
|