List assets of type PressurePipe

Query parameters:

organisation Filter by organisation. Supports lookups on uuid and name.

code Exact filter on the code field. The (case-sensitive) startswith lookup is also supported.

created: Temporal filter on created. Supports various lookup types (exact, lt, lte, gt, gte; created__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

last_modified: Temporal filter on last_modified. Supports various lookup types (exact, lt, lte, gt, gte; last_modified__exact by default). Filter values should be specified in ISO 8601 YYYY-MM-DDThh:mm:ssZ format.

geometry The following lookups are available: isnull, contained, contains, contains_properly, covered_by, covers, crosses, disjoint, equals, intersects, overlaps, and within. Query geometries can be supplied as WKT, EWKT or HEXEWKB.

boundary__id: Filter on geometry of the region/boundary with the id boundary__id. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__code: Filter on geometry of the region/boundary with the id boundary__code. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

boundary__type: Spatial filter on geometry, whereby geometry is specified by a region/boundary object (see below) and filter operator is ST_Intersects. Available types are COUNTRY, PROVINCE, WATER_BOARD, MUNICIPALITY, CATCHMENT, POLDER, FIXED_DRAINAGE_LEVEL_AREA, PUMPED_DRAINAGE_AREA, MAIN_PUMPED_DRAINAGE_AREA, DISTRICT, NEIGHBOURHOOD, CADASTRE, PLANTATION, FIELD, CITY, and CUSTOM

boundary__name: Filter on name of the region/boundary with the name boundary__name. Requires boundary__type. For a list of regions/boundaries, see the boundary endpoint /api/v4/boundaries/

simplify: Simplify the query geometries (in WGS84) using this value as tolerance. A higher value may result in a better response time for detailed geometries. Defaults to 0.00001 degrees (approx. 1 meter). NB: Returned geometries are unaffected.

page_size The number of results on a single page. Defaults to 10, maximum is 100. Note that pagination is disabled for the root endpoint: the response will be truncated to page_size.

Custom route: search

Full-text search in 'code' and 'name' fields. Results are ranked.

Examples:

?code=ABC_2123

?code__startswith=ABC

?created__gte=2017-01-01T00:00:00Z

?last_modified__lt=2018-01-01T00:00:00Z

?organisation__name__startswith=Nelen

?organisation__uuid=61f5a464-c350-44c1-9bc7-d4b42d7f58cb

?organisation__name__icontains=Schuur

?geometry__intersects=POINT (5 52)

?boundary__id=198

?boundary__code=NL_GM0344

?boundary__type=PROVINCE&boundary__name=Utrecht

/search/abc/
GET /api/v4/pressurepipes/?format=api&page=127
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1370,
    "next": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=128",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=126",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112801/?format=api",
            "id": 112801,
            "code": "PL_31254",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.823917233224185,
                        52.66419911004176,
                        0.0
                    ],
                    [
                        4.823911074377372,
                        52.66420332282029,
                        0.0
                    ],
                    [
                        4.823858064359717,
                        52.66417467235278,
                        0.0
                    ],
                    [
                        4.823816771780692,
                        52.66420291218772,
                        0.0
                    ],
                    [
                        4.823807481301106,
                        52.66420926704899,
                        0.0
                    ],
                    [
                        4.823720556364741,
                        52.664268718838606,
                        0.0
                    ],
                    [
                        4.823219535969398,
                        52.66461374339852,
                        0.0
                    ],
                    [
                        4.82295258363665,
                        52.66479847583226,
                        0.0
                    ],
                    [
                        4.822627925070428,
                        52.665019646373935,
                        0.0
                    ],
                    [
                        4.822443978582103,
                        52.66514497098761,
                        0.0
                    ],
                    [
                        4.822421475544902,
                        52.66516029511296,
                        0.0
                    ],
                    [
                        4.822273097767273,
                        52.665261145522116,
                        0.0
                    ],
                    [
                        4.82209187004162,
                        52.66539330375874,
                        0.0
                    ],
                    [
                        4.82197033603549,
                        52.66549524293223,
                        0.0
                    ],
                    [
                        4.821812329870638,
                        52.6656354107914,
                        0.0
                    ],
                    [
                        4.82180460794511,
                        52.66564044285073,
                        0.0
                    ],
                    [
                        4.821799312128539,
                        52.665645333658766,
                        0.0
                    ],
                    [
                        4.821791042007626,
                        52.665651612327366,
                        0.0
                    ],
                    [
                        4.82178718682033,
                        52.66565367902572,
                        0.0
                    ],
                    [
                        4.821782101878749,
                        52.665657114914865,
                        0.0
                    ],
                    [
                        4.821771708423437,
                        52.665664129424414,
                        0.0
                    ],
                    [
                        4.821761892006089,
                        52.665672252096925,
                        0.0
                    ],
                    [
                        4.821731797701386,
                        52.66569275256317,
                        0.0
                    ],
                    [
                        4.821646838859354,
                        52.66575060347793,
                        0.0
                    ],
                    [
                        4.821543969139548,
                        52.66582066360599,
                        0.0
                    ],
                    [
                        4.821518838011071,
                        52.66583798818808,
                        0.0
                    ],
                    [
                        4.821408939185314,
                        52.66591434173672,
                        0.0
                    ],
                    [
                        4.821396275698184,
                        52.66592314284945,
                        0.0
                    ],
                    [
                        4.821381147016284,
                        52.66591444321653,
                        0.0
                    ],
                    [
                        4.821373017638583,
                        52.66590977616106,
                        0.0
                    ],
                    [
                        4.821375072251077,
                        52.665904043136614,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.912658Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112802/?format=api",
            "id": 112802,
            "code": "PL_31255",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.819251786136923,
                        52.65544157871103,
                        0.0
                    ],
                    [
                        4.820035917492801,
                        52.65586832930877,
                        0.0
                    ],
                    [
                        4.820813781319632,
                        52.65628487130198,
                        0.0
                    ],
                    [
                        4.821120189085204,
                        52.65644855764518,
                        0.0
                    ],
                    [
                        4.821135341887962,
                        52.65645971994579,
                        0.0
                    ],
                    [
                        4.821143872929831,
                        52.65647323233477,
                        0.0
                    ],
                    [
                        4.821225756480216,
                        52.656712743990965,
                        0.0
                    ],
                    [
                        4.82123381422796,
                        52.656726290068995,
                        0.0
                    ],
                    [
                        4.821248775729893,
                        52.6567373975206,
                        0.0
                    ],
                    [
                        4.821574050493137,
                        52.65691228058889,
                        0.0
                    ],
                    [
                        4.821576782449466,
                        52.656937736294424,
                        0.0
                    ],
                    [
                        4.821681964155251,
                        52.656994289487166,
                        0.0
                    ],
                    [
                        4.821342187589982,
                        52.657229683498784,
                        0.0
                    ],
                    [
                        4.821098944520737,
                        52.657396397628226,
                        0.0
                    ],
                    [
                        4.821044662369446,
                        52.65744209072649,
                        0.0
                    ],
                    [
                        4.821005712500458,
                        52.6574735402046,
                        0.0
                    ],
                    [
                        4.82099345165774,
                        52.65749142924223,
                        0.0
                    ],
                    [
                        4.820929241182709,
                        52.65751042803174,
                        0.0
                    ],
                    [
                        4.82065596945522,
                        52.65751140946589,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.926956Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112803/?format=api",
            "id": 112803,
            "code": "PL_31256",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.830735249408634,
                        52.652878476561725,
                        0.0
                    ],
                    [
                        4.831017559916479,
                        52.65268860369147,
                        0.0
                    ],
                    [
                        4.831043114203026,
                        52.6526895140615,
                        0.0
                    ],
                    [
                        4.831056779332778,
                        52.65268986555047,
                        0.0
                    ],
                    [
                        4.831076041894864,
                        52.652690485864724,
                        0.0
                    ],
                    [
                        4.831106663711143,
                        52.65269500580296,
                        0.0
                    ],
                    [
                        4.831113477884706,
                        52.652698389883206,
                        0.0
                    ],
                    [
                        4.831324606391987,
                        52.65281328041811,
                        0.0
                    ],
                    [
                        4.831731205905291,
                        52.65303338890557,
                        0.0
                    ],
                    [
                        4.832635148790464,
                        52.65351747780535,
                        0.0
                    ],
                    [
                        4.832661624863003,
                        52.65353908960508,
                        0.0
                    ],
                    [
                        4.832675409669535,
                        52.65355927617687,
                        0.0
                    ],
                    [
                        4.832735065161692,
                        52.65358422411113,
                        0.0
                    ],
                    [
                        4.832883385152544,
                        52.65348291093984,
                        0.0
                    ],
                    [
                        4.832859557368165,
                        52.653257014892766,
                        0.0
                    ],
                    [
                        4.833159976434686,
                        52.653053264279045,
                        0.0
                    ],
                    [
                        4.833204124911268,
                        52.653055096607424,
                        0.0
                    ],
                    [
                        4.833208718461038,
                        52.653055288760214,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.941250Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112804/?format=api",
            "id": 112804,
            "code": "PL_31257",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.846682274033939,
                        52.65182165632313,
                        0.0
                    ],
                    [
                        4.846680689674923,
                        52.6518110891897,
                        0.0
                    ],
                    [
                        4.846680361313058,
                        52.65180894874925,
                        0.0
                    ],
                    [
                        4.846678667353819,
                        52.651797680117845,
                        0.0
                    ],
                    [
                        4.846677382908756,
                        52.65178916342371,
                        0.0
                    ],
                    [
                        4.846676208727778,
                        52.651781294307426,
                        0.0
                    ],
                    [
                        4.846506235611609,
                        52.651690020832504,
                        0.0
                    ],
                    [
                        4.845859599300002,
                        52.651345350908585,
                        0.0
                    ],
                    [
                        4.845487233251675,
                        52.65114526348393,
                        0.0
                    ],
                    [
                        4.845461217765651,
                        52.65114105582044,
                        0.0
                    ],
                    [
                        4.845436687036416,
                        52.65114827761952,
                        0.0
                    ],
                    [
                        4.84529240805317,
                        52.65124244404509,
                        0.0
                    ],
                    [
                        4.842883167433286,
                        52.65291237721068,
                        0.0
                    ],
                    [
                        4.842865117847087,
                        52.65292477779403,
                        0.0
                    ],
                    [
                        4.842782560515194,
                        52.65298150445091,
                        0.0
                    ],
                    [
                        4.841873908470045,
                        52.65360588693192,
                        0.0
                    ],
                    [
                        4.840052667767072,
                        52.65487023262628,
                        0.0
                    ],
                    [
                        4.8399616432957,
                        52.65493341609761,
                        0.0
                    ],
                    [
                        4.839934854506634,
                        52.65494252266926,
                        0.0
                    ],
                    [
                        4.839908500216902,
                        52.65493808756203,
                        0.0
                    ],
                    [
                        4.839717604199977,
                        52.6548656621227,
                        0.0
                    ],
                    [
                        4.839679206467702,
                        52.65485520404354,
                        0.0
                    ],
                    [
                        4.839653882661169,
                        52.654861782912505,
                        0.0
                    ],
                    [
                        4.838986704619609,
                        52.655294291070646,
                        0.0
                    ],
                    [
                        4.838417911757652,
                        52.655660447794645,
                        0.0
                    ],
                    [
                        4.838357315603878,
                        52.65567487121309,
                        0.0
                    ],
                    [
                        4.838328907048121,
                        52.65567870346557,
                        0.0
                    ],
                    [
                        4.838254636604639,
                        52.65568513704184,
                        0.0
                    ],
                    [
                        4.83805293303969,
                        52.65570059856548,
                        0.0
                    ],
                    [
                        4.837973405893362,
                        52.65570310726268,
                        0.0
                    ],
                    [
                        4.837967504281217,
                        52.6557034934212,
                        0.0
                    ],
                    [
                        4.837961223496904,
                        52.655707023339545,
                        0.0
                    ],
                    [
                        4.837946946889894,
                        52.65571768809951,
                        0.0
                    ],
                    [
                        4.837937322860509,
                        52.655726208434025,
                        0.0
                    ],
                    [
                        4.83791027432667,
                        52.65575012421436,
                        0.0
                    ],
                    [
                        4.837895898326199,
                        52.65576282859768,
                        0.0
                    ],
                    [
                        4.837879501123792,
                        52.65577761765615,
                        0.0
                    ],
                    [
                        4.837848948656035,
                        52.65580518400686,
                        0.0
                    ],
                    [
                        4.837828874363864,
                        52.65582329031668,
                        0.0
                    ],
                    [
                        4.837794510306879,
                        52.655854290123045,
                        0.0
                    ],
                    [
                        4.837784390906571,
                        52.65586341928472,
                        0.0
                    ],
                    [
                        4.83776916458128,
                        52.65587793513397,
                        0.0
                    ],
                    [
                        4.837763836548584,
                        52.65588327586491,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.956980Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112805/?format=api",
            "id": 112805,
            "code": "PL_31258",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        5.159952174227826,
                        52.705220553309736,
                        0.0
                    ],
                    [
                        5.159965347975825,
                        52.705225134811975,
                        0.0
                    ],
                    [
                        5.159969084513852,
                        52.705226427070116,
                        0.0
                    ],
                    [
                        5.159970270533293,
                        52.70522676302086,
                        0.0
                    ],
                    [
                        5.159971531797579,
                        52.70522697496864,
                        0.0
                    ],
                    [
                        5.159972833442593,
                        52.70522705705482,
                        0.0
                    ],
                    [
                        5.159974139488001,
                        52.70522700701033,
                        0.0
                    ],
                    [
                        5.159975413831837,
                        52.705226826218464,
                        0.0
                    ],
                    [
                        5.159976621248436,
                        52.705226519676756,
                        0.0
                    ],
                    [
                        5.159977728362147,
                        52.705226095858684,
                        0.0
                    ],
                    [
                        5.159978704569919,
                        52.70522556647955,
                        0.0
                    ],
                    [
                        5.15997952288723,
                        52.70522494617244,
                        0.0
                    ],
                    [
                        5.159982272917779,
                        52.7052224530578,
                        0.0
                    ],
                    [
                        5.159983997200058,
                        52.70522090161184,
                        0.0
                    ],
                    [
                        5.16004083854876,
                        52.705166980730795,
                        0.0
                    ],
                    [
                        5.160104028456533,
                        52.70510704171017,
                        0.0
                    ],
                    [
                        5.16014252534459,
                        52.70506400371693,
                        0.0
                    ],
                    [
                        5.160170490042138,
                        52.70501806319022,
                        0.0
                    ],
                    [
                        5.160309888710457,
                        52.70472627215303,
                        0.0
                    ],
                    [
                        5.160310334624285,
                        52.704725558612004,
                        0.0
                    ],
                    [
                        5.160310961782602,
                        52.704724897263375,
                        0.0
                    ],
                    [
                        5.1603117542032,
                        52.70472430496056,
                        0.0
                    ],
                    [
                        5.160312691692412,
                        52.70472379679757,
                        0.0
                    ],
                    [
                        5.160313750359716,
                        52.70472338572416,
                        0.0
                    ],
                    [
                        5.160533067439641,
                        52.704650083712345,
                        0.0
                    ],
                    [
                        5.160534194180705,
                        52.704649774397154,
                        0.0
                    ],
                    [
                        5.160535386767068,
                        52.704649576081685,
                        0.0
                    ],
                    [
                        5.16053661576816,
                        52.70464949365989,
                        0.0
                    ],
                    [
                        5.160537850854767,
                        52.704649529165735,
                        0.0
                    ],
                    [
                        5.160539061547501,
                        52.70464968172308,
                        0.0
                    ],
                    [
                        5.160587722890459,
                        52.70465826696381,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.972185Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112806/?format=api",
            "id": 112806,
            "code": "PL_31259",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        5.20815099890662,
                        52.6965934168317,
                        0.0
                    ],
                    [
                        5.208146495046929,
                        52.69663144270654,
                        0.0
                    ],
                    [
                        5.208155427063353,
                        52.696639346650905,
                        0.0
                    ],
                    [
                        5.208395029990308,
                        52.696851456426394,
                        0.0
                    ],
                    [
                        5.208060202767504,
                        52.697722360840224,
                        0.0
                    ],
                    [
                        5.208004499046038,
                        52.697804363545714,
                        0.0
                    ],
                    [
                        5.20787320258754,
                        52.69816220470041,
                        0.0
                    ],
                    [
                        5.207782638642783,
                        52.69840902876694,
                        0.0
                    ],
                    [
                        5.207781713156477,
                        52.69842556329842,
                        0.0
                    ],
                    [
                        5.207787552143205,
                        52.698437479758375,
                        0.0
                    ],
                    [
                        5.207794906458496,
                        52.69844419507625,
                        0.0
                    ],
                    [
                        5.207800492187847,
                        52.69844929907166,
                        0.0
                    ],
                    [
                        5.20782014419202,
                        52.69845849532646,
                        0.0
                    ],
                    [
                        5.207844562637338,
                        52.698463313141026,
                        0.0
                    ],
                    [
                        5.208696087319943,
                        52.69853430394571,
                        0.0
                    ],
                    [
                        5.208738921937285,
                        52.69856859929948,
                        0.0
                    ],
                    [
                        5.208786843645664,
                        52.69860698231771,
                        0.0
                    ],
                    [
                        5.208769619232057,
                        52.698754045357255,
                        0.0
                    ],
                    [
                        5.208721347617351,
                        52.699166121924456,
                        0.0
                    ],
                    [
                        5.208568252587321,
                        52.69945353655947,
                        0.0
                    ],
                    [
                        5.20827334576215,
                        52.699715403910574,
                        0.0
                    ],
                    [
                        5.20806696445336,
                        52.70053518537066,
                        0.0
                    ],
                    [
                        5.207925663421602,
                        52.70110246921523,
                        0.0
                    ],
                    [
                        5.207726747176463,
                        52.70188792207175,
                        0.0
                    ],
                    [
                        5.207695215107404,
                        52.70201246006133,
                        0.0
                    ],
                    [
                        5.207711620290025,
                        52.70202734913041,
                        0.0
                    ],
                    [
                        5.207717206575071,
                        52.70203242616477,
                        0.0
                    ],
                    [
                        5.207724298672541,
                        52.7020382873289,
                        0.0
                    ],
                    [
                        5.207725743252006,
                        52.702039574633496,
                        0.0
                    ],
                    [
                        5.207728293429992,
                        52.70204183419012,
                        0.0
                    ],
                    [
                        5.207761327561079,
                        52.70207117229523,
                        0.0
                    ],
                    [
                        5.207864882078571,
                        52.702163111549204,
                        0.0
                    ],
                    [
                        5.207874370160993,
                        52.7021727777736,
                        0.0
                    ],
                    [
                        5.207883855332176,
                        52.702186784669266,
                        0.0
                    ],
                    [
                        5.207889241009727,
                        52.70220115385565,
                        0.0
                    ],
                    [
                        5.207890704371949,
                        52.70221234475857,
                        0.0
                    ],
                    [
                        5.207890148113238,
                        52.70222177118709,
                        0.0
                    ],
                    [
                        5.207888504488249,
                        52.70222938062335,
                        0.0
                    ],
                    [
                        5.207888129462964,
                        52.70223064721267,
                        0.0
                    ],
                    [
                        5.207875403925343,
                        52.7022747537694,
                        0.0
                    ],
                    [
                        5.207836978492307,
                        52.702381002036404,
                        0.0
                    ],
                    [
                        5.207828615270657,
                        52.70239658172575,
                        0.0
                    ],
                    [
                        5.207814720093521,
                        52.70243725351429,
                        0.0
                    ],
                    [
                        5.207807667174475,
                        52.70245802062073,
                        0.0
                    ],
                    [
                        5.207788078069206,
                        52.70251633411463,
                        0.0
                    ],
                    [
                        5.207775434281023,
                        52.70255849062203,
                        0.0
                    ],
                    [
                        5.2077821172748,
                        52.70257036340619,
                        0.0
                    ],
                    [
                        5.207790230590679,
                        52.70258339765533,
                        0.0
                    ],
                    [
                        5.207797451277005,
                        52.702590400345024,
                        0.0
                    ],
                    [
                        5.208069453863255,
                        52.70285730745424,
                        0.0
                    ],
                    [
                        5.208096115109487,
                        52.702871456990636,
                        0.0
                    ],
                    [
                        5.208119602415557,
                        52.7028839211976,
                        0.0
                    ],
                    [
                        5.208203217942756,
                        52.702928289423575,
                        0.0
                    ],
                    [
                        5.208249070725605,
                        52.70295262296876,
                        0.0
                    ],
                    [
                        5.208259842986205,
                        52.70295944224056,
                        0.0
                    ],
                    [
                        5.208274185327134,
                        52.70296513452427,
                        0.0
                    ],
                    [
                        5.208281787832203,
                        52.70296923498677,
                        0.0
                    ],
                    [
                        5.208293213363469,
                        52.70297548906173,
                        0.0
                    ],
                    [
                        5.208297290229924,
                        52.70298433830055,
                        0.0
                    ],
                    [
                        5.208299180222306,
                        52.702992519223514,
                        0.0
                    ],
                    [
                        5.208299815135501,
                        52.70300009613864,
                        0.0
                    ],
                    [
                        5.208300460051219,
                        52.70300885035338,
                        0.0
                    ],
                    [
                        5.208302591219913,
                        52.70301593523598,
                        0.0
                    ],
                    [
                        5.208305364055318,
                        52.70302530375632,
                        0.0
                    ],
                    [
                        5.208307379088042,
                        52.70305365148293,
                        0.0
                    ],
                    [
                        5.208312929186038,
                        52.70308584192722,
                        0.0
                    ],
                    [
                        5.208314668167946,
                        52.70309477752299,
                        0.0
                    ],
                    [
                        5.208316330654078,
                        52.703104333100306,
                        0.0
                    ],
                    [
                        5.20832232109314,
                        52.70312284613513,
                        0.0
                    ],
                    [
                        5.208324891497941,
                        52.70313106402687,
                        0.0
                    ],
                    [
                        5.208325650131556,
                        52.70314095974894,
                        0.0
                    ],
                    [
                        5.208328501084621,
                        52.70315658327182,
                        0.0
                    ],
                    [
                        5.208330848660117,
                        52.70316502550131,
                        0.0
                    ],
                    [
                        5.208336302359053,
                        52.70318819294605,
                        0.0
                    ],
                    [
                        5.2083409850092,
                        52.70320815090737,
                        0.0
                    ],
                    [
                        5.208347369515373,
                        52.70323526500038,
                        0.0
                    ],
                    [
                        5.208352106928699,
                        52.703256310458755,
                        0.0
                    ],
                    [
                        5.208362032209443,
                        52.70330041511766,
                        0.0
                    ],
                    [
                        5.208369850397083,
                        52.70333515225677,
                        0.0
                    ],
                    [
                        5.20837932545408,
                        52.70337719823616,
                        0.0
                    ],
                    [
                        5.208397984446154,
                        52.70346013044354,
                        0.0
                    ],
                    [
                        5.208400251253766,
                        52.70346661340455,
                        0.0
                    ],
                    [
                        5.208403366401934,
                        52.703471857446175,
                        0.0
                    ],
                    [
                        5.208410465867325,
                        52.703479623801755,
                        0.0
                    ],
                    [
                        5.208420246529215,
                        52.70348656738612,
                        0.0
                    ],
                    [
                        5.208429991693249,
                        52.7034913270986,
                        0.0
                    ],
                    [
                        5.208439284439435,
                        52.703494558357505,
                        0.0
                    ],
                    [
                        5.208448448128951,
                        52.703496782888735,
                        0.0
                    ],
                    [
                        5.208456772179426,
                        52.703498107468775,
                        0.0
                    ],
                    [
                        5.208465187483584,
                        52.70349882107563,
                        0.0
                    ],
                    [
                        5.208472465865957,
                        52.703498975787824,
                        0.0
                    ],
                    [
                        5.208524086770152,
                        52.70349846908713,
                        0.0
                    ],
                    [
                        5.209161572823102,
                        52.703492261114526,
                        0.0
                    ],
                    [
                        5.209742744811468,
                        52.70348365620554,
                        0.0
                    ],
                    [
                        5.210277378603519,
                        52.70346982085803,
                        0.0
                    ],
                    [
                        5.210858076715708,
                        52.70345750719422,
                        0.0
                    ],
                    [
                        5.211441719440331,
                        52.70344129472583,
                        0.0
                    ],
                    [
                        5.212011371215363,
                        52.70342004412587,
                        0.0
                    ],
                    [
                        5.212224351785058,
                        52.70340992339272,
                        0.0
                    ],
                    [
                        5.212250366738942,
                        52.70340845180641,
                        0.0
                    ],
                    [
                        5.212272944367335,
                        52.703408224346006,
                        0.0
                    ],
                    [
                        5.21229399572952,
                        52.70340488517135,
                        0.0
                    ],
                    [
                        5.212335540545829,
                        52.7033785336592,
                        0.0
                    ],
                    [
                        5.212350245101696,
                        52.70332309706133,
                        0.0
                    ],
                    [
                        5.212350845794939,
                        52.703317139625746,
                        0.0
                    ],
                    [
                        5.212351988596381,
                        52.70331251304772,
                        0.0
                    ],
                    [
                        5.212320694578284,
                        52.70314602065184,
                        0.0
                    ],
                    [
                        5.212322240068031,
                        52.703133144686845,
                        0.0
                    ],
                    [
                        5.212336201691168,
                        52.70310824449829,
                        0.0
                    ],
                    [
                        5.212376446526626,
                        52.70308876604373,
                        0.0
                    ],
                    [
                        5.212377497258775,
                        52.703088686703786,
                        0.0
                    ],
                    [
                        5.212398515260758,
                        52.70308625513895,
                        0.0
                    ],
                    [
                        5.212474248040436,
                        52.70307900598236,
                        0.0
                    ],
                    [
                        5.212480966426995,
                        52.70307859345302,
                        0.0
                    ],
                    [
                        5.212524058718559,
                        52.703075969571394,
                        0.0
                    ],
                    [
                        5.212539761442331,
                        52.70307454570686,
                        0.0
                    ],
                    [
                        5.212544243509115,
                        52.703078443608845,
                        0.0
                    ],
                    [
                        5.212544848629141,
                        52.703082533537724,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.991108Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112807/?format=api",
            "id": 112807,
            "code": "PL_31260",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        5.217167286131461,
                        52.69706330962837,
                        0.0
                    ],
                    [
                        5.217169297631503,
                        52.697063384395314,
                        0.0
                    ],
                    [
                        5.217294750410951,
                        52.69706798498994,
                        0.0
                    ],
                    [
                        5.217390275129268,
                        52.69707328870022,
                        0.0
                    ],
                    [
                        5.217462983627235,
                        52.69707634005106,
                        0.0
                    ],
                    [
                        5.217482272098435,
                        52.697076610185036,
                        0.0
                    ],
                    [
                        5.217507390580577,
                        52.69707643028968,
                        0.0
                    ],
                    [
                        5.217525758676056,
                        52.69707370646186,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.005551Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112808/?format=api",
            "id": 112808,
            "code": "PL_31261",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.812654529461008,
                        52.66125023379728,
                        0.0
                    ],
                    [
                        4.812678625000726,
                        52.66126133251195,
                        0.0
                    ],
                    [
                        4.812693564791426,
                        52.66125934660481,
                        0.0
                    ],
                    [
                        4.812710846734408,
                        52.66124552690545,
                        0.0
                    ],
                    [
                        4.812721254365693,
                        52.66124424706757,
                        0.0
                    ],
                    [
                        4.812748995207052,
                        52.66125011486045,
                        0.0
                    ],
                    [
                        4.812990745542894,
                        52.66138178492767,
                        0.0
                    ],
                    [
                        4.813931901988521,
                        52.661890882540696,
                        0.0
                    ],
                    [
                        4.816022432814767,
                        52.66302048037824,
                        0.0
                    ],
                    [
                        4.81610492328489,
                        52.66306863427669,
                        0.0
                    ],
                    [
                        4.816250002385858,
                        52.66316089202073,
                        0.0
                    ],
                    [
                        4.816412166754796,
                        52.663270442000716,
                        0.0
                    ],
                    [
                        4.81645235153577,
                        52.66329027178581,
                        0.0
                    ],
                    [
                        4.816497030753562,
                        52.66331231598979,
                        0.0
                    ],
                    [
                        4.816510249423549,
                        52.66331884118412,
                        0.0
                    ],
                    [
                        4.816520567984129,
                        52.66332445374666,
                        0.0
                    ],
                    [
                        4.816549116690851,
                        52.66333996775507,
                        0.0
                    ],
                    [
                        4.816860655653945,
                        52.663509486019166,
                        0.0
                    ],
                    [
                        4.816873043923315,
                        52.66351622288312,
                        0.0
                    ],
                    [
                        4.81688910160252,
                        52.66352496350303,
                        0.0
                    ],
                    [
                        4.816946272411266,
                        52.66355607256899,
                        0.0
                    ],
                    [
                        4.817186097081231,
                        52.66368657435827,
                        0.0
                    ],
                    [
                        4.817731535044461,
                        52.66398251898579,
                        0.0
                    ],
                    [
                        4.817895814007853,
                        52.664070831352575,
                        0.0
                    ],
                    [
                        4.81799102651865,
                        52.66411283466742,
                        0.0
                    ],
                    [
                        4.818044468907501,
                        52.664135189826766,
                        0.0
                    ],
                    [
                        4.818171966152398,
                        52.664187395113785,
                        0.0
                    ],
                    [
                        4.818276998956353,
                        52.6642313234898,
                        0.0
                    ],
                    [
                        4.818295801408983,
                        52.664239322121354,
                        0.0
                    ],
                    [
                        4.818327597988647,
                        52.664252963922465,
                        0.0
                    ],
                    [
                        4.819163169685954,
                        52.66470610850727,
                        0.0
                    ],
                    [
                        4.819645650410738,
                        52.664967439538245,
                        0.0
                    ],
                    [
                        4.820346382897516,
                        52.665348978579146,
                        0.0
                    ],
                    [
                        4.821146797542847,
                        52.665780444139074,
                        0.0
                    ],
                    [
                        4.821375072251077,
                        52.665904043136614,
                        0.0
                    ],
                    [
                        4.822077344490702,
                        52.66628426698818,
                        0.0
                    ],
                    [
                        4.822107384826217,
                        52.66630019114612,
                        0.0
                    ],
                    [
                        4.822178513432219,
                        52.6663385267205,
                        0.0
                    ],
                    [
                        4.822232941108667,
                        52.66636971004136,
                        0.0
                    ],
                    [
                        4.822508195828672,
                        52.66651787615032,
                        0.0
                    ],
                    [
                        4.822800138928157,
                        52.66667664475238,
                        0.0
                    ],
                    [
                        4.823619888693511,
                        52.66712114457892,
                        0.0
                    ],
                    [
                        4.823627451945375,
                        52.667128495956305,
                        0.0
                    ],
                    [
                        4.823665899715801,
                        52.667162119309054,
                        0.0
                    ],
                    [
                        4.823686680509145,
                        52.66718548550038,
                        0.0
                    ],
                    [
                        4.82370629547155,
                        52.66720754302776,
                        0.0
                    ],
                    [
                        4.823712241149811,
                        52.667214230675015,
                        0.0
                    ],
                    [
                        4.823718376461049,
                        52.66722111693758,
                        0.0
                    ],
                    [
                        4.823810261087065,
                        52.66728729318643,
                        0.0
                    ],
                    [
                        4.823831915790149,
                        52.66729899815868,
                        0.0
                    ],
                    [
                        4.823900858706595,
                        52.667336252860665,
                        0.0
                    ],
                    [
                        4.823938170060189,
                        52.66735591368506,
                        0.0
                    ],
                    [
                        4.823950357810815,
                        52.6673623163239,
                        0.0
                    ],
                    [
                        4.824203782248381,
                        52.66749493513529,
                        0.0
                    ],
                    [
                        4.824214577637415,
                        52.66750040547999,
                        0.0
                    ],
                    [
                        4.824281788080913,
                        52.667534470304695,
                        0.0
                    ],
                    [
                        4.824355257466063,
                        52.6675715574268,
                        0.0
                    ],
                    [
                        4.824649087021262,
                        52.66772144203059,
                        0.0
                    ],
                    [
                        4.824831912868131,
                        52.66782162349261,
                        0.0
                    ],
                    [
                        4.825107063664149,
                        52.66796890224159,
                        0.0
                    ],
                    [
                        4.825402513991181,
                        52.66813002655389,
                        0.0
                    ],
                    [
                        4.82562511351124,
                        52.66825075948742,
                        0.0
                    ],
                    [
                        4.825801299384509,
                        52.668346836906366,
                        0.0
                    ],
                    [
                        4.825968292185659,
                        52.66843702005327,
                        0.0
                    ],
                    [
                        4.826124109934593,
                        52.668520221161565,
                        0.0
                    ],
                    [
                        4.826294971883222,
                        52.668610826511355,
                        0.0
                    ],
                    [
                        4.826554057946162,
                        52.66873415622923,
                        0.0
                    ],
                    [
                        4.82658584739484,
                        52.66874881130258,
                        0.0
                    ],
                    [
                        4.82659345966309,
                        52.668752379125415,
                        0.0
                    ],
                    [
                        4.826805626442512,
                        52.66885471786824,
                        0.0
                    ],
                    [
                        4.827067021231493,
                        52.668998961442966,
                        0.0
                    ],
                    [
                        4.827132685645886,
                        52.66903521021496,
                        0.0
                    ],
                    [
                        4.827212810477478,
                        52.669079417736626,
                        0.0
                    ],
                    [
                        4.83006315550356,
                        52.6706523312365,
                        0.0
                    ],
                    [
                        4.830203971589933,
                        52.67072943526107,
                        0.0
                    ],
                    [
                        4.830320448041499,
                        52.670791812089384,
                        0.0
                    ],
                    [
                        4.83197150936141,
                        52.671681599155086,
                        0.0
                    ],
                    [
                        4.833823806383994,
                        52.67267396157329,
                        0.0
                    ],
                    [
                        4.834069460028147,
                        52.67276388785812,
                        0.0
                    ],
                    [
                        4.834802015949839,
                        52.673172916859784,
                        0.0
                    ],
                    [
                        4.835085630064891,
                        52.67333205645005,
                        0.0
                    ],
                    [
                        4.835103946859683,
                        52.67334278221931,
                        0.0
                    ],
                    [
                        4.835117104951835,
                        52.67334988020588,
                        0.0
                    ],
                    [
                        4.835139678313035,
                        52.67336190189468,
                        0.0
                    ],
                    [
                        4.83526229668032,
                        52.67342725007688,
                        0.0
                    ],
                    [
                        4.835296575470072,
                        52.673441968255354,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.022993Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112809/?format=api",
            "id": 112809,
            "code": "PL_31262",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.835298358119267,
                        52.67343893887243,
                        0.0
                    ],
                    [
                        4.835256107454205,
                        52.67341855776452,
                        0.0
                    ],
                    [
                        4.835133048986517,
                        52.67332585967535,
                        0.0
                    ],
                    [
                        4.834193918816923,
                        52.672797853642244,
                        0.0
                    ],
                    [
                        4.833806977023131,
                        52.67263320750148,
                        0.0
                    ],
                    [
                        4.83353388483336,
                        52.67241529293859,
                        0.0
                    ],
                    [
                        4.83283221914206,
                        52.67204057800979,
                        0.0
                    ],
                    [
                        4.830879240765581,
                        52.6709774406164,
                        0.0
                    ],
                    [
                        4.83062500781571,
                        52.670885670083635,
                        0.0
                    ],
                    [
                        4.825642377805521,
                        52.66819654957974,
                        0.0
                    ],
                    [
                        4.825121509807256,
                        52.66792124869951,
                        0.0
                    ],
                    [
                        4.824765318791667,
                        52.66773006207096,
                        0.0
                    ],
                    [
                        4.824611311437771,
                        52.66764674188963,
                        0.0
                    ],
                    [
                        4.823596381838332,
                        52.66717552235691,
                        0.0
                    ],
                    [
                        4.822494987895914,
                        52.66657482800123,
                        0.0
                    ],
                    [
                        4.821063497962328,
                        52.66601474750683,
                        0.0
                    ],
                    [
                        4.818535818555538,
                        52.664647004294864,
                        0.0
                    ],
                    [
                        4.816871110461224,
                        52.66374621329409,
                        0.0
                    ],
                    [
                        4.815920521853838,
                        52.663279369786245,
                        0.0
                    ],
                    [
                        4.8126631079484,
                        52.66151114607417,
                        0.0
                    ],
                    [
                        4.81249705953264,
                        52.661392369244076,
                        0.0
                    ],
                    [
                        4.812474571672343,
                        52.66138266228633,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.037984Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112810/?format=api",
            "id": 112810,
            "code": "PL_31263",
            "organisation": {
                "url": "https://demo.lizard.net/api/v4/organisations/474afd21-2f2e-4b4f-8261-5142f1d67acb/?format=api",
                "uuid": "474afd21-2f2e-4b4f-8261-5142f1d67acb",
                "name": "Hoogheemraadschap Hollands Noorderkwartier"
            },
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        4.778623287143186,
                        52.47283623302827,
                        0.0
                    ],
                    [
                        4.77862789126464,
                        52.47284390509982,
                        0.0
                    ],
                    [
                        4.778749107576854,
                        52.47288987850851,
                        0.0
                    ],
                    [
                        4.778758645190681,
                        52.47289626369868,
                        0.0
                    ],
                    [
                        4.778761213090916,
                        52.47289789464106,
                        0.0
                    ],
                    [
                        4.779064486087826,
                        52.47296659658594,
                        0.0
                    ],
                    [
                        4.779551936753302,
                        52.47307513993683,
                        0.0
                    ],
                    [
                        4.779612873758675,
                        52.47308870886651,
                        0.0
                    ],
                    [
                        4.779618537553527,
                        52.473089969185416,
                        0.0
                    ],
                    [
                        4.779638316749185,
                        52.47309437557969,
                        0.0
                    ],
                    [
                        4.779657521526453,
                        52.473089171289566,
                        0.0
                    ],
                    [
                        4.779695989934925,
                        52.47307876300157,
                        0.0
                    ],
                    [
                        4.779874135496135,
                        52.47303053131153,
                        0.0
                    ],
                    [
                        4.780127708242081,
                        52.47295560588387,
                        0.0
                    ],
                    [
                        4.780144702664132,
                        52.47295058792692,
                        0.0
                    ],
                    [
                        4.780156894376728,
                        52.47294698339791,
                        0.0
                    ],
                    [
                        4.780168169820162,
                        52.47294365279274,
                        0.0
                    ],
                    [
                        4.780173989255958,
                        52.47294322421416,
                        0.0
                    ],
                    [
                        4.780174652253073,
                        52.472943173682346,
                        0.0
                    ],
                    [
                        4.780435774731079,
                        52.47286606630757,
                        0.0
                    ],
                    [
                        4.780514584157818,
                        52.472842796195124,
                        0.0
                    ],
                    [
                        4.780531194253552,
                        52.472837893055505,
                        0.0
                    ],
                    [
                        4.78055432132392,
                        52.472831063956484,
                        0.0
                    ],
                    [
                        4.780597339154637,
                        52.47281835985068,
                        0.0
                    ],
                    [
                        4.780924956989961,
                        52.47272179185378,
                        0.0
                    ],
                    [
                        4.781851010394177,
                        52.47245114280542,
                        0.0
                    ],
                    [
                        4.781952091125022,
                        52.47242213450323,
                        0.0
                    ],
                    [
                        4.782153350663322,
                        52.47236439165491,
                        0.0
                    ],
                    [
                        4.783229957318985,
                        52.47205546680268,
                        0.0
                    ],
                    [
                        4.783378191888368,
                        52.472013476688296,
                        0.0
                    ],
                    [
                        4.78352344166569,
                        52.471972334003716,
                        0.0
                    ],
                    [
                        4.783758816420616,
                        52.47190565766986,
                        0.0
                    ],
                    [
                        4.783957845032007,
                        52.471849275517876,
                        0.0
                    ],
                    [
                        4.784087403211828,
                        52.47181257308041,
                        0.0
                    ],
                    [
                        4.784207898027966,
                        52.47175083890612,
                        0.0
                    ],
                    [
                        4.784317751143843,
                        52.471694550915494,
                        0.0
                    ],
                    [
                        4.784326957189581,
                        52.47169075102822,
                        0.0
                    ],
                    [
                        4.784459154210115,
                        52.471660146202304,
                        0.0
                    ],
                    [
                        4.784820620569579,
                        52.471576474935866,
                        0.0
                    ],
                    [
                        4.785190294279828,
                        52.47149090291631,
                        0.0
                    ],
                    [
                        4.78521357043161,
                        52.471484909514466,
                        0.0
                    ],
                    [
                        4.785227054654174,
                        52.47148143685343,
                        0.0
                    ],
                    [
                        4.785227217145625,
                        52.47148139274035,
                        0.0
                    ],
                    [
                        4.785240760476083,
                        52.47147790240256,
                        0.0
                    ],
                    [
                        4.785258055088879,
                        52.47147345145734,
                        0.0
                    ],
                    [
                        4.78686377196771,
                        52.471059731644225,
                        0.0
                    ],
                    [
                        4.787067213012048,
                        52.47100731218079,
                        0.0
                    ],
                    [
                        4.787238472304422,
                        52.47096318687905,
                        0.0
                    ],
                    [
                        4.787252384441703,
                        52.47095960830223,
                        0.0
                    ],
                    [
                        4.787319981382897,
                        52.470942181802215,
                        0.0
                    ],
                    [
                        4.787372454919881,
                        52.47092866027049,
                        0.0
                    ],
                    [
                        4.787393308376313,
                        52.47092329230656,
                        0.0
                    ],
                    [
                        4.787397812895548,
                        52.4709221287284,
                        0.0
                    ],
                    [
                        4.787437880568946,
                        52.47091180691407,
                        0.0
                    ],
                    [
                        4.787474983362907,
                        52.47091825891516,
                        0.0
                    ],
                    [
                        4.787630031248999,
                        52.47094521482033,
                        0.0
                    ],
                    [
                        4.788173539578572,
                        52.47101562917408,
                        0.0
                    ],
                    [
                        4.788479932385558,
                        52.471018147176196,
                        0.0
                    ],
                    [
                        4.789006841963759,
                        52.47104938685898,
                        0.0
                    ],
                    [
                        4.789290182528462,
                        52.471078425698245,
                        0.0
                    ],
                    [
                        4.790061773740119,
                        52.47120947002582,
                        0.0
                    ],
                    [
                        4.790818317909505,
                        52.47133256051032,
                        0.0
                    ],
                    [
                        4.791466027710441,
                        52.47143954193402,
                        0.0
                    ],
                    [
                        4.792067756230327,
                        52.471541597531974,
                        0.0
                    ],
                    [
                        4.792078681029803,
                        52.47154344987624,
                        0.0
                    ],
                    [
                        4.792249219502512,
                        52.47157237383847,
                        0.0
                    ],
                    [
                        4.792252415740128,
                        52.471572183159616,
                        0.0
                    ],
                    [
                        4.79230391407131,
                        52.471588430436306,
                        0.0
                    ],
                    [
                        4.792306918996703,
                        52.47158823879622,
                        0.0
                    ],
                    [
                        4.792578139844993,
                        52.47162808393527,
                        0.0
                    ],
                    [
                        4.792746879363678,
                        52.471656216238216,
                        0.0
                    ],
                    [
                        4.792770716298508,
                        52.47165879832584,
                        0.0
                    ],
                    [
                        4.79280265266359,
                        52.471663209536345,
                        0.0
                    ],
                    [
                        4.792827268348595,
                        52.4716669818775,
                        0.0
                    ],
                    [
                        4.792852986765775,
                        52.471673024612514,
                        0.0
                    ],
                    [
                        4.79288430295212,
                        52.471680874938585,
                        0.0
                    ],
                    [
                        4.792915413085267,
                        52.471683250783016,
                        0.0
                    ],
                    [
                        4.792950563548992,
                        52.471689430640225,
                        0.0
                    ],
                    [
                        4.792983988577212,
                        52.471695871468754,
                        0.0
                    ],
                    [
                        4.793000824614922,
                        52.471699209337025,
                        0.0
                    ],
                    [
                        4.793003554747541,
                        52.47169975328455,
                        0.0
                    ],
                    [
                        4.793017528448753,
                        52.471702528565274,
                        0.0
                    ],
                    [
                        4.793037916572104,
                        52.47170657627039,
                        0.0
                    ],
                    [
                        4.793042586036012,
                        52.47169641672976,
                        0.0
                    ],
                    [
                        4.793050217326991,
                        52.471679414499455,
                        0.0
                    ],
                    [
                        4.793053827054122,
                        52.47167145160759,
                        0.0
                    ],
                    [
                        4.793060697884756,
                        52.47165627903429,
                        0.0
                    ],
                    [
                        4.793068730677471,
                        52.47163349080797,
                        0.0
                    ],
                    [
                        4.793077315910841,
                        52.47161230513938,
                        0.0
                    ],
                    [
                        4.793087850582395,
                        52.471590616944255,
                        0.0
                    ],
                    [
                        4.79309671757002,
                        52.47157036739481,
                        0.0
                    ],
                    [
                        4.793105333633989,
                        52.47155126699876,
                        0.0
                    ],
                    [
                        4.793115639442759,
                        52.471530179822786,
                        0.0
                    ],
                    [
                        4.793123878647677,
                        52.471511742618794,
                        0.0
                    ],
                    [
                        4.793133914691106,
                        52.471493206564574,
                        0.0
                    ],
                    [
                        4.793207690890987,
                        52.47137062593115,
                        0.0
                    ],
                    [
                        4.793325056272772,
                        52.4710871610356,
                        0.0
                    ],
                    [
                        4.793387885442972,
                        52.47093799409854,
                        0.0
                    ],
                    [
                        4.793426449949113,
                        52.47084441070467,
                        0.0
                    ],
                    [
                        4.793427369130076,
                        52.47083842957313,
                        0.0
                    ],
                    [
                        4.793469143188844,
                        52.470731587565915,
                        0.0
                    ],
                    [
                        4.793471935161895,
                        52.4707275211795,
                        0.0
                    ],
                    [
                        4.793509875783374,
                        52.47064201447431,
                        0.0
                    ],
                    [
                        4.793519256222246,
                        52.470631725709715,
                        0.0
                    ],
                    [
                        4.793519360803152,
                        52.47063160939464,
                        0.0
                    ],
                    [
                        4.793538495480775,
                        52.47061059334263,
                        0.0
                    ],
                    [
                        4.793572502568314,
                        52.47054839870522,
                        0.0
                    ],
                    [
                        4.793585523271911,
                        52.47052456588622,
                        0.0
                    ],
                    [
                        4.793590434211244,
                        52.47051942260583,
                        0.0
                    ],
                    [
                        4.793726177872933,
                        52.47037731620714,
                        0.0
                    ],
                    [
                        4.793867936965172,
                        52.47023762146132,
                        0.0
                    ],
                    [
                        4.794082305386974,
                        52.47003339934025,
                        0.0
                    ],
                    [
                        4.794662986935236,
                        52.46948212752835,
                        0.0
                    ],
                    [
                        4.794779735984708,
                        52.46936884706602,
                        0.0
                    ],
                    [
                        4.794813103287419,
                        52.46933443849951,
                        0.0
                    ],
                    [
                        4.794822208543223,
                        52.46932597273713,
                        0.0
                    ],
                    [
                        4.794851193264805,
                        52.46929902892946,
                        0.0
                    ],
                    [
                        4.794876661250665,
                        52.46927533903139,
                        0.0
                    ],
                    [
                        4.795061566517916,
                        52.4691034401208,
                        0.0
                    ],
                    [
                        4.795068332215791,
                        52.46909713765369,
                        0.0
                    ],
                    [
                        4.795080577979187,
                        52.46909701905018,
                        0.0
                    ],
                    [
                        4.795623030342161,
                        52.469091511818036,
                        0.0
                    ],
                    [
                        4.795711768439033,
                        52.469090615330195,
                        0.0
                    ],
                    [
                        4.795742559666486,
                        52.46909030155962,
                        0.0
                    ],
                    [
                        4.795786494543615,
                        52.46908985560766,
                        0.0
                    ],
                    [
                        4.795841394684327,
                        52.46908930254662,
                        0.0
                    ],
                    [
                        4.796538627032827,
                        52.469082226131995,
                        0.0
                    ],
                    [
                        4.796666782035431,
                        52.469080878154905,
                        0.0
                    ],
                    [
                        4.796816690124054,
                        52.46907937770393,
                        0.0
                    ],
                    [
                        4.797018024722221,
                        52.46907736009319,
                        0.0
                    ],
                    [
                        4.79713010633816,
                        52.46907622820696,
                        0.0
                    ],
                    [
                        4.797144824906471,
                        52.46907607675716,
                        0.0
                    ],
                    [
                        4.797216136233743,
                        52.469075353067325,
                        0.0
                    ],
                    [
                        4.79727774807988,
                        52.46907472488311,
                        0.0
                    ],
                    [
                        4.797324361641609,
                        52.46907425573695,
                        0.0
                    ],
                    [
                        4.797450514204433,
                        52.469072977840035,
                        0.0
                    ],
                    [
                        4.797544683356301,
                        52.469072026102744,
                        0.0
                    ],
                    [
                        4.797709707634041,
                        52.469070348035835,
                        0.0
                    ],
                    [
                        4.797761163687759,
                        52.46906982190255,
                        0.0
                    ],
                    [
                        4.797775867416746,
                        52.46906967928827,
                        0.0
                    ],
                    [
                        4.797810205788048,
                        52.469069328686714,
                        0.0
                    ],
                    [
                        4.797816133678254,
                        52.46906733594271,
                        0.0
                    ],
                    [
                        4.797827900804377,
                        52.46906337697598,
                        0.0
                    ],
                    [
                        4.797831256567568,
                        52.46906224324333,
                        0.0
                    ],
                    [
                        4.797832288363655,
                        52.46905991159838,
                        0.0
                    ],
                    [
                        4.797838753359135,
                        52.4690452220594,
                        0.0
                    ],
                    [
                        4.797839500812469,
                        52.469039932084385,
                        0.0
                    ],
                    [
                        4.797843271699019,
                        52.469013167810466,
                        0.0
                    ],
                    [
                        4.797848449745609,
                        52.46897909463237,
                        0.0
                    ],
                    [
                        4.79785171494745,
                        52.468949415865694,
                        0.0
                    ],
                    [
                        4.797851801688393,
                        52.4689307580615,
                        0.0
                    ],
                    [
                        4.797851892874521,
                        52.46891066226501,
                        0.0
                    ],
                    [
                        4.797852036987232,
                        52.468877759416614,
                        0.0
                    ],
                    [
                        4.797853890286642,
                        52.46885132713946,
                        0.0
                    ],
                    [
                        4.797856056653911,
                        52.46876164176285,
                        0.0
                    ],
                    [
                        4.79785349638541,
                        52.46866111183498,
                        0.0
                    ],
                    [
                        4.797851489309756,
                        52.468534529630745,
                        0.0
                    ],
                    [
                        4.797844177314768,
                        52.468388597737814,
                        0.0
                    ],
                    [
                        4.797802957243669,
                        52.46823507355537,
                        0.0
                    ],
                    [
                        4.797742369164425,
                        52.46801432475789,
                        0.0
                    ],
                    [
                        4.797671119537013,
                        52.4678504593047,
                        0.0
                    ],
                    [
                        4.797599121484683,
                        52.46768206033335,
                        0.0
                    ],
                    [
                        4.797589745740969,
                        52.467660101965414,
                        0.0
                    ],
                    [
                        4.797580583544583,
                        52.46763868391397,
                        0.0
                    ],
                    [
                        4.797580497769944,
                        52.46763849474808,
                        0.0
                    ],
                    [
                        4.797635462192441,
                        52.46762083779445,
                        0.0
                    ],
                    [
                        4.797643257533587,
                        52.46761783874607,
                        0.0
                    ],
                    [
                        4.79764720694615,
                        52.46761632150373,
                        0.0
                    ],
                    [
                        4.79773751702279,
                        52.46758558353243,
                        0.0
                    ],
                    [
                        4.797754437374141,
                        52.46758250401128,
                        0.0
                    ],
                    [
                        4.797767812843827,
                        52.467578193541854,
                        0.0
                    ],
                    [
                        4.79815473312989,
                        52.46746614457164,
                        0.0
                    ],
                    [
                        4.798168117495617,
                        52.46746226550582,
                        0.0
                    ],
                    [
                        4.79817392324479,
                        52.46746058670303,
                        0.0
                    ],
                    [
                        4.798179684728739,
                        52.46745891666765,
                        0.0
                    ],
                    [
                        4.798193098639843,
                        52.467455028758195,
                        0.0
                    ],
                    [
                        4.798203232886149,
                        52.46745209521651,
                        0.0
                    ],
                    [
                        4.799097307563658,
                        52.46717291143175,
                        0.0
                    ],
                    [
                        4.800280657320797,
                        52.466864676175504,
                        0.0
                    ],
                    [
                        4.800481815395317,
                        52.4668341432027,
                        0.0
                    ],
                    [
                        4.800617353613351,
                        52.46681595779998,
                        0.0
                    ],
                    [
                        4.800634643065654,
                        52.466813859342295,
                        0.0
                    ],
                    [
                        4.80064902892868,
                        52.4668121060229,
                        0.0
                    ],
                    [
                        4.800663223140328,
                        52.46681037871661,
                        0.0
                    ],
                    [
                        4.800672951370456,
                        52.4668091865489,
                        0.0
                    ],
                    [
                        4.800765327595015,
                        52.46679214460026,
                        0.0
                    ],
                    [
                        4.800851312929144,
                        52.46677208709749,
                        0.0
                    ],
                    [
                        4.80085954976595,
                        52.466770168532435,
                        0.0
                    ],
                    [
                        4.800868597826209,
                        52.466770330111714,
                        0.0
                    ],
                    [
                        4.800952370265008,
                        52.46677177788727,
                        0.0
                    ],
                    [
                        4.80095736567768,
                        52.466772377790434,
                        0.0
                    ],
                    [
                        4.801545421154758,
                        52.466842519834316,
                        0.0
                    ],
                    [
                        4.801552605881414,
                        52.46684337319032,
                        0.0
                    ],
                    [
                        4.802025161123192,
                        52.46689776230069,
                        0.0
                    ],
                    [
                        4.802052652552121,
                        52.46690092678465,
                        0.0
                    ],
                    [
                        4.803355289701874,
                        52.46705084364129,
                        0.0
                    ],
                    [
                        4.803367147433342,
                        52.46705220522536,
                        0.0
                    ],
                    [
                        4.803368848158433,
                        52.46704487972643,
                        0.0
                    ],
                    [
                        4.803441602047951,
                        52.46673278437367,
                        0.0
                    ],
                    [
                        4.803469883245648,
                        52.46668948657864,
                        0.0
                    ],
                    [
                        4.803498539610382,
                        52.46664563339289,
                        0.0
                    ],
                    [
                        4.803528742847121,
                        52.46659941509047,
                        0.0
                    ],
                    [
                        4.803546285100182,
                        52.46657256563066,
                        0.0
                    ],
                    [
                        4.803548658178046,
                        52.46656892834985,
                        0.0
                    ],
                    [
                        4.803551091418989,
                        52.46656519250161,
                        0.0
                    ],
                    [
                        4.803600533649074,
                        52.466489544642535,
                        0.0
                    ],
                    [
                        4.803635617599626,
                        52.46636895106236,
                        0.0
                    ],
                    [
                        4.803653606680692,
                        52.466307106108424,
                        0.0
                    ],
                    [
                        4.80367102554115,
                        52.46624720865213,
                        0.0
                    ],
                    [
                        4.803685900845426,
                        52.46619606157655,
                        0.0
                    ],
                    [
                        4.803710239934688,
                        52.46611243497806,
                        0.0
                    ],
                    [
                        4.803755881795436,
                        52.46595557445288,
                        0.0
                    ],
                    [
                        4.803777677383183,
                        52.465880680248034,
                        0.0
                    ],
                    [
                        4.803788267523505,
                        52.465844242734065,
                        0.0
                    ],
                    [
                        4.803790132377802,
                        52.465837852744585,
                        0.0
                    ],
                    [
                        4.803799023803673,
                        52.46583425651705,
                        0.0
                    ],
                    [
                        4.804281898000449,
                        52.465638769499705,
                        0.0
                    ],
                    [
                        4.804490408692669,
                        52.465554367306844,
                        0.0
                    ],
                    [
                        4.804499063390166,
                        52.46555085973952,
                        0.0
                    ],
                    [
                        4.804499308596877,
                        52.46554453368035,
                        0.0
                    ],
                    [
                        4.804526803172009,
                        52.46485035035778,
                        0.0
                    ],
                    [
                        4.80452579406084,
                        52.46475827650018,
                        0.0
                    ],
                    [
                        4.804524115391476,
                        52.46460644084508,
                        0.0
                    ],
                    [
                        4.804512550911955,
                        52.46457839665121,
                        0.0
                    ],
                    [
                        4.80444351718461,
                        52.464457066408045,
                        0.0
                    ],
                    [
                        4.80444976105999,
                        52.46433607914904,
                        0.0
                    ],
                    [
                        4.804449671677713,
                        52.4643350451365,
                        0.0
                    ],
                    [
                        4.804450001604526,
                        52.46425973971079,
                        0.0
                    ],
                    [
                        4.804445734031319,
                        52.46425417339145,
                        0.0
                    ],
                    [
                        4.804444451012478,
                        52.46421976257676,
                        0.0
                    ],
                    [
                        4.804486697855349,
                        52.46419069760956,
                        0.0
                    ],
                    [
                        4.804538002768151,
                        52.46415875617089,
                        0.0
                    ],
                    [
                        4.804527267705692,
                        52.46415712160194,
                        0.0
                    ],
                    [
                        4.80445641938779,
                        52.46414677023497,
                        0.0
                    ],
                    [
                        4.804466220312421,
                        52.46412325293153,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.067146Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}