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=134
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=135",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=133",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112871/?format=api",
            "id": 112871,
            "code": "PL_31324",
            "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.126551535022742,
                        52.69322892869585,
                        0.0
                    ],
                    [
                        5.126363170661731,
                        52.69348512051949,
                        0.0
                    ],
                    [
                        5.125966983651505,
                        52.693455143130535,
                        0.0
                    ],
                    [
                        5.125986360229161,
                        52.69336059800476,
                        0.0
                    ],
                    [
                        5.126035252553055,
                        52.693197646055424,
                        0.0
                    ],
                    [
                        5.12609140830343,
                        52.693024518808876,
                        0.0
                    ],
                    [
                        5.12615487654335,
                        52.6928702891458,
                        0.0
                    ],
                    [
                        5.126223063371296,
                        52.69272342111295,
                        0.0
                    ],
                    [
                        5.126287311970199,
                        52.69260203139849,
                        0.0
                    ],
                    [
                        5.126359136552918,
                        52.69248008308026,
                        0.0
                    ],
                    [
                        5.126401050483235,
                        52.69242092393482,
                        0.0
                    ],
                    [
                        5.126456426889227,
                        52.69236129997712,
                        0.0
                    ],
                    [
                        5.12652873108141,
                        52.69230049083277,
                        0.0
                    ],
                    [
                        5.126731325216138,
                        52.69211050972808,
                        0.0
                    ],
                    [
                        5.126867085570384,
                        52.691976622492035,
                        0.0
                    ],
                    [
                        5.126907021806332,
                        52.69197148839491,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:24.440736Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112872/?format=api",
            "id": 112872,
            "code": "PL_31325",
            "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.93527452483755,
                        52.648039621068165,
                        0.0
                    ],
                    [
                        4.935305643870766,
                        52.648055421854664,
                        0.0
                    ],
                    [
                        4.93530833530017,
                        52.64809981053942,
                        0.0
                    ],
                    [
                        4.935376496038399,
                        52.648141751812936,
                        0.0
                    ],
                    [
                        4.935466365720519,
                        52.64824246147273,
                        0.0
                    ],
                    [
                        4.935493021124474,
                        52.64829869633478,
                        0.0
                    ],
                    [
                        4.935494096952572,
                        52.64835510365816,
                        0.0
                    ],
                    [
                        4.935484625734404,
                        52.64842270483804,
                        0.0
                    ],
                    [
                        4.935489088697064,
                        52.64848598220508,
                        0.0
                    ],
                    [
                        4.935515053141931,
                        52.64853325426447,
                        0.0
                    ],
                    [
                        4.935550432139029,
                        52.6485774615086,
                        0.0
                    ],
                    [
                        4.935620191809812,
                        52.64863071451727,
                        0.0
                    ],
                    [
                        4.9357047955612,
                        52.64867451545015,
                        0.0
                    ],
                    [
                        4.935766563056402,
                        52.64868297313411,
                        0.0
                    ],
                    [
                        4.935843228405179,
                        52.6487472974035,
                        0.0
                    ],
                    [
                        4.935738412527558,
                        52.64880406672497,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:24.454947Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112873/?format=api",
            "id": 112873,
            "code": "PL_31326",
            "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.902069867438798,
                        52.66990159968965,
                        0.0
                    ],
                    [
                        4.902173950069054,
                        52.66987158473437,
                        0.0
                    ],
                    [
                        4.902175624508507,
                        52.66987123207648,
                        0.0
                    ],
                    [
                        4.902177370979129,
                        52.66987105046718,
                        0.0
                    ],
                    [
                        4.902179145132073,
                        52.66987103972565,
                        0.0
                    ],
                    [
                        4.902180902717625,
                        52.66987119068439,
                        0.0
                    ],
                    [
                        4.90218258450485,
                        52.66987151208905,
                        0.0
                    ],
                    [
                        4.902184175909077,
                        52.66987198590599,
                        0.0
                    ],
                    [
                        4.902185632680585,
                        52.66987260296771,
                        0.0
                    ],
                    [
                        4.902186895786692,
                        52.669873354046445,
                        0.0
                    ],
                    [
                        4.90218796542567,
                        52.66987422116887,
                        0.0
                    ],
                    [
                        4.902188782763083,
                        52.66987517713372,
                        0.0
                    ],
                    [
                        4.902209715584878,
                        52.66990205302001,
                        0.0
                    ],
                    [
                        4.902210754271261,
                        52.66990304583541,
                        0.0
                    ],
                    [
                        4.902212030872962,
                        52.669903913801235,
                        0.0
                    ],
                    [
                        4.902213545687373,
                        52.66990462995735,
                        0.0
                    ],
                    [
                        4.902215224898781,
                        52.66990518501573,
                        0.0
                    ],
                    [
                        4.902217053922462,
                        52.669905560942695,
                        0.0
                    ],
                    [
                        4.902218944258853,
                        52.66990573940333,
                        0.0
                    ],
                    [
                        4.902220866341988,
                        52.66990572027709,
                        0.0
                    ],
                    [
                        4.902222760940847,
                        52.66990551230965,
                        0.0
                    ],
                    [
                        4.902224554239701,
                        52.66990510621293,
                        0.0
                    ],
                    [
                        4.902418910561751,
                        52.66984916272969,
                        0.0
                    ],
                    [
                        4.902593529913337,
                        52.669799959749355,
                        0.0
                    ],
                    [
                        4.902594736047297,
                        52.66979917379714,
                        0.0
                    ],
                    [
                        4.902595721625838,
                        52.66979827910133,
                        0.0
                    ],
                    [
                        4.902596456885,
                        52.66979729351487,
                        0.0
                    ],
                    [
                        4.902596941329548,
                        52.66979626197129,
                        0.0
                    ],
                    [
                        4.902597145294589,
                        52.66979519333684,
                        0.0
                    ],
                    [
                        4.90259708326592,
                        52.66979411463187,
                        0.0
                    ],
                    [
                        4.902596725380552,
                        52.66979305269601,
                        0.0
                    ],
                    [
                        4.902596115591097,
                        52.66979204365672,
                        0.0
                    ],
                    [
                        4.902595253699464,
                        52.669791105487406,
                        0.0
                    ],
                    [
                        4.902594154191449,
                        52.669790265208306,
                        0.0
                    ],
                    [
                        4.902566780527525,
                        52.66977634951689,
                        0.0
                    ],
                    [
                        4.901884186660461,
                        52.66938447040679,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:24.470273Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112874/?format=api",
            "id": 112874,
            "code": "PL_31327",
            "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.704546603476726,
                        52.52594764430793,
                        0.0
                    ],
                    [
                        4.704405373702429,
                        52.525995517437096,
                        0.0
                    ],
                    [
                        4.704290585236291,
                        52.526018242598816,
                        0.0
                    ],
                    [
                        4.704143246682396,
                        52.5260418498392,
                        0.0
                    ],
                    [
                        4.70394511826209,
                        52.526064238798284,
                        0.0
                    ],
                    [
                        4.703798610210146,
                        52.526074153370125,
                        0.0
                    ],
                    [
                        4.703641915173735,
                        52.52607865251176,
                        0.0
                    ],
                    [
                        4.703454211935093,
                        52.52607581872298,
                        0.0
                    ],
                    [
                        4.703318644385195,
                        52.52606817114902,
                        0.0
                    ],
                    [
                        4.703148644760522,
                        52.526088725624355,
                        0.0
                    ],
                    [
                        4.702568734301455,
                        52.526261861332046,
                        0.0
                    ],
                    [
                        4.702137231048082,
                        52.52639176700675,
                        0.0
                    ],
                    [
                        4.702032407115339,
                        52.52641509574719,
                        0.0
                    ],
                    [
                        4.701206037025276,
                        52.5257181730494,
                        0.0
                    ],
                    [
                        4.701179427995501,
                        52.52566864164223,
                        0.0
                    ],
                    [
                        4.700962240644555,
                        52.52567435139866,
                        0.0
                    ],
                    [
                        4.700616956914627,
                        52.52567439461288,
                        0.0
                    ],
                    [
                        4.700239952693007,
                        52.52566179647673,
                        0.0
                    ],
                    [
                        4.699889880172294,
                        52.525638163607475,
                        0.0
                    ],
                    [
                        4.699569113567673,
                        52.52560623322656,
                        0.0
                    ],
                    [
                        4.699196299880273,
                        52.525556447582176,
                        0.0
                    ],
                    [
                        4.698850857678044,
                        52.525497715125965,
                        0.0
                    ],
                    [
                        4.698487347467026,
                        52.52542218692624,
                        0.0
                    ],
                    [
                        4.698150425060308,
                        52.525338857987954,
                        0.0
                    ],
                    [
                        4.697755751759879,
                        52.52522370921393,
                        0.0
                    ],
                    [
                        4.697366281249066,
                        52.52508975144137,
                        0.0
                    ],
                    [
                        4.697059018869205,
                        52.524968205922875,
                        0.0
                    ],
                    [
                        4.696780189100194,
                        52.524844353427895,
                        0.0
                    ],
                    [
                        4.696445644302978,
                        52.524676406605636,
                        0.0
                    ],
                    [
                        4.69619090415352,
                        52.524532219253196,
                        0.0
                    ],
                    [
                        4.695991785543687,
                        52.52440812792705,
                        0.0
                    ],
                    [
                        4.695766225056883,
                        52.524253513252575,
                        0.0
                    ],
                    [
                        4.695568457417536,
                        52.52410353591288,
                        0.0
                    ],
                    [
                        4.695312083644137,
                        52.523884389854,
                        0.0
                    ],
                    [
                        4.6951229770231,
                        52.52370003089746,
                        0.0
                    ],
                    [
                        4.694948502442584,
                        52.52350729069272,
                        0.0
                    ],
                    [
                        4.694365360892917,
                        52.52278962832736,
                        0.0
                    ],
                    [
                        4.69387714603877,
                        52.52223030318688,
                        0.0
                    ],
                    [
                        4.693799320404477,
                        52.52214670454127,
                        0.0
                    ],
                    [
                        4.693572296250363,
                        52.52190264173179,
                        0.0
                    ],
                    [
                        4.69342685709402,
                        52.52173927844243,
                        0.0
                    ],
                    [
                        4.693037211076518,
                        52.521242486094636,
                        0.0
                    ],
                    [
                        4.692917037243112,
                        52.52106648960087,
                        0.0
                    ],
                    [
                        4.692804555556515,
                        52.52088861464427,
                        0.0
                    ],
                    [
                        4.692699852354303,
                        52.520708987578054,
                        0.0
                    ],
                    [
                        4.692401480780837,
                        52.52008318924628,
                        0.0
                    ],
                    [
                        4.692323669661364,
                        52.519873619874,
                        0.0
                    ],
                    [
                        4.692256163978264,
                        52.519662735688854,
                        0.0
                    ],
                    [
                        4.692141660029034,
                        52.519181274992874,
                        0.0
                    ],
                    [
                        4.692118643243294,
                        52.519042012573735,
                        0.0
                    ],
                    [
                        4.692100065154872,
                        52.51890250651738,
                        0.0
                    ],
                    [
                        4.692052832525293,
                        52.51857197251501,
                        0.0
                    ],
                    [
                        4.692036514264687,
                        52.51825711414352,
                        0.0
                    ],
                    [
                        4.692037911683248,
                        52.51823104937941,
                        0.0
                    ],
                    [
                        4.692095290702017,
                        52.51784394017783,
                        0.0
                    ],
                    [
                        4.692127186664264,
                        52.51772417884095,
                        0.0
                    ],
                    [
                        4.69216571574861,
                        52.51760513041132,
                        0.0
                    ],
                    [
                        4.69221080184177,
                        52.51748694722578,
                        0.0
                    ],
                    [
                        4.692377886804173,
                        52.51715077476276,
                        0.0
                    ],
                    [
                        4.692446131816637,
                        52.517040069927944,
                        0.0
                    ],
                    [
                        4.692520305866719,
                        52.51693080182339,
                        0.0
                    ],
                    [
                        4.692600348155305,
                        52.516823086920894,
                        0.0
                    ],
                    [
                        4.692920722550054,
                        52.5164360873336,
                        0.0
                    ],
                    [
                        4.693118652394463,
                        52.51619897556679,
                        0.0
                    ],
                    [
                        4.693358381586362,
                        52.51591178643452,
                        0.0
                    ],
                    [
                        4.693464041236115,
                        52.51578519402444,
                        0.0
                    ],
                    [
                        4.693907023399962,
                        52.515294481813385,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:24.487987Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112875/?format=api",
            "id": 112875,
            "code": "PL_31328",
            "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.861226652117717,
                        52.43597288075071,
                        0.0
                    ],
                    [
                        4.861262462315826,
                        52.43602343319259,
                        0.0
                    ],
                    [
                        4.86199960209325,
                        52.4362021130871,
                        0.0
                    ],
                    [
                        4.863281607936908,
                        52.436734703479274,
                        0.0
                    ],
                    [
                        4.862731045091794,
                        52.43732643025958,
                        0.0
                    ],
                    [
                        4.862615638998554,
                        52.43747113229969,
                        0.0
                    ],
                    [
                        4.862550207061735,
                        52.43757952082413,
                        0.0
                    ],
                    [
                        4.862429545367587,
                        52.43779902123677,
                        0.0
                    ],
                    [
                        4.86242939228059,
                        52.43781193574898,
                        0.0
                    ],
                    [
                        4.86243476762887,
                        52.43781997649262,
                        0.0
                    ],
                    [
                        4.862447797624652,
                        52.43782738604285,
                        0.0
                    ],
                    [
                        4.863171500852807,
                        52.4380123172685,
                        0.0
                    ],
                    [
                        4.863294451725323,
                        52.43796943268471,
                        0.0
                    ],
                    [
                        4.863376220687869,
                        52.43798783221108,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:24.502761Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112876/?format=api",
            "id": 112876,
            "code": "PL_31329",
            "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.05000786843801,
                        52.65416256951056,
                        0.0
                    ],
                    [
                        5.050006877736799,
                        52.65416457081777,
                        0.0
                    ],
                    [
                        5.05001162967655,
                        52.65416543805796,
                        0.0
                    ],
                    [
                        5.050058098820374,
                        52.654174242278486,
                        0.0
                    ],
                    [
                        5.05006795353358,
                        52.65417069335501,
                        0.0
                    ],
                    [
                        5.05012976422084,
                        52.65414840983336,
                        0.0
                    ],
                    [
                        5.050191708580918,
                        52.65415689836592,
                        0.0
                    ],
                    [
                        5.050201112462959,
                        52.65415818319477,
                        0.0
                    ],
                    [
                        5.050215710386639,
                        52.654160498274344,
                        0.0
                    ],
                    [
                        5.050230308380693,
                        52.65416280436531,
                        0.0
                    ],
                    [
                        5.050241439283115,
                        52.654164354707696,
                        0.0
                    ],
                    [
                        5.050250679716549,
                        52.65416575590148,
                        0.0
                    ],
                    [
                        5.050252480142354,
                        52.65416608453528,
                        0.0
                    ],
                    [
                        5.050261127946343,
                        52.65416768176511,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:24.517188Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112877/?format=api",
            "id": 112877,
            "code": "PL_31330",
            "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.04644994970566,
                        52.645507907750584,
                        0.0
                    ],
                    [
                        5.04645012672713,
                        52.64550794420604,
                        0.0
                    ],
                    [
                        5.046453563314153,
                        52.645508726940285,
                        0.0
                    ],
                    [
                        5.046453799157222,
                        52.64550879951259,
                        0.0
                    ],
                    [
                        5.046454050053625,
                        52.6455088361797,
                        0.0
                    ],
                    [
                        5.046454300810854,
                        52.64550889082053,
                        0.0
                    ],
                    [
                        5.046458032619396,
                        52.64550971034874,
                        0.0
                    ],
                    [
                        5.046462369019546,
                        52.64551068438921,
                        0.0
                    ],
                    [
                        5.046464075565616,
                        52.645507822397875,
                        0.0
                    ],
                    [
                        5.046464629407321,
                        52.64550689831472,
                        0.0
                    ],
                    [
                        5.04647253270112,
                        52.645489917390435,
                        0.0
                    ],
                    [
                        5.046474335897635,
                        52.64548602216106,
                        0.0
                    ],
                    [
                        5.046484449630691,
                        52.64546788823388,
                        0.0
                    ],
                    [
                        5.046512813003764,
                        52.64541703068038,
                        0.0
                    ],
                    [
                        5.04652078417958,
                        52.6454027280983,
                        0.0
                    ],
                    [
                        5.046527941919078,
                        52.64539043629286,
                        0.0
                    ],
                    [
                        5.046449432620159,
                        52.645374331227934,
                        0.0
                    ],
                    [
                        5.044974436519895,
                        52.64507170731356,
                        0.0
                    ],
                    [
                        5.044959995228641,
                        52.645068673062475,
                        0.0
                    ],
                    [
                        5.044938008907949,
                        52.64506118646548,
                        0.0
                    ],
                    [
                        5.044923581628614,
                        52.64505825110825,
                        0.0
                    ],
                    [
                        5.044921649131275,
                        52.64505785910249,
                        0.0
                    ],
                    [
                        5.044919804138577,
                        52.64505571486674,
                        0.0
                    ],
                    [
                        5.04491469987584,
                        52.64505469362462,
                        0.0
                    ],
                    [
                        5.044909979199722,
                        52.64505374538279,
                        0.0
                    ],
                    [
                        5.044904476646152,
                        52.645052642110315,
                        0.0
                    ],
                    [
                        5.044901419590148,
                        52.64505816037078,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:24.532476Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112878/?format=api",
            "id": 112878,
            "code": "PL_31331",
            "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.04438618862159,
                        52.64945155716777,
                        0.0
                    ],
                    [
                        5.04439571296838,
                        52.64945240244001,
                        0.0
                    ],
                    [
                        5.044405722613082,
                        52.649447856863894,
                        0.0
                    ],
                    [
                        5.044408080447357,
                        52.64944678520941,
                        0.0
                    ],
                    [
                        5.044410720011498,
                        52.649445588547685,
                        0.0
                    ],
                    [
                        5.044415533866502,
                        52.64944601582536,
                        0.0
                    ],
                    [
                        5.04441714343363,
                        52.64944615526981,
                        0.0
                    ],
                    [
                        5.044527494607386,
                        52.64945573889196,
                        0.0
                    ],
                    [
                        5.044561176284115,
                        52.64946069792436,
                        0.0
                    ],
                    [
                        5.044611192489919,
                        52.64947243531307,
                        0.0
                    ],
                    [
                        5.04473436281553,
                        52.649526595613615,
                        0.0
                    ],
                    [
                        5.044754182185083,
                        52.64953749108641,
                        0.0
                    ],
                    [
                        5.044987362196045,
                        52.6496148488691,
                        0.0
                    ],
                    [
                        5.045006511933606,
                        52.64964155962706,
                        0.0
                    ],
                    [
                        5.04500714053814,
                        52.64964243318176,
                        0.0
                    ],
                    [
                        5.045007769142699,
                        52.64964330673645,
                        0.0
                    ],
                    [
                        5.045009552640166,
                        52.649645783313,
                        0.0
                    ],
                    [
                        5.045013090152842,
                        52.649650727394096,
                        0.0
                    ],
                    [
                        5.045018104145642,
                        52.64965772477571,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:24.547211Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112879/?format=api",
            "id": 112879,
            "code": "PL_31332",
            "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.033859701747027,
                        52.638470277773045,
                        0.0
                    ],
                    [
                        5.03387825017473,
                        52.63847659689153,
                        0.0
                    ],
                    [
                        5.033900514184708,
                        52.63847277161596,
                        0.0
                    ],
                    [
                        5.033960912685384,
                        52.63848114726436,
                        0.0
                    ],
                    [
                        5.034003441047094,
                        52.63848704329421,
                        0.0
                    ],
                    [
                        5.034015806649626,
                        52.63848880554111,
                        0.0
                    ],
                    [
                        5.03404700234946,
                        52.63849308616976,
                        0.0
                    ],
                    [
                        5.034057081084474,
                        52.63849448213742,
                        0.0
                    ],
                    [
                        5.034067277856838,
                        52.63849589642893,
                        0.0
                    ],
                    [
                        5.034116564752001,
                        52.638502729170646,
                        0.0
                    ],
                    [
                        5.034125330098242,
                        52.63850395047826,
                        0.0
                    ],
                    [
                        5.034131232729112,
                        52.63850476785405,
                        0.0
                    ],
                    [
                        5.034162413318528,
                        52.638509093343,
                        0.0
                    ],
                    [
                        5.034197607742273,
                        52.638513969963846,
                        0.0
                    ],
                    [
                        5.034215998918274,
                        52.63852701091723,
                        0.0
                    ],
                    [
                        5.034198531791441,
                        52.6385995299459,
                        0.0
                    ],
                    [
                        5.034195459995274,
                        52.638612300491424,
                        0.0
                    ],
                    [
                        5.034207068548873,
                        52.63862188823953,
                        0.0
                    ],
                    [
                        5.034208066530758,
                        52.63862270902817,
                        0.0
                    ],
                    [
                        5.03421490137006,
                        52.6386233404374,
                        0.0
                    ],
                    [
                        5.034217056664514,
                        52.63862353556351,
                        0.0
                    ],
                    [
                        5.034219935314701,
                        52.638623795746255,
                        0.0
                    ],
                    [
                        5.034233481404586,
                        52.63862941694195,
                        0.0
                    ],
                    [
                        5.034274339987899,
                        52.63864644294142,
                        0.0
                    ],
                    [
                        5.034453600649063,
                        52.6387306267339,
                        0.0
                    ],
                    [
                        5.034957716452253,
                        52.63891147650868,
                        0.0
                    ],
                    [
                        5.035066130662882,
                        52.63895095436632,
                        0.0
                    ],
                    [
                        5.035350777056234,
                        52.63903991536718,
                        0.0
                    ],
                    [
                        5.035388056747586,
                        52.63904827581194,
                        0.0
                    ],
                    [
                        5.035393008987414,
                        52.639049719410586,
                        0.0
                    ],
                    [
                        5.035515943636412,
                        52.63908578875926,
                        0.0
                    ],
                    [
                        5.035563354769239,
                        52.6391000746472,
                        0.0
                    ],
                    [
                        5.035695006506412,
                        52.639139764423945,
                        0.0
                    ],
                    [
                        5.035730159612385,
                        52.63915174926529,
                        0.0
                    ],
                    [
                        5.036456931357514,
                        52.63939954828783,
                        0.0
                    ],
                    [
                        5.036468201295202,
                        52.63940536921742,
                        0.0
                    ],
                    [
                        5.036485268136623,
                        52.639414172984154,
                        0.0
                    ],
                    [
                        5.036495478799154,
                        52.63941944257426,
                        0.0
                    ],
                    [
                        5.036635694720504,
                        52.639471028517754,
                        0.0
                    ],
                    [
                        5.036647638501628,
                        52.63947571904154,
                        0.0
                    ],
                    [
                        5.036659463958562,
                        52.63948042718956,
                        0.0
                    ],
                    [
                        5.036671186078954,
                        52.639485126044754,
                        0.0
                    ],
                    [
                        5.036682922974803,
                        52.63948982494234,
                        0.0
                    ],
                    [
                        5.036694630685097,
                        52.63949447881719,
                        0.0
                    ],
                    [
                        5.036706426964031,
                        52.63949914193901,
                        0.0
                    ],
                    [
                        5.036718223531722,
                        52.63950376911212,
                        0.0
                    ],
                    [
                        5.036730138070875,
                        52.639508423592986,
                        0.0
                    ],
                    [
                        5.036742052970346,
                        52.63951303313815,
                        0.0
                    ],
                    [
                        5.036754056438522,
                        52.63951765193024,
                        0.0
                    ],
                    [
                        5.036766148475445,
                        52.639522279969164,
                        0.0
                    ],
                    [
                        5.036778211255191,
                        52.63952687197222,
                        0.0
                    ],
                    [
                        5.036790377305118,
                        52.63953148225254,
                        0.0
                    ],
                    [
                        5.036802514240942,
                        52.63953603852321,
                        0.0
                    ],
                    [
                        5.036814828240273,
                        52.639540622275554,
                        0.0
                    ],
                    [
                        5.036827156728979,
                        52.63954524201772,
                        0.0
                    ],
                    [
                        5.036839499850167,
                        52.63954987977591,
                        0.0
                    ],
                    [
                        5.036851842759352,
                        52.63955454449351,
                        0.0
                    ],
                    [
                        5.036864141137626,
                        52.63955923603995,
                        0.0
                    ],
                    [
                        5.036876512954224,
                        52.639563981724,
                        0.0
                    ],
                    [
                        5.036888884701963,
                        52.63956873639366,
                        0.0
                    ],
                    [
                        5.036901241464816,
                        52.63957351797921,
                        0.0
                    ],
                    [
                        5.036913613074865,
                        52.63957829062008,
                        0.0
                    ],
                    [
                        5.036926073253976,
                        52.639583072507556,
                        0.0
                    ],
                    [
                        5.036938533507319,
                        52.63958784540689,
                        0.0
                    ],
                    [
                        5.036950993763366,
                        52.63959261830492,
                        0.0
                    ],
                    [
                        5.036963527601004,
                        52.63959742736669,
                        0.0
                    ],
                    [
                        5.036976002706981,
                        52.63960219131867,
                        0.0
                    ],
                    [
                        5.036988448484204,
                        52.639606928221674,
                        0.0
                    ],
                    [
                        5.03700092373859,
                        52.63961167419728,
                        0.0
                    ],
                    [
                        5.037013413840169,
                        52.63961641122815,
                        0.0
                    ],
                    [
                        5.037025918931938,
                        52.63962112134059,
                        0.0
                    ],
                    [
                        5.037038468559873,
                        52.63962580462146,
                        0.0
                    ],
                    [
                        5.037051003774965,
                        52.639630442923064,
                        0.0
                    ],
                    [
                        5.037063642403708,
                        52.6396350815278,
                        0.0
                    ],
                    [
                        5.037076281392572,
                        52.63963967519672,
                        0.0
                    ],
                    [
                        5.037088994106118,
                        52.63964428705556,
                        0.0
                    ],
                    [
                        5.037101677490782,
                        52.63964887186532,
                        0.0
                    ],
                    [
                        5.037114405268593,
                        52.63965344781734,
                        0.0
                    ],
                    [
                        5.037127088658546,
                        52.63965803262441,
                        0.0
                    ],
                    [
                        5.037139727446206,
                        52.63966265324725,
                        0.0
                    ],
                    [
                        5.037152395854021,
                        52.63966726496885,
                        0.0
                    ],
                    [
                        5.037165078751614,
                        52.639671912680086,
                        0.0
                    ],
                    [
                        5.037177687786819,
                        52.639676560172596,
                        0.0
                    ],
                    [
                        5.037190325727511,
                        52.63968128863275,
                        0.0
                    ],
                    [
                        5.03720283057083,
                        52.639686034674064,
                        0.0
                    ],
                    [
                        5.037215335273922,
                        52.63969079868784,
                        0.0
                    ],
                    [
                        5.037227810290764,
                        52.63969558058712,
                        0.0
                    ],
                    [
                        5.037240358746688,
                        52.63970041662381,
                        0.0
                    ],
                    [
                        5.037252789092632,
                        52.63970524332451,
                        0.0
                    ],
                    [
                        5.037265219226949,
                        52.63971009698457,
                        0.0
                    ],
                    [
                        5.037277634448081,
                        52.639714968573664,
                        0.0
                    ],
                    [
                        5.037290004995642,
                        52.63971988496552,
                        0.0
                    ],
                    [
                        5.037302331012539,
                        52.639724828186374,
                        0.0
                    ],
                    [
                        5.037314597654307,
                        52.639729807179684,
                        0.0
                    ],
                    [
                        5.037326893487725,
                        52.63973483119306,
                        0.0
                    ],
                    [
                        5.037339085841258,
                        52.63973986388787,
                        0.0
                    ],
                    [
                        5.037351292827753,
                        52.63974491459865,
                        0.0
                    ],
                    [
                        5.037363514447226,
                        52.63974998332544,
                        0.0
                    ],
                    [
                        5.037375721225047,
                        52.63975506099439,
                        0.0
                    ],
                    [
                        5.037387898531026,
                        52.63976012958831,
                        0.0
                    ],
                    [
                        5.037400090255736,
                        52.639765243158834,
                        0.0
                    ],
                    [
                        5.037412237592719,
                        52.6397703655847,
                        0.0
                    ],
                    [
                        5.037424310995869,
                        52.63977549677894,
                        0.0
                    ],
                    [
                        5.03743639910347,
                        52.6397806370023,
                        0.0
                    ],
                    [
                        5.037448486785404,
                        52.639785831145765,
                        0.0
                    ],
                    [
                        5.037460618932183,
                        52.63979100744453,
                        0.0
                    ],
                    [
                        5.037472662372076,
                        52.63979619246838,
                        0.0
                    ],
                    [
                        5.03748466135282,
                        52.63980139533436,
                        0.0
                    ],
                    [
                        5.03749673391608,
                        52.639806634363914,
                        0.0
                    ],
                    [
                        5.037508717915253,
                        52.639811864144725,
                        0.0
                    ],
                    [
                        5.037520672228352,
                        52.6398171118113,
                        0.0
                    ],
                    [
                        5.037532641031776,
                        52.63982239546757,
                        0.0
                    ],
                    [
                        5.03754463902723,
                        52.63982772414402,
                        0.0
                    ],
                    [
                        5.037556504424948,
                        52.63983300749392,
                        0.0
                    ],
                    [
                        5.037568413930554,
                        52.639838317933524,
                        0.0
                    ],
                    [
                        5.037580293821504,
                        52.63984363727202,
                        0.0
                    ],
                    [
                        5.037592158942259,
                        52.63984895656591,
                        0.0
                    ],
                    [
                        5.037604083015413,
                        52.63985429400608,
                        0.0
                    ],
                    [
                        5.037615977688072,
                        52.639859613384395,
                        0.0
                    ],
                    [
                        5.037627886779794,
                        52.63986497773943,
                        0.0
                    ],
                    [
                        5.037639736996229,
                        52.639870314958884,
                        0.0
                    ],
                    [
                        5.037651557098384,
                        52.639875723985455,
                        0.0
                    ],
                    [
                        5.037663303195284,
                        52.63988115076755,
                        0.0
                    ],
                    [
                        5.037675019392065,
                        52.6398866223961,
                        0.0
                    ],
                    [
                        5.03768667607121,
                        52.63989214777118,
                        0.0
                    ],
                    [
                        5.037698302993013,
                        52.63989770001895,
                        0.0
                    ],
                    [
                        5.037709870611298,
                        52.63990327905259,
                        0.0
                    ],
                    [
                        5.037721363724814,
                        52.63990893875006,
                        0.0
                    ],
                    [
                        5.037732782547667,
                        52.639914652150765,
                        0.0
                    ],
                    [
                        5.037744127079868,
                        52.639920419254594,
                        0.0
                    ],
                    [
                        5.037755382619685,
                        52.639926231031446,
                        0.0
                    ],
                    [
                        5.037766519335513,
                        52.63993212334197,
                        0.0
                    ],
                    [
                        5.037777492551307,
                        52.63993814099047,
                        0.0
                    ],
                    [
                        5.037788079671675,
                        52.63994440914251,
                        0.0
                    ],
                    [
                        5.037798458687359,
                        52.63995083844994,
                        0.0
                    ],
                    [
                        5.037808660286075,
                        52.639957285209505,
                        0.0
                    ],
                    [
                        5.037818861317059,
                        52.63996380386326,
                        0.0
                    ],
                    [
                        5.037829003115935,
                        52.63997034031637,
                        0.0
                    ],
                    [
                        5.037839041220668,
                        52.63997691241239,
                        0.0
                    ],
                    [
                        5.037849079114395,
                        52.63998351146823,
                        0.0
                    ],
                    [
                        5.037859101881354,
                        52.63999015541425,
                        0.0
                    ],
                    [
                        5.037869065701508,
                        52.639996781212105,
                        0.0
                    ],
                    [
                        5.037878999907085,
                        52.64000341590924,
                        0.0
                    ],
                    [
                        5.037888904640723,
                        52.64001004153182,
                        0.0
                    ],
                    [
                        5.037898882957704,
                        52.640016703318096,
                        0.0
                    ],
                    [
                        5.037908846647219,
                        52.64002334708636,
                        0.0
                    ],
                    [
                        5.037918825184193,
                        52.64002998191029,
                        0.0
                    ],
                    [
                        5.037928818925222,
                        52.640036562855364,
                        0.0
                    ],
                    [
                        5.037938916009894,
                        52.64004315309022,
                        0.0
                    ],
                    [
                        5.037948983907878,
                        52.64004969830294,
                        0.0
                    ],
                    [
                        5.037959140233782,
                        52.64005627073577,
                        0.0
                    ],
                    [
                        5.03796926708774,
                        52.64006283409411,
                        0.0
                    ],
                    [
                        5.037979364826267,
                        52.640069343443436,
                        0.0
                    ],
                    [
                        5.037989536290923,
                        52.640075870982606,
                        0.0
                    ],
                    [
                        5.037999767279023,
                        52.640082344773035,
                        0.0
                    ],
                    [
                        5.038010116740574,
                        52.64008878296199,
                        0.0
                    ],
                    [
                        5.038020525796871,
                        52.640095158415306,
                        0.0
                    ],
                    [
                        5.03803103890997,
                        52.6401014532893,
                        0.0
                    ],
                    [
                        5.038041655580789,
                        52.640107730492154,
                        0.0
                    ],
                    [
                        5.038052317144466,
                        52.64011393592901,
                        0.0
                    ],
                    [
                        5.038063038088973,
                        52.640120105590846,
                        0.0
                    ],
                    [
                        5.038073818414309,
                        52.64012623947761,
                        0.0
                    ],
                    [
                        5.038084702154833,
                        52.640132373666944,
                        0.0
                    ],
                    [
                        5.038095601455685,
                        52.64013840904285,
                        0.0
                    ],
                    [
                        5.038106574910518,
                        52.64014440868698,
                        0.0
                    ],
                    [
                        5.038117651923131,
                        52.64015039065984,
                        0.0
                    ],
                    [
                        5.03812872936642,
                        52.64015631871032,
                        0.0
                    ],
                    [
                        5.038139895594317,
                        52.64016222904615,
                        0.0
                    ],
                    [
                        5.038151032635214,
                        52.64016809435975,
                        0.0
                    ],
                    [
                        5.038162287722008,
                        52.640173977992895,
                        0.0
                    ],
                    [
                        5.038173543168153,
                        52.64017981669052,
                        0.0
                    ],
                    [
                        5.03818473995213,
                        52.640185601292345,
                        0.0
                    ],
                    [
                        5.038196039937587,
                        52.64019141315723,
                        0.0
                    ],
                    [
                        5.038207295748978,
                        52.640197206917215,
                        0.0
                    ],
                    [
                        5.038218595669137,
                        52.640203027766816,
                        0.0
                    ],
                    [
                        5.03822982179757,
                        52.64020883941174,
                        0.0
                    ],
                    [
                        5.038241003324362,
                        52.64021468687312,
                        0.0
                    ],
                    [
                        5.038252198701051,
                        52.64022065120635,
                        0.0
                    ],
                    [
                        5.038263113532458,
                        52.64022659674122,
                        0.0
                    ],
                    [
                        5.038273997822946,
                        52.64023266800493,
                        0.0
                    ],
                    [
                        5.038284792836001,
                        52.640238819889554,
                        0.0
                    ],
                    [
                        5.038295395016708,
                        52.64024507006558,
                        0.0
                    ],
                    [
                        5.038305774391193,
                        52.64025147236773,
                        0.0
                    ],
                    [
                        5.038315946231347,
                        52.64025796393118,
                        0.0
                    ],
                    [
                        5.038325984331975,
                        52.640264553959526,
                        0.0
                    ],
                    [
                        5.038335859289121,
                        52.64027122439234,
                        0.0
                    ],
                    [
                        5.038345674657756,
                        52.640277957559256,
                        0.0
                    ],
                    [
                        5.038355445068655,
                        52.640284771477354,
                        0.0
                    ],
                    [
                        5.038365038488822,
                        52.640291548927145,
                        0.0
                    ],
                    [
                        5.038374587093679,
                        52.6402983891544,
                        0.0
                    ],
                    [
                        5.038384090740795,
                        52.64030531013288,
                        0.0
                    ],
                    [
                        5.038393550071214,
                        52.640312230980626,
                        0.0
                    ],
                    [
                        5.038402950739004,
                        52.64031909773296,
                        0.0
                    ],
                    [
                        5.038412409861694,
                        52.640326045539844,
                        0.0
                    ],
                    [
                        5.038421825308617,
                        52.64033291233404,
                        0.0
                    ],
                    [
                        5.038431343815074,
                        52.6403398243651,
                        0.0
                    ],
                    [
                        5.038440833205322,
                        52.64034668238745,
                        0.0
                    ],
                    [
                        5.03845042586881,
                        52.64035355868608,
                        0.0
                    ],
                    [
                        5.038460078126747,
                        52.640360372248935,
                        0.0
                    ],
                    [
                        5.038469760575042,
                        52.640367105015606,
                        0.0
                    ],
                    [
                        5.038479576199173,
                        52.640373811210665,
                        0.0
                    ],
                    [
                        5.038489524856775,
                        52.64038050880788,
                        0.0
                    ],
                    [
                        5.038499518691593,
                        52.640387098691455,
                        0.0
                    ],
                    [
                        5.038509616298203,
                        52.64039364394297,
                        0.0
                    ],
                    [
                        5.038519802903363,
                        52.640400144518985,
                        0.0
                    ],
                    [
                        5.038530122684477,
                        52.64040661852325,
                        0.0
                    ],
                    [
                        5.038540443109368,
                        52.64041301164459,
                        0.0
                    ],
                    [
                        5.038550866878931,
                        52.64041941405509,
                        0.0
                    ],
                    [
                        5.038561305851929,
                        52.64042576258666,
                        0.0
                    ],
                    [
                        5.038571833609935,
                        52.640432093403284,
                        0.0
                    ],
                    [
                        5.038582332322723,
                        52.64043836122418,
                        0.0
                    ],
                    [
                        5.038592904904874,
                        52.64044462926062,
                        0.0
                    ],
                    [
                        5.038603551214061,
                        52.64045091548641,
                        0.0
                    ],
                    [
                        5.038614183180083,
                        52.6404571477466,
                        0.0
                    ],
                    [
                        5.038624844766854,
                        52.64046337110554,
                        0.0
                    ],
                    [
                        5.038635521129926,
                        52.640469594506804,
                        0.0
                    ],
                    [
                        5.038646138616394,
                        52.640475790773245,
                        0.0
                    ],
                    [
                        5.038656814771983,
                        52.640482041133275,
                        0.0
                    ],
                    [
                        5.038667476299652,
                        52.64048827347525,
                        0.0
                    ],
                    [
                        5.038678093581636,
                        52.64049449669948,
                        0.0
                    ],
                    [
                        5.038688740555532,
                        52.64050070203559,
                        0.0
                    ],
                    [
                        5.038699476029885,
                        52.64050692560423,
                        0.0
                    ],
                    [
                        5.038710197018617,
                        52.64051311318107,
                        0.0
                    ],
                    [
                        5.038720888392605,
                        52.64051930965721,
                        0.0
                    ],
                    [
                        5.038731594542909,
                        52.64052550617568,
                        0.0
                    ],
                    [
                        5.038742271363078,
                        52.64053167564598,
                        0.0
                    ],
                    [
                        5.038752962817246,
                        52.64053786313234,
                        0.0
                    ],
                    [
                        5.038763668763142,
                        52.64054408660858,
                        0.0
                    ],
                    [
                        5.038774374640917,
                        52.64055031907075,
                        0.0
                    ],
                    [
                        5.038785036415223,
                        52.64055652444142,
                        0.0
                    ],
                    [
                        5.038795683348078,
                        52.640562738754774,
                        0.0
                    ],
                    [
                        5.038806330355083,
                        52.64056894408024,
                        0.0
                    ],
                    [
                        5.038816962520632,
                        52.64057515834841,
                        0.0
                    ],
                    [
                        5.038827624022426,
                        52.64058139966282,
                        0.0
                    ],
                    [
                        5.038838315073887,
                        52.64058764106277,
                        0.0
                    ],
                    [
                        5.038848976866258,
                        52.640593846427706,
                        0.0
                    ],
                    [
                        5.038859697754943,
                        52.64060005196471,
                        0.0
                    ],
                    [
                        5.03887040401558,
                        52.64060623948371,
                        0.0
                    ],
                    [
                        5.038881140039261,
                        52.640612400127594,
                        0.0
                    ],
                    [
                        5.03889189105265,
                        52.64061853385314,
                        0.0
                    ],
                    [
                        5.038902686389043,
                        52.640624667707435,
                        0.0
                    ],
                    [
                        5.038913496430665,
                        52.64063081059094,
                        0.0
                    ],
                    [
                        5.038924306475308,
                        52.640636953473425,
                        0.0
                    ],
                    [
                        5.038935101820744,
                        52.640643087324804,
                        0.0
                    ],
                    [
                        5.038945926644765,
                        52.64064923024858,
                        0.0
                    ],
                    [
                        5.03895673691179,
                        52.64065534616744,
                        0.0
                    ],
                    [
                        5.03896750300399,
                        52.64066144398178,
                        0.0
                    ],
                    [
                        5.038978372441521,
                        52.640667551084775,
                        0.0
                    ],
                    [
                        5.038989301188786,
                        52.64067363139915,
                        0.0
                    ],
                    [
                        5.039000215450118,
                        52.64067967572167,
                        0.0
                    ],
                    [
                        5.039011174034517,
                        52.64068572017294,
                        0.0
                    ],
                    [
                        5.03902216252412,
                        52.640691719775226,
                        0.0
                    ],
                    [
                        5.039033151301097,
                        52.640697683428925,
                        0.0
                    ],
                    [
                        5.039044228507952,
                        52.640703674301776,
                        0.0
                    ],
                    [
                        5.039055306073271,
                        52.64070962023914,
                        0.0
                    ],
                    [
                        5.039066428388198,
                        52.64071551238381,
                        0.0
                    ],
                    [
                        5.039077624715119,
                        52.640721386769926,
                        0.0
                    ],
                    [
                        5.039088909898495,
                        52.64072723445372,
                        0.0
                    ],
                    [
                        5.03910019586675,
                        52.640732983280664,
                        0.0
                    ],
                    [
                        5.039111585535882,
                        52.640738696461575,
                        0.0
                    ],
                    [
                        5.03912306427468,
                        52.64074435597955,
                        0.0
                    ],
                    [
                        5.039134602394235,
                        52.64074997972174,
                        0.0
                    ],
                    [
                        5.039146170418849,
                        52.640755558614835,
                        0.0
                    ],
                    [
                        5.039157827513099,
                        52.640761083844836,
                        0.0
                    ],
                    [
                        5.039169558903589,
                        52.64076655536852,
                        0.0
                    ],
                    [
                        5.039181320412273,
                        52.64077195508238,
                        0.0
                    ],
                    [
                        5.039193185408616,
                        52.64077734611075,
                        0.0
                    ],
                    [
                        5.039205065607608,
                        52.64078268325985,
                        0.0
                    ],
                    [
                        5.039217005045159,
                        52.64078800260684,
                        0.0
                    ],
                    [
                        5.039228959543205,
                        52.64079328604831,
                        0.0
                    ],
                    [
                        5.039240929101721,
                        52.64079853358421,
                        0.0
                    ],
                    [
                        5.039252928565129,
                        52.64080373627089,
                        0.0
                    ],
                    [
                        5.039265060849867,
                        52.640808957319145,
                        0.0
                    ],
                    [
                        5.03927714945668,
                        52.640814097354465,
                        0.0
                    ],
                    [
                        5.039289238350483,
                        52.64081920144098,
                        0.0
                    ],
                    [
                        5.039301415816475,
                        52.64082431477245,
                        0.0
                    ],
                    [
                        5.039313578653964,
                        52.64082941008571,
                        0.0
                    ],
                    [
                        5.039325800516866,
                        52.640834514557405,
                        0.0
                    ],
                    [
                        5.039337934097313,
                        52.64083957383416,
                        0.0
                    ],
                    [
                        5.039350141334515,
                        52.64084466028637,
                        0.0
                    ],
                    [
                        5.039362334156261,
                        52.64084970175968,
                        0.0
                    ],
                    [
                        5.039374586145481,
                        52.640854734417665,
                        0.0
                    ],
                    [
                        5.03938692692004,
                        52.640859749359805,
                        0.0
                    ],
                    [
                        5.039399209171896,
                        52.64086469223273,
                        0.0
                    ],
                    [
                        5.039411550804254,
                        52.64086959932965,
                        0.0
                    ],
                    [
                        5.039423966448495,
                        52.64087448866749,
                        0.0
                    ],
                    [
                        5.039436352974723,
                        52.64087932399629,
                        0.0
                    ],
                    [
                        5.039448902082339,
                        52.64088415081204,
                        0.0
                    ],
                    [
                        5.039461407582498,
                        52.64088888762801,
                        0.0
                    ],
                    [
                        5.039474016783353,
                        52.64089358879741,
                        0.0
                    ],
                    [
                        5.039486641328343,
                        52.64089821811359,
                        0.0
                    ],
                    [
                        5.039499399333846,
                        52.64090278490888,
                        0.0
                    ],
                    [
                        5.039512187314839,
                        52.640907297867805,
                        0.0
                    ],
                    [
                        5.039524990497849,
                        52.64091175694727,
                        0.0
                    ],
                    [
                        5.039537882679016,
                        52.64091617134994,
                        0.0
                    ],
                    [
                        5.039550745812817,
                        52.64092052275663,
                        0.0
                    ],
                    [
                        5.039563741981085,
                        52.64092486556368,
                        0.0
                    ],
                    [
                        5.039576694257502,
                        52.64092915431845,
                        0.0
                    ],
                    [
                        5.039589705772166,
                        52.640933425270674,
                        0.0
                    ],
                    [
                        5.039602732488666,
                        52.64093764234335,
                        0.0
                    ],
                    [
                        5.039615818372412,
                        52.640941850600434,
                        0.0
                    ],
                    [
                        5.03962891938697,
                        52.64094601396474,
                        0.0
                    ],
                    [
                        5.039642005843469,
                        52.640950150323775,
                        0.0
                    ],
                    [
                        5.039655151396225,
                        52.64095428685407,
                        0.0
                    ],
                    [
                        5.039668252985927,
                        52.640958378318935,
                        0.0
                    ],
                    [
                        5.039681458063182,
                        52.640962461097615,
                        0.0
                    ],
                    [
                        5.039694634021736,
                        52.64096648986719,
                        0.0
                    ],
                    [
                        5.039707914035484,
                        52.64097043805546,
                        0.0
                    ],
                    [
                        5.03972125378401,
                        52.64097430553282,
                        0.0
                    ],
                    [
                        5.039734623720353,
                        52.64097809221301,
                        0.0
                    ],
                    [
                        5.039748067881019,
                        52.64098183417306,
                        0.0
                    ],
                    [
                        5.039761526959326,
                        52.64098555820095,
                        0.0
                    ],
                    [
                        5.039774941648594,
                        52.64098929108477,
                        0.0
                    ],
                    [
                        5.039788370971722,
                        52.64099304198397,
                        0.0
                    ],
                    [
                        5.039801814857794,
                        52.64099681988546,
                        0.0
                    ],
                    [
                        5.0398151851626,
                        52.641000561622135,
                        0.0
                    ],
                    [
                        5.039828570243148,
                        52.641004303400464,
                        0.0
                    ],
                    [
                        5.039841925849974,
                        52.641008036104104,
                        0.0
                    ],
                    [
                        5.03985532570854,
                        52.64101177792256,
                        0.0
                    ],
                    [
                        5.039868651702052,
                        52.64101551952378,
                        0.0
                    ],
                    [
                        5.03988199225854,
                        52.64101928812731,
                        0.0
                    ],
                    [
                        5.039895258524458,
                        52.641023110434986,
                        0.0
                    ],
                    [
                        5.039908435655446,
                        52.6410269953906,
                        0.0
                    ],
                    [
                        5.039921523509711,
                        52.64103096096792,
                        0.0
                    ],
                    [
                        5.039934462709765,
                        52.64103504294203,
                        0.0
                    ],
                    [
                        5.03994726767461,
                        52.64103928629056,
                        0.0
                    ],
                    [
                        5.039959982724774,
                        52.641043691142876,
                        0.0
                    ],
                    [
                        5.039972504942339,
                        52.641048194288985,
                        0.0
                    ],
                    [
                        5.03998493767079,
                        52.64105280501766,
                        0.0
                    ],
                    [
                        5.03999736990557,
                        52.64105747865323,
                        0.0
                    ],
                    [
                        5.040009713572985,
                        52.64106214304188,
                        0.0
                    ],
                    [
                        5.040022042044182,
                        52.64106686130747,
                        0.0
                    ],
                    [
                        5.040034340616604,
                        52.64107162441996,
                        0.0
                    ],
                    [
                        5.040046624843524,
                        52.64107633356675,
                        0.0
                    ],
                    [
                        5.04005887945521,
                        52.6410810516129,
                        0.0
                    ],
                    [
                        5.040071074975559,
                        52.64108576948531,
                        0.0
                    ],
                    [
                        5.040083300329032,
                        52.64109045149514,
                        0.0
                    ],
                    [
                        5.040095541167375,
                        52.6410950436779,
                        0.0
                    ],
                    [
                        5.040107826966636,
                        52.64109955510673,
                        0.0
                    ],
                    [
                        5.040120202401616,
                        52.64110394097653,
                        0.0
                    ],
                    [
                        5.040132594313437,
                        52.64110811120279,
                        0.0
                    ],
                    [
                        5.040145017191948,
                        52.641112101776145,
                        0.0
                    ],
                    [
                        5.040157515286652,
                        52.641115921812805,
                        0.0
                    ],
                    [
                        5.040170016076281,
                        52.64111940034639,
                        0.0
                    ],
                    [
                        5.040182830158435,
                        52.64112249334755,
                        0.0
                    ],
                    [
                        5.04019629789031,
                        52.641125129912446,
                        0.0
                    ],
                    [
                        5.040210283901033,
                        52.64112761520723,
                        0.0
                    ],
                    [
                        5.040224371414912,
                        52.64113034344809,
                        0.0
                    ],
                    [
                        5.040238249480058,
                        52.64113340359889,
                        0.0
                    ],
                    [
                        5.040251843591584,
                        52.641136876326165,
                        0.0
                    ],
                    [
                        5.040265287561507,
                        52.64114065417519,
                        0.0
                    ],
                    [
                        5.040278567820838,
                        52.6411445843258,
                        0.0
                    ],
                    [
                        5.040291803407818,
                        52.641148559280154,
                        0.0
                    ],
                    [
                        5.04030497947813,
                        52.64115258798201,
                        0.0
                    ],
                    [
                        5.040318199942234,
                        52.64115660782472,
                        0.0
                    ],
                    [
                        5.040331465083458,
                        52.6411605828608,
                        0.0
                    ],
                    [
                        5.040344730793689,
                        52.64116448600027,
                        0.0
                    ],
                    [
                        5.040358055458711,
                        52.64116840728439,
                        0.0
                    ],
                    [
                        5.040371350508247,
                        52.64117233746773,
                        0.0
                    ],
                    [
                        5.040384630857456,
                        52.641176258619595,
                        0.0
                    ],
                    [
                        5.04040447062703,
                        52.641182077199474,
                        0.0
                    ],
                    [
                        5.040427736089783,
                        52.64118813044152,
                        0.0
                    ],
                    [
                        5.040681443695656,
                        52.64126181814941,
                        0.0
                    ],
                    [
                        5.040784220430361,
                        52.64129439020668,
                        0.0
                    ],
                    [
                        5.04079509580394,
                        52.6412979178625,
                        0.0
                    ],
                    [
                        5.040823182922233,
                        52.64130705865675,
                        0.0
                    ],
                    [
                        5.041002286519481,
                        52.64136534019078,
                        0.0
                    ],
                    [
                        5.041016485772322,
                        52.641372661068644,
                        0.0
                    ],
                    [
                        5.041056949869437,
                        52.64139353903084,
                        0.0
                    ],
                    [
                        5.041098776974901,
                        52.64140266582403,
                        0.0
                    ],
                    [
                        5.041890961086017,
                        52.641573305701726,
                        0.0
                    ],
                    [
                        5.043649102371885,
                        52.64195100203201,
                        0.0
                    ],
                    [
                        5.045026379898771,
                        52.64224685510872,
                        0.0
                    ],
                    [
                        5.045028676830632,
                        52.64224976454759,
                        0.0
                    ],
                    [
                        5.045027749180911,
                        52.642251262723256,
                        0.0
                    ],
                    [
                        5.045025145684102,
                        52.642255479166685,
                        0.0
                    ],
                    [
                        5.045012232797726,
                        52.64227640890327,
                        0.0
                    ],
                    [
                        5.045010137969189,
                        52.642279808984384,
                        0.0
                    ],
                    [
                        5.044993185032284,
                        52.642307296659816,
                        0.0
                    ],
                    [
                        5.044985239598566,
                        52.64232019723781,
                        0.0
                    ],
                    [
                        5.04497760874514,
                        52.64233254152065,
                        0.0
                    ],
                    [
                        5.044960715492196,
                        52.64235994847914,
                        0.0
                    ],
                    [
                        5.044958710557201,
                        52.64236318705031,
                        0.0
                    ],
                    [
                        5.044948281390542,
                        52.642380097709,
                        0.0
                    ],
                    [
                        5.044939542987398,
                        52.642394272169064,
                        0.0
                    ],
                    [
                        5.044925014094495,
                        52.6424178124891,
                        0.0
                    ],
                    [
                        5.044911248023705,
                        52.642440150732284,
                        0.0
                    ],
                    [
                        5.044911232550793,
                        52.64244024055866,
                        0.0
                    ],
                    [
                        5.044907391377738,
                        52.642464917045906,
                        0.0
                    ],
                    [
                        5.044904779133319,
                        52.6424816524804,
                        0.0
                    ],
                    [
                        5.044803959700292,
                        52.64265061618793,
                        0.0
                    ],
                    [
                        5.044800969236914,
                        52.64265519099578,
                        0.0
                    ],
                    [
                        5.04479714031018,
                        52.642661192337386,
                        0.0
                    ],
                    [
                        5.044770307266716,
                        52.64270332745618,
                        0.0
                    ],
                    [
                        5.044765625722189,
                        52.642710674405684,
                        0.0
                    ],
                    [
                        5.04465930898278,
                        52.642906232932845,
                        0.0
                    ],
                    [
                        5.044650270507094,
                        52.64292286896895,
                        0.0
                    ],
                    [
                        5.044693412402822,
                        52.6429322948502,
                        0.0
                    ],
                    [
                        5.044701155875762,
                        52.642933979760386,
                        0.0
                    ],
                    [
                        5.044754932103094,
                        52.6429457279495,
                        0.0
                    ],
                    [
                        5.044792838039244,
                        52.642954006345846,
                        0.0
                    ],
                    [
                        5.044806496015839,
                        52.64295698444275,
                        0.0
                    ],
                    [
                        5.044844121682441,
                        52.64296520809332,
                        0.0
                    ],
                    [
                        5.044877293124965,
                        52.642972448306466,
                        0.0
                    ],
                    [
                        5.044890139863862,
                        52.64297525330411,
                        0.0
                    ],
                    [
                        5.044926438126218,
                        52.642983185521324,
                        0.0
                    ],
                    [
                        5.044961128816136,
                        52.64299075361818,
                        0.0
                    ],
                    [
                        5.044974373768647,
                        52.64299364962345,
                        0.0
                    ],
                    [
                        5.045005141052159,
                        52.64300037061905,
                        0.0
                    ],
                    [
                        5.045044271310354,
                        52.64300891308299,
                        0.0
                    ],
                    [
                        5.045058062008914,
                        52.64301192748104,
                        0.0
                    ],
                    [
                        5.045100363420247,
                        52.64302116206739,
                        0.0
                    ],
                    [
                        5.045131396257912,
                        52.643027937716575,
                        0.0
                    ],
                    [
                        5.045144449448294,
                        52.64303079720295,
                        0.0
                    ],
                    [
                        5.045183535508082,
                        52.64303933050664,
                        0.0
                    ],
                    [
                        5.045215571338029,
                        52.64304632470804,
                        0.0
                    ],
                    [
                        5.045229642280268,
                        52.64304940280157,
                        0.0
                    ],
                    [
                        5.045264465832719,
                        52.64305699815279,
                        0.0
                    ],
                    [
                        5.045297902860085,
                        52.64306430192126,
                        0.0
                    ],
                    [
                        5.045311413373044,
                        52.64306725257474,
                        0.0
                    ],
                    [
                        5.04534926049214,
                        52.64307552163686,
                        0.0
                    ],
                    [
                        5.045382122332329,
                        52.64308269790912,
                        0.0
                    ],
                    [
                        5.045396326056034,
                        52.64308580332565,
                        0.0
                    ],
                    [
                        5.04540417279282,
                        52.643087515447924,
                        0.0
                    ],
                    [
                        5.045405211219676,
                        52.643088875482654,
                        0.0
                    ],
                    [
                        5.045409905779119,
                        52.64309506310425,
                        0.0
                    ],
                    [
                        5.04542648241961,
                        52.64311793794765,
                        0.0
                    ],
                    [
                        5.045449695585112,
                        52.64314997172822,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:24.579870Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112880/?format=api",
            "id": 112880,
            "code": "PL_31333",
            "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.941607483474847,
                        52.62210447227046,
                        0.0
                    ],
                    [
                        4.941603338558806,
                        52.62210254246453,
                        0.0
                    ],
                    [
                        4.941497470561827,
                        52.6220499750024,
                        0.0
                    ],
                    [
                        4.941487714060964,
                        52.622045121293496,
                        0.0
                    ],
                    [
                        4.941453242816609,
                        52.62202799728544,
                        0.0
                    ],
                    [
                        4.941440224166003,
                        52.62202154060971,
                        0.0
                    ],
                    [
                        4.941410792908238,
                        52.62200691594954,
                        0.0
                    ],
                    [
                        4.941050154095977,
                        52.62182780555431,
                        0.0
                    ],
                    [
                        4.940458455819654,
                        52.621552346133214,
                        0.0
                    ],
                    [
                        4.939872737133505,
                        52.62127917998656,
                        0.0
                    ],
                    [
                        4.939705664968835,
                        52.62120171076584,
                        0.0
                    ],
                    [
                        4.9395399769435,
                        52.6211377632508,
                        0.0
                    ],
                    [
                        4.939253299048272,
                        52.62106682599556,
                        0.0
                    ],
                    [
                        4.93910575407405,
                        52.62104854722722,
                        0.0
                    ],
                    [
                        4.938934010551542,
                        52.62103560529625,
                        0.0
                    ],
                    [
                        4.93874703894473,
                        52.62103747947232,
                        0.0
                    ],
                    [
                        4.938664886603706,
                        52.621047873291204,
                        0.0
                    ],
                    [
                        4.938546463536318,
                        52.621062857438766,
                        0.0
                    ],
                    [
                        4.938360119079994,
                        52.62110315360724,
                        0.0
                    ],
                    [
                        4.938182524705104,
                        52.62115857202346,
                        0.0
                    ],
                    [
                        4.938066839435289,
                        52.62120623446694,
                        0.0
                    ],
                    [
                        4.937932763306823,
                        52.621276133502896,
                        0.0
                    ],
                    [
                        4.937485016922701,
                        52.62158005895688,
                        0.0
                    ],
                    [
                        4.937444717925876,
                        52.62160741629191,
                        0.0
                    ],
                    [
                        4.937411809393807,
                        52.62162976874892,
                        0.0
                    ],
                    [
                        4.936998436188545,
                        52.62191041976688,
                        0.0
                    ],
                    [
                        4.936525061754258,
                        52.62223245258244,
                        0.0
                    ],
                    [
                        4.936429112446358,
                        52.62229778515901,
                        0.0
                    ],
                    [
                        4.936392811705773,
                        52.62232249708842,
                        0.0
                    ],
                    [
                        4.936093719278032,
                        52.6225261176684,
                        0.0
                    ],
                    [
                        4.93604358676436,
                        52.6225603393735,
                        0.0
                    ],
                    [
                        4.935997335653817,
                        52.62259191558093,
                        0.0
                    ],
                    [
                        4.935608407475838,
                        52.62285742123726,
                        0.0
                    ],
                    [
                        4.935489066517952,
                        52.62293826595327,
                        0.0
                    ],
                    [
                        4.935432615485533,
                        52.622976507626475,
                        0.0
                    ],
                    [
                        4.935143384166826,
                        52.623172443284666,
                        0.0
                    ],
                    [
                        4.935114414874654,
                        52.6231920600028,
                        0.0
                    ],
                    [
                        4.935096346145293,
                        52.62320430373807,
                        0.0
                    ],
                    [
                        4.934622304808348,
                        52.62352672184886,
                        0.0
                    ],
                    [
                        4.934561731563857,
                        52.62356787723734,
                        0.0
                    ],
                    [
                        4.93451591120748,
                        52.623599005146936,
                        0.0
                    ],
                    [
                        4.934182629371139,
                        52.623825452974735,
                        0.0
                    ],
                    [
                        4.934152513057162,
                        52.623845945831164,
                        0.0
                    ],
                    [
                        4.934062401800398,
                        52.6239072724782,
                        0.0
                    ],
                    [
                        4.93374762781616,
                        52.62412147717809,
                        0.0
                    ],
                    [
                        4.93373628013525,
                        52.62412919882463,
                        0.0
                    ],
                    [
                        4.933715027405364,
                        52.62414365902671,
                        0.0
                    ],
                    [
                        4.933484324762025,
                        52.62430065670253,
                        0.0
                    ],
                    [
                        4.933469333062145,
                        52.62431087184143,
                        0.0
                    ],
                    [
                        4.933453017860232,
                        52.62432197165851,
                        0.0
                    ],
                    [
                        4.933446979659003,
                        52.624326073731126,
                        0.0
                    ],
                    [
                        4.933247760466345,
                        52.624461657806606,
                        0.0
                    ],
                    [
                        4.932763329846212,
                        52.624792144235784,
                        0.0
                    ],
                    [
                        4.932283974161222,
                        52.6251167345352,
                        0.0
                    ],
                    [
                        4.931992005037496,
                        52.62531620196023,
                        0.0
                    ],
                    [
                        4.931933536571602,
                        52.625356141806385,
                        0.0
                    ],
                    [
                        4.931791522044112,
                        52.6254531627739,
                        0.0
                    ],
                    [
                        4.931306055804996,
                        52.62578170703188,
                        0.0
                    ],
                    [
                        4.930957595767405,
                        52.62602022926753,
                        0.0
                    ],
                    [
                        4.930910652254671,
                        52.626052358036894,
                        0.0
                    ],
                    [
                        4.930823592304817,
                        52.62611195041694,
                        0.0
                    ],
                    [
                        4.930522776539052,
                        52.62631583790425,
                        0.0
                    ],
                    [
                        4.930490917355558,
                        52.62633743754578,
                        0.0
                    ],
                    [
                        4.930342984706286,
                        52.62643770537724,
                        0.0
                    ],
                    [
                        4.929866116753428,
                        52.626759635246025,
                        0.0
                    ],
                    [
                        4.929437688158552,
                        52.62705283794268,
                        0.0
                    ],
                    [
                        4.928959382091037,
                        52.62737685263781,
                        0.0
                    ],
                    [
                        4.928492369249171,
                        52.627697871305536,
                        0.0
                    ],
                    [
                        4.928390358137053,
                        52.62779127689592,
                        0.0
                    ],
                    [
                        4.928323210832487,
                        52.62788389127979,
                        0.0
                    ],
                    [
                        4.928274567457835,
                        52.62797811385672,
                        0.0
                    ],
                    [
                        4.928270220415524,
                        52.62798707527019,
                        0.0
                    ],
                    [
                        4.928258205395004,
                        52.6280118694575,
                        0.0
                    ],
                    [
                        4.928250160506924,
                        52.62802843772478,
                        0.0
                    ],
                    [
                        4.928233436456209,
                        52.628062910898905,
                        0.0
                    ],
                    [
                        4.928205467662842,
                        52.62812053657163,
                        0.0
                    ],
                    [
                        4.928200245064263,
                        52.62813131001252,
                        0.0
                    ],
                    [
                        4.928193014804853,
                        52.62814623676659,
                        0.0
                    ],
                    [
                        4.928192516090543,
                        52.62814732229003,
                        0.0
                    ],
                    [
                        4.928190297636833,
                        52.62815186123833,
                        0.0
                    ],
                    [
                        4.928178855875304,
                        52.628155663578724,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:24.614618Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}