-
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
c5a260d
commit 1c98539
Showing
2 changed files
with
67 additions
and
14 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
53 changes: 53 additions & 0 deletions
53
internal/ogc/features/testdata/expected_feature_geom_empty_point_jsonfg.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,53 @@ | ||
{ | ||
"id": "3542", | ||
"type": "Feature", | ||
"time": null, | ||
"place": null, | ||
"geometry": null, | ||
"properties": { | ||
"datum_doc": "1900-01-01", | ||
"datum_eind": null, | ||
"datum_strt": "1900-01-01", | ||
"document": "GV00000402", | ||
"huisletter": null, | ||
"huisnummer": 14, | ||
"nummer_id": "0363200000454013", | ||
"postcode": "1013CR", | ||
"rdf_seealso": "http://bag.basisregistraties.overheid.nl/bag/id/nummeraanduiding/0363200000454013", | ||
"status": "Naamgeving uitgegeven", | ||
"straatnaam": "Van Diemenkade", | ||
"toevoeging": null, | ||
"type": "Ligplaats", | ||
"woonplaats": "Amsterdam" | ||
}, | ||
"coordRefSys": "http://www.opengis.net/def/crs/OGC/1.3/CRS84", | ||
"links": [ | ||
{ | ||
"rel": "self", | ||
"title": "This document as JSON-FG", | ||
"type": "application/vnd.ogc.fg+json", | ||
"href": "http://localhost:8080/collections/foo/items/3542?f=jsonfg" | ||
}, | ||
{ | ||
"rel": "alternate", | ||
"title": "This document as GeoJSON", | ||
"type": "application/geo+json", | ||
"href": "http://localhost:8080/collections/foo/items/3542?f=json" | ||
}, | ||
{ | ||
"rel": "alternate", | ||
"title": "This document as HTML", | ||
"type": "text/html", | ||
"href": "http://localhost:8080/collections/foo/items/3542?f=html" | ||
}, | ||
{ | ||
"rel": "collection", | ||
"title": "The collection to which this feature belongs", | ||
"type": "application/json", | ||
"href": "http://localhost:8080/collections/foo?f=json" | ||
} | ||
], | ||
"conformsTo": [ | ||
"http://www.opengis.net/spec/json-fg-1/0.2/conf/core" | ||
] | ||
} |