github.com/PDOK/gokoala@v0.50.6/internal/ogc/features/testdata/expected_multiple_feature_tables_single_geopackage.json (about) 1 { 2 "links": [ 3 { 4 "rel": "self", 5 "type": "application/json", 6 "title": "This document as JSON", 7 "href": "http://localhost:8080/collections?f=json" 8 }, 9 { 10 "rel": "alternate", 11 "type": "text/html", 12 "title": "This document as HTML", 13 "href": "http://localhost:8080/collections?f=html" 14 } 15 ], 16 "collections": [ 17 { 18 "id": "ligplaatsen", 19 "title": "ligplaatsen", 20 "crs": [ 21 "http://www.opengis.net/def/crs/OGC/1.3/CRS84" 22 ], 23 "storageCrs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84", 24 "links": [ 25 { 26 "rel": "self", 27 "type": "application/json", 28 "title": "Information about the ligplaatsen collection as JSON", 29 "href": "http://localhost:8080/collections/ligplaatsen?f=json" 30 }, 31 { 32 "rel": "alternate", 33 "type": "text/html", 34 "title": "Information about the ligplaatsen collection as HTML", 35 "href": "http://localhost:8080/collections/ligplaatsen?f=json" 36 }, 37 { 38 "rel": "items", 39 "type": "application/geo+json", 40 "title": "The JSON representation of the ligplaatsen features served from this endpoint", 41 "href": "http://localhost:8080/collections/ligplaatsen/items?f=json" 42 }, 43 { 44 "rel": "items", 45 "type": "application/vnd.ogc.fg+json", 46 "title": "The JSON-FG representation of the ligplaatsen features served from this endpoint", 47 "href": "http://localhost:8080/collections/ligplaatsen/items?f=jsonfg" 48 }, 49 { 50 "rel": "items", 51 "type": "text/html", 52 "title": "The HTML representation of the ligplaatsen features served from this endpoint", 53 "href": "http://localhost:8080/collections/ligplaatsen/items?f=html" 54 } 55 ], 56 "content": [] 57 }, 58 { 59 "id": "standplaatsen", 60 "title": "standplaatsen", 61 "crs": [ 62 "http://www.opengis.net/def/crs/OGC/1.3/CRS84" 63 ], 64 "storageCrs": "http://www.opengis.net/def/crs/OGC/1.3/CRS84", 65 "links": [ 66 { 67 "rel": "self", 68 "type": "application/json", 69 "title": "Information about the standplaatsen collection as JSON", 70 "href": "http://localhost:8080/collections/standplaatsen?f=json" 71 }, 72 { 73 "rel": "alternate", 74 "type": "text/html", 75 "title": "Information about the standplaatsen collection as HTML", 76 "href": "http://localhost:8080/collections/standplaatsen?f=json" 77 }, 78 { 79 "rel": "items", 80 "type": "application/geo+json", 81 "title": "The JSON representation of the standplaatsen features served from this endpoint", 82 "href": "http://localhost:8080/collections/standplaatsen/items?f=json" 83 }, 84 { 85 "rel": "items", 86 "type": "application/vnd.ogc.fg+json", 87 "title": "The JSON-FG representation of the standplaatsen features served from this endpoint", 88 "href": "http://localhost:8080/collections/standplaatsen/items?f=jsonfg" 89 }, 90 { 91 "rel": "items", 92 "type": "text/html", 93 "title": "The HTML representation of the standplaatsen features served from this endpoint", 94 "href": "http://localhost:8080/collections/standplaatsen/items?f=html" 95 } 96 ], 97 "content": [] 98 } 99 ] 100 }