-
Notifications
You must be signed in to change notification settings - Fork 5
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
93b4e20
commit af71dfe
Showing
5 changed files
with
58 additions
and
10 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
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,12 @@ | ||
{ | ||
"@context": "https://schema.org/", | ||
"@type": "Dataset", | ||
"isPartOf": "http:\/\/localhost:8080?f=html", | ||
"name": "Demo of all OGC specs in one API - Addresses", | ||
"url": "http:\/\/localhost:8080/collections/addresses?f=html","license": "https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/deed.nl", | ||
"isAccessibleForFree": true, | ||
"creator":{ | ||
"@type":"Organization", | ||
"name":"Example Support" | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
internal/engine/testdata/expected_dataset_landingpage.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,24 @@ | ||
{ | ||
"@context": "https://schema.org/", | ||
"@type": "Dataset", | ||
"name": "Demo of all OGC specs in one API (OGC API)", | ||
"description": "This is example combines features, 3D and vector tiles in one API. Usually this would encompass one dataset but this demo uses data from various sources. So don\u0027t pay too much attention to the actual data. It\u0027s just an example\/demo of GoKoala\u0027s capabilities.", | ||
"url": "http:\/\/localhost:8080?f=html", | ||
"keywords": ["keyword1, keyword2"], | ||
"license": "https:\/\/creativecommons.org\/publicdomain\/zero\/1.0\/deed.nl", | ||
"isAccessibleForFree": true, | ||
"creator":{ | ||
"@type":"Organization", | ||
"name":"Example Support" | ||
}, | ||
"hasPart": [ | ||
{ | ||
"@type": "URL", | ||
"url": "http:\/\/localhost:8080/collections/addresses" | ||
}, | ||
{ | ||
"@type": "URL", | ||
"url": "http:\/\/localhost:8080/collections/addresses2" | ||
} | ||
] | ||
} |
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