github.com/PDOK/gokoala@v0.50.6/internal/ogc/features/testdata/expected_foo_collection_with_limit.json (about) 1 { 2 "links": [ 3 { 4 "rel": "self", 5 "title": "This document as GeoJSON", 6 "type": "application/geo+json", 7 "href": "http://localhost:8080/collections/foo/items?f=json&limit=2" 8 }, 9 { 10 "rel": "alternate", 11 "title": "This document as JSON-FG", 12 "type": "application/vnd.ogc.fg+json", 13 "href": "http://localhost:8080/collections/foo/items?f=jsonfg&limit=2" 14 }, 15 { 16 "rel": "alternate", 17 "title": "This document as HTML", 18 "type": "text/html", 19 "href": "http://localhost:8080/collections/foo/items?f=html&limit=2" 20 }, 21 { 22 "rel": "next", 23 "title": "Next page", 24 "type": "application/geo+json", 25 "href": "http://localhost:8080/collections/foo/items?cursor=Dv4%7CNwyr1Q&f=json&limit=2" 26 } 27 ], 28 "numberReturned": 2, 29 "timeStamp": "2000-01-01T00:00:00Z", 30 "type": "FeatureCollection", 31 "features": [ 32 { 33 "id": 3542, 34 "type": "Feature", 35 "geometry": { 36 "type": "Point", 37 "coordinates": [ 38 120919.942, 39 489320.199 40 ] 41 }, 42 "properties": { 43 "datum_doc": "1900-01-01", 44 "datum_eind": null, 45 "datum_strt": "1900-01-01", 46 "document": "GV00000402", 47 "huisletter": null, 48 "huisnummer": 14, 49 "nummer_id": "0363200000454013", 50 "postcode": "1013CR", 51 "rdf_seealso": "http://bag.basisregistraties.overheid.nl/bag/id/nummeraanduiding/0363200000454013", 52 "status": "Naamgeving uitgegeven", 53 "straatnaam": "Van Diemenkade", 54 "toevoeging": null, 55 "type": "Ligplaats", 56 "woonplaats": "Amsterdam" 57 } 58 }, 59 { 60 "id": 3837, 61 "type": "Feature", 62 "geometry": { 63 "type": "Point", 64 "coordinates": [ 65 121108.424, 66 488930.925 67 ] 68 }, 69 "properties": { 70 "datum_doc": "1900-01-01", 71 "datum_eind": null, 72 "datum_strt": "1900-01-01", 73 "document": "GV00000402", 74 "huisletter": null, 75 "huisnummer": 9, 76 "nummer_id": "0363200000398886", 77 "postcode": "1013KW", 78 "rdf_seealso": "http://bag.basisregistraties.overheid.nl/bag/id/nummeraanduiding/0363200000398886", 79 "status": "Naamgeving uitgegeven", 80 "straatnaam": "Realengracht", 81 "toevoeging": null, 82 "type": "Ligplaats", 83 "woonplaats": "Amsterdam" 84 } 85 } 86 ] 87 }