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=31
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=32",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=30",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6537/?format=api",
            "id": 6537,
            "code": "PL_300",
            "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.970513540279507,
                        52.9069294624646,
                        0.0
                    ],
                    [
                        4.970514799321595,
                        52.90692898697775,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.583810Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6538/?format=api",
            "id": 6538,
            "code": "PL_301",
            "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.970513540279507,
                        52.9069294624646,
                        0.0
                    ],
                    [
                        4.970538455796921,
                        52.90690632466904,
                        0.0
                    ],
                    [
                        4.97054971629102,
                        52.90689451974124,
                        0.0
                    ],
                    [
                        4.970553319668465,
                        52.90689074000732,
                        0.0
                    ],
                    [
                        4.97056096683161,
                        52.90688375721169,
                        0.0
                    ],
                    [
                        4.970573432840308,
                        52.90687023107836,
                        0.0
                    ],
                    [
                        4.970588233233527,
                        52.90686129620146,
                        0.0
                    ],
                    [
                        4.970608939487497,
                        52.90685651571166,
                        0.0
                    ],
                    [
                        4.970628270317033,
                        52.906855684481684,
                        0.0
                    ],
                    [
                        4.97065082734099,
                        52.90685944761524,
                        0.0
                    ],
                    [
                        4.970794297596353,
                        52.90690254388496,
                        0.0
                    ],
                    [
                        4.971220241218351,
                        52.90703284954234,
                        0.0
                    ],
                    [
                        4.97164618738703,
                        52.907163153678056,
                        0.0
                    ],
                    [
                        4.972212625826728,
                        52.90733766379872,
                        0.0
                    ],
                    [
                        4.972546767933326,
                        52.90744085695272,
                        0.0
                    ],
                    [
                        4.972553422772622,
                        52.90744286607108,
                        0.0
                    ],
                    [
                        4.97257222624907,
                        52.9074788054466,
                        0.0
                    ],
                    [
                        4.972718198383578,
                        52.90752338185772,
                        0.0
                    ],
                    [
                        4.972763106079959,
                        52.907537098308,
                        0.0
                    ],
                    [
                        4.972788953916269,
                        52.907544997256245,
                        0.0
                    ],
                    [
                        4.972816432142822,
                        52.90755338712598,
                        0.0
                    ],
                    [
                        4.972869461913181,
                        52.907569576040714,
                        0.0
                    ],
                    [
                        4.972909226813773,
                        52.907581719931976,
                        0.0
                    ],
                    [
                        4.97296849620924,
                        52.90759982659524,
                        0.0
                    ],
                    [
                        4.972983613785002,
                        52.907604435175976,
                        0.0
                    ],
                    [
                        4.973002362443594,
                        52.90761016168568,
                        0.0
                    ],
                    [
                        4.973031233918109,
                        52.90761897870236,
                        0.0
                    ],
                    [
                        4.973215860449541,
                        52.90767536198707,
                        0.0
                    ],
                    [
                        4.9732766903664,
                        52.907663728598244,
                        0.0
                    ],
                    [
                        4.973346205232467,
                        52.90768613017682,
                        0.0
                    ],
                    [
                        4.97342748100383,
                        52.907711313338105,
                        0.0
                    ],
                    [
                        4.973855508544895,
                        52.90784296471938,
                        0.0
                    ],
                    [
                        4.974283538671426,
                        52.907974614564054,
                        0.0
                    ],
                    [
                        4.974853423660053,
                        52.90814840505965,
                        0.0
                    ],
                    [
                        4.975458260353275,
                        52.90833624236888,
                        0.0
                    ],
                    [
                        4.976144504273718,
                        52.908545654758235,
                        0.0
                    ],
                    [
                        4.976807415916334,
                        52.90873943638046,
                        0.0
                    ],
                    [
                        4.976934927305066,
                        52.9087737534888,
                        0.0
                    ],
                    [
                        4.976958943550851,
                        52.90878057584431,
                        0.0
                    ],
                    [
                        4.9769733244184,
                        52.90878457929119,
                        0.0
                    ],
                    [
                        4.977026833805588,
                        52.90880066914212,
                        0.0
                    ],
                    [
                        4.977081386241387,
                        52.90881649295548,
                        0.0
                    ],
                    [
                        4.977124676716799,
                        52.908828593618885,
                        0.0
                    ],
                    [
                        4.977177992000435,
                        52.908849535441234,
                        0.0
                    ],
                    [
                        4.977647860624405,
                        52.90898383296636,
                        0.0
                    ],
                    [
                        4.978117732144209,
                        52.90911812864029,
                        0.0
                    ],
                    [
                        4.97850166202768,
                        52.90923945747926,
                        0.0
                    ],
                    [
                        4.978885594048459,
                        52.90936078508155,
                        0.0
                    ],
                    [
                        4.979286928127541,
                        52.90948918033066,
                        0.0
                    ],
                    [
                        4.979688264570944,
                        52.909617574228484,
                        0.0
                    ],
                    [
                        4.980241900047138,
                        52.90980098879091,
                        0.0
                    ],
                    [
                        4.980795540182005,
                        52.90998440078136,
                        0.0
                    ],
                    [
                        4.981273882524168,
                        52.910148296283644,
                        0.0
                    ],
                    [
                        4.981752243327314,
                        52.91031218991601,
                        0.0
                    ],
                    [
                        4.981778100373289,
                        52.910321048489465,
                        0.0
                    ],
                    [
                        4.982226804993206,
                        52.91047579015468,
                        0.0
                    ],
                    [
                        4.982674710111261,
                        52.91063052741176,
                        0.0
                    ],
                    [
                        4.983169979704603,
                        52.910802812034866,
                        0.0
                    ],
                    [
                        4.983665253212346,
                        52.91097509459919,
                        0.0
                    ],
                    [
                        4.983779781963998,
                        52.9110161003517,
                        0.0
                    ],
                    [
                        4.983814827399053,
                        52.91102968944231,
                        0.0
                    ],
                    [
                        4.983873616567248,
                        52.9110524979482,
                        0.0
                    ],
                    [
                        4.983881689198842,
                        52.91105562554161,
                        0.0
                    ],
                    [
                        4.983919904874577,
                        52.91107040253427,
                        0.0
                    ],
                    [
                        4.984249436759991,
                        52.91121853346347,
                        0.0
                    ],
                    [
                        4.984578970883698,
                        52.91136666347921,
                        0.0
                    ],
                    [
                        4.984821746920245,
                        52.91147675713808,
                        0.0
                    ],
                    [
                        4.985064524182322,
                        52.911586850301084,
                        0.0
                    ],
                    [
                        4.98514002980911,
                        52.911620264579696,
                        0.0
                    ],
                    [
                        4.985140623578187,
                        52.911620356442995,
                        0.0
                    ],
                    [
                        4.985170233416307,
                        52.91163348649842,
                        0.0
                    ],
                    [
                        4.985196876079495,
                        52.911645977507256,
                        0.0
                    ],
                    [
                        4.985198654078137,
                        52.9116466125445,
                        0.0
                    ],
                    [
                        4.98526468192773,
                        52.91167613066021,
                        0.0
                    ],
                    [
                        4.985346402188457,
                        52.91171271098577,
                        0.0
                    ],
                    [
                        4.985864856997065,
                        52.91194459775113,
                        0.0
                    ],
                    [
                        4.986446114279675,
                        52.91219862894219,
                        0.0
                    ],
                    [
                        4.986470129892399,
                        52.91220912483792,
                        0.0
                    ],
                    [
                        4.98687146000744,
                        52.91237564196425,
                        0.0
                    ],
                    [
                        4.987058957134563,
                        52.912452205914086,
                        0.0
                    ],
                    [
                        4.987475598428841,
                        52.91261926653066,
                        0.0
                    ],
                    [
                        4.987892242915502,
                        52.91278632568871,
                        0.0
                    ],
                    [
                        4.988556219591516,
                        52.913055261938915,
                        0.0
                    ],
                    [
                        4.989207728084704,
                        52.91332298467657,
                        0.0
                    ],
                    [
                        4.989654328699406,
                        52.91350770597861,
                        0.0
                    ],
                    [
                        4.990100933097641,
                        52.913692425604296,
                        0.0
                    ],
                    [
                        4.990107743494556,
                        52.913695503643986,
                        0.0
                    ],
                    [
                        4.990633521925274,
                        52.913912071866434,
                        0.0
                    ],
                    [
                        4.991159305578464,
                        52.914128637765586,
                        0.0
                    ],
                    [
                        4.991673168559592,
                        52.914340623687956,
                        0.0
                    ],
                    [
                        4.992187030844504,
                        52.914553236425185,
                        0.0
                    ],
                    [
                        4.99242889097926,
                        52.914653606014724,
                        0.0
                    ],
                    [
                        4.99244380200352,
                        52.91466017946614,
                        0.0
                    ],
                    [
                        4.992471980281151,
                        52.91467261998736,
                        0.0
                    ],
                    [
                        4.992487840550715,
                        52.91467779468042,
                        0.0
                    ],
                    [
                        4.992511161825833,
                        52.91468811631012,
                        0.0
                    ],
                    [
                        4.992534483112041,
                        52.9146984379352,
                        0.0
                    ],
                    [
                        4.992538332016683,
                        52.91470024794483,
                        0.0
                    ],
                    [
                        4.992573902069479,
                        52.91471563346428,
                        0.0
                    ],
                    [
                        4.992596529476669,
                        52.914725422583224,
                        0.0
                    ],
                    [
                        4.99320930163256,
                        52.914974932482764,
                        0.0
                    ],
                    [
                        4.993239060783221,
                        52.914988510329685,
                        0.0
                    ],
                    [
                        4.993256683291162,
                        52.9149961170778,
                        0.0
                    ],
                    [
                        4.993272382135256,
                        52.91500272896845,
                        0.0
                    ],
                    [
                        4.993303477650471,
                        52.9150164909352,
                        0.0
                    ],
                    [
                        4.993327915067439,
                        52.915026726218954,
                        0.0
                    ],
                    [
                        4.993400635175198,
                        52.91505716049403,
                        0.0
                    ],
                    [
                        4.994014398137408,
                        52.91531322960473,
                        0.0
                    ],
                    [
                        4.994645363084109,
                        52.91557492366168,
                        0.0
                    ],
                    [
                        4.995202421157671,
                        52.91580644692752,
                        0.0
                    ],
                    [
                        4.995818143525453,
                        52.91606188404073,
                        0.0
                    ],
                    [
                        4.99583730033679,
                        52.91606925279563,
                        0.0
                    ],
                    [
                        4.995875628764845,
                        52.91608399933123,
                        0.0
                    ],
                    [
                        4.995885536118901,
                        52.916089962850826,
                        0.0
                    ],
                    [
                        4.995902793511199,
                        52.91609693895545,
                        0.0
                    ],
                    [
                        4.995920050909044,
                        52.91610391505764,
                        0.0
                    ],
                    [
                        4.995935908081001,
                        52.91610953860155,
                        0.0
                    ],
                    [
                        4.995967240477816,
                        52.91612525070528,
                        0.0
                    ],
                    [
                        4.995986969449722,
                        52.916135137519866,
                        0.0
                    ],
                    [
                        4.996578139977511,
                        52.916377370029245,
                        0.0
                    ],
                    [
                        4.997178483803,
                        52.916625291000436,
                        0.0
                    ],
                    [
                        4.997731116747193,
                        52.91685588924606,
                        0.0
                    ],
                    [
                        4.998343147241596,
                        52.91711184034735,
                        0.0
                    ],
                    [
                        4.999001556063744,
                        52.917386181502316,
                        0.0
                    ],
                    [
                        4.999035773940609,
                        52.91740031156322,
                        0.0
                    ],
                    [
                        4.99907013731238,
                        52.917414801545235,
                        0.0
                    ],
                    [
                        4.999108651458755,
                        52.91743065297024,
                        0.0
                    ],
                    [
                        4.999141680850323,
                        52.917444689274966,
                        0.0
                    ],
                    [
                        4.999166210839142,
                        52.91745485175961,
                        0.0
                    ],
                    [
                        4.999182119761238,
                        52.91746144557404,
                        0.0
                    ],
                    [
                        4.999770785866707,
                        52.917705091804145,
                        0.0
                    ],
                    [
                        5.000346696742329,
                        52.91794599786087,
                        0.0
                    ],
                    [
                        5.000808851703561,
                        52.91813935434901,
                        0.0
                    ],
                    [
                        5.001302099260107,
                        52.91834781684736,
                        0.0
                    ],
                    [
                        5.00196881713244,
                        52.9186282790892,
                        0.0
                    ],
                    [
                        5.001981467355685,
                        52.91863358594209,
                        0.0
                    ],
                    [
                        5.002018884722938,
                        52.918649289098404,
                        0.0
                    ],
                    [
                        5.002034737263239,
                        52.91865563072603,
                        0.0
                    ],
                    [
                        5.002050961888288,
                        52.918661928618725,
                        0.0
                    ],
                    [
                        5.002067186517941,
                        52.91866822650928,
                        0.0
                    ],
                    [
                        5.002088950330213,
                        52.918678631090344,
                        0.0
                    ],
                    [
                        5.002119288295163,
                        52.91869123802647,
                        0.0
                    ],
                    [
                        5.002131909454524,
                        52.918696472877976,
                        0.0
                    ],
                    [
                        5.002720711478221,
                        52.9189453169871,
                        0.0
                    ],
                    [
                        5.003066074870267,
                        52.91909084024787,
                        0.0
                    ],
                    [
                        5.003411440567677,
                        52.91923636250587,
                        0.0
                    ],
                    [
                        5.003960584347098,
                        52.91946882552083,
                        0.0
                    ],
                    [
                        5.00396781307555,
                        52.91947188612973,
                        0.0
                    ],
                    [
                        5.003981223692502,
                        52.91947700649202,
                        0.0
                    ],
                    [
                        5.003994634312584,
                        52.91948212685279,
                        0.0
                    ],
                    [
                        5.004052765187124,
                        52.919506199283255,
                        0.0
                    ],
                    [
                        5.004065031332336,
                        52.9195112800199,
                        0.0
                    ],
                    [
                        5.004077297480347,
                        52.919516360755345,
                        0.0
                    ],
                    [
                        5.004078082546379,
                        52.919516695771655,
                        0.0
                    ],
                    [
                        5.004089398825168,
                        52.919521584744274,
                        0.0
                    ],
                    [
                        5.00410150025174,
                        52.91952679974568,
                        0.0
                    ],
                    [
                        5.004156837783292,
                        52.91955067445223,
                        0.0
                    ],
                    [
                        5.004162244048645,
                        52.91955301927646,
                        0.0
                    ],
                    [
                        5.004785010289313,
                        52.919822549941074,
                        0.0
                    ],
                    [
                        5.004963615137528,
                        52.9199013665243,
                        0.0
                    ],
                    [
                        5.005019793132155,
                        52.919926151146825,
                        0.0
                    ],
                    [
                        5.005084443070679,
                        52.919954674243094,
                        0.0
                    ],
                    [
                        5.005102734611608,
                        52.919962748658286,
                        0.0
                    ],
                    [
                        5.005148707868382,
                        52.91998304330275,
                        0.0
                    ],
                    [
                        5.005206944833224,
                        52.92000873306533,
                        0.0
                    ],
                    [
                        5.005435509004811,
                        52.920109590666186,
                        0.0
                    ],
                    [
                        5.006040209340021,
                        52.920381025010435,
                        0.0
                    ],
                    [
                        5.006665356728375,
                        52.92066150782995,
                        0.0
                    ],
                    [
                        5.0072965814951,
                        52.920945062053306,
                        0.0
                    ],
                    [
                        5.007931368007768,
                        52.92123033163039,
                        0.0
                    ],
                    [
                        5.008556977990214,
                        52.92151170453837,
                        0.0
                    ],
                    [
                        5.009238241368104,
                        52.92182326492197,
                        0.0
                    ],
                    [
                        5.009899241697862,
                        52.92212352432907,
                        0.0
                    ],
                    [
                        5.010284616260546,
                        52.9222972444356,
                        0.0
                    ],
                    [
                        5.010670008840126,
                        52.92247095435351,
                        0.0
                    ],
                    [
                        5.010696684250841,
                        52.922482981397344,
                        0.0
                    ],
                    [
                        5.010716863110474,
                        52.92249142034706,
                        0.0
                    ],
                    [
                        5.010817135521611,
                        52.92253332551904,
                        0.0
                    ],
                    [
                        5.01103685952287,
                        52.9226243312261,
                        0.0
                    ],
                    [
                        5.011307145188982,
                        52.922731940793334,
                        0.0
                    ],
                    [
                        5.011632880568656,
                        52.922858415849376,
                        0.0
                    ],
                    [
                        5.011655996225165,
                        52.922867744541186,
                        0.0
                    ],
                    [
                        5.011681928456373,
                        52.92287807058931,
                        0.0
                    ],
                    [
                        5.011695412664745,
                        52.92288350483279,
                        0.0
                    ],
                    [
                        5.011727426431971,
                        52.92289555740763,
                        0.0
                    ],
                    [
                        5.01228866356755,
                        52.92311200585179,
                        0.0
                    ],
                    [
                        5.01290412931744,
                        52.92335162680861,
                        0.0
                    ],
                    [
                        5.013547767601112,
                        52.92360130761487,
                        0.0
                    ],
                    [
                        5.014150839311005,
                        52.92383126783567,
                        0.0
                    ],
                    [
                        5.014771751987681,
                        52.92406226910179,
                        0.0
                    ],
                    [
                        5.015141599295362,
                        52.92419704964079,
                        0.0
                    ],
                    [
                        5.015511448890393,
                        52.92433182903135,
                        0.0
                    ],
                    [
                        5.016081134981125,
                        52.92453831082367,
                        0.0
                    ],
                    [
                        5.0167273231277,
                        52.92477207626493,
                        0.0
                    ],
                    [
                        5.017072716441282,
                        52.92489868715633,
                        0.0
                    ],
                    [
                        5.017118229290374,
                        52.92491667518779,
                        0.0
                    ],
                    [
                        5.017491536512945,
                        52.92506425578056,
                        0.0
                    ],
                    [
                        5.017520876965487,
                        52.9250762985161,
                        0.0
                    ],
                    [
                        5.017548593962643,
                        52.925086898392884,
                        0.0
                    ],
                    [
                        5.01757408739013,
                        52.92509668260562,
                        0.0
                    ],
                    [
                        5.017609963644342,
                        52.92510955431634,
                        0.0
                    ],
                    [
                        5.017635761339259,
                        52.9251185306781,
                        0.0
                    ],
                    [
                        5.018162535819449,
                        52.92530240364217,
                        0.0
                    ],
                    [
                        5.018550857714042,
                        52.92543543330208,
                        0.0
                    ],
                    [
                        5.018939181979318,
                        52.9255684616966,
                        0.0
                    ],
                    [
                        5.018962785188013,
                        52.92557675702358,
                        0.0
                    ],
                    [
                        5.019071446232439,
                        52.9256149247198,
                        0.0
                    ],
                    [
                        5.019212725053896,
                        52.92566456060873,
                        0.0
                    ],
                    [
                        5.019316647626327,
                        52.92570217430075,
                        0.0
                    ],
                    [
                        5.019784968672767,
                        52.92587166150563,
                        0.0
                    ],
                    [
                        5.020450605790074,
                        52.92611382380751,
                        0.0
                    ],
                    [
                        5.021095199754934,
                        52.926348189566426,
                        0.0
                    ],
                    [
                        5.02169978770229,
                        52.92656616401778,
                        0.0
                    ],
                    [
                        5.022283003266642,
                        52.926779936357505,
                        0.0
                    ],
                    [
                        5.02282887693311,
                        52.92697858463038,
                        0.0
                    ],
                    [
                        5.023432288178946,
                        52.92719708583223,
                        0.0
                    ],
                    [
                        5.023461937353964,
                        52.927208139527586,
                        0.0
                    ],
                    [
                        5.023487241009585,
                        52.92721780506558,
                        0.0
                    ],
                    [
                        5.023527160649047,
                        52.92723305072031,
                        0.0
                    ],
                    [
                        5.023535614997456,
                        52.927235682514045,
                        0.0
                    ],
                    [
                        5.023554415936938,
                        52.92724229083547,
                        0.0
                    ],
                    [
                        5.023579207109878,
                        52.92725100223321,
                        0.0
                    ],
                    [
                        5.023591506027731,
                        52.92725625178513,
                        0.0
                    ],
                    [
                        5.023603459592379,
                        52.92726011637569,
                        0.0
                    ],
                    [
                        5.023653795086543,
                        52.927276391174686,
                        0.0
                    ],
                    [
                        5.024173317361792,
                        52.927462282215785,
                        0.0
                    ],
                    [
                        5.024535085688398,
                        52.927591976468165,
                        0.0
                    ],
                    [
                        5.024550282009914,
                        52.92759754025259,
                        0.0
                    ],
                    [
                        5.024585522730903,
                        52.92761043488024,
                        0.0
                    ],
                    [
                        5.024590074210534,
                        52.92761210219403,
                        0.0
                    ],
                    [
                        5.024617798272923,
                        52.92762225111572,
                        0.0
                    ],
                    [
                        5.024645374091897,
                        52.92763234566252,
                        0.0
                    ],
                    [
                        5.024659301228537,
                        52.9276385346316,
                        0.0
                    ],
                    [
                        5.024678850588005,
                        52.92764459687351,
                        0.0
                    ],
                    [
                        5.024737604989146,
                        52.927666099892114,
                        0.0
                    ],
                    [
                        5.025069403185285,
                        52.92778788341023,
                        0.0
                    ],
                    [
                        5.025582744840342,
                        52.92796736917753,
                        0.0
                    ],
                    [
                        5.026138790923867,
                        52.92816234854328,
                        0.0
                    ],
                    [
                        5.026617132741721,
                        52.92833129981899,
                        0.0
                    ],
                    [
                        5.026950874447121,
                        52.92845308392991,
                        0.0
                    ],
                    [
                        5.027037917057113,
                        52.92848345081888,
                        0.0
                    ],
                    [
                        5.027074521664531,
                        52.9284988380547,
                        0.0
                    ],
                    [
                        5.027130857657842,
                        52.92851994618127,
                        0.0
                    ],
                    [
                        5.027190157474672,
                        52.928542321309045,
                        0.0
                    ],
                    [
                        5.027226484045047,
                        52.92855537119126,
                        0.0
                    ],
                    [
                        5.027576774102124,
                        52.92869059315196,
                        0.0
                    ],
                    [
                        5.027582255559302,
                        52.928693125845726,
                        0.0
                    ],
                    [
                        5.027605522728527,
                        52.92870290119791,
                        0.0
                    ],
                    [
                        5.027628363037493,
                        52.928710338792314,
                        0.0
                    ],
                    [
                        5.027638003881931,
                        52.928713423184604,
                        0.0
                    ],
                    [
                        5.028205749491822,
                        52.92893466838848,
                        0.0
                    ],
                    [
                        5.028891794013117,
                        52.92920218623595,
                        0.0
                    ],
                    [
                        5.02891358645631,
                        52.929210519082105,
                        0.0
                    ],
                    [
                        5.029137744828255,
                        52.92929718199016,
                        0.0
                    ],
                    [
                        5.029501075629676,
                        52.92943765843611,
                        0.0
                    ],
                    [
                        5.030144605845555,
                        52.92968670946032,
                        0.0
                    ],
                    [
                        5.030788143415946,
                        52.92993575700605,
                        0.0
                    ],
                    [
                        5.031050242950642,
                        52.93003745588109,
                        0.0
                    ],
                    [
                        5.031081005187364,
                        52.93004015362111,
                        0.0
                    ],
                    [
                        5.031111650250106,
                        52.930038986846355,
                        0.0
                    ],
                    [
                        5.031143959748386,
                        52.930034320321994,
                        0.0
                    ],
                    [
                        5.031175242916554,
                        52.93002785344853,
                        0.0
                    ],
                    [
                        5.031386558129489,
                        52.929819413941,
                        0.0
                    ],
                    [
                        5.031597871321063,
                        52.92961097404541,
                        0.0
                    ],
                    [
                        5.031626064815766,
                        52.92958212168838,
                        0.0
                    ],
                    [
                        5.031711998847004,
                        52.929493681456016,
                        0.0
                    ],
                    [
                        5.031735242278807,
                        52.929470026466824,
                        0.0
                    ],
                    [
                        5.03175699418751,
                        52.9294469062213,
                        0.0
                    ],
                    [
                        5.031808737026302,
                        52.92939332136208,
                        0.0
                    ],
                    [
                        5.031837675255774,
                        52.929364291440464,
                        0.0
                    ],
                    [
                        5.031870235180395,
                        52.92932880206264,
                        0.0
                    ],
                    [
                        5.031915219205401,
                        52.92928337469539,
                        0.0
                    ],
                    [
                        5.031930665842828,
                        52.92926751466629,
                        0.0
                    ],
                    [
                        5.031943122906204,
                        52.929253532894435,
                        0.0
                    ],
                    [
                        5.031957656047031,
                        52.9292402762063,
                        0.0
                    ],
                    [
                        5.031968168892285,
                        52.929227636613994,
                        0.0
                    ],
                    [
                        5.031978516195754,
                        52.92921706340416,
                        0.0
                    ],
                    [
                        5.03198437147599,
                        52.929210251134535,
                        0.0
                    ],
                    [
                        5.031995474024503,
                        52.92919824234187,
                        0.0
                    ],
                    [
                        5.032009396199252,
                        52.92918696084244,
                        0.0
                    ],
                    [
                        5.032026414937079,
                        52.92917892365471,
                        0.0
                    ],
                    [
                        5.032043701830827,
                        52.929174481827474,
                        0.0
                    ],
                    [
                        5.032076025947902,
                        52.929167927947674,
                        0.0
                    ],
                    [
                        5.032129496802161,
                        52.929157752466786,
                        0.0
                    ],
                    [
                        5.03214782245054,
                        52.92915358330356,
                        0.0
                    ],
                    [
                        5.032158853283121,
                        52.92915038096919,
                        0.0
                    ],
                    [
                        5.032170812929727,
                        52.92914268818586,
                        0.0
                    ],
                    [
                        5.03217889735057,
                        52.92913606225792,
                        0.0
                    ],
                    [
                        5.032293141542206,
                        52.92902236401583,
                        0.0
                    ],
                    [
                        5.032449625661894,
                        52.92887131771664,
                        0.0
                    ],
                    [
                        5.032509035099871,
                        52.9288074209304,
                        0.0
                    ],
                    [
                        5.032607356782441,
                        52.92871308577585,
                        0.0
                    ],
                    [
                        5.032622957515786,
                        52.928696507199604,
                        0.0
                    ],
                    [
                        5.032735664140933,
                        52.928588734997035,
                        0.0
                    ],
                    [
                        5.032753170241665,
                        52.92857557689356,
                        0.0
                    ],
                    [
                        5.032780936425232,
                        52.92856253908345,
                        0.0
                    ],
                    [
                        5.032791217684989,
                        52.928560053380615,
                        0.0
                    ],
                    [
                        5.032809235386265,
                        52.928557141300764,
                        0.0
                    ],
                    [
                        5.032831559036132,
                        52.92855505076533,
                        0.0
                    ],
                    [
                        5.032846854021892,
                        52.92855779204763,
                        0.0
                    ],
                    [
                        5.032870730266601,
                        52.92856595062342,
                        0.0
                    ],
                    [
                        5.03293523421787,
                        52.928588787644486,
                        0.0
                    ],
                    [
                        5.0329439846248,
                        52.92859168923962,
                        0.0
                    ],
                    [
                        5.032950184386134,
                        52.92859736906156,
                        0.0
                    ],
                    [
                        5.032951062041418,
                        52.92859916894669,
                        0.0
                    ],
                    [
                        5.032949074854543,
                        52.92860581300342,
                        0.0
                    ],
                    [
                        5.032939472929537,
                        52.928616208779864,
                        0.0
                    ],
                    [
                        5.03292087119326,
                        52.92863610347408,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.599267Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6539/?format=api",
            "id": 6539,
            "code": "PL_302",
            "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.970496003047224,
                        52.906931428637996,
                        0.0
                    ],
                    [
                        4.970503410682287,
                        52.90693397070111,
                        0.0
                    ],
                    [
                        4.970507427203787,
                        52.906933625253366,
                        0.0
                    ],
                    [
                        4.970510112031747,
                        52.90693264610455,
                        0.0
                    ],
                    [
                        4.970513540279507,
                        52.9069294624646,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.608209Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6540/?format=api",
            "id": 6540,
            "code": "PL_303",
            "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.179369170330677,
                        52.69407513768555,
                        0.0
                    ],
                    [
                        5.179369080647125,
                        52.69407533524152,
                        0.0
                    ],
                    [
                        5.179364271822152,
                        52.6940850507093,
                        0.0
                    ],
                    [
                        5.179342049181538,
                        52.69413004543851,
                        0.0
                    ],
                    [
                        5.179287288214509,
                        52.694233766878234,
                        0.0
                    ],
                    [
                        5.17925786299703,
                        52.69429103415011,
                        0.0
                    ],
                    [
                        5.179219142695224,
                        52.69435266181534,
                        0.0
                    ],
                    [
                        5.178998736690422,
                        52.694795116684894,
                        0.0
                    ],
                    [
                        5.178983230419604,
                        52.69482728075872,
                        0.0
                    ],
                    [
                        5.178953639884603,
                        52.69488805256188,
                        0.0
                    ],
                    [
                        5.178922191098311,
                        52.694941397901786,
                        0.0
                    ],
                    [
                        5.178917663933468,
                        52.69496030747238,
                        0.0
                    ],
                    [
                        5.1788934628352,
                        52.69501058296365,
                        0.0
                    ],
                    [
                        5.178713926694485,
                        52.69537691753807,
                        0.0
                    ],
                    [
                        5.178710844737886,
                        52.69538425446366,
                        0.0
                    ],
                    [
                        5.178703225204831,
                        52.695400192923,
                        0.0
                    ],
                    [
                        5.178670935879359,
                        52.69546531858354,
                        0.0
                    ],
                    [
                        5.178648107742302,
                        52.695512927305394,
                        0.0
                    ],
                    [
                        5.178609121197208,
                        52.69559907961944,
                        0.0
                    ],
                    [
                        5.178607973387439,
                        52.6956009379033,
                        0.0
                    ],
                    [
                        5.178534941746007,
                        52.69574803382365,
                        0.0
                    ],
                    [
                        5.178530308137234,
                        52.69575815397295,
                        0.0
                    ],
                    [
                        5.17852869681808,
                        52.69576105392734,
                        0.0
                    ],
                    [
                        5.178447033271847,
                        52.69593776456575,
                        0.0
                    ],
                    [
                        5.17848094243924,
                        52.69597711485774,
                        0.0
                    ],
                    [
                        5.178480971895401,
                        52.69597714187015,
                        0.0
                    ],
                    [
                        5.178466493164271,
                        52.69600769002198,
                        0.0
                    ],
                    [
                        5.178450684555369,
                        52.69604104874914,
                        0.0
                    ],
                    [
                        5.178433785255184,
                        52.696076688241504,
                        0.0
                    ],
                    [
                        5.178423968475976,
                        52.696097376913364,
                        0.0
                    ],
                    [
                        5.178421771919952,
                        52.696102028291044,
                        0.0
                    ],
                    [
                        5.178378948259364,
                        52.69619233473832,
                        0.0
                    ],
                    [
                        5.178374163473815,
                        52.69624359677179,
                        0.0
                    ],
                    [
                        5.178376676138197,
                        52.69624402356381,
                        0.0
                    ],
                    [
                        5.178393566696998,
                        52.696247612006175,
                        0.0
                    ],
                    [
                        5.178404856655398,
                        52.69625000435168,
                        0.0
                    ],
                    [
                        5.178492814310618,
                        52.696268150375076,
                        0.0
                    ],
                    [
                        5.17850570030039,
                        52.69627086903763,
                        0.0
                    ],
                    [
                        5.178506306182902,
                        52.696270995916514,
                        0.0
                    ],
                    [
                        5.178504685867715,
                        52.69627890157329,
                        0.0
                    ],
                    [
                        5.178489102401603,
                        52.696311559717536,
                        0.0
                    ],
                    [
                        5.178485443018814,
                        52.69631898549298,
                        0.0
                    ],
                    [
                        5.178458859944391,
                        52.696375313894364,
                        0.0
                    ],
                    [
                        5.178450327705522,
                        52.69639338063584,
                        0.0
                    ],
                    [
                        5.178337180758818,
                        52.69663311521887,
                        0.0
                    ],
                    [
                        5.178236638342796,
                        52.69685675824127,
                        0.0
                    ],
                    [
                        5.178230493801111,
                        52.69686728013657,
                        0.0
                    ],
                    [
                        5.178171399047369,
                        52.6969914116902,
                        0.0
                    ],
                    [
                        5.178153553679818,
                        52.697029898329916,
                        0.0
                    ],
                    [
                        5.178012885570422,
                        52.69734186609666,
                        0.0
                    ],
                    [
                        5.177973147675822,
                        52.69742676766382,
                        0.0
                    ],
                    [
                        5.17783110423794,
                        52.697725692743504,
                        0.0
                    ],
                    [
                        5.177735630897383,
                        52.69793066937095,
                        0.0
                    ],
                    [
                        5.177733505056413,
                        52.69793596791695,
                        0.0
                    ],
                    [
                        5.177625808245111,
                        52.698157207250766,
                        0.0
                    ],
                    [
                        5.177600683698538,
                        52.69818640648128,
                        0.0
                    ],
                    [
                        5.177511037179929,
                        52.698211456980204,
                        0.0
                    ],
                    [
                        5.177478627445324,
                        52.69825140969072,
                        0.0
                    ],
                    [
                        5.17746789858051,
                        52.698264637520644,
                        0.0
                    ],
                    [
                        5.177425258272998,
                        52.69834976743558,
                        0.0
                    ],
                    [
                        5.177413245662751,
                        52.69837470296002,
                        0.0
                    ],
                    [
                        5.177379867276658,
                        52.69844398725332,
                        0.0
                    ],
                    [
                        5.177266419055115,
                        52.69867942442829,
                        0.0
                    ],
                    [
                        5.177203172612965,
                        52.69881067476114,
                        0.0
                    ],
                    [
                        5.177166536333869,
                        52.698886720395194,
                        0.0
                    ],
                    [
                        5.177156421048839,
                        52.6989077049913,
                        0.0
                    ],
                    [
                        5.177148986084774,
                        52.69891882667375,
                        0.0
                    ],
                    [
                        5.177129599211728,
                        52.6989637810082,
                        0.0
                    ],
                    [
                        5.177113580600546,
                        52.69899730991647,
                        0.0
                    ],
                    [
                        5.177101192996034,
                        52.69902325127946,
                        0.0
                    ],
                    [
                        5.177084113416767,
                        52.699058998081235,
                        0.0
                    ],
                    [
                        5.177041601001775,
                        52.699148001432384,
                        0.0
                    ],
                    [
                        5.177031559347633,
                        52.69916903108127,
                        0.0
                    ],
                    [
                        5.177011685221141,
                        52.699210650386014,
                        0.0
                    ],
                    [
                        5.176984279974782,
                        52.69926800147946,
                        0.0
                    ],
                    [
                        5.176939376375241,
                        52.69936198831017,
                        0.0
                    ],
                    [
                        5.17691352487524,
                        52.699416115823944,
                        0.0
                    ],
                    [
                        5.176882308811995,
                        52.69948145852148,
                        0.0
                    ],
                    [
                        5.17687521095721,
                        52.69949629237912,
                        0.0
                    ],
                    [
                        5.17686247934118,
                        52.69952296104735,
                        0.0
                    ],
                    [
                        5.176734684351619,
                        52.699500232006514,
                        0.0
                    ],
                    [
                        5.17673243841812,
                        52.69950585384966,
                        0.0
                    ],
                    [
                        5.176727442470705,
                        52.699514238803964,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.617781Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6541/?format=api",
            "id": 6541,
            "code": "PL_304",
            "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.940480793979342,
                        52.71782471684293,
                        0.0
                    ],
                    [
                        4.940482003958423,
                        52.71782361598471,
                        0.0
                    ],
                    [
                        4.940482033922505,
                        52.71782358014929,
                        0.0
                    ],
                    [
                        4.940493897746097,
                        52.71781248979839,
                        0.0
                    ],
                    [
                        4.940497864483624,
                        52.71781099486847,
                        0.0
                    ],
                    [
                        4.940522783434003,
                        52.71780118470655,
                        0.0
                    ],
                    [
                        4.940559885311853,
                        52.717786738025715,
                        0.0
                    ],
                    [
                        4.940637215735378,
                        52.71775599605224,
                        0.0
                    ],
                    [
                        4.940713668332299,
                        52.717725700085595,
                        0.0
                    ],
                    [
                        4.940932944502265,
                        52.71717784040744,
                        0.0
                    ],
                    [
                        4.941265597653343,
                        52.71639344534651,
                        0.0
                    ],
                    [
                        4.941577028338032,
                        52.71567064743164,
                        0.0
                    ],
                    [
                        4.941932529315049,
                        52.7148286663312,
                        0.0
                    ],
                    [
                        4.942334444129627,
                        52.7139131731958,
                        0.0
                    ],
                    [
                        4.942675960503136,
                        52.71316631845538,
                        0.0
                    ],
                    [
                        4.94300140421687,
                        52.71247118566246,
                        0.0
                    ],
                    [
                        4.943282959306086,
                        52.71181002980959,
                        0.0
                    ],
                    [
                        4.943282974557431,
                        52.71180998493153,
                        0.0
                    ],
                    [
                        4.94329781880765,
                        52.7117848857057,
                        0.0
                    ],
                    [
                        4.943326630979756,
                        52.71179063695267,
                        0.0
                    ],
                    [
                        4.943341179730593,
                        52.71179330640467,
                        0.0
                    ],
                    [
                        4.943361193616332,
                        52.711796966822725,
                        0.0
                    ],
                    [
                        4.943398045642508,
                        52.71180371861802,
                        0.0
                    ],
                    [
                        4.943423864190693,
                        52.711808452139934,
                        0.0
                    ],
                    [
                        4.943430688121585,
                        52.711809699804924,
                        0.0
                    ],
                    [
                        4.943443298549624,
                        52.71181235303271,
                        0.0
                    ],
                    [
                        4.94345052028409,
                        52.711812308053304,
                        0.0
                    ],
                    [
                        4.943458045235337,
                        52.711808615487634,
                        0.0
                    ],
                    [
                        4.943499147798195,
                        52.711728604762925,
                        0.0
                    ],
                    [
                        4.943565664127981,
                        52.71157765558673,
                        0.0
                    ],
                    [
                        4.9436083344881,
                        52.71148742347258,
                        0.0
                    ],
                    [
                        4.943641843891189,
                        52.71141487954902,
                        0.0
                    ],
                    [
                        4.943647562331949,
                        52.711402507799285,
                        0.0
                    ],
                    [
                        4.94366710820342,
                        52.711360189001994,
                        0.0
                    ],
                    [
                        4.94367213099232,
                        52.711349297512236,
                        0.0
                    ],
                    [
                        4.943702962491927,
                        52.71128254918663,
                        0.0
                    ],
                    [
                        4.943758733231047,
                        52.711152238916995,
                        0.0
                    ],
                    [
                        4.943846773344628,
                        52.710970975741525,
                        0.0
                    ],
                    [
                        4.94391385341865,
                        52.71083284389101,
                        0.0
                    ],
                    [
                        4.943930203915573,
                        52.710799185591185,
                        0.0
                    ],
                    [
                        4.943934117744289,
                        52.710791129848324,
                        0.0
                    ],
                    [
                        4.943951386485851,
                        52.71078670963395,
                        0.0
                    ],
                    [
                        4.944303134902794,
                        52.71089964603146,
                        0.0
                    ],
                    [
                        4.944378771067081,
                        52.71092393161687,
                        0.0
                    ],
                    [
                        4.94452750127228,
                        52.710970758702146,
                        0.0
                    ],
                    [
                        4.944793325542078,
                        52.711055613330174,
                        0.0
                    ],
                    [
                        4.945161393127407,
                        52.71117363153603,
                        0.0
                    ],
                    [
                        4.945265674924636,
                        52.71120706381293,
                        0.0
                    ],
                    [
                        4.945351094593904,
                        52.71123416206938,
                        0.0
                    ],
                    [
                        4.945367131566176,
                        52.71124039564365,
                        0.0
                    ],
                    [
                        4.945403220654075,
                        52.711247952816784,
                        0.0
                    ],
                    [
                        4.945414038406055,
                        52.711243463517555,
                        0.0
                    ],
                    [
                        4.945421780015975,
                        52.71123880103735,
                        0.0
                    ],
                    [
                        4.9454284280055,
                        52.711233999693924,
                        0.0
                    ],
                    [
                        4.945428457961031,
                        52.71123396385708,
                        0.0
                    ],
                    [
                        4.945451128460055,
                        52.711204471805274,
                        0.0
                    ],
                    [
                        4.945451683178868,
                        52.711203754904595,
                        0.0
                    ],
                    [
                        4.945458054051749,
                        52.71119560937268,
                        0.0
                    ],
                    [
                        4.945466673480157,
                        52.711184587360684,
                        0.0
                    ],
                    [
                        4.945497147376946,
                        52.71114722469143,
                        0.0
                    ],
                    [
                        4.945586323700056,
                        52.71102883741706,
                        0.0
                    ],
                    [
                        4.945721976525899,
                        52.71084879195682,
                        0.0
                    ],
                    [
                        4.94573010770527,
                        52.71083775014058,
                        0.0
                    ],
                    [
                        4.945738313948708,
                        52.7108266007584,
                        0.0
                    ],
                    [
                        4.945756706702721,
                        52.71080161323869,
                        0.0
                    ],
                    [
                        4.945762767540474,
                        52.7107933856575,
                        0.0
                    ],
                    [
                        4.945884134946479,
                        52.71062851998002,
                        0.0
                    ],
                    [
                        4.946083319663154,
                        52.71036058318111,
                        0.0
                    ],
                    [
                        4.94629260114708,
                        52.710081575512476,
                        0.0
                    ],
                    [
                        4.946294941350668,
                        52.710078402785385,
                        0.0
                    ],
                    [
                        4.946302592437293,
                        52.7100679882399,
                        0.0
                    ],
                    [
                        4.946321824886547,
                        52.710041835430964,
                        0.0
                    ],
                    [
                        4.946330331001635,
                        52.710030264728445,
                        0.0
                    ],
                    [
                        4.94648696509465,
                        52.70981725989089,
                        0.0
                    ],
                    [
                        4.946604144457462,
                        52.70966370155489,
                        0.0
                    ],
                    [
                        4.946634437395217,
                        52.70962352498826,
                        0.0
                    ],
                    [
                        4.946643824989208,
                        52.70961109477362,
                        0.0
                    ],
                    [
                        4.946654607394515,
                        52.70959680042575,
                        0.0
                    ],
                    [
                        4.946753778199233,
                        52.70946532822532,
                        0.0
                    ],
                    [
                        4.946865382323899,
                        52.709309789833824,
                        0.0
                    ],
                    [
                        4.946877572104243,
                        52.70929383807736,
                        0.0
                    ],
                    [
                        4.946977998650194,
                        52.709159476517215,
                        0.0
                    ],
                    [
                        4.947007544599164,
                        52.70911994415337,
                        0.0
                    ],
                    [
                        4.947030176569837,
                        52.70908965180598,
                        0.0
                    ],
                    [
                        4.947042474756287,
                        52.70907320614848,
                        0.0
                    ],
                    [
                        4.947312101641519,
                        52.708715702670105,
                        0.0
                    ],
                    [
                        4.94740365407813,
                        52.70859398859259,
                        0.0
                    ],
                    [
                        4.947464285610556,
                        52.70851468667674,
                        0.0
                    ],
                    [
                        4.947487437882877,
                        52.70848113388357,
                        0.0
                    ],
                    [
                        4.947499162289631,
                        52.70846136985842,
                        0.0
                    ],
                    [
                        4.94750293615183,
                        52.70845390662008,
                        0.0
                    ],
                    [
                        4.947498181085606,
                        52.70844261937176,
                        0.0
                    ],
                    [
                        4.947492473709763,
                        52.70843629841196,
                        0.0
                    ],
                    [
                        4.947465518278385,
                        52.70840339633606,
                        0.0
                    ],
                    [
                        4.947421576249678,
                        52.70833800644334,
                        0.0
                    ],
                    [
                        4.947348658528964,
                        52.70821985470132,
                        0.0
                    ],
                    [
                        4.947336923088381,
                        52.7082008308173,
                        0.0
                    ],
                    [
                        4.947327478951481,
                        52.70818940940561,
                        0.0
                    ],
                    [
                        4.947295067745168,
                        52.70815021421029,
                        0.0
                    ],
                    [
                        4.947265368830067,
                        52.708106140104874,
                        0.0
                    ],
                    [
                        4.946987221255103,
                        52.70769171029742,
                        0.0
                    ],
                    [
                        4.946955585840961,
                        52.707644564382804,
                        0.0
                    ],
                    [
                        4.946943602281158,
                        52.70762670784801,
                        0.0
                    ],
                    [
                        4.94695170971909,
                        52.70761499182949,
                        0.0
                    ],
                    [
                        4.947430637001202,
                        52.707496668733214,
                        0.0
                    ],
                    [
                        4.947494689927527,
                        52.7074804141916,
                        0.0
                    ],
                    [
                        4.94757435783875,
                        52.7074607033643,
                        0.0
                    ],
                    [
                        4.947636567270745,
                        52.707445313677226,
                        0.0
                    ],
                    [
                        4.948228474547368,
                        52.7072988617785,
                        0.0
                    ],
                    [
                        4.948287390180647,
                        52.707284331345,
                        0.0
                    ],
                    [
                        4.948966408962018,
                        52.707116008023064,
                        0.0
                    ],
                    [
                        4.949021999767904,
                        52.70710248051781,
                        0.0
                    ],
                    [
                        4.94908671285031,
                        52.707086676900126,
                        0.0
                    ],
                    [
                        4.949302810515728,
                        52.707033199503336,
                        0.0
                    ],
                    [
                        4.949429537887297,
                        52.70700213919761,
                        0.0
                    ],
                    [
                        4.949440128144327,
                        52.70699954495037,
                        0.0
                    ],
                    [
                        4.949526719138276,
                        52.706978321498944,
                        0.0
                    ],
                    [
                        4.949539801211359,
                        52.70697511630119,
                        0.0
                    ],
                    [
                        4.949634816825297,
                        52.70695182977257,
                        0.0
                    ],
                    [
                        4.95005489154575,
                        52.70684779380223,
                        0.0
                    ],
                    [
                        4.950534427162377,
                        52.70673058384361,
                        0.0
                    ],
                    [
                        4.950799148688692,
                        52.706664403710754,
                        0.0
                    ],
                    [
                        4.950878504187211,
                        52.70664456371203,
                        0.0
                    ],
                    [
                        4.95102708418392,
                        52.706607416718946,
                        0.0
                    ],
                    [
                        4.951413027656478,
                        52.7065113661631,
                        0.0
                    ],
                    [
                        4.951698426775867,
                        52.70643966082566,
                        0.0
                    ],
                    [
                        4.951709477201582,
                        52.70643688832033,
                        0.0
                    ],
                    [
                        4.952215807810957,
                        52.70630983898444,
                        0.0
                    ],
                    [
                        4.952254715818518,
                        52.70629839690606,
                        0.0
                    ],
                    [
                        4.952304394937741,
                        52.70628548434813,
                        0.0
                    ],
                    [
                        4.952479553626707,
                        52.70624156657223,
                        0.0
                    ],
                    [
                        4.952542355083409,
                        52.70623029252958,
                        0.0
                    ],
                    [
                        4.9526352759234,
                        52.706210536836345,
                        0.0
                    ],
                    [
                        4.952677048896707,
                        52.70620111816449,
                        0.0
                    ],
                    [
                        4.952707160411759,
                        52.70619492818345,
                        0.0
                    ],
                    [
                        4.952711794188674,
                        52.70619166484268,
                        0.0
                    ],
                    [
                        4.952712233932112,
                        52.706187595339685,
                        0.0
                    ],
                    [
                        4.95271188205895,
                        52.706184277855,
                        0.0
                    ],
                    [
                        4.952709615513495,
                        52.70618007265709,
                        0.0
                    ],
                    [
                        4.952708274262769,
                        52.70617805467551,
                        0.0
                    ],
                    [
                        4.9527044550667,
                        52.70617226209999,
                        0.0
                    ],
                    [
                        4.952682777770911,
                        52.7061395062749,
                        0.0
                    ],
                    [
                        4.952678637620257,
                        52.706133254190384,
                        0.0
                    ],
                    [
                        4.952673273073856,
                        52.706125137329046,
                        0.0
                    ],
                    [
                        4.952659520670173,
                        52.70610492031943,
                        0.0
                    ],
                    [
                        4.952568038368778,
                        52.705970356630054,
                        0.0
                    ],
                    [
                        4.952508887691002,
                        52.70588338022571,
                        0.0
                    ],
                    [
                        4.952473202041324,
                        52.70583090067884,
                        0.0
                    ],
                    [
                        4.952456358260872,
                        52.705806124935876,
                        0.0
                    ],
                    [
                        4.952448512424101,
                        52.705794583944545,
                        0.0
                    ],
                    [
                        4.952436778648627,
                        52.70577672887114,
                        0.0
                    ],
                    [
                        4.952434344511633,
                        52.70577301734011,
                        0.0
                    ],
                    [
                        4.952418617020128,
                        52.70574907247152,
                        0.0
                    ],
                    [
                        4.952413515678063,
                        52.70574128009057,
                        0.0
                    ],
                    [
                        4.952293016693849,
                        52.70555781081427,
                        0.0
                    ],
                    [
                        4.952271999311252,
                        52.7055272052103,
                        0.0
                    ],
                    [
                        4.952256433807763,
                        52.70550634344938,
                        0.0
                    ],
                    [
                        4.952286915079138,
                        52.70546276902641,
                        0.0
                    ],
                    [
                        4.952360536170863,
                        52.705376250548625,
                        0.0
                    ],
                    [
                        4.952389101475105,
                        52.70534236606814,
                        0.0
                    ],
                    [
                        4.952406456400688,
                        52.70532146279404,
                        0.0
                    ],
                    [
                        4.952416156374791,
                        52.70530711004103,
                        0.0
                    ],
                    [
                        4.952364263528436,
                        52.7052448473305,
                        0.0
                    ],
                    [
                        4.952320272267848,
                        52.705228842566044,
                        0.0
                    ],
                    [
                        4.952008050199005,
                        52.70512212238618,
                        0.0
                    ],
                    [
                        4.951944358820832,
                        52.70507553461223,
                        0.0
                    ],
                    [
                        4.951936208000236,
                        52.705064936103874,
                        0.0
                    ],
                    [
                        4.951845237254298,
                        52.705031459417576,
                        0.0
                    ],
                    [
                        4.951827397095782,
                        52.705025175173546,
                        0.0
                    ],
                    [
                        4.951771518826502,
                        52.70500537016669,
                        0.0
                    ],
                    [
                        4.951643422141,
                        52.70496041593735,
                        0.0
                    ],
                    [
                        4.951527667635991,
                        52.704919676704215,
                        0.0
                    ],
                    [
                        4.951527623429767,
                        52.70491965856844,
                        0.0
                    ],
                    [
                        4.95111425001734,
                        52.7047741643618,
                        0.0
                    ],
                    [
                        4.951115326305618,
                        52.70477305391677,
                        0.0
                    ],
                    [
                        4.951133283988503,
                        52.70475406726277,
                        0.0
                    ],
                    [
                        4.951147250501099,
                        52.70473919101875,
                        0.0
                    ],
                    [
                        4.951192574824491,
                        52.7046908631899,
                        0.0
                    ],
                    [
                        4.951206556091652,
                        52.70467598699288,
                        0.0
                    ],
                    [
                        4.951221225043767,
                        52.70466039435275,
                        0.0
                    ],
                    [
                        4.951221269784806,
                        52.70466035856862,
                        0.0
                    ],
                    [
                        4.951221733417293,
                        52.704659856994745,
                        0.0
                    ],
                    [
                        4.951223124046942,
                        52.70465837923294,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.630081Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6542/?format=api",
            "id": 6542,
            "code": "PL_305",
            "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.77611072679703,
                        52.64073197380301,
                        0.0
                    ],
                    [
                        4.77610735508541,
                        52.64072369719213,
                        0.0
                    ],
                    [
                        4.776101183754546,
                        52.640723395858984,
                        0.0
                    ],
                    [
                        4.776093166933649,
                        52.64072300415568,
                        0.0
                    ],
                    [
                        4.776001757729009,
                        52.64070192657655,
                        0.0
                    ],
                    [
                        4.775991901463827,
                        52.640705264107815,
                        0.0
                    ],
                    [
                        4.775985599134413,
                        52.64070375780366,
                        0.0
                    ],
                    [
                        4.775985142672402,
                        52.64070364761031,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.638986Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6543/?format=api",
            "id": 6543,
            "code": "PL_306",
            "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.050006655048587,
                        52.67100641471871,
                        0.0
                    ],
                    [
                        5.050006263991425,
                        52.67100728535219,
                        0.0
                    ],
                    [
                        5.049998622935555,
                        52.67102434803765,
                        0.0
                    ],
                    [
                        5.049943021077756,
                        52.67114959543431,
                        0.0
                    ],
                    [
                        5.049955248461826,
                        52.67116294886201,
                        0.0
                    ],
                    [
                        5.049964851503055,
                        52.67117343697654,
                        0.0
                    ],
                    [
                        5.050097799648136,
                        52.67131856771343,
                        0.0
                    ],
                    [
                        5.050130259744868,
                        52.67135400563883,
                        0.0
                    ],
                    [
                        5.050266273163877,
                        52.67150248803507,
                        0.0
                    ],
                    [
                        5.050401591085615,
                        52.671504479784836,
                        0.0
                    ],
                    [
                        5.050409147360416,
                        52.671504267508716,
                        0.0
                    ],
                    [
                        5.050415047651123,
                        52.67150407750639,
                        0.0
                    ],
                    [
                        5.050957341816107,
                        52.671513681432344,
                        0.0
                    ],
                    [
                        5.051446161773001,
                        52.67153884133693,
                        0.0
                    ],
                    [
                        5.051776573844296,
                        52.67155393670417,
                        0.0
                    ],
                    [
                        5.051946307327734,
                        52.671556185467196,
                        0.0
                    ],
                    [
                        5.052407292964848,
                        52.67157317467503,
                        0.0
                    ],
                    [
                        5.052527557250098,
                        52.671577602070315,
                        0.0
                    ],
                    [
                        5.052556708228018,
                        52.67157996675689,
                        0.0
                    ],
                    [
                        5.052583816371488,
                        52.671580734988595,
                        0.0
                    ],
                    [
                        5.052614488700568,
                        52.67158134248219,
                        0.0
                    ],
                    [
                        5.052647451297003,
                        52.6715840593706,
                        0.0
                    ],
                    [
                        5.052679912685471,
                        52.671586586113335,
                        0.0
                    ],
                    [
                        5.052790939440641,
                        52.67159069070171,
                        0.0
                    ],
                    [
                        5.052848669843551,
                        52.67159282108252,
                        0.0
                    ],
                    [
                        5.05350361979125,
                        52.67160248722785,
                        0.0
                    ],
                    [
                        5.054115855279951,
                        52.671620424091856,
                        0.0
                    ],
                    [
                        5.054740823818505,
                        52.67167701061837,
                        0.0
                    ],
                    [
                        5.055441102639164,
                        52.67173185365846,
                        0.0
                    ],
                    [
                        5.056067439966423,
                        52.671793613547344,
                        0.0
                    ],
                    [
                        5.056707233263285,
                        52.67185135435864,
                        0.0
                    ],
                    [
                        5.057365902881438,
                        52.671897901282,
                        0.0
                    ],
                    [
                        5.05799983598581,
                        52.67194892355813,
                        0.0
                    ],
                    [
                        5.058191737301043,
                        52.67196242255726,
                        0.0
                    ],
                    [
                        5.058301840570818,
                        52.67204077021502,
                        0.0
                    ],
                    [
                        5.058519615459446,
                        52.672200541050024,
                        0.0
                    ],
                    [
                        5.058530305034307,
                        52.67220838029575,
                        0.0
                    ],
                    [
                        5.058674566650073,
                        52.672313711105794,
                        0.0
                    ],
                    [
                        5.058799675033924,
                        52.672406281234906,
                        0.0
                    ],
                    [
                        5.058900956444843,
                        52.67248037109296,
                        0.0
                    ],
                    [
                        5.059023397515054,
                        52.67256794582633,
                        0.0
                    ],
                    [
                        5.059116976246475,
                        52.67263619066467,
                        0.0
                    ],
                    [
                        5.05929383462458,
                        52.67264911616821,
                        0.0
                    ],
                    [
                        5.05991445810639,
                        52.67270436036331,
                        0.0
                    ],
                    [
                        5.0601809726553,
                        52.672732818013365,
                        0.0
                    ],
                    [
                        5.060190814356725,
                        52.6727334561759,
                        0.0
                    ],
                    [
                        5.060198936017357,
                        52.67273477262446,
                        0.0
                    ],
                    [
                        5.060350616222087,
                        52.67274782507942,
                        0.0
                    ],
                    [
                        5.060355595343884,
                        52.67274826114497,
                        0.0
                    ],
                    [
                        5.0604310365765,
                        52.67275475025337,
                        0.0
                    ],
                    [
                        5.06043606005243,
                        52.67275518643732,
                        0.0
                    ],
                    [
                        5.060800190504171,
                        52.672786525925346,
                        0.0
                    ],
                    [
                        5.061474608400004,
                        52.67284713096575,
                        0.0
                    ],
                    [
                        5.062145628765264,
                        52.67291359141981,
                        0.0
                    ],
                    [
                        5.062793165104819,
                        52.67298917778499,
                        0.0
                    ],
                    [
                        5.063455133795537,
                        52.673060692816634,
                        0.0
                    ],
                    [
                        5.064111462252378,
                        52.67315361389307,
                        0.0
                    ],
                    [
                        5.064540062774696,
                        52.673202632630236,
                        0.0
                    ],
                    [
                        5.06524250738313,
                        52.67329576235368,
                        0.0
                    ],
                    [
                        5.065935773798653,
                        52.673398991509494,
                        0.0
                    ],
                    [
                        5.066197122738321,
                        52.67343338909137,
                        0.0
                    ],
                    [
                        5.066224302434731,
                        52.673438719807805,
                        0.0
                    ],
                    [
                        5.066299469813675,
                        52.67345464980302,
                        0.0
                    ],
                    [
                        5.066332840725853,
                        52.673460473501386,
                        0.0
                    ],
                    [
                        5.066595748949041,
                        52.673498073787044,
                        0.0
                    ],
                    [
                        5.067224339820696,
                        52.67359705003852,
                        0.0
                    ],
                    [
                        5.067899550281496,
                        52.67371226177113,
                        0.0
                    ],
                    [
                        5.068046389912039,
                        52.67373709135921,
                        0.0
                    ],
                    [
                        5.06805560298187,
                        52.67373883258687,
                        0.0
                    ],
                    [
                        5.068056677227902,
                        52.67373952746783,
                        0.0
                    ],
                    [
                        5.068068037899754,
                        52.67374074422017,
                        0.0
                    ],
                    [
                        5.068762305083478,
                        52.67386281430147,
                        0.0
                    ],
                    [
                        5.069443757766321,
                        52.67398486407782,
                        0.0
                    ],
                    [
                        5.070140912159217,
                        52.674123820395295,
                        0.0
                    ],
                    [
                        5.070817987187762,
                        52.674261523960425,
                        0.0
                    ],
                    [
                        5.071512818702137,
                        52.67440809600774,
                        0.0
                    ],
                    [
                        5.072192877353761,
                        52.67455360934724,
                        0.0
                    ],
                    [
                        5.072856858586999,
                        52.67471093018485,
                        0.0
                    ],
                    [
                        5.073528594411551,
                        52.67486376524882,
                        0.0
                    ],
                    [
                        5.074221501373126,
                        52.675031975034344,
                        0.0
                    ],
                    [
                        5.074890528769236,
                        52.675196954675535,
                        0.0
                    ],
                    [
                        5.07565906794882,
                        52.67539719547518,
                        0.0
                    ],
                    [
                        5.075670251343551,
                        52.6754005679173,
                        0.0
                    ],
                    [
                        5.075670496067644,
                        52.67540150320663,
                        0.0
                    ],
                    [
                        5.075680727794508,
                        52.67540355206657,
                        0.0
                    ],
                    [
                        5.076357319087681,
                        52.675587712505646,
                        0.0
                    ],
                    [
                        5.077029881058364,
                        52.67577585779355,
                        0.0
                    ],
                    [
                        5.077707654367946,
                        52.67597645082667,
                        0.0
                    ],
                    [
                        5.078367243526963,
                        52.67617340697521,
                        0.0
                    ],
                    [
                        5.079037375223136,
                        52.676373262585784,
                        0.0
                    ],
                    [
                        5.079705804959311,
                        52.6765911289435,
                        0.0
                    ],
                    [
                        5.080335511790815,
                        52.67679918572053,
                        0.0
                    ],
                    [
                        5.080969912373043,
                        52.6770156360923,
                        0.0
                    ],
                    [
                        5.081600423646162,
                        52.677239451398385,
                        0.0
                    ],
                    [
                        5.082148787269104,
                        52.677438104896616,
                        0.0
                    ],
                    [
                        5.082638296044253,
                        52.67761702257876,
                        0.0
                    ],
                    [
                        5.082650241746497,
                        52.677621501712494,
                        0.0
                    ],
                    [
                        5.082650622878647,
                        52.677621978998744,
                        0.0
                    ],
                    [
                        5.082661746677522,
                        52.67762557530213,
                        0.0
                    ],
                    [
                        5.083363949271653,
                        52.6778892512062,
                        0.0
                    ],
                    [
                        5.083986892947222,
                        52.67812907624099,
                        0.0
                    ],
                    [
                        5.084608728903889,
                        52.67836970400045,
                        0.0
                    ],
                    [
                        5.085231376861663,
                        52.67861365573146,
                        0.0
                    ],
                    [
                        5.085830576628662,
                        52.67886030381163,
                        0.0
                    ],
                    [
                        5.08644864270722,
                        52.67911461749371,
                        0.0
                    ],
                    [
                        5.087059041794625,
                        52.67937540619769,
                        0.0
                    ],
                    [
                        5.087793766097998,
                        52.67968746979734,
                        0.0
                    ],
                    [
                        5.087952396591459,
                        52.67974642799067,
                        0.0
                    ],
                    [
                        5.087970145046874,
                        52.679752314159316,
                        0.0
                    ],
                    [
                        5.088044787954796,
                        52.679787209563834,
                        0.0
                    ],
                    [
                        5.08805784665332,
                        52.67979344341114,
                        0.0
                    ],
                    [
                        5.088149197087465,
                        52.6798394617028,
                        0.0
                    ],
                    [
                        5.088496611839016,
                        52.679989895642485,
                        0.0
                    ],
                    [
                        5.088613298141334,
                        52.6800417018703,
                        0.0
                    ],
                    [
                        5.088666256218605,
                        52.68006474255743,
                        0.0
                    ],
                    [
                        5.088702874358797,
                        52.680081316542804,
                        0.0
                    ],
                    [
                        5.088769985576944,
                        52.68011060268924,
                        0.0
                    ],
                    [
                        5.089038466074902,
                        52.680229166926416,
                        0.0
                    ],
                    [
                        5.089369413667034,
                        52.680375315178516,
                        0.0
                    ],
                    [
                        5.089414718603852,
                        52.68039532573613,
                        0.0
                    ],
                    [
                        5.089418624435309,
                        52.680397204802404,
                        0.0
                    ],
                    [
                        5.089479572720912,
                        52.68042396775473,
                        0.0
                    ],
                    [
                        5.089483656242452,
                        52.680425811315324,
                        0.0
                    ],
                    [
                        5.089577907690624,
                        52.680467468076664,
                        0.0
                    ],
                    [
                        5.089703193224217,
                        52.68052284458884,
                        0.0
                    ],
                    [
                        5.089863467031104,
                        52.680595455557274,
                        0.0
                    ],
                    [
                        5.089881200083473,
                        52.68060152113981,
                        0.0
                    ],
                    [
                        5.08999883478725,
                        52.68065350810385,
                        0.0
                    ],
                    [
                        5.090061308252768,
                        52.680682251701434,
                        0.0
                    ],
                    [
                        5.090579334520285,
                        52.6809205217595,
                        0.0
                    ],
                    [
                        5.091198889215481,
                        52.681194909146285,
                        0.0
                    ],
                    [
                        5.091789989169993,
                        52.68146221280381,
                        0.0
                    ],
                    [
                        5.092391744770765,
                        52.681738113472505,
                        0.0
                    ],
                    [
                        5.093019595138354,
                        52.68202034847972,
                        0.0
                    ],
                    [
                        5.0936646944457,
                        52.6823138833714,
                        0.0
                    ],
                    [
                        5.094279029519857,
                        52.682591809513546,
                        0.0
                    ],
                    [
                        5.09491423609121,
                        52.682876694695246,
                        0.0
                    ],
                    [
                        5.095521840235321,
                        52.68315289928453,
                        0.0
                    ],
                    [
                        5.096129281263183,
                        52.68343032256901,
                        0.0
                    ],
                    [
                        5.096822692522269,
                        52.68373920919845,
                        0.0
                    ],
                    [
                        5.097456106021872,
                        52.684013956955546,
                        0.0
                    ],
                    [
                        5.098075559659317,
                        52.68428311344689,
                        0.0
                    ],
                    [
                        5.098653242856095,
                        52.68454112043568,
                        0.0
                    ],
                    [
                        5.099291388030772,
                        52.68481269739369,
                        0.0
                    ],
                    [
                        5.099921377375275,
                        52.685077546928746,
                        0.0
                    ],
                    [
                        5.100506941082236,
                        52.68531868630695,
                        0.0
                    ],
                    [
                        5.10131633599209,
                        52.68565350157377,
                        0.0
                    ],
                    [
                        5.101694172688744,
                        52.68580633323065,
                        0.0
                    ],
                    [
                        5.101704880378036,
                        52.68581079847814,
                        0.0
                    ],
                    [
                        5.101705249100836,
                        52.68581095214108,
                        0.0
                    ],
                    [
                        5.10171809717089,
                        52.685816033635156,
                        0.0
                    ],
                    [
                        5.102562278281081,
                        52.68614871298,
                        0.0
                    ],
                    [
                        5.103200119908986,
                        52.68639449341894,
                        0.0
                    ],
                    [
                        5.103811318517684,
                        52.6866288294788,
                        0.0
                    ],
                    [
                        5.104484249780407,
                        52.68687297000073,
                        0.0
                    ],
                    [
                        5.105083772353684,
                        52.68708750040675,
                        0.0
                    ],
                    [
                        5.105756789362939,
                        52.68732275475657,
                        0.0
                    ],
                    [
                        5.10640604193874,
                        52.68754259048915,
                        0.0
                    ],
                    [
                        5.107035303391243,
                        52.68775813375836,
                        0.0
                    ],
                    [
                        5.107497380011925,
                        52.68789852737089,
                        0.0
                    ],
                    [
                        5.107509874934386,
                        52.68790352652219,
                        0.0
                    ],
                    [
                        5.107524850633165,
                        52.68790913362747,
                        0.0
                    ],
                    [
                        5.10769708737634,
                        52.68796762093237,
                        0.0
                    ],
                    [
                        5.109015081827417,
                        52.68838689467874,
                        0.0
                    ],
                    [
                        5.10968089117863,
                        52.6885895950014,
                        0.0
                    ],
                    [
                        5.110314352808548,
                        52.688786599489994,
                        0.0
                    ],
                    [
                        5.111000988888332,
                        52.688990805700136,
                        0.0
                    ],
                    [
                        5.111180259829884,
                        52.68904220455085,
                        0.0
                    ],
                    [
                        5.111281462574132,
                        52.68907121542101,
                        0.0
                    ],
                    [
                        5.111370131314485,
                        52.68909663832553,
                        0.0
                    ],
                    [
                        5.111445557397382,
                        52.68911826495101,
                        0.0
                    ],
                    [
                        5.111687057224986,
                        52.68918750249821,
                        0.0
                    ],
                    [
                        5.112322401293417,
                        52.68936773990798,
                        0.0
                    ],
                    [
                        5.113012482514108,
                        52.689560816545246,
                        0.0
                    ],
                    [
                        5.113701102276562,
                        52.68975204347609,
                        0.0
                    ],
                    [
                        5.114355816157216,
                        52.68993578344133,
                        0.0
                    ],
                    [
                        5.115034971143693,
                        52.69012157077184,
                        0.0
                    ],
                    [
                        5.115731871735147,
                        52.690311133250496,
                        0.0
                    ],
                    [
                        5.116384573084988,
                        52.69048816212513,
                        0.0
                    ],
                    [
                        5.117052219621783,
                        52.690664933735455,
                        0.0
                    ],
                    [
                        5.117741304669898,
                        52.690851078571725,
                        0.0
                    ],
                    [
                        5.118414292463875,
                        52.691034172425326,
                        0.0
                    ],
                    [
                        5.11909121017506,
                        52.69121405397508,
                        0.0
                    ],
                    [
                        5.119753180325606,
                        52.691391453625755,
                        0.0
                    ],
                    [
                        5.120454723819165,
                        52.6915757144164,
                        0.0
                    ],
                    [
                        5.121092747895438,
                        52.69174998837281,
                        0.0
                    ],
                    [
                        5.121801732082615,
                        52.69192617854649,
                        0.0
                    ],
                    [
                        5.121817468397103,
                        52.69193127328111,
                        0.0
                    ],
                    [
                        5.121836635719741,
                        52.69193644755711,
                        0.0
                    ],
                    [
                        5.122528529995224,
                        52.69213188128957,
                        0.0
                    ],
                    [
                        5.122846767480425,
                        52.692216247904106,
                        0.0
                    ],
                    [
                        5.12288604885363,
                        52.692226661130384,
                        0.0
                    ],
                    [
                        5.12293755767159,
                        52.692240318814854,
                        0.0
                    ],
                    [
                        5.12298413423099,
                        52.69225266242254,
                        0.0
                    ],
                    [
                        5.123136623072796,
                        52.69229309154411,
                        0.0
                    ],
                    [
                        5.123558903950689,
                        52.69239209305899,
                        0.0
                    ],
                    [
                        5.123883787126229,
                        52.69248128861128,
                        0.0
                    ],
                    [
                        5.12392070314305,
                        52.69249157943245,
                        0.0
                    ],
                    [
                        5.124051479676276,
                        52.6925370639475,
                        0.0
                    ],
                    [
                        5.124118806385219,
                        52.69255227487518,
                        0.0
                    ],
                    [
                        5.12417328060329,
                        52.69256733155281,
                        0.0
                    ],
                    [
                        5.124249483199404,
                        52.69259224096264,
                        0.0
                    ],
                    [
                        5.124384219668676,
                        52.692628621087124,
                        0.0
                    ],
                    [
                        5.124449947763051,
                        52.692644070945455,
                        0.0
                    ],
                    [
                        5.124600469353389,
                        52.692687432574125,
                        0.0
                    ],
                    [
                        5.125188632356273,
                        52.69284978359741,
                        0.0
                    ],
                    [
                        5.125841810225926,
                        52.69302157593728,
                        0.0
                    ],
                    [
                        5.125855913076557,
                        52.69302540837621,
                        0.0
                    ],
                    [
                        5.126592426329219,
                        52.69322531991108,
                        0.0
                    ],
                    [
                        5.127234971641607,
                        52.69339606576958,
                        0.0
                    ],
                    [
                        5.127256827401044,
                        52.69340206285118,
                        0.0
                    ],
                    [
                        5.127265049931539,
                        52.693404812836214,
                        0.0
                    ],
                    [
                        5.127277251238398,
                        52.693407580494224,
                        0.0
                    ],
                    [
                        5.127284842002089,
                        52.69340961014278,
                        0.0
                    ],
                    [
                        5.127296818945926,
                        52.69341279969554,
                        0.0
                    ],
                    [
                        5.127917634146973,
                        52.693574696189046,
                        0.0
                    ],
                    [
                        5.128555364753948,
                        52.693745936656654,
                        0.0
                    ],
                    [
                        5.12923105557502,
                        52.693927231459526,
                        0.0
                    ],
                    [
                        5.12989876434107,
                        52.69410602476101,
                        0.0
                    ],
                    [
                        5.130591671050188,
                        52.694292022220324,
                        0.0
                    ],
                    [
                        5.131264023262598,
                        52.69447291179331,
                        0.0
                    ],
                    [
                        5.131935452383336,
                        52.69465323838072,
                        0.0
                    ],
                    [
                        5.132618590266797,
                        52.69483816954119,
                        0.0
                    ],
                    [
                        5.133293462277043,
                        52.69501848680687,
                        0.0
                    ],
                    [
                        5.133969970141773,
                        52.69519824651699,
                        0.0
                    ],
                    [
                        5.134298453978336,
                        52.69528334109158,
                        0.0
                    ],
                    [
                        5.134360428848622,
                        52.6952993975801,
                        0.0
                    ],
                    [
                        5.13445148593494,
                        52.695322983925905,
                        0.0
                    ],
                    [
                        5.134529323897615,
                        52.6953431540717,
                        0.0
                    ],
                    [
                        5.134649433820344,
                        52.6953742700664,
                        0.0
                    ],
                    [
                        5.135323762933416,
                        52.69556186302531,
                        0.0
                    ],
                    [
                        5.136000867359725,
                        52.695741091158595,
                        0.0
                    ],
                    [
                        5.136668607911502,
                        52.69592135617846,
                        0.0
                    ],
                    [
                        5.137368656581405,
                        52.69610747282039,
                        0.0
                    ],
                    [
                        5.137913585501583,
                        52.69625157922739,
                        0.0
                    ],
                    [
                        5.138665756846859,
                        52.69645364129778,
                        0.0
                    ],
                    [
                        5.139326387079864,
                        52.69663427192131,
                        0.0
                    ],
                    [
                        5.140009232952709,
                        52.69681108958831,
                        0.0
                    ],
                    [
                        5.140667787289351,
                        52.69698926397558,
                        0.0
                    ],
                    [
                        5.140678069442486,
                        52.69699166680297,
                        0.0
                    ],
                    [
                        5.140688247596193,
                        52.69699415029662,
                        0.0
                    ],
                    [
                        5.141481006763308,
                        52.697209264642886,
                        0.0
                    ],
                    [
                        5.142140486271861,
                        52.69738548258848,
                        0.0
                    ],
                    [
                        5.142821813997301,
                        52.697565435337474,
                        0.0
                    ],
                    [
                        5.14348320382496,
                        52.69774321345726,
                        0.0
                    ],
                    [
                        5.144154929083378,
                        52.69792282434298,
                        0.0
                    ],
                    [
                        5.144812180214609,
                        52.69809926551731,
                        0.0
                    ],
                    [
                        5.14549749865613,
                        52.69828651738133,
                        0.0
                    ],
                    [
                        5.1461707626795,
                        52.69847178172949,
                        0.0
                    ],
                    [
                        5.146816907756963,
                        52.69863972361206,
                        0.0
                    ],
                    [
                        5.147472480923187,
                        52.698810395006774,
                        0.0
                    ],
                    [
                        5.147509766886484,
                        52.69882264735945,
                        0.0
                    ],
                    [
                        5.147513473318964,
                        52.69882386805595,
                        0.0
                    ],
                    [
                        5.147537044646032,
                        52.69883637138718,
                        0.0
                    ],
                    [
                        5.147604953203999,
                        52.69885393370895,
                        0.0
                    ],
                    [
                        5.148280458972841,
                        52.69902735479321,
                        0.0
                    ],
                    [
                        5.148937466329847,
                        52.69920027668075,
                        0.0
                    ],
                    [
                        5.149636933371817,
                        52.69939280824019,
                        0.0
                    ],
                    [
                        5.150315208609896,
                        52.69957964972265,
                        0.0
                    ],
                    [
                        5.151009214566394,
                        52.69976659042106,
                        0.0
                    ],
                    [
                        5.151617877629545,
                        52.699924051872934,
                        0.0
                    ],
                    [
                        5.151729629949517,
                        52.69994580559027,
                        0.0
                    ],
                    [
                        5.152000679489067,
                        52.70000903407709,
                        0.0
                    ],
                    [
                        5.152062895808542,
                        52.70002388652307,
                        0.0
                    ],
                    [
                        5.152151733260983,
                        52.700048416485984,
                        0.0
                    ],
                    [
                        5.15226415142138,
                        52.70007855581638,
                        0.0
                    ],
                    [
                        5.152589879938533,
                        52.70016392676755,
                        0.0
                    ],
                    [
                        5.152705123917341,
                        52.70019413415566,
                        0.0
                    ],
                    [
                        5.15278801520156,
                        52.700215856997744,
                        0.0
                    ],
                    [
                        5.15286058023514,
                        52.70023487236982,
                        0.0
                    ],
                    [
                        5.152943471673296,
                        52.700256595103475,
                        0.0
                    ],
                    [
                        5.15313438374066,
                        52.700306632276934,
                        0.0
                    ],
                    [
                        5.153611574177083,
                        52.70042530702458,
                        0.0
                    ],
                    [
                        5.15405651442,
                        52.70055836768788,
                        0.0
                    ],
                    [
                        5.154675416212478,
                        52.700742057329215,
                        0.0
                    ],
                    [
                        5.155066416326883,
                        52.70088504724971,
                        0.0
                    ],
                    [
                        5.155690658618096,
                        52.70109570276331,
                        0.0
                    ],
                    [
                        5.156273086116692,
                        52.70132288173308,
                        0.0
                    ],
                    [
                        5.156389032641179,
                        52.7013668548642,
                        0.0
                    ],
                    [
                        5.156447116756047,
                        52.70138887754952,
                        0.0
                    ],
                    [
                        5.156593523200155,
                        52.701444394787536,
                        0.0
                    ],
                    [
                        5.157413338060628,
                        52.70175529144436,
                        0.0
                    ],
                    [
                        5.158001119642566,
                        52.70198896078237,
                        0.0
                    ],
                    [
                        5.158598601659763,
                        52.70223041051574,
                        0.0
                    ],
                    [
                        5.159005610205465,
                        52.70239247040247,
                        0.0
                    ],
                    [
                        5.15903521175885,
                        52.70240425505253,
                        0.0
                    ],
                    [
                        5.159054788611213,
                        52.702412057258485,
                        0.0
                    ],
                    [
                        5.159085940414739,
                        52.70242445597633,
                        0.0
                    ],
                    [
                        5.159193687306148,
                        52.702467359177824,
                        0.0
                    ],
                    [
                        5.159222373580857,
                        52.70247878255181,
                        0.0
                    ],
                    [
                        5.159241109044573,
                        52.702486232626214,
                        0.0
                    ],
                    [
                        5.159273250072156,
                        52.70249903759969,
                        0.0
                    ],
                    [
                        5.159285755139745,
                        52.70250401332612,
                        0.0
                    ],
                    [
                        5.159363088667645,
                        52.702534806702744,
                        0.0
                    ],
                    [
                        5.160223523867951,
                        52.70287739552006,
                        0.0
                    ],
                    [
                        5.160223834039763,
                        52.70287749496732,
                        0.0
                    ],
                    [
                        5.16023372670131,
                        52.7028813063017,
                        0.0
                    ],
                    [
                        5.160243460617907,
                        52.70288434445778,
                        0.0
                    ],
                    [
                        5.160336517253008,
                        52.702921808493905,
                        0.0
                    ],
                    [
                        5.160424657658624,
                        52.702957294959866,
                        0.0
                    ],
                    [
                        5.160590043114175,
                        52.703023879319964,
                        0.0
                    ],
                    [
                        5.160664482974338,
                        52.7030538485285,
                        0.0
                    ],
                    [
                        5.160808287634061,
                        52.70311107209471,
                        0.0
                    ],
                    [
                        5.160900773661746,
                        52.703147483132156,
                        0.0
                    ],
                    [
                        5.160944894648153,
                        52.70317556121357,
                        0.0
                    ],
                    [
                        5.160963798923678,
                        52.70318769351912,
                        0.0
                    ],
                    [
                        5.160962883755555,
                        52.70320740008897,
                        0.0
                    ],
                    [
                        5.160961000478672,
                        52.70321399290805,
                        0.0
                    ],
                    [
                        5.160958870170445,
                        52.7032225893402,
                        0.0
                    ],
                    [
                        5.160960814505509,
                        52.70325298678636,
                        0.0
                    ],
                    [
                        5.160942884836902,
                        52.70336188313753,
                        0.0
                    ],
                    [
                        5.160949213266789,
                        52.70339133629918,
                        0.0
                    ],
                    [
                        5.160947121210304,
                        52.70340399488952,
                        0.0
                    ],
                    [
                        5.160944475269638,
                        52.70346963029871,
                        0.0
                    ],
                    [
                        5.160945151770289,
                        52.70349627779038,
                        0.0
                    ],
                    [
                        5.160884456829459,
                        52.70361250707343,
                        0.0
                    ],
                    [
                        5.160777098016367,
                        52.70382073653148,
                        0.0
                    ],
                    [
                        5.160559609334511,
                        52.704266136706295,
                        0.0
                    ],
                    [
                        5.160559220542335,
                        52.70426693580177,
                        0.0
                    ],
                    [
                        5.160450456402096,
                        52.70447451520263,
                        0.0
                    ],
                    [
                        5.160597805103555,
                        52.70463718021669,
                        0.0
                    ],
                    [
                        5.160584942358344,
                        52.70466411648143,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.654773Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6544/?format=api",
            "id": 6544,
            "code": "PL_307",
            "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.118397998709066,
                        52.69106471825104,
                        0.0
                    ],
                    [
                        5.118725711340578,
                        52.691154716203435,
                        0.0
                    ],
                    [
                        5.11896345904375,
                        52.691234157603695,
                        0.0
                    ],
                    [
                        5.119258638331963,
                        52.691338100424716,
                        0.0
                    ],
                    [
                        5.119545697028641,
                        52.69144720972498,
                        0.0
                    ],
                    [
                        5.119765831385394,
                        52.69153161564475,
                        0.0
                    ],
                    [
                        5.120097477313268,
                        52.69168122910701,
                        0.0
                    ],
                    [
                        5.120582425613879,
                        52.69192221392142,
                        0.0
                    ],
                    [
                        5.120937000672472,
                        52.69211619103725,
                        0.0
                    ],
                    [
                        5.121199773266,
                        52.69225115137831,
                        0.0
                    ],
                    [
                        5.12144036366287,
                        52.69237098150941,
                        0.0
                    ],
                    [
                        5.121896035471232,
                        52.69254909472372,
                        0.0
                    ],
                    [
                        5.122354539360765,
                        52.69268984473307,
                        0.0
                    ],
                    [
                        5.122825095976705,
                        52.692819134407394,
                        0.0
                    ],
                    [
                        5.123646842688403,
                        52.693039797625055,
                        0.0
                    ],
                    [
                        5.124199373401626,
                        52.69318258194162,
                        0.0
                    ],
                    [
                        5.124580059957052,
                        52.69328111943573,
                        0.0
                    ],
                    [
                        5.125004537791082,
                        52.693366065032436,
                        0.0
                    ],
                    [
                        5.125477503893138,
                        52.69342609604668,
                        0.0
                    ],
                    [
                        5.125948966271205,
                        52.69346559568647,
                        0.0
                    ],
                    [
                        5.126292396442364,
                        52.693489912583715,
                        0.0
                    ],
                    [
                        5.126511020049531,
                        52.69350624447039,
                        0.0
                    ],
                    [
                        5.126649444147819,
                        52.693517691305836,
                        0.0
                    ],
                    [
                        5.126871408647185,
                        52.693539395049626,
                        0.0
                    ],
                    [
                        5.127035662219094,
                        52.693557754953424,
                        0.0
                    ],
                    [
                        5.12730465994811,
                        52.693592627680324,
                        0.0
                    ],
                    [
                        5.127711775821347,
                        52.69365587613948,
                        0.0
                    ],
                    [
                        5.12851958303949,
                        52.693811463634674,
                        0.0
                    ],
                    [
                        5.129135219752209,
                        52.69396777058472,
                        0.0
                    ],
                    [
                        5.129292331636476,
                        52.693948303801236,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.664123Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6545/?format=api",
            "id": 6545,
            "code": "PL_308",
            "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.160471361044739,
                        52.7049018917298,
                        0.0
                    ],
                    [
                        5.160462446714131,
                        52.704920567536895,
                        0.0
                    ],
                    [
                        5.160307628490846,
                        52.70497230689788,
                        0.0
                    ],
                    [
                        5.160170491553804,
                        52.705018067521316,
                        0.0
                    ],
                    [
                        5.16011005326379,
                        52.70513822414027,
                        0.0
                    ],
                    [
                        5.16010762128611,
                        52.70514502259559,
                        0.0
                    ],
                    [
                        5.16010262231404,
                        52.70515897872499,
                        0.0
                    ],
                    [
                        5.160096758808381,
                        52.70517417339952,
                        0.0
                    ],
                    [
                        5.160090801881534,
                        52.70518454192341,
                        0.0
                    ],
                    [
                        5.16008468371451,
                        52.705191755733246,
                        0.0
                    ],
                    [
                        5.160077367668407,
                        52.70520745090352,
                        0.0
                    ],
                    [
                        5.16005268160015,
                        52.70524895930361,
                        0.0
                    ],
                    [
                        5.160044973403207,
                        52.705263233791605,
                        0.0
                    ],
                    [
                        5.160039679010327,
                        52.70527136583532,
                        0.0
                    ],
                    [
                        5.16003710765774,
                        52.70527650144436,
                        0.0
                    ],
                    [
                        5.160036958517789,
                        52.705279592657725,
                        0.0
                    ],
                    [
                        5.160026032844397,
                        52.70529805789503,
                        0.0
                    ],
                    [
                        5.160008794618047,
                        52.70532984766647,
                        0.0
                    ],
                    [
                        5.159995019661128,
                        52.70533852071767,
                        0.0
                    ],
                    [
                        5.159984307063349,
                        52.70534438670649,
                        0.0
                    ],
                    [
                        5.15992674383029,
                        52.70537476945817,
                        0.0
                    ],
                    [
                        5.159808499745881,
                        52.70551186375458,
                        0.0
                    ],
                    [
                        5.159835191902755,
                        52.70564887525205,
                        0.0
                    ],
                    [
                        5.159833679204434,
                        52.70565242219412,
                        0.0
                    ],
                    [
                        5.159782755615538,
                        52.705772003658865,
                        0.0
                    ],
                    [
                        5.159592744620123,
                        52.706164620295894,
                        0.0
                    ],
                    [
                        5.159351527179211,
                        52.70662471120934,
                        0.0
                    ],
                    [
                        5.159190186138033,
                        52.70695688210814,
                        0.0
                    ],
                    [
                        5.158975450657917,
                        52.707373175753645,
                        0.0
                    ],
                    [
                        5.158911705394163,
                        52.707502051651154,
                        0.0
                    ],
                    [
                        5.158875862442399,
                        52.70757453424294,
                        0.0
                    ],
                    [
                        5.158875619028084,
                        52.707575818904,
                        0.0
                    ],
                    [
                        5.158872774080824,
                        52.70759368840847,
                        0.0
                    ],
                    [
                        5.158859711412409,
                        52.707607476240455,
                        0.0
                    ],
                    [
                        5.158856582514002,
                        52.70761734685246,
                        0.0
                    ],
                    [
                        5.158853908377188,
                        52.70762512438691,
                        0.0
                    ],
                    [
                        5.158852144699845,
                        52.70762853602999,
                        0.0
                    ],
                    [
                        5.158808173848675,
                        52.70771328811685,
                        0.0
                    ],
                    [
                        5.158583982709023,
                        52.70814538879413,
                        0.0
                    ],
                    [
                        5.158328985100908,
                        52.70864484957208,
                        0.0
                    ],
                    [
                        5.15807332645051,
                        52.70914794817275,
                        0.0
                    ],
                    [
                        5.157852430555324,
                        52.70959794659819,
                        0.0
                    ],
                    [
                        5.157821613711972,
                        52.709656517804746,
                        0.0
                    ],
                    [
                        5.157811959046755,
                        52.709674886413076,
                        0.0
                    ],
                    [
                        5.157650953571776,
                        52.70998093072082,
                        0.0
                    ],
                    [
                        5.157419189068464,
                        52.71043356743288,
                        0.0
                    ],
                    [
                        5.157397979022315,
                        52.71047145123295,
                        0.0
                    ],
                    [
                        5.157499378653684,
                        52.71049503974572,
                        0.0
                    ],
                    [
                        5.15796474935269,
                        52.71058268693386,
                        0.0
                    ],
                    [
                        5.157975673689867,
                        52.710584747986445,
                        0.0
                    ],
                    [
                        5.158015020261542,
                        52.71059307368359,
                        0.0
                    ],
                    [
                        5.158007433029032,
                        52.71061788988981,
                        0.0
                    ],
                    [
                        5.157993846649643,
                        52.710666599705846,
                        0.0
                    ],
                    [
                        5.15798662657833,
                        52.71067492565431,
                        0.0
                    ],
                    [
                        5.157984191431798,
                        52.710682209344064,
                        0.0
                    ],
                    [
                        5.157978428364265,
                        52.710694887756006,
                        0.0
                    ],
                    [
                        5.157959459302544,
                        52.7107145595189,
                        0.0
                    ],
                    [
                        5.157951621003636,
                        52.710730765787005,
                        0.0
                    ],
                    [
                        5.157936816781591,
                        52.71076046595673,
                        0.0
                    ],
                    [
                        5.157726864327953,
                        52.711181574187584,
                        0.0
                    ],
                    [
                        5.157526767583112,
                        52.7115876479595,
                        0.0
                    ],
                    [
                        5.157338548838427,
                        52.71196841920495,
                        0.0
                    ],
                    [
                        5.157141184899651,
                        52.71237968297086,
                        0.0
                    ],
                    [
                        5.157087357215864,
                        52.71248295525878,
                        0.0
                    ],
                    [
                        5.156939475292169,
                        52.71276671828536,
                        0.0
                    ],
                    [
                        5.156852172566857,
                        52.71294641320638,
                        0.0
                    ],
                    [
                        5.156826387813974,
                        52.713001309215386,
                        0.0
                    ],
                    [
                        5.156820475375785,
                        52.71301130918085,
                        0.0
                    ],
                    [
                        5.156806112328858,
                        52.71303842182226,
                        0.0
                    ],
                    [
                        5.156740795265661,
                        52.71311152966563,
                        0.0
                    ],
                    [
                        5.156703375170822,
                        52.71315870136239,
                        0.0
                    ],
                    [
                        5.156609256227437,
                        52.713263683827314,
                        0.0
                    ],
                    [
                        5.156648235658757,
                        52.71333391098943,
                        0.0
                    ],
                    [
                        5.156725542746965,
                        52.71347456172163,
                        0.0
                    ],
                    [
                        5.15672834417696,
                        52.71347650831183,
                        0.0
                    ],
                    [
                        5.156737546892229,
                        52.71348529732824,
                        0.0
                    ],
                    [
                        5.156859082439671,
                        52.71365489944382,
                        0.0
                    ],
                    [
                        5.156994018809252,
                        52.71384566450261,
                        0.0
                    ],
                    [
                        5.157027602684273,
                        52.7138952292187,
                        0.0
                    ],
                    [
                        5.157015854787165,
                        52.71392310183239,
                        0.0
                    ],
                    [
                        5.156922734909143,
                        52.71410833042579,
                        0.0
                    ],
                    [
                        5.156845525282632,
                        52.71426763556464,
                        0.0
                    ],
                    [
                        5.156815918819006,
                        52.714328734105294,
                        0.0
                    ],
                    [
                        5.156799106681337,
                        52.71436845061038,
                        0.0
                    ],
                    [
                        5.156555029539775,
                        52.71445146644207,
                        0.0
                    ],
                    [
                        5.156202551827378,
                        52.71457965539229,
                        0.0
                    ],
                    [
                        5.156042668847793,
                        52.714621844215905,
                        0.0
                    ],
                    [
                        5.155975889986497,
                        52.714643040489584,
                        0.0
                    ],
                    [
                        5.1558081616358,
                        52.71469678888442,
                        0.0
                    ],
                    [
                        5.155757302323239,
                        52.71471583214711,
                        0.0
                    ],
                    [
                        5.155734924523308,
                        52.71476403029713,
                        0.0
                    ],
                    [
                        5.15557522167949,
                        52.715086160513174,
                        0.0
                    ],
                    [
                        5.155397881021656,
                        52.715463489595635,
                        0.0
                    ],
                    [
                        5.155236111482797,
                        52.7158145171213,
                        0.0
                    ],
                    [
                        5.155208496671928,
                        52.715850950109704,
                        0.0
                    ],
                    [
                        5.155021006485964,
                        52.716234998963266,
                        0.0
                    ],
                    [
                        5.154837500949803,
                        52.716609340436214,
                        0.0
                    ],
                    [
                        5.154652630141304,
                        52.71698938560259,
                        0.0
                    ],
                    [
                        5.154648994311107,
                        52.71699686458103,
                        0.0
                    ],
                    [
                        5.154632236289966,
                        52.717031386442024,
                        0.0
                    ],
                    [
                        5.154621609674134,
                        52.71705108292267,
                        0.0
                    ],
                    [
                        5.154603557656608,
                        52.717086815482276,
                        0.0
                    ],
                    [
                        5.154593208106093,
                        52.71710728537344,
                        0.0
                    ],
                    [
                        5.154404579313897,
                        52.71750029084982,
                        0.0
                    ],
                    [
                        5.154215478778545,
                        52.717889520578034,
                        0.0
                    ],
                    [
                        5.154179880548557,
                        52.71796023164879,
                        0.0
                    ],
                    [
                        5.154008174500031,
                        52.718314365304884,
                        0.0
                    ],
                    [
                        5.15380580196722,
                        52.71873781733994,
                        0.0
                    ],
                    [
                        5.153605092066697,
                        52.7191568057707,
                        0.0
                    ],
                    [
                        5.153420234627522,
                        52.719541432141575,
                        0.0
                    ],
                    [
                        5.153214166502502,
                        52.719959133184005,
                        0.0
                    ],
                    [
                        5.153025428011549,
                        52.72036808771926,
                        0.0
                    ],
                    [
                        5.15289008035825,
                        52.720661683530565,
                        0.0
                    ],
                    [
                        5.151650096641123,
                        52.723199234830076,
                        0.0
                    ],
                    [
                        5.151644759523879,
                        52.72321187779449,
                        0.0
                    ],
                    [
                        5.151476926595894,
                        52.72355926589863,
                        0.0
                    ],
                    [
                        5.151283256256701,
                        52.723962851404345,
                        0.0
                    ],
                    [
                        5.151080169339346,
                        52.72437727403402,
                        0.0
                    ],
                    [
                        5.151033205457749,
                        52.72447593766146,
                        0.0
                    ],
                    [
                        5.151028534312681,
                        52.72448578699801,
                        0.0
                    ],
                    [
                        5.151004610532317,
                        52.72453606604173,
                        0.0
                    ],
                    [
                        5.150987378863659,
                        52.72457226693682,
                        0.0
                    ],
                    [
                        5.150981480324723,
                        52.72458464813504,
                        0.0
                    ],
                    [
                        5.150967137984687,
                        52.72461478861861,
                        0.0
                    ],
                    [
                        5.150876987027337,
                        52.724811458217154,
                        0.0
                    ],
                    [
                        5.150856585239118,
                        52.7248535841363,
                        0.0
                    ],
                    [
                        5.150820811846031,
                        52.724847536887346,
                        0.0
                    ],
                    [
                        5.150819303416775,
                        52.724847282261706,
                        0.0
                    ],
                    [
                        5.150749383794185,
                        52.72483538867149,
                        0.0
                    ],
                    [
                        5.150720890591182,
                        52.72482978721252,
                        0.0
                    ],
                    [
                        5.15069189461846,
                        52.724824094879914,
                        0.0
                    ],
                    [
                        5.150684267735449,
                        52.724822066678264,
                        0.0
                    ],
                    [
                        5.150633812854943,
                        52.72481564872145,
                        0.0
                    ],
                    [
                        5.150623127850177,
                        52.72481527701381,
                        0.0
                    ],
                    [
                        5.150599119118752,
                        52.72481252428258,
                        0.0
                    ],
                    [
                        5.150292364904438,
                        52.72475740026236,
                        0.0
                    ],
                    [
                        5.15024807953529,
                        52.72475154261036,
                        0.0
                    ],
                    [
                        5.150227216354478,
                        52.72474740309599,
                        0.0
                    ],
                    [
                        5.150153147798681,
                        52.724733640618965,
                        0.0
                    ],
                    [
                        5.150135063194057,
                        52.724730279488476,
                        0.0
                    ],
                    [
                        5.150107524005785,
                        52.72472894854446,
                        0.0
                    ],
                    [
                        5.150082511260058,
                        52.724723003371516,
                        0.0
                    ],
                    [
                        5.14999178411779,
                        52.724710447821664,
                        0.0
                    ],
                    [
                        5.149945799353922,
                        52.72470408340827,
                        0.0
                    ],
                    [
                        5.149904532865143,
                        52.72469837543075,
                        0.0
                    ],
                    [
                        5.149894789875871,
                        52.72469625309437,
                        0.0
                    ],
                    [
                        5.14989407919759,
                        52.72469628762609,
                        0.0
                    ],
                    [
                        5.14988448340116,
                        52.72469431835889,
                        0.0
                    ],
                    [
                        5.149711838656584,
                        52.72474818309776,
                        0.0
                    ],
                    [
                        5.149608835798591,
                        52.724783053459475,
                        0.0
                    ],
                    [
                        5.149538139123695,
                        52.724805415558144,
                        0.0
                    ],
                    [
                        5.149524173966396,
                        52.724812163795946,
                        0.0
                    ],
                    [
                        5.149505815405409,
                        52.724810194988216,
                        0.0
                    ],
                    [
                        5.149383917919295,
                        52.72479169936166,
                        0.0
                    ],
                    [
                        5.149241610644061,
                        52.72477010730549,
                        0.0
                    ],
                    [
                        5.148800118338499,
                        52.724698300182816,
                        0.0
                    ],
                    [
                        5.148621781269685,
                        52.72467172844094,
                        0.0
                    ],
                    [
                        5.148561828687511,
                        52.72466173178174,
                        0.0
                    ],
                    [
                        5.148273034163934,
                        52.72461178800531,
                        0.0
                    ],
                    [
                        5.147878132913618,
                        52.724546945852666,
                        0.0
                    ],
                    [
                        5.147781260676912,
                        52.724529568293754,
                        0.0
                    ],
                    [
                        5.147639637494332,
                        52.72450497407848,
                        0.0
                    ],
                    [
                        5.14667417614979,
                        52.72434483265862,
                        0.0
                    ],
                    [
                        5.145938258811535,
                        52.72421854374133,
                        0.0
                    ],
                    [
                        5.145887841493761,
                        52.72421092859195,
                        0.0
                    ],
                    [
                        5.145464142280152,
                        52.724122052081526,
                        0.0
                    ],
                    [
                        5.144952059136182,
                        52.723999158770276,
                        0.0
                    ],
                    [
                        5.144443359762285,
                        52.72387247768325,
                        0.0
                    ],
                    [
                        5.143945562220541,
                        52.723747578104714,
                        0.0
                    ],
                    [
                        5.14382862563101,
                        52.72371625365045,
                        0.0
                    ],
                    [
                        5.143773257649084,
                        52.72370204909605,
                        0.0
                    ],
                    [
                        5.143653187143887,
                        52.72367271315064,
                        0.0
                    ],
                    [
                        5.143627910697711,
                        52.72366654140671,
                        0.0
                    ],
                    [
                        5.143613763208478,
                        52.72366336707115,
                        0.0
                    ],
                    [
                        5.143601072788797,
                        52.723659018433,
                        0.0
                    ],
                    [
                        5.143510602542933,
                        52.72363023715022,
                        0.0
                    ],
                    [
                        5.143447852810596,
                        52.723617976481044,
                        0.0
                    ],
                    [
                        5.143370612942755,
                        52.723629609180804,
                        0.0
                    ],
                    [
                        5.143321208450613,
                        52.72363704803073,
                        0.0
                    ],
                    [
                        5.143269492978019,
                        52.72364483261591,
                        0.0
                    ],
                    [
                        5.142066847125799,
                        52.72382592968901,
                        0.0
                    ],
                    [
                        5.140752803440343,
                        52.72402377837761,
                        0.0
                    ],
                    [
                        5.140357885834706,
                        52.724083235641075,
                        0.0
                    ],
                    [
                        5.140106117518244,
                        52.72412114152944,
                        0.0
                    ],
                    [
                        5.140077572882976,
                        52.72414867202061,
                        0.0
                    ],
                    [
                        5.139948630446031,
                        52.72427303442821,
                        0.0
                    ],
                    [
                        5.139743689993128,
                        52.72446916079606,
                        0.0
                    ],
                    [
                        5.139527592375021,
                        52.72467484361422,
                        0.0
                    ],
                    [
                        5.13925589474375,
                        52.72492802277099,
                        0.0
                    ],
                    [
                        5.13876386566888,
                        52.72540084846497,
                        0.0
                    ],
                    [
                        5.138302612480929,
                        52.72584535585172,
                        0.0
                    ],
                    [
                        5.137875005926498,
                        52.72624899664609,
                        0.0
                    ],
                    [
                        5.137467925865233,
                        52.72663125421052,
                        0.0
                    ],
                    [
                        5.136801077446901,
                        52.72740347101527,
                        0.0
                    ],
                    [
                        5.136504273634475,
                        52.72774692698282,
                        0.0
                    ],
                    [
                        5.136448725901239,
                        52.72781037418567,
                        0.0
                    ],
                    [
                        5.136414245228603,
                        52.72785263873369,
                        0.0
                    ],
                    [
                        5.136402360551743,
                        52.72786263407024,
                        0.0
                    ],
                    [
                        5.136397477921133,
                        52.72786740480411,
                        0.0
                    ],
                    [
                        5.136392535718784,
                        52.72787223832043,
                        0.0
                    ],
                    [
                        5.136364476054697,
                        52.727894367815566,
                        0.0
                    ],
                    [
                        5.136351360580242,
                        52.72790732622165,
                        0.0
                    ],
                    [
                        5.136344082258876,
                        52.7279142667304,
                        0.0
                    ],
                    [
                        5.136321303648398,
                        52.72793443022522,
                        0.0
                    ],
                    [
                        5.136275666997817,
                        52.727973103450665,
                        0.0
                    ],
                    [
                        5.13621917703014,
                        52.72802259195418,
                        0.0
                    ],
                    [
                        5.136172899933505,
                        52.72806709626708,
                        0.0
                    ],
                    [
                        5.136166019488028,
                        52.72807434315667,
                        0.0
                    ],
                    [
                        5.136161482622565,
                        52.72808076819274,
                        0.0
                    ],
                    [
                        5.136151654197588,
                        52.72809357173972,
                        0.0
                    ],
                    [
                        5.136127338943996,
                        52.72812096638631,
                        0.0
                    ],
                    [
                        5.136052549695095,
                        52.72818120946693,
                        0.0
                    ],
                    [
                        5.136030735469432,
                        52.728200943568744,
                        0.0
                    ],
                    [
                        5.136001138664103,
                        52.72823293731571,
                        0.0
                    ],
                    [
                        5.135993027926792,
                        52.72824046019353,
                        0.0
                    ],
                    [
                        5.135991768186384,
                        52.728240718156215,
                        0.0
                    ],
                    [
                        5.1359842019666,
                        52.72824879936746,
                        0.0
                    ],
                    [
                        5.135662301749934,
                        52.728544488981015,
                        0.0
                    ],
                    [
                        5.135286193904107,
                        52.72888033323344,
                        0.0
                    ],
                    [
                        5.135018663530674,
                        52.72913112981469,
                        0.0
                    ],
                    [
                        5.134988981780541,
                        52.729157056990715,
                        0.0
                    ],
                    [
                        5.134937383928654,
                        52.72920481178092,
                        0.0
                    ],
                    [
                        5.134554304414053,
                        52.72955657262779,
                        0.0
                    ],
                    [
                        5.134298677142333,
                        52.72979547622217,
                        0.0
                    ],
                    [
                        5.133865491718273,
                        52.730177971346635,
                        0.0
                    ],
                    [
                        5.133839979330635,
                        52.7302020108696,
                        0.0
                    ],
                    [
                        5.133814609535486,
                        52.730224424068105,
                        0.0
                    ],
                    [
                        5.133769149844482,
                        52.730264983934454,
                        0.0
                    ],
                    [
                        5.133782268660223,
                        52.730300429068144,
                        0.0
                    ],
                    [
                        5.13380696981495,
                        52.73036822458138,
                        0.0
                    ],
                    [
                        5.13399247889557,
                        52.73086321096599,
                        0.0
                    ],
                    [
                        5.13401838332413,
                        52.73090216115772,
                        0.0
                    ],
                    [
                        5.134087914771398,
                        52.73100538820562,
                        0.0
                    ],
                    [
                        5.134106687593861,
                        52.73103084293272,
                        0.0
                    ],
                    [
                        5.134938182029307,
                        52.73134600532234,
                        0.0
                    ],
                    [
                        5.135187740393635,
                        52.731440616937824,
                        0.0
                    ],
                    [
                        5.135251892843203,
                        52.73145506869679,
                        0.0
                    ],
                    [
                        5.135268539735563,
                        52.73146159241426,
                        0.0
                    ],
                    [
                        5.135474085853723,
                        52.73154082369487,
                        0.0
                    ],
                    [
                        5.135514093417309,
                        52.7316429719837,
                        0.0
                    ],
                    [
                        5.135047896170964,
                        52.73208822861906,
                        0.0
                    ],
                    [
                        5.135059532685204,
                        52.732108806192485,
                        0.0
                    ],
                    [
                        5.135092767458521,
                        52.73216829763321,
                        0.0
                    ],
                    [
                        5.135100468166074,
                        52.73218076971421,
                        0.0
                    ],
                    [
                        5.135155784267432,
                        52.73224922282373,
                        0.0
                    ],
                    [
                        5.135170322622232,
                        52.732267209322615,
                        0.0
                    ],
                    [
                        5.135165009165084,
                        52.7322721318666,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.675120Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6546/?format=api",
            "id": 6546,
            "code": "PL_309",
            "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.090287373604999,
                        52.67959845450432,
                        0.0
                    ],
                    [
                        5.090277204833343,
                        52.67960654439031,
                        0.0
                    ],
                    [
                        5.090260509760367,
                        52.67961980348774,
                        0.0
                    ],
                    [
                        5.09024140615116,
                        52.67963499776387,
                        0.0
                    ],
                    [
                        5.090235706495999,
                        52.67964037573823,
                        0.0
                    ],
                    [
                        5.090234620160422,
                        52.67964139754478,
                        0.0
                    ],
                    [
                        5.09023036384039,
                        52.679645440058266,
                        0.0
                    ],
                    [
                        5.090229723781013,
                        52.679650444215895,
                        0.0
                    ],
                    [
                        5.090233394125189,
                        52.6796543447415,
                        0.0
                    ],
                    [
                        5.090235133652961,
                        52.679655130950096,
                        0.0
                    ],
                    [
                        5.090235295819012,
                        52.67965520325066,
                        0.0
                    ],
                    [
                        5.090258204566442,
                        52.67966555051399,
                        0.0
                    ],
                    [
                        5.090258764815349,
                        52.679665794560506,
                        0.0
                    ],
                    [
                        5.090265413870231,
                        52.6796687229345,
                        0.0
                    ],
                    [
                        5.090276839617351,
                        52.67967375719398,
                        0.0
                    ],
                    [
                        5.090314979535765,
                        52.67969055915548,
                        0.0
                    ],
                    [
                        5.090331417907829,
                        52.67969779873921,
                        0.0
                    ],
                    [
                        5.090349831794951,
                        52.67970591498609,
                        0.0
                    ],
                    [
                        5.090360211600784,
                        52.6797103714613,
                        0.0
                    ],
                    [
                        5.090431513638798,
                        52.679741015172844,
                        0.0
                    ],
                    [
                        5.09043866521651,
                        52.67974398073799,
                        0.0
                    ],
                    [
                        5.09043284351782,
                        52.67974991561083,
                        0.0
                    ],
                    [
                        5.090241508285932,
                        52.67990665681078,
                        0.0
                    ],
                    [
                        5.089985803603351,
                        52.68012474394348,
                        0.0
                    ],
                    [
                        5.089970916230157,
                        52.6801374143718,
                        0.0
                    ],
                    [
                        5.089917880840346,
                        52.68018254938946,
                        0.0
                    ],
                    [
                        5.089884735021725,
                        52.68021001172296,
                        0.0
                    ],
                    [
                        5.089845358517545,
                        52.68024263498768,
                        0.0
                    ],
                    [
                        5.08976324474397,
                        52.68031065005905,
                        0.0
                    ],
                    [
                        5.089670483427681,
                        52.680387499629575,
                        0.0
                    ],
                    [
                        5.089632117823675,
                        52.68041928057276,
                        0.0
                    ],
                    [
                        5.089626613565764,
                        52.68042416472122,
                        0.0
                    ],
                    [
                        5.089572849579627,
                        52.68047197588466,
                        0.0
                    ],
                    [
                        5.08956717949001,
                        52.68047732693907,
                        0.0
                    ],
                    [
                        5.089568830870081,
                        52.6804823997313,
                        0.0
                    ],
                    [
                        5.089578678698555,
                        52.68048681899542,
                        0.0
                    ],
                    [
                        5.089633847992678,
                        52.68051102409839,
                        0.0
                    ],
                    [
                        5.089763798939251,
                        52.6805675086226,
                        0.0
                    ],
                    [
                        5.089833148872539,
                        52.680598327545994,
                        0.0
                    ],
                    [
                        5.089853702577082,
                        52.680607123237806,
                        0.0
                    ],
                    [
                        5.089867617832417,
                        52.68061359268596,
                        0.0
                    ],
                    [
                        5.089881200083473,
                        52.68060152113981,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.683365Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}