github.com/PDOK/gokoala@v0.50.6/internal/ogc/features/testdata/expected_foo_collection_with_cursor.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?cursor=Dv4%7CNwyr1Q&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?cursor=Dv4%7CNwyr1Q&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?cursor=Dv4%7CNwyr1Q&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=DwA%7CNwyr1Q&f=json&limit=2"
    26      },
    27      {
    28        "rel": "prev",
    29        "title": "Previous page",
    30        "type": "application/geo+json",
    31        "href": "http://localhost:8080/collections/foo/items?cursor=DdY%7CNwyr1Q&f=json&limit=2"
    32      }
    33    ],
    34    "numberReturned": 2,
    35    "timeStamp": "2000-01-01T00:00:00Z",
    36    "type": "FeatureCollection",
    37    "features": [
    38      {
    39        "id": 3838,
    40        "type": "Feature",
    41        "geometry": {
    42          "type": "Point",
    43          "coordinates": [
    44            121083.154,
    45            488930.565
    46          ]
    47        },
    48        "properties": {
    49          "datum_doc": "1900-01-01",
    50          "datum_eind": null,
    51          "datum_strt": "1900-01-01",
    52          "document": "GV00000402",
    53          "huisletter": null,
    54          "huisnummer": 11,
    55          "nummer_id": "0363200000398887",
    56          "postcode": "1013KW",
    57          "rdf_seealso": "http://bag.basisregistraties.overheid.nl/bag/id/nummeraanduiding/0363200000398887",
    58          "status": "Naamgeving uitgegeven",
    59          "straatnaam": "Realengracht",
    60          "toevoeging": null,
    61          "type": "Ligplaats",
    62          "woonplaats": "Amsterdam"
    63        }
    64      },
    65      {
    66        "id": 3839,
    67        "type": "Feature",
    68        "geometry": {
    69          "type": "Point",
    70          "coordinates": [
    71            121083.452,
    72            488925.652
    73          ]
    74        },
    75        "properties": {
    76          "datum_doc": "1900-01-01",
    77          "datum_eind": null,
    78          "datum_strt": "1900-01-01",
    79          "document": "GV00000402",
    80          "huisletter": null,
    81          "huisnummer": 15,
    82          "nummer_id": "0363200000398888",
    83          "postcode": "1013KW",
    84          "rdf_seealso": "http://bag.basisregistraties.overheid.nl/bag/id/nummeraanduiding/0363200000398888",
    85          "status": "Naamgeving uitgegeven",
    86          "straatnaam": "Realengracht",
    87          "toevoeging": null,
    88          "type": "Ligplaats",
    89          "woonplaats": "Amsterdam"
    90        }
    91      }
    92    ]
    93  }