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=128
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=129",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=127",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112811/?format=api",
            "id": 112811,
            "code": "PL_31264",
            "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.780495245831494,
                        52.49249870318171,
                        0.0
                    ],
                    [
                        4.780490209402737,
                        52.49248159207987,
                        0.0
                    ],
                    [
                        4.780177111945175,
                        52.49251579674181,
                        0.0
                    ],
                    [
                        4.780138240243024,
                        52.492520037674865,
                        0.0
                    ],
                    [
                        4.780008836954564,
                        52.49255044536372,
                        0.0
                    ],
                    [
                        4.779964253187662,
                        52.49255996864757,
                        0.0
                    ],
                    [
                        4.779921807898019,
                        52.49257031174223,
                        0.0
                    ],
                    [
                        4.779887665396748,
                        52.49257863917878,
                        0.0
                    ],
                    [
                        4.779544039344686,
                        52.492662378071095,
                        0.0
                    ],
                    [
                        4.778624229293428,
                        52.49288620735048,
                        0.0
                    ],
                    [
                        4.777664092253595,
                        52.49311336340976,
                        0.0
                    ],
                    [
                        4.777608811463076,
                        52.49312224665453,
                        0.0
                    ],
                    [
                        4.777482457002435,
                        52.493136327884976,
                        0.0
                    ],
                    [
                        4.777429838847639,
                        52.49314218693788,
                        0.0
                    ],
                    [
                        4.777206496468407,
                        52.49318698307355,
                        0.0
                    ],
                    [
                        4.777156060346083,
                        52.4932011667154,
                        0.0
                    ],
                    [
                        4.777139370953131,
                        52.49320589821787,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.082422Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112812/?format=api",
            "id": 112812,
            "code": "PL_31265",
            "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.794589898328319,
                        52.500829198944615,
                        0.0
                    ],
                    [
                        4.794517958861045,
                        52.50083020908848,
                        0.0
                    ],
                    [
                        4.794444309465767,
                        52.50083123421192,
                        0.0
                    ],
                    [
                        4.794392740100721,
                        52.50083195619101,
                        0.0
                    ],
                    [
                        4.794297038280768,
                        52.5008312263155,
                        0.0
                    ],
                    [
                        4.79422341010581,
                        52.50083066960271,
                        0.0
                    ],
                    [
                        4.794149782053512,
                        52.500830103857346,
                        0.0
                    ],
                    [
                        4.794104559643005,
                        52.500829760958794,
                        0.0
                    ],
                    [
                        4.794097877714668,
                        52.500829448941865,
                        0.0
                    ],
                    [
                        4.794084233458442,
                        52.50082886844278,
                        0.0
                    ],
                    [
                        4.79400257783486,
                        52.50082510785135,
                        0.0
                    ],
                    [
                        4.793928987804844,
                        52.50082171108722,
                        0.0
                    ],
                    [
                        4.793855397665648,
                        52.50081832326442,
                        0.0
                    ],
                    [
                        4.79378180753792,
                        52.50081493539597,
                        0.0
                    ],
                    [
                        4.793708217542374,
                        52.50081153849497,
                        0.0
                    ],
                    [
                        4.793634627437602,
                        52.50080815053523,
                        0.0
                    ],
                    [
                        4.793602704083082,
                        52.50080667863848,
                        0.0
                    ],
                    [
                        4.793561037585781,
                        52.500804744556,
                        0.0
                    ],
                    [
                        4.793487447745489,
                        52.500801338531126,
                        0.0
                    ],
                    [
                        4.793413857916732,
                        52.500797932460586,
                        0.0
                    ],
                    [
                        4.793385054825482,
                        52.50079660194715,
                        0.0
                    ],
                    [
                        4.793347362107039,
                        52.50079485844178,
                        0.0
                    ],
                    [
                        4.793289726602991,
                        52.50079218824123,
                        0.0
                    ],
                    [
                        4.793266678293804,
                        52.50079112018266,
                        0.0
                    ],
                    [
                        4.793203317478162,
                        52.50078818760253,
                        0.0
                    ],
                    [
                        4.79318197643713,
                        52.50078719997541,
                        0.0
                    ],
                    [
                        4.793119498717001,
                        52.50078430772211,
                        0.0
                    ],
                    [
                        4.793045909066741,
                        52.500780892436445,
                        0.0
                    ],
                    [
                        4.792962060881452,
                        52.50077701229733,
                        0.0
                    ],
                    [
                        4.792898511621586,
                        52.50079028312709,
                        0.0
                    ],
                    [
                        4.79286315561656,
                        52.50079766452838,
                        0.0
                    ],
                    [
                        4.792824432370959,
                        52.50080574805218,
                        0.0
                    ],
                    [
                        4.792817447447936,
                        52.500807160050904,
                        0.0
                    ],
                    [
                        4.792810447798338,
                        52.50080857197543,
                        0.0
                    ],
                    [
                        4.79277902318164,
                        52.500814912519225,
                        0.0
                    ],
                    [
                        4.792565163778268,
                        52.500859191918494,
                        0.0
                    ],
                    [
                        4.792239320636374,
                        52.50092519848788,
                        0.0
                    ],
                    [
                        4.791639049538897,
                        52.5010557144864,
                        0.0
                    ],
                    [
                        4.791071175824917,
                        52.50118397259838,
                        0.0
                    ],
                    [
                        4.790404606703317,
                        52.501324556788205,
                        0.0
                    ],
                    [
                        4.790367705613136,
                        52.501333960857544,
                        0.0
                    ],
                    [
                        4.790351187709486,
                        52.5013378682264,
                        0.0
                    ],
                    [
                        4.790263347968041,
                        52.50135903232608,
                        0.0
                    ],
                    [
                        4.79015855579957,
                        52.50138682473829,
                        0.0
                    ],
                    [
                        4.790070252096302,
                        52.501409613103725,
                        0.0
                    ],
                    [
                        4.790048369534344,
                        52.50141489548476,
                        0.0
                    ],
                    [
                        4.790029513395136,
                        52.50141963586805,
                        0.0
                    ],
                    [
                        4.790010239026174,
                        52.50142263056211,
                        0.0
                    ],
                    [
                        4.789987881142477,
                        52.50142603214556,
                        0.0
                    ],
                    [
                        4.789957675633854,
                        52.501431461352425,
                        0.0
                    ],
                    [
                        4.789839498528231,
                        52.501447079899314,
                        0.0
                    ],
                    [
                        4.789749471453366,
                        52.5014589754495,
                        0.0
                    ],
                    [
                        4.789732386633333,
                        52.501461235159425,
                        0.0
                    ],
                    [
                        4.789714667485108,
                        52.50146357256016,
                        0.0
                    ],
                    [
                        4.789513072565541,
                        52.50149022077422,
                        0.0
                    ],
                    [
                        4.789483801264133,
                        52.50149408174901,
                        0.0
                    ],
                    [
                        4.789477737427056,
                        52.501494887039875,
                        0.0
                    ],
                    [
                        4.789389141289965,
                        52.501506591800506,
                        0.0
                    ],
                    [
                        4.789314147982607,
                        52.50151650462688,
                        0.0
                    ],
                    [
                        4.789262325930888,
                        52.5015293023469,
                        0.0
                    ],
                    [
                        4.789173021784083,
                        52.501550871687485,
                        0.0
                    ],
                    [
                        4.789145866890377,
                        52.501557223805605,
                        0.0
                    ],
                    [
                        4.789073232381571,
                        52.5015745630835,
                        0.0
                    ],
                    [
                        4.789067631497461,
                        52.50157598183954,
                        0.0
                    ],
                    [
                        4.789056090899777,
                        52.50157882663007,
                        0.0
                    ],
                    [
                        4.788790247160979,
                        52.501555969914634,
                        0.0
                    ],
                    [
                        4.788329798162434,
                        52.501666619879984,
                        0.0
                    ],
                    [
                        4.787669254143773,
                        52.501828690364974,
                        0.0
                    ],
                    [
                        4.787079316139869,
                        52.50197830710975,
                        0.0
                    ],
                    [
                        4.786792052680188,
                        52.50204898765925,
                        0.0
                    ],
                    [
                        4.78629123089986,
                        52.502171127183956,
                        0.0
                    ],
                    [
                        4.785478749633196,
                        52.502389909118364,
                        0.0
                    ],
                    [
                        4.785470702111922,
                        52.502392528613356,
                        0.0
                    ],
                    [
                        4.785457335985088,
                        52.50239637039983,
                        0.0
                    ],
                    [
                        4.785432020664931,
                        52.502403827479164,
                        0.0
                    ],
                    [
                        4.785381461231627,
                        52.50241675573824,
                        0.0
                    ],
                    [
                        4.785331520129674,
                        52.502428617596266,
                        0.0
                    ],
                    [
                        4.785282891719864,
                        52.50243925480107,
                        0.0
                    ],
                    [
                        4.785181912575382,
                        52.50246565113194,
                        0.0
                    ],
                    [
                        4.785109922234044,
                        52.50248628968312,
                        0.0
                    ],
                    [
                        4.78504723333093,
                        52.502507397812536,
                        0.0
                    ],
                    [
                        4.784982754231909,
                        52.50252909898689,
                        0.0
                    ],
                    [
                        4.784918289673821,
                        52.502550809187696,
                        0.0
                    ],
                    [
                        4.784853810448279,
                        52.50257251029157,
                        0.0
                    ],
                    [
                        4.784789331036953,
                        52.50259422034712,
                        0.0
                    ],
                    [
                        4.784724866411604,
                        52.50261592145528,
                        0.0
                    ],
                    [
                        4.784660386873732,
                        52.50263763144033,
                        0.0
                    ],
                    [
                        4.784595907272577,
                        52.50265934139009,
                        0.0
                    ],
                    [
                        4.784531427730724,
                        52.50268104231772,
                        0.0
                    ],
                    [
                        4.784488357392438,
                        52.502695545106924,
                        0.0
                    ],
                    [
                        4.784436498143732,
                        52.50271302304037,
                        0.0
                    ],
                    [
                        4.784384638854053,
                        52.50273050095106,
                        0.0
                    ],
                    [
                        4.784338032170164,
                        52.502746199035016,
                        0.0
                    ],
                    [
                        4.784273566979357,
                        52.50276790888341,
                        0.0
                    ],
                    [
                        4.784189719134707,
                        52.502796152985155,
                        0.0
                    ],
                    [
                        4.784144636285278,
                        52.50281133746137,
                        0.0
                    ],
                    [
                        4.784080170781978,
                        52.50283305619096,
                        0.0
                    ],
                    [
                        4.784021017040136,
                        52.50285297742118,
                        0.0
                    ],
                    [
                        4.783951224981396,
                        52.50287648448264,
                        0.0
                    ],
                    [
                        4.783886759410935,
                        52.50289819411956,
                        0.0
                    ],
                    [
                        4.783822293654477,
                        52.50291991270821,
                        0.0
                    ],
                    [
                        4.783757827957465,
                        52.50294162227469,
                        0.0
                    ],
                    [
                        4.783693347347602,
                        52.5029633407179,
                        0.0
                    ],
                    [
                        4.783628881524036,
                        52.50298505021396,
                        0.0
                    ],
                    [
                        4.783596552372964,
                        52.50299594040932,
                        0.0
                    ],
                    [
                        4.783539913547018,
                        52.50301501139194,
                        0.0
                    ],
                    [
                        4.783383126933042,
                        52.50306735684475,
                        0.0
                    ],
                    [
                        4.783116570016373,
                        52.50315976689161,
                        0.0
                    ],
                    [
                        4.782547054959437,
                        52.50336002001992,
                        0.0
                    ],
                    [
                        4.781934884832306,
                        52.50356761134351,
                        0.0
                    ],
                    [
                        4.7812700210306,
                        52.50376915143893,
                        0.0
                    ],
                    [
                        4.780608995233317,
                        52.503950305743544,
                        0.0
                    ],
                    [
                        4.779915667077395,
                        52.50410987375333,
                        0.0
                    ],
                    [
                        4.779900697402114,
                        52.50411350898238,
                        0.0
                    ],
                    [
                        4.779798407425546,
                        52.50413939073407,
                        0.0
                    ],
                    [
                        4.779533778262659,
                        52.50422768633632,
                        0.0
                    ],
                    [
                        4.779132834985711,
                        52.50430974649822,
                        0.0
                    ],
                    [
                        4.77906164531407,
                        52.50432315053025,
                        0.0
                    ],
                    [
                        4.779033097580773,
                        52.50432881014886,
                        0.0
                    ],
                    [
                        4.778905437554831,
                        52.504354120698274,
                        0.0
                    ],
                    [
                        4.778887809541252,
                        52.50432083037233,
                        0.0
                    ],
                    [
                        4.77888387622983,
                        52.50431340447858,
                        0.0
                    ],
                    [
                        4.77878957850902,
                        52.50413637884853,
                        0.0
                    ],
                    [
                        4.778782398686269,
                        52.50412299554342,
                        0.0
                    ],
                    [
                        4.778780618056245,
                        52.50411967900003,
                        0.0
                    ],
                    [
                        4.778727103874703,
                        52.50410303826909,
                        0.0
                    ],
                    [
                        4.778679018247396,
                        52.50408791728673,
                        0.0
                    ],
                    [
                        4.778497296931578,
                        52.50403157698005,
                        0.0
                    ],
                    [
                        4.77847183838502,
                        52.50397444742411,
                        0.0
                    ],
                    [
                        4.778438250296678,
                        52.503899121330925,
                        0.0
                    ],
                    [
                        4.778258312968292,
                        52.50349543056884,
                        0.0
                    ],
                    [
                        4.778129008924474,
                        52.50320531428018,
                        0.0
                    ],
                    [
                        4.777946852104903,
                        52.50291385691556,
                        0.0
                    ],
                    [
                        4.777892543455855,
                        52.50277446892711,
                        0.0
                    ],
                    [
                        4.77781362946203,
                        52.50258777894771,
                        0.0
                    ],
                    [
                        4.777727499917672,
                        52.50235088340322,
                        0.0
                    ],
                    [
                        4.777678341234972,
                        52.502172434945685,
                        0.0
                    ],
                    [
                        4.777625551559645,
                        52.50192307409781,
                        0.0
                    ],
                    [
                        4.777597117430707,
                        52.50173913282886,
                        0.0
                    ],
                    [
                        4.777570154289471,
                        52.501488089144466,
                        0.0
                    ],
                    [
                        4.77756191994376,
                        52.50128007515787,
                        0.0
                    ],
                    [
                        4.777562298384771,
                        52.50105411236174,
                        0.0
                    ],
                    [
                        4.777573922626772,
                        52.50085951993364,
                        0.0
                    ],
                    [
                        4.777592680310416,
                        52.50061114675215,
                        0.0
                    ],
                    [
                        4.777609657179772,
                        52.50040964342336,
                        0.0
                    ],
                    [
                        4.777628127698819,
                        52.500162841557376,
                        0.0
                    ],
                    [
                        4.777641627607349,
                        52.499945403402116,
                        0.0
                    ],
                    [
                        4.77764835906785,
                        52.49970511108767,
                        0.0
                    ],
                    [
                        4.777652952626334,
                        52.49948955048391,
                        0.0
                    ],
                    [
                        4.777648017115608,
                        52.49925270334372,
                        0.0
                    ],
                    [
                        4.777636330050138,
                        52.49904090573797,
                        0.0
                    ],
                    [
                        4.777616698209345,
                        52.498798680409095,
                        0.0
                    ],
                    [
                        4.777555268714781,
                        52.4983400898049,
                        0.0
                    ],
                    [
                        4.777518355240788,
                        52.49811342292961,
                        0.0
                    ],
                    [
                        4.777475157149905,
                        52.49787265821935,
                        0.0
                    ],
                    [
                        4.777424190878203,
                        52.49765274959891,
                        0.0
                    ],
                    [
                        4.777420084931627,
                        52.49764081999402,
                        0.0
                    ],
                    [
                        4.777409426491094,
                        52.49759576455855,
                        0.0
                    ],
                    [
                        4.777408272620145,
                        52.49758760692184,
                        0.0
                    ],
                    [
                        4.777407601568011,
                        52.49758394554067,
                        0.0
                    ],
                    [
                        4.777419388730952,
                        52.49757281663051,
                        0.0
                    ],
                    [
                        4.777692634571506,
                        52.49733445999101,
                        0.0
                    ],
                    [
                        4.777698402909662,
                        52.497329429637524,
                        0.0
                    ],
                    [
                        4.777690006260897,
                        52.49731789142415,
                        0.0
                    ],
                    [
                        4.777688835481546,
                        52.49731629461298,
                        0.0
                    ],
                    [
                        4.777675785545371,
                        52.49729834234442,
                        0.0
                    ],
                    [
                        4.777599188107096,
                        52.49719321687345,
                        0.0
                    ],
                    [
                        4.77759122470233,
                        52.49718230101963,
                        0.0
                    ],
                    [
                        4.777584085370726,
                        52.49717249486831,
                        0.0
                    ],
                    [
                        4.777565533451826,
                        52.49714667717164,
                        0.0
                    ],
                    [
                        4.777542092207021,
                        52.497114480148866,
                        0.0
                    ],
                    [
                        4.777531542799234,
                        52.49709994699427,
                        0.0
                    ],
                    [
                        4.77752475453492,
                        52.497090313406694,
                        0.0
                    ],
                    [
                        4.777542672850373,
                        52.49708520169976,
                        0.0
                    ],
                    [
                        4.77802548161178,
                        52.497005760371685,
                        0.0
                    ],
                    [
                        4.77803777533765,
                        52.496992045587,
                        0.0
                    ],
                    [
                        4.777985383770758,
                        52.496893551635715,
                        0.0
                    ],
                    [
                        4.777961233262135,
                        52.4968860847862,
                        0.0
                    ],
                    [
                        4.777567150498434,
                        52.49695260835722,
                        0.0
                    ],
                    [
                        4.77740746588162,
                        52.49690226626601,
                        0.0
                    ],
                    [
                        4.777400997129978,
                        52.4968897582974,
                        0.0
                    ],
                    [
                        4.777392391311787,
                        52.49687311405821,
                        0.0
                    ],
                    [
                        4.777324885346024,
                        52.49672393322294,
                        0.0
                    ],
                    [
                        4.777305605676184,
                        52.49668365077341,
                        0.0
                    ],
                    [
                        4.777303415926362,
                        52.49667906485312,
                        0.0
                    ],
                    [
                        4.777283551152379,
                        52.49663850077736,
                        0.0
                    ],
                    [
                        4.777334906801873,
                        52.49662092451142,
                        0.0
                    ],
                    [
                        4.77734679659339,
                        52.49661621324493,
                        0.0
                    ],
                    [
                        4.777349165964176,
                        52.49660671659764,
                        0.0
                    ],
                    [
                        4.777336038417714,
                        52.49659654710665,
                        0.0
                    ],
                    [
                        4.77731670673101,
                        52.49655150098885,
                        0.0
                    ],
                    [
                        4.77722534064532,
                        52.496367496485995,
                        0.0
                    ],
                    [
                        4.777124047194561,
                        52.496154914364595,
                        0.0
                    ],
                    [
                        4.777100924839218,
                        52.49610501340939,
                        0.0
                    ],
                    [
                        4.777075962463706,
                        52.496048667899245,
                        0.0
                    ],
                    [
                        4.77703857901516,
                        52.495950205746006,
                        0.0
                    ],
                    [
                        4.776996674124852,
                        52.49581661494549,
                        0.0
                    ],
                    [
                        4.777010674599125,
                        52.49562170202643,
                        0.0
                    ],
                    [
                        4.777024026640322,
                        52.49548227490954,
                        0.0
                    ],
                    [
                        4.777124176035238,
                        52.49529438392993,
                        0.0
                    ],
                    [
                        4.777129343982814,
                        52.49528482977609,
                        0.0
                    ],
                    [
                        4.777219156262519,
                        52.49530277240355,
                        0.0
                    ],
                    [
                        4.777266546375095,
                        52.495309945471206,
                        0.0
                    ],
                    [
                        4.77729013507091,
                        52.49530470118099,
                        0.0
                    ],
                    [
                        4.777294782479101,
                        52.495297651870935,
                        0.0
                    ],
                    [
                        4.777323081511969,
                        52.49525198780577,
                        0.0
                    ],
                    [
                        4.77732999459583,
                        52.495240815868065,
                        0.0
                    ],
                    [
                        4.777352961875193,
                        52.49520377041047,
                        0.0
                    ],
                    [
                        4.777386860658919,
                        52.49514712536468,
                        0.0
                    ],
                    [
                        4.777400031896557,
                        52.49511888228002,
                        0.0
                    ],
                    [
                        4.777420183454453,
                        52.495075656873865,
                        0.0
                    ],
                    [
                        4.777437193697593,
                        52.49503918294467,
                        0.0
                    ],
                    [
                        4.777455991274883,
                        52.49498842799074,
                        0.0
                    ],
                    [
                        4.777469359011084,
                        52.494952339774095,
                        0.0
                    ],
                    [
                        4.77747060014786,
                        52.494948832020114,
                        0.0
                    ],
                    [
                        4.777479698825125,
                        52.49492225765355,
                        0.0
                    ],
                    [
                        4.777488812091521,
                        52.494895692348685,
                        0.0
                    ],
                    [
                        4.777499802119852,
                        52.49485583511034,
                        0.0
                    ],
                    [
                        4.777512109139948,
                        52.49481123921127,
                        0.0
                    ],
                    [
                        4.777521192597805,
                        52.49477829258754,
                        0.0
                    ],
                    [
                        4.777532654208392,
                        52.49472132546766,
                        0.0
                    ],
                    [
                        4.77754389465129,
                        52.49466544470338,
                        0.0
                    ],
                    [
                        4.777547485054832,
                        52.494630402709426,
                        0.0
                    ],
                    [
                        4.777552197619318,
                        52.49458446457969,
                        0.0
                    ],
                    [
                        4.777557218224653,
                        52.494535409351315,
                        0.0
                    ],
                    [
                        4.777556331655409,
                        52.49444490012969,
                        0.0
                    ],
                    [
                        4.777555782044751,
                        52.49438974068742,
                        0.0
                    ],
                    [
                        4.777551358266064,
                        52.49426744228089,
                        0.0
                    ],
                    [
                        4.777547573094878,
                        52.49416289757262,
                        0.0
                    ],
                    [
                        4.777417684506736,
                        52.493975073140106,
                        0.0
                    ],
                    [
                        4.777287849519437,
                        52.49378984623261,
                        0.0
                    ],
                    [
                        4.777150660546325,
                        52.493601956986865,
                        0.0
                    ],
                    [
                        4.777003928642181,
                        52.49340998307063,
                        0.0
                    ],
                    [
                        4.776973486722785,
                        52.49336989476544,
                        0.0
                    ],
                    [
                        4.776948844289361,
                        52.49333742178406,
                        0.0
                    ],
                    [
                        4.776965091086227,
                        52.49331036294131,
                        0.0
                    ],
                    [
                        4.776969582455924,
                        52.49330287244854,
                        0.0
                    ],
                    [
                        4.776987908854611,
                        52.493272364091084,
                        0.0
                    ],
                    [
                        4.776991751964334,
                        52.49326596674463,
                        0.0
                    ],
                    [
                        4.776997991338805,
                        52.4932555822616,
                        0.0
                    ],
                    [
                        4.777026271943737,
                        52.493247441204154,
                        0.0
                    ],
                    [
                        4.777064561092075,
                        52.49323640369941,
                        0.0
                    ],
                    [
                        4.777088658153627,
                        52.49322945442974,
                        0.0
                    ],
                    [
                        4.777107573549086,
                        52.49322453665648,
                        0.0
                    ],
                    [
                        4.77711512384119,
                        52.493222652150244,
                        0.0
                    ],
                    [
                        4.777130534858928,
                        52.4932187948573,
                        0.0
                    ],
                    [
                        4.777145517401952,
                        52.49321504320954,
                        0.0
                    ],
                    [
                        4.777139370953131,
                        52.49320589821787,
                        0.0
                    ],
                    [
                        4.777124388412693,
                        52.493209649864895,
                        0.0
                    ],
                    [
                        4.777070324325649,
                        52.493223176695736,
                        0.0
                    ],
                    [
                        4.777066799764379,
                        52.49321823338681,
                        0.0
                    ],
                    [
                        4.777061830390761,
                        52.493211287408954,
                        0.0
                    ],
                    [
                        4.777058461379688,
                        52.49320574273355,
                        0.0
                    ],
                    [
                        4.777024871898595,
                        52.49315047624197,
                        0.0
                    ],
                    [
                        4.776974250728097,
                        52.493067152850905,
                        0.0
                    ],
                    [
                        4.776921771990428,
                        52.49298080904799,
                        0.0
                    ],
                    [
                        4.776885836537806,
                        52.49292164781928,
                        0.0
                    ],
                    [
                        4.776861073022304,
                        52.49288090563959,
                        0.0
                    ],
                    [
                        4.776840844794706,
                        52.49284761949961,
                        0.0
                    ],
                    [
                        4.776829269402175,
                        52.49282856923152,
                        0.0
                    ],
                    [
                        4.776824921596628,
                        52.49282140175213,
                        0.0
                    ],
                    [
                        4.776407070477832,
                        52.492919408343546,
                        0.0
                    ],
                    [
                        4.776157522075526,
                        52.49297566151934,
                        0.0
                    ],
                    [
                        4.775923908977086,
                        52.49302949774617,
                        0.0
                    ],
                    [
                        4.775806849970526,
                        52.493054958402006,
                        0.0
                    ],
                    [
                        4.775685745669819,
                        52.49308437957737,
                        0.0
                    ],
                    [
                        4.775667705082431,
                        52.49308885225623,
                        0.0
                    ],
                    [
                        4.775646340879987,
                        52.493094089715626,
                        0.0
                    ],
                    [
                        4.775577484707748,
                        52.49311034372649,
                        0.0
                    ],
                    [
                        4.775560603786941,
                        52.49308741031669,
                        0.0
                    ],
                    [
                        4.775554307138077,
                        52.493079567662875,
                        0.0
                    ],
                    [
                        4.775551397710275,
                        52.49307593966326,
                        0.0
                    ],
                    [
                        4.775538818771681,
                        52.493060281390875,
                        0.0
                    ],
                    [
                        4.775534809140965,
                        52.493055290596594,
                        0.0
                    ],
                    [
                        4.775529265312397,
                        52.49304837754156,
                        0.0
                    ],
                    [
                        4.775525255683836,
                        52.493043386747004,
                        0.0
                    ],
                    [
                        4.775450405205604,
                        52.492950177267105,
                        0.0
                    ],
                    [
                        4.77542190482901,
                        52.49291461930772,
                        0.0
                    ],
                    [
                        4.77536331125944,
                        52.49284157181417,
                        0.0
                    ],
                    [
                        4.775324548294341,
                        52.49279323451476,
                        0.0
                    ],
                    [
                        4.775285770690481,
                        52.49274489712638,
                        0.0
                    ],
                    [
                        4.775278084707441,
                        52.492735312691295,
                        0.0
                    ],
                    [
                        4.775211971263165,
                        52.49265348143219,
                        0.0
                    ],
                    [
                        4.77519628378793,
                        52.49263370875715,
                        0.0
                    ],
                    [
                        4.775075247523477,
                        52.492482857195895,
                        0.0
                    ],
                    [
                        4.775027376360834,
                        52.492446875625035,
                        0.0
                    ],
                    [
                        4.774982744155636,
                        52.492399235910526,
                        0.0
                    ],
                    [
                        4.774933732468829,
                        52.49234249613871,
                        0.0
                    ],
                    [
                        4.774908690066908,
                        52.492313534790085,
                        0.0
                    ],
                    [
                        4.774894647713232,
                        52.49229725773751,
                        0.0
                    ],
                    [
                        4.774864028305456,
                        52.49226167072273,
                        0.0
                    ],
                    [
                        4.774631753493324,
                        52.49199495199454,
                        0.0
                    ],
                    [
                        4.774442490516951,
                        52.491771784008414,
                        0.0
                    ],
                    [
                        4.774225624441957,
                        52.49152294839232,
                        0.0
                    ],
                    [
                        4.774024600695787,
                        52.49127751964786,
                        0.0
                    ],
                    [
                        4.773827986863228,
                        52.491022164111726,
                        0.0
                    ],
                    [
                        4.773619952044443,
                        52.490737997934225,
                        0.0
                    ],
                    [
                        4.773475897971856,
                        52.4905171921988,
                        0.0
                    ],
                    [
                        4.773276745703902,
                        52.4902012553465,
                        0.0
                    ],
                    [
                        4.773121833484805,
                        52.48993456534622,
                        0.0
                    ],
                    [
                        4.772939540989418,
                        52.48957333692418,
                        0.0
                    ],
                    [
                        4.772788852846602,
                        52.48925410002864,
                        0.0
                    ],
                    [
                        4.772683540013375,
                        52.48899549445219,
                        0.0
                    ],
                    [
                        4.772548144679045,
                        52.488626032999356,
                        0.0
                    ],
                    [
                        4.77243952771787,
                        52.488267513201784,
                        0.0
                    ],
                    [
                        4.772368895690092,
                        52.48798850547615,
                        0.0
                    ],
                    [
                        4.772320460410667,
                        52.487811540795015,
                        0.0
                    ],
                    [
                        4.77231652216097,
                        52.48780465387577,
                        0.0
                    ],
                    [
                        4.772245373635979,
                        52.48768034642832,
                        0.0
                    ],
                    [
                        4.772226659460674,
                        52.48764765148365,
                        0.0
                    ],
                    [
                        4.772122717759929,
                        52.487467711627794,
                        0.0
                    ],
                    [
                        4.772054050731505,
                        52.487217006720336,
                        0.0
                    ],
                    [
                        4.771967462836024,
                        52.486768805754636,
                        0.0
                    ],
                    [
                        4.771892135970661,
                        52.48639276141088,
                        0.0
                    ],
                    [
                        4.771887855256632,
                        52.48637135776616,
                        0.0
                    ],
                    [
                        4.77188652397385,
                        52.48635171301101,
                        0.0
                    ],
                    [
                        4.771860205894533,
                        52.48635343690841,
                        0.0
                    ],
                    [
                        4.771852101941262,
                        52.486353916145596,
                        0.0
                    ],
                    [
                        4.771843791139434,
                        52.486354448234536,
                        0.0
                    ],
                    [
                        4.771734273521775,
                        52.48636277770988,
                        0.0
                    ],
                    [
                        4.771698727400885,
                        52.486365352445326,
                        0.0
                    ],
                    [
                        4.771662814575161,
                        52.486368886937555,
                        0.0
                    ],
                    [
                        4.771553766717454,
                        52.48637730855992,
                        0.0
                    ],
                    [
                        4.771531613806376,
                        52.48638017745002,
                        0.0
                    ],
                    [
                        4.771450911269271,
                        52.4863850791731,
                        0.0
                    ],
                    [
                        4.771439932150007,
                        52.48638586700907,
                        0.0
                    ],
                    [
                        4.771340324108437,
                        52.48639302525468,
                        0.0
                    ],
                    [
                        4.771030137529205,
                        52.486415312259574,
                        0.0
                    ],
                    [
                        4.770911400575255,
                        52.48642384473496,
                        0.0
                    ],
                    [
                        4.770885890583163,
                        52.48642568046591,
                        0.0
                    ],
                    [
                        4.770865906962106,
                        52.48642712249161,
                        0.0
                    ],
                    [
                        4.770844051856233,
                        52.48642868960265,
                        0.0
                    ],
                    [
                        4.770793090869363,
                        52.486432352349176,
                        0.0
                    ],
                    [
                        4.770771500992282,
                        52.486433902850024,
                        0.0
                    ],
                    [
                        4.770719537942904,
                        52.48643763225787,
                        0.0
                    ],
                    [
                        4.770693129058752,
                        52.48643952618851,
                        0.0
                    ],
                    [
                        4.770652073668187,
                        52.48644231463971,
                        0.0
                    ],
                    [
                        4.770604863680814,
                        52.48644831559736,
                        0.0
                    ],
                    [
                        4.77054853911882,
                        52.48645547348608,
                        0.0
                    ],
                    [
                        4.770542761725069,
                        52.486455919791524,
                        0.0
                    ],
                    [
                        4.770535451686269,
                        52.48645647496691,
                        0.0
                    ],
                    [
                        4.770508171342779,
                        52.48645857103994,
                        0.0
                    ],
                    [
                        4.770500861303113,
                        52.48645912621321,
                        0.0
                    ],
                    [
                        4.770146247167399,
                        52.48648629383997,
                        0.0
                    ],
                    [
                        4.769791632600054,
                        52.48651346040539,
                        0.0
                    ],
                    [
                        4.769784322542488,
                        52.48651401553446,
                        0.0
                    ],
                    [
                        4.769750689960019,
                        52.48651659964727,
                        0.0
                    ],
                    [
                        4.769743379901431,
                        52.486517154773786,
                        0.0
                    ],
                    [
                        4.769638650567223,
                        52.486525174702074,
                        0.0
                    ],
                    [
                        4.769205811795509,
                        52.48655890657339,
                        0.0
                    ],
                    [
                        4.76912645275841,
                        52.48656560224391,
                        0.0
                    ],
                    [
                        4.76904011605358,
                        52.486573295068055,
                        0.0
                    ],
                    [
                        4.768952702398858,
                        52.48658114399243,
                        0.0
                    ],
                    [
                        4.768865721917778,
                        52.486588545731856,
                        0.0
                    ],
                    [
                        4.768777754186852,
                        52.4865949536269,
                        0.0
                    ],
                    [
                        4.768747068268238,
                        52.48659737306719,
                        0.0
                    ],
                    [
                        4.768717637926103,
                        52.48659844192256,
                        0.0
                    ],
                    [
                        4.768702996612716,
                        52.486598958757476,
                        0.0
                    ],
                    [
                        4.768673988543179,
                        52.48660141389064,
                        0.0
                    ],
                    [
                        4.768647806457579,
                        52.48660286815778,
                        0.0
                    ],
                    [
                        4.768455397153998,
                        52.48661353048258,
                        0.0
                    ],
                    [
                        4.768425104401731,
                        52.4866152059218,
                        0.0
                    ],
                    [
                        4.767918480570521,
                        52.486643281438425,
                        0.0
                    ],
                    [
                        4.767887377348034,
                        52.486645006434394,
                        0.0
                    ],
                    [
                        4.767655937549807,
                        52.48665783638721,
                        0.0
                    ],
                    [
                        4.767631567763027,
                        52.486659183057846,
                        0.0
                    ],
                    [
                        4.767562981505146,
                        52.48666298602888,
                        0.0
                    ],
                    [
                        4.76754663945887,
                        52.48667454855557,
                        0.0
                    ],
                    [
                        4.767077882970973,
                        52.486943820170076,
                        0.0
                    ],
                    [
                        4.76660003884864,
                        52.48721924381703,
                        0.0
                    ],
                    [
                        4.766103915937304,
                        52.487507377128175,
                        0.0
                    ],
                    [
                        4.765443921351443,
                        52.487892865726984,
                        0.0
                    ],
                    [
                        4.765109217479916,
                        52.48809019459476,
                        0.0
                    ],
                    [
                        4.764959733384695,
                        52.48817716520356,
                        0.0
                    ],
                    [
                        4.764314037900598,
                        52.48855161389738,
                        0.0
                    ],
                    [
                        4.764036948374829,
                        52.48870626369655,
                        0.0
                    ],
                    [
                        4.763663863989589,
                        52.48892024754482,
                        0.0
                    ],
                    [
                        4.763141654248149,
                        52.48922422924538,
                        0.0
                    ],
                    [
                        4.7626962625904,
                        52.48947724912305,
                        0.0
                    ],
                    [
                        4.762418581772213,
                        52.48963750028499,
                        0.0
                    ],
                    [
                        4.761799357999124,
                        52.48976654320444,
                        0.0
                    ],
                    [
                        4.761614414896671,
                        52.489811377639704,
                        0.0
                    ],
                    [
                        4.761595356224042,
                        52.48981599560081,
                        0.0
                    ],
                    [
                        4.761589720498912,
                        52.489818877851555,
                        0.0
                    ],
                    [
                        4.761583669492937,
                        52.48982197361358,
                        0.0
                    ],
                    [
                        4.761553028996392,
                        52.489837639125035,
                        0.0
                    ],
                    [
                        4.761548609407868,
                        52.48983989865807,
                        0.0
                    ],
                    [
                        4.761299302228268,
                        52.4899673663891,
                        0.0
                    ],
                    [
                        4.76105651950341,
                        52.49009147972237,
                        0.0
                    ],
                    [
                        4.761023928178343,
                        52.49020324792192,
                        0.0
                    ],
                    [
                        4.761019115329804,
                        52.49021975066473,
                        0.0
                    ],
                    [
                        4.761016097889144,
                        52.490230079434035,
                        0.0
                    ],
                    [
                        4.761013095296928,
                        52.49024039929402,
                        0.0
                    ],
                    [
                        4.761011501336084,
                        52.49024586431232,
                        0.0
                    ],
                    [
                        4.760942501643188,
                        52.490272175165174,
                        0.0
                    ],
                    [
                        4.760786204680857,
                        52.49033177334615,
                        0.0
                    ],
                    [
                        4.760658641299976,
                        52.4903804144526,
                        0.0
                    ],
                    [
                        4.760627272280533,
                        52.49039237299692,
                        0.0
                    ],
                    [
                        4.760372468603776,
                        52.49055089777108,
                        0.0
                    ],
                    [
                        4.76029136138119,
                        52.49060134780294,
                        0.0
                    ],
                    [
                        4.760282567300544,
                        52.49060681969624,
                        0.0
                    ],
                    [
                        4.760271842062843,
                        52.49061349470495,
                        0.0
                    ],
                    [
                        4.760244182304858,
                        52.49063070352056,
                        0.0
                    ],
                    [
                        4.760034369439234,
                        52.49075100752677,
                        0.0
                    ],
                    [
                        4.759993624029744,
                        52.49077415978431,
                        0.0
                    ],
                    [
                        4.759982835679503,
                        52.49078008846458,
                        0.0
                    ],
                    [
                        4.759972032731188,
                        52.4907860080791,
                        0.0
                    ],
                    [
                        4.759843293150455,
                        52.490859268045334,
                        0.0
                    ],
                    [
                        4.759831791944475,
                        52.490865624345304,
                        0.0
                    ],
                    [
                        4.759820276140007,
                        52.49087197157941,
                        0.0
                    ],
                    [
                        4.75972909069048,
                        52.490928021107855,
                        0.0
                    ],
                    [
                        4.759490688210048,
                        52.491063379895145,
                        0.0
                    ],
                    [
                        4.759480180859156,
                        52.491069211153444,
                        0.0
                    ],
                    [
                        4.759469688228307,
                        52.49107504248876,
                        0.0
                    ],
                    [
                        4.759346204091785,
                        52.491146181697935,
                        0.0
                    ],
                    [
                        4.759143571790735,
                        52.49126440107124,
                        0.0
                    ],
                    [
                        4.759096449007147,
                        52.49129072781915,
                        0.0
                    ],
                    [
                        4.758891892262936,
                        52.491407507549376,
                        0.0
                    ],
                    [
                        4.758728442039706,
                        52.4915026828936,
                        0.0
                    ],
                    [
                        4.758719379862584,
                        52.49150730841901,
                        0.0
                    ],
                    [
                        4.758710317555772,
                        52.491511942930615,
                        0.0
                    ],
                    [
                        4.758423320387057,
                        52.49167619778897,
                        0.0
                    ],
                    [
                        4.758413525335627,
                        52.49168161930039,
                        0.0
                    ],
                    [
                        4.758379743775972,
                        52.49169952322536,
                        0.0
                    ],
                    [
                        4.758278463471305,
                        52.491762150956816,
                        0.0
                    ],
                    [
                        4.758213231720627,
                        52.49179862717525,
                        0.0
                    ],
                    [
                        4.758165425819912,
                        52.491825282472334,
                        0.0
                    ],
                    [
                        4.758002219669325,
                        52.49191653953074,
                        0.0
                    ],
                    [
                        4.757996787390307,
                        52.49191957547916,
                        0.0
                    ],
                    [
                        4.757770381382129,
                        52.49204617764046,
                        0.0
                    ],
                    [
                        4.757764949071251,
                        52.4920492135781,
                        0.0
                    ],
                    [
                        4.757434584660697,
                        52.49223393430864,
                        0.0
                    ],
                    [
                        4.75733346561679,
                        52.49232845898809,
                        0.0
                    ],
                    [
                        4.757329436424585,
                        52.49233222136198,
                        0.0
                    ],
                    [
                        4.757326421859576,
                        52.49233504542817,
                        0.0
                    ],
                    [
                        4.757322392666167,
                        52.49233880780182,
                        0.0
                    ],
                    [
                        4.7570693253966,
                        52.49257530191082,
                        0.0
                    ],
                    [
                        4.7567405390618,
                        52.492898707338036,
                        0.0
                    ],
                    [
                        4.756738358674971,
                        52.49290085276712,
                        0.0
                    ],
                    [
                        4.756734475844719,
                        52.49290466982402,
                        0.0
                    ],
                    [
                        4.756733131763283,
                        52.49290599284118,
                        0.0
                    ],
                    [
                        4.756729248932126,
                        52.49290980989788,
                        0.0
                    ],
                    [
                        4.756715240672168,
                        52.49292359428162,
                        0.0
                    ],
                    [
                        4.756694512241928,
                        52.492943975773464,
                        0.0
                    ],
                    [
                        4.756684715331034,
                        52.4929536212915,
                        0.0
                    ],
                    [
                        4.756682923261195,
                        52.49295538231792,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.115806Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112813/?format=api",
            "id": 112813,
            "code": "PL_31266",
            "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.796670046652547,
                        52.50123477389355,
                        0.0
                    ],
                    [
                        4.796650480421818,
                        52.501235404492824,
                        0.0
                    ],
                    [
                        4.796649970405175,
                        52.50122948816175,
                        0.0
                    ],
                    [
                        4.796649856966692,
                        52.50122805858036,
                        0.0
                    ],
                    [
                        4.796649398288174,
                        52.501222708718984,
                        0.0
                    ],
                    [
                        4.796648772911582,
                        52.5012155065974,
                        0.0
                    ],
                    [
                        4.796648237526708,
                        52.50120928456412,
                        0.0
                    ],
                    [
                        4.796639511778135,
                        52.50110734954103,
                        0.0
                    ],
                    [
                        4.796636191551694,
                        52.50110453789321,
                        0.0
                    ],
                    [
                        4.796629551100079,
                        52.50109891459729,
                        0.0
                    ],
                    [
                        4.796611594006914,
                        52.501094852723256,
                        0.0
                    ],
                    [
                        4.796598911862691,
                        52.50109169788293,
                        0.0
                    ],
                    [
                        4.796585286760907,
                        52.50108857429726,
                        0.0
                    ],
                    [
                        4.796502932827265,
                        52.50106869731779,
                        0.0
                    ],
                    [
                        4.796439016703136,
                        52.50105328002874,
                        0.0
                    ],
                    [
                        4.796356110886377,
                        52.501035035928595,
                        0.0
                    ],
                    [
                        4.796282690865839,
                        52.501018888172474,
                        0.0
                    ],
                    [
                        4.796208287128392,
                        52.50100251976983,
                        0.0
                    ],
                    [
                        4.796152355868003,
                        52.500990215834456,
                        0.0
                    ],
                    [
                        4.796062431367696,
                        52.50097042665766,
                        0.0
                    ],
                    [
                        4.796004870271479,
                        52.500957764018075,
                        0.0
                    ],
                    [
                        4.795989011562528,
                        52.5009542787198,
                        0.0
                    ],
                    [
                        4.795957176703448,
                        52.500947280568994,
                        0.0
                    ],
                    [
                        4.795903815328694,
                        52.5009355375618,
                        0.0
                    ],
                    [
                        4.795869003764227,
                        52.500928677339594,
                        0.0
                    ],
                    [
                        4.795821419942239,
                        52.500919902012896,
                        0.0
                    ],
                    [
                        4.795773836259517,
                        52.50091111768015,
                        0.0
                    ],
                    [
                        4.795724771317309,
                        52.50090297304564,
                        0.0
                    ],
                    [
                        4.795675721119435,
                        52.50089482846421,
                        0.0
                    ],
                    [
                        4.795542846884215,
                        52.500875471846896,
                        0.0
                    ],
                    [
                        4.795474725295183,
                        52.500867312960736,
                        0.0
                    ],
                    [
                        4.795413249721887,
                        52.500859951125854,
                        0.0
                    ],
                    [
                        4.795327664290395,
                        52.50085160618093,
                        0.0
                    ],
                    [
                        4.795280289989554,
                        52.50084699290714,
                        0.0
                    ],
                    [
                        4.795235598062086,
                        52.50084332770107,
                        0.0
                    ],
                    [
                        4.795227519306655,
                        52.50084284700283,
                        0.0
                    ],
                    [
                        4.795180547881458,
                        52.50084004219248,
                        0.0
                    ],
                    [
                        4.795106971100342,
                        52.50083564861015,
                        0.0
                    ],
                    [
                        4.795021577912921,
                        52.50083054890116,
                        0.0
                    ],
                    [
                        4.794959789275445,
                        52.50082897323649,
                        0.0
                    ],
                    [
                        4.794886178682979,
                        52.50082710484378,
                        0.0
                    ],
                    [
                        4.794834312703351,
                        52.50082578536495,
                        0.0
                    ],
                    [
                        4.794738907268468,
                        52.50082711546984,
                        0.0
                    ],
                    [
                        4.794665257762411,
                        52.50082814971743,
                        0.0
                    ],
                    [
                        4.794591608373619,
                        52.50082917493236,
                        0.0
                    ],
                    [
                        4.794589898328319,
                        52.500829198944615,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.133498Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112814/?format=api",
            "id": 112814,
            "code": "PL_31267",
            "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.705474652243325,
                        52.5193578940885,
                        0.0
                    ],
                    [
                        4.705618187903813,
                        52.519271808856644,
                        0.0
                    ],
                    [
                        4.705701914051848,
                        52.5192281338201,
                        0.0
                    ],
                    [
                        4.705705749536105,
                        52.519224003593436,
                        0.0
                    ],
                    [
                        4.705708591095871,
                        52.519213630292214,
                        0.0
                    ],
                    [
                        4.705629711194253,
                        52.51910177647569,
                        0.0
                    ],
                    [
                        4.705582723857235,
                        52.519042772894345,
                        0.0
                    ],
                    [
                        4.705565310281921,
                        52.519021695907625,
                        0.0
                    ],
                    [
                        4.705527965759964,
                        52.51897750526455,
                        0.0
                    ],
                    [
                        4.705511192370459,
                        52.518956000543774,
                        0.0
                    ],
                    [
                        4.705504830666465,
                        52.518941485039335,
                        0.0
                    ],
                    [
                        4.705506699586827,
                        52.51892826608572,
                        0.0
                    ],
                    [
                        4.705515223774968,
                        52.51891627172031,
                        0.0
                    ],
                    [
                        4.705531759260404,
                        52.518905464793185,
                        0.0
                    ],
                    [
                        4.705699030241186,
                        52.51881545342167,
                        0.0
                    ],
                    [
                        4.705732180617867,
                        52.518796320536865,
                        0.0
                    ],
                    [
                        4.705760024104369,
                        52.5187802399027,
                        0.0
                    ],
                    [
                        4.705819519808228,
                        52.51872944230729,
                        0.0
                    ],
                    [
                        4.706076537032759,
                        52.518509976555215,
                        0.0
                    ],
                    [
                        4.706086944680541,
                        52.51849047935773,
                        0.0
                    ],
                    [
                        4.706092826522569,
                        52.51846256180134,
                        0.0
                    ],
                    [
                        4.706089606020372,
                        52.518437333207864,
                        0.0
                    ],
                    [
                        4.706079653207006,
                        52.518414924017954,
                        0.0
                    ],
                    [
                        4.70606696592987,
                        52.51839786470614,
                        0.0
                    ],
                    [
                        4.706048390521069,
                        52.51838047500632,
                        0.0
                    ],
                    [
                        4.705552919383758,
                        52.517985134193424,
                        0.0
                    ],
                    [
                        4.705544058306531,
                        52.517976014843484,
                        0.0
                    ],
                    [
                        4.705538153578866,
                        52.517962445656174,
                        0.0
                    ],
                    [
                        4.705539616591192,
                        52.51794784028302,
                        0.0
                    ],
                    [
                        4.705546192840783,
                        52.51793699411976,
                        0.0
                    ],
                    [
                        4.70555524769257,
                        52.517928786561754,
                        0.0
                    ],
                    [
                        4.705566694531996,
                        52.517922147591,
                        0.0
                    ],
                    [
                        4.705580050377089,
                        52.517915915036994,
                        0.0
                    ],
                    [
                        4.705593062201173,
                        52.51790810768204,
                        0.0
                    ],
                    [
                        4.705603891404309,
                        52.517896620863795,
                        0.0
                    ],
                    [
                        4.705608884572454,
                        52.51788238628069,
                        0.0
                    ],
                    [
                        4.705607621355019,
                        52.51787163888765,
                        0.0
                    ],
                    [
                        4.705602974640755,
                        52.517862471847096,
                        0.0
                    ],
                    [
                        4.705593650765823,
                        52.51785279261346,
                        0.0
                    ],
                    [
                        4.705286872838037,
                        52.51761676032924,
                        0.0
                    ],
                    [
                        4.704081836853691,
                        52.51666004166723,
                        0.0
                    ],
                    [
                        4.703858193820348,
                        52.51647840052357,
                        0.0
                    ],
                    [
                        4.703123670313618,
                        52.51589678013132,
                        0.0
                    ],
                    [
                        4.703077491266945,
                        52.515860213119986,
                        0.0
                    ],
                    [
                        4.703071925376351,
                        52.51585336845434,
                        0.0
                    ],
                    [
                        4.703070370756936,
                        52.51584625931213,
                        0.0
                    ],
                    [
                        4.703071721839904,
                        52.515840829622185,
                        0.0
                    ],
                    [
                        4.703076161710574,
                        52.51583477063465,
                        0.0
                    ],
                    [
                        4.703081958724207,
                        52.5158304990098,
                        0.0
                    ],
                    [
                        4.703245296488558,
                        52.51575430924347,
                        0.0
                    ],
                    [
                        4.703258149803228,
                        52.515746258563745,
                        0.0
                    ],
                    [
                        4.703268110492455,
                        52.5157356836791,
                        0.0
                    ],
                    [
                        4.703273289640875,
                        52.51572374208736,
                        0.0
                    ],
                    [
                        4.703273726211213,
                        52.51571457728308,
                        0.0
                    ],
                    [
                        4.70327040129736,
                        52.51570381797478,
                        0.0
                    ],
                    [
                        4.703190122241532,
                        52.515640298469506,
                        0.0
                    ],
                    [
                        4.703182743467262,
                        52.51563445895411,
                        0.0
                    ],
                    [
                        4.703178121964928,
                        52.515630369932985,
                        0.0
                    ],
                    [
                        4.703175176742844,
                        52.51562553561854,
                        0.0
                    ],
                    [
                        4.703174312330949,
                        52.51562047063421,
                        0.0
                    ],
                    [
                        4.703175018530535,
                        52.51561672688858,
                        0.0
                    ],
                    [
                        4.703176585916931,
                        52.51561350039857,
                        0.0
                    ],
                    [
                        4.703625994897663,
                        52.5149498235835,
                        0.0
                    ],
                    [
                        4.703760990052309,
                        52.51475044796962,
                        0.0
                    ],
                    [
                        4.704023633217289,
                        52.51459119969824,
                        0.0
                    ],
                    [
                        4.704112727177208,
                        52.51453717602671,
                        0.0
                    ],
                    [
                        4.704123293268908,
                        52.51453219482339,
                        0.0
                    ],
                    [
                        4.704134226923419,
                        52.514528213355284,
                        0.0
                    ],
                    [
                        4.704144184469336,
                        52.51452543060185,
                        0.0
                    ],
                    [
                        4.70415085113471,
                        52.51452396805264,
                        0.0
                    ],
                    [
                        4.704234325673733,
                        52.51451036499924,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.150753Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112815/?format=api",
            "id": 112815,
            "code": "PL_31268",
            "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.952581345441977,
                        52.619376531898865,
                        0.0
                    ],
                    [
                        4.952580422583035,
                        52.61937727446136,
                        0.0
                    ],
                    [
                        4.952578830017207,
                        52.61937854481944,
                        0.0
                    ],
                    [
                        4.952574736792223,
                        52.619381828151944,
                        0.0
                    ],
                    [
                        4.952587054978475,
                        52.61938752612538,
                        0.0
                    ],
                    [
                        4.952593978494429,
                        52.619390723912844,
                        0.0
                    ],
                    [
                        4.952596565617627,
                        52.61939191967921,
                        0.0
                    ],
                    [
                        4.952584717705544,
                        52.61940141176913,
                        0.0
                    ],
                    [
                        4.952583571669545,
                        52.619402324272315,
                        0.0
                    ],
                    [
                        4.952577915585393,
                        52.619406860097214,
                        0.0
                    ],
                    [
                        4.952577022524037,
                        52.61940757580708,
                        0.0
                    ],
                    [
                        4.952574283920628,
                        52.61940975866813,
                        0.0
                    ],
                    [
                        4.9525671839924,
                        52.619415457548016,
                        0.0
                    ],
                    [
                        4.952550453757973,
                        52.61942888614611,
                        0.0
                    ],
                    [
                        4.952532384352906,
                        52.6194298805683,
                        0.0
                    ],
                    [
                        4.952342753718593,
                        52.619321969949326,
                        0.0
                    ],
                    [
                        4.952149077737309,
                        52.61923650319603,
                        0.0
                    ],
                    [
                        4.951958847193004,
                        52.61910879098829,
                        0.0
                    ],
                    [
                        4.951380529782703,
                        52.61876276858654,
                        0.0
                    ],
                    [
                        4.951337993839525,
                        52.61874126807114,
                        0.0
                    ],
                    [
                        4.951219510738047,
                        52.6186813564007,
                        0.0
                    ],
                    [
                        4.950880533715418,
                        52.61850996731636,
                        0.0
                    ],
                    [
                        4.950846884483112,
                        52.6184902697148,
                        0.0
                    ],
                    [
                        4.950791609804185,
                        52.6184579286294,
                        0.0
                    ],
                    [
                        4.950747948118782,
                        52.61843237054521,
                        0.0
                    ],
                    [
                        4.950693921547495,
                        52.61840075297085,
                        0.0
                    ],
                    [
                        4.950651786792756,
                        52.61837609018898,
                        0.0
                    ],
                    [
                        4.950616038382226,
                        52.6183551625547,
                        0.0
                    ],
                    [
                        4.950578645600173,
                        52.61833328521522,
                        0.0
                    ],
                    [
                        4.950530183486642,
                        52.618304914402806,
                        0.0
                    ],
                    [
                        4.950485083264688,
                        52.61827852411491,
                        0.0
                    ],
                    [
                        4.950443653397513,
                        52.61825427725806,
                        0.0
                    ],
                    [
                        4.950440431563737,
                        52.618253070125085,
                        0.0
                    ],
                    [
                        4.950399329252878,
                        52.61823748810606,
                        0.0
                    ],
                    [
                        4.950384379901938,
                        52.618232130735045,
                        0.0
                    ],
                    [
                        4.950371608210326,
                        52.61822755426231,
                        0.0
                    ],
                    [
                        4.950267963287788,
                        52.61819042475281,
                        0.0
                    ],
                    [
                        4.950255221062588,
                        52.61818585736296,
                        0.0
                    ],
                    [
                        4.950189111466244,
                        52.61816217576742,
                        0.0
                    ],
                    [
                        4.950149884260993,
                        52.61814811938934,
                        0.0
                    ],
                    [
                        4.950124885434369,
                        52.61813915712475,
                        0.0
                    ],
                    [
                        4.950035395700692,
                        52.61810709430481,
                        0.0
                    ],
                    [
                        4.949956132167704,
                        52.618078699854436,
                        0.0
                    ],
                    [
                        4.949871232510212,
                        52.61804837034546,
                        0.0
                    ],
                    [
                        4.949779369456698,
                        52.618023371518454,
                        0.0
                    ],
                    [
                        4.949707497856444,
                        52.61800452153355,
                        0.0
                    ],
                    [
                        4.949657043350973,
                        52.61799843125898,
                        0.0
                    ],
                    [
                        4.949612750914327,
                        52.61799485309695,
                        0.0
                    ],
                    [
                        4.949568458395619,
                        52.61799128390529,
                        0.0
                    ],
                    [
                        4.949524165973463,
                        52.617987705710235,
                        0.0
                    ],
                    [
                        4.949479888324164,
                        52.61798412755308,
                        0.0
                    ],
                    [
                        4.949435595916503,
                        52.61798054932501,
                        0.0
                    ],
                    [
                        4.949391303426743,
                        52.61797698006734,
                        0.0
                    ],
                    [
                        4.94934701103357,
                        52.61797340180628,
                        0.0
                    ],
                    [
                        4.949302718647647,
                        52.61796982352875,
                        0.0
                    ],
                    [
                        4.949258426268969,
                        52.61796624523471,
                        0.0
                    ],
                    [
                        4.94921414857376,
                        52.617962675965416,
                        0.0
                    ],
                    [
                        4.949169856209573,
                        52.61795909763833,
                        0.0
                    ],
                    [
                        4.949125563852634,
                        52.617955519294775,
                        0.0
                    ],
                    [
                        4.949118245748304,
                        52.617954926134,
                        0.0
                    ],
                    [
                        4.949088589516861,
                        52.617952543084634,
                        0.0
                    ],
                    [
                        4.949081271413531,
                        52.61795194992156,
                        0.0
                    ],
                    [
                        4.949036979071081,
                        52.617948371545,
                        0.0
                    ],
                    [
                        4.948992686735878,
                        52.61794479315195,
                        0.0
                    ],
                    [
                        4.948948409173516,
                        52.617941214796815,
                        0.0
                    ],
                    [
                        4.948904116763365,
                        52.61793764535759,
                        0.0
                    ],
                    [
                        4.9488598244499,
                        52.61793406691502,
                        0.0
                    ],
                    [
                        4.948815532143682,
                        52.617930488455926,
                        0.0
                    ],
                    [
                        4.948771239844715,
                        52.61792690998034,
                        0.0
                    ],
                    [
                        4.948726947463514,
                        52.61792334047511,
                        0.0
                    ],
                    [
                        4.948682655179037,
                        52.61791976196652,
                        0.0
                    ],
                    [
                        4.948638377667391,
                        52.61791618349592,
                        0.0
                    ],
                    [
                        4.948594085397409,
                        52.61791260495432,
                        0.0
                    ],
                    [
                        4.94854979304516,
                        52.61790903538305,
                        0.0
                    ],
                    [
                        4.948505500789667,
                        52.61790545680848,
                        0.0
                    ],
                    [
                        4.948461208541425,
                        52.617901878217346,
                        0.0
                    ],
                    [
                        4.948416916210887,
                        52.61789830859662,
                        0.0
                    ],
                    [
                        4.948372638921815,
                        52.61789471205331,
                        0.0
                    ],
                    [
                        4.948328512878282,
                        52.617890756564165,
                        0.0
                    ],
                    [
                        4.94828462846619,
                        52.617886262719324,
                        0.0
                    ],
                    [
                        4.948240970742348,
                        52.617881248438245,
                        0.0
                    ],
                    [
                        4.948197554473791,
                        52.61787571377569,
                        0.0
                    ],
                    [
                        4.948154364985998,
                        52.61786964969048,
                        0.0
                    ],
                    [
                        4.948111402190823,
                        52.61786306516982,
                        0.0
                    ],
                    [
                        4.948068666089689,
                        52.61785596021387,
                        0.0
                    ],
                    [
                        4.948026156684,
                        52.61784833482291,
                        0.0
                    ],
                    [
                        4.947983888740703,
                        52.61784018905178,
                        0.0
                    ],
                    [
                        4.947941847585247,
                        52.6178315138592,
                        0.0
                    ],
                    [
                        4.947900047894914,
                        52.61782231828695,
                        0.0
                    ],
                    [
                        4.947858460139937,
                        52.61781260222609,
                        0.0
                    ],
                    [
                        4.947817128797618,
                        52.61780234786685,
                        0.0
                    ],
                    [
                        4.947776024338209,
                        52.61779155510034,
                        0.0
                    ],
                    [
                        4.947735146763049,
                        52.6177802239268,
                        0.0
                    ],
                    [
                        4.947694525604526,
                        52.6177683544556,
                        0.0
                    ],
                    [
                        4.947687930647299,
                        52.61776632592951,
                        0.0
                    ],
                    [
                        4.947654146367497,
                        52.61775591967188,
                        0.0
                    ],
                    [
                        4.947614008873886,
                        52.617742937549544,
                        0.0
                    ],
                    [
                        4.947580573836013,
                        52.61773157093277,
                        0.0
                    ],
                    [
                        4.947574128159649,
                        52.617729381182905,
                        0.0
                    ],
                    [
                        4.947534474246452,
                        52.6177152953973,
                        0.0
                    ],
                    [
                        4.94749488067695,
                        52.617701084000885,
                        0.0
                    ],
                    [
                        4.947455287133035,
                        52.617686872591236,
                        0.0
                    ],
                    [
                        4.947415693614712,
                        52.6176726611684,
                        0.0
                    ],
                    [
                        4.947376100121979,
                        52.617658449732296,
                        0.0
                    ],
                    [
                        4.947336506654833,
                        52.61764423828302,
                        0.0
                    ],
                    [
                        4.947296913213277,
                        52.617630026820564,
                        0.0
                    ],
                    [
                        4.94725731979731,
                        52.61761581534484,
                        0.0
                    ],
                    [
                        4.947217711641459,
                        52.617601603801255,
                        0.0
                    ],
                    [
                        4.947178118276674,
                        52.617587392299114,
                        0.0
                    ],
                    [
                        4.947138524937483,
                        52.617573180783786,
                        0.0
                    ],
                    [
                        4.947099430020874,
                        52.6175578566885,
                        0.0
                    ],
                    [
                        4.947082342072375,
                        52.61755083733884,
                        0.0
                    ],
                    [
                        4.947006065310148,
                        52.61751346477495,
                        0.0
                    ],
                    [
                        4.946946157859035,
                        52.61748410645021,
                        0.0
                    ],
                    [
                        4.946871144954319,
                        52.61744735859544,
                        0.0
                    ],
                    [
                        4.946799629356764,
                        52.61741232222838,
                        0.0
                    ],
                    [
                        4.946687896586686,
                        52.617357580664375,
                        0.0
                    ],
                    [
                        4.946570683315904,
                        52.61730014948372,
                        0.0
                    ],
                    [
                        4.946453705427484,
                        52.617242835892064,
                        0.0
                    ],
                    [
                        4.946345867349458,
                        52.617190004739626,
                        0.0
                    ],
                    [
                        4.946240248385088,
                        52.61713825119558,
                        0.0
                    ],
                    [
                        4.946141756097875,
                        52.61708999305476,
                        0.0
                    ],
                    [
                        4.945999344510229,
                        52.61702021826408,
                        0.0
                    ],
                    [
                        4.94588806929297,
                        52.616965693328616,
                        0.0
                    ],
                    [
                        4.945737591673339,
                        52.61689196985909,
                        0.0
                    ],
                    [
                        4.945652295319988,
                        52.616850177167755,
                        0.0
                    ],
                    [
                        4.945593403428041,
                        52.616821325206764,
                        0.0
                    ],
                    [
                        4.945560004957048,
                        52.616804961271434,
                        0.0
                    ],
                    [
                        4.945523878880663,
                        52.61680733448038,
                        0.0
                    ],
                    [
                        4.945440572013784,
                        52.61687194842401,
                        0.0
                    ],
                    [
                        4.945357413726918,
                        52.61693644602759,
                        0.0
                    ],
                    [
                        4.945255906037964,
                        52.617015182970285,
                        0.0
                    ],
                    [
                        4.945167895836268,
                        52.617083437024085,
                        0.0
                    ],
                    [
                        4.945044526218384,
                        52.6171791232245,
                        0.0
                    ],
                    [
                        4.944967557529516,
                        52.61723882643926,
                        0.0
                    ],
                    [
                        4.944890692892008,
                        52.617298440119065,
                        0.0
                    ],
                    [
                        4.94480952717407,
                        52.61736138996609,
                        0.0
                    ],
                    [
                        4.944736040222861,
                        52.61741839185438,
                        0.0
                    ],
                    [
                        4.944686891830551,
                        52.61745732117972,
                        0.0
                    ],
                    [
                        4.944656729404667,
                        52.61748038687065,
                        0.0
                    ],
                    [
                        4.944643831591566,
                        52.61748991021663,
                        0.0
                    ],
                    [
                        4.944638414525411,
                        52.61749411403089,
                        0.0
                    ],
                    [
                        4.944613531806117,
                        52.617513415757664,
                        0.0
                    ],
                    [
                        4.944608977903985,
                        52.61751694874462,
                        0.0
                    ],
                    [
                        4.944598175004358,
                        52.61752518572929,
                        0.0
                    ],
                    [
                        4.944569827781509,
                        52.617546874128536,
                        0.0
                    ],
                    [
                        4.944551191119919,
                        52.617561759425065,
                        0.0
                    ],
                    [
                        4.944547887352747,
                        52.61756431746056,
                        0.0
                    ],
                    [
                        4.944512127206406,
                        52.617566943367265,
                        0.0
                    ],
                    [
                        4.94446468291062,
                        52.61754355275919,
                        0.0
                    ],
                    [
                        4.944420532841998,
                        52.61752149551939,
                        0.0
                    ],
                    [
                        4.944365158053237,
                        52.6174938243897,
                        0.0
                    ],
                    [
                        4.944308828281279,
                        52.61746568234191,
                        0.0
                    ],
                    [
                        4.9442689390986,
                        52.61744575290987,
                        0.0
                    ],
                    [
                        4.94421532749036,
                        52.61741896902391,
                        0.0
                    ],
                    [
                        4.944170413758409,
                        52.61739652239477,
                        0.0
                    ],
                    [
                        4.944132978225405,
                        52.617377824319014,
                        0.0
                    ],
                    [
                        4.944088637533957,
                        52.61735566738452,
                        0.0
                    ],
                    [
                        4.944052583143416,
                        52.61733765745803,
                        0.0
                    ],
                    [
                        4.944004628339382,
                        52.617313689580236,
                        0.0
                    ],
                    [
                        4.94396115459211,
                        52.617291967214946,
                        0.0
                    ],
                    [
                        4.943884756097012,
                        52.617253792322934,
                        0.0
                    ],
                    [
                        4.943822168118535,
                        52.61722252612087,
                        0.0
                    ],
                    [
                        4.94377007037285,
                        52.61719649361459,
                        0.0
                    ],
                    [
                        4.943751522295012,
                        52.61718643965249,
                        0.0
                    ],
                    [
                        4.943713625864025,
                        52.61716809022404,
                        0.0
                    ],
                    [
                        4.943700048410543,
                        52.61716151486727,
                        0.0
                    ],
                    [
                        4.943692570240544,
                        52.61715777525635,
                        0.0
                    ],
                    [
                        4.943671399129216,
                        52.617147199225336,
                        0.0
                    ],
                    [
                        4.943665316699722,
                        52.61714415683418,
                        0.0
                    ],
                    [
                        4.94364874424411,
                        52.61713587171709,
                        0.0
                    ],
                    [
                        4.943610633390226,
                        52.61711682944129,
                        0.0
                    ],
                    [
                        4.943543212282504,
                        52.61708313648694,
                        0.0
                    ],
                    [
                        4.943488220411852,
                        52.61705567307744,
                        0.0
                    ],
                    [
                        4.943448728642787,
                        52.61703594256783,
                        0.0
                    ],
                    [
                        4.943399275955663,
                        52.617011222913646,
                        0.0
                    ],
                    [
                        4.943370244875096,
                        52.61699671704159,
                        0.0
                    ],
                    [
                        4.943346534473347,
                        52.616984648584115,
                        0.0
                    ],
                    [
                        4.943310620643283,
                        52.61698644673278,
                        0.0
                    ],
                    [
                        4.942973125711355,
                        52.617228703076904,
                        0.0
                    ],
                    [
                        4.942793541368118,
                        52.617357609235626,
                        0.0
                    ],
                    [
                        4.942612468542416,
                        52.61748758801843,
                        0.0
                    ],
                    [
                        4.942557777617242,
                        52.617526846239684,
                        0.0
                    ],
                    [
                        4.942525759572059,
                        52.6175493112969,
                        0.0
                    ],
                    [
                        4.942514956003007,
                        52.61755757505221,
                        0.0
                    ],
                    [
                        4.942508173497383,
                        52.61756244770171,
                        0.0
                    ],
                    [
                        4.942489149898878,
                        52.61757609998355,
                        0.0
                    ],
                    [
                        4.9424835127683,
                        52.61758014110733,
                        0.0
                    ],
                    [
                        4.942465351723112,
                        52.61759318548291,
                        0.0
                    ],
                    [
                        4.942435856964591,
                        52.617614347825274,
                        0.0
                    ],
                    [
                        4.94229448054903,
                        52.61771583244461,
                        0.0
                    ],
                    [
                        4.942137604891406,
                        52.617828429951345,
                        0.0
                    ],
                    [
                        4.942006891790009,
                        52.61792226111032,
                        0.0
                    ],
                    [
                        4.941867476906686,
                        52.618022323601366,
                        0.0
                    ],
                    [
                        4.941728537253613,
                        52.61812205518277,
                        0.0
                    ],
                    [
                        4.941597002020538,
                        52.618216700642705,
                        0.0
                    ],
                    [
                        4.941565544624558,
                        52.618239113618486,
                        0.0
                    ],
                    [
                        4.941554270659511,
                        52.618247132868426,
                        0.0
                    ],
                    [
                        4.941539649217952,
                        52.61825762902075,
                        0.0
                    ],
                    [
                        4.941492244782998,
                        52.618291656557055,
                        0.0
                    ],
                    [
                        4.941480761797278,
                        52.61829989969619,
                        0.0
                    ],
                    [
                        4.941466769940554,
                        52.618309463531894,
                        0.0
                    ],
                    [
                        4.941437201302925,
                        52.61833053547634,
                        0.0
                    ],
                    [
                        4.941347799982384,
                        52.61839533040331,
                        0.0
                    ],
                    [
                        4.941141000700619,
                        52.61854376001188,
                        0.0
                    ],
                    [
                        4.940985100787413,
                        52.61865565865054,
                        0.0
                    ],
                    [
                        4.940832055986731,
                        52.61876550973696,
                        0.0
                    ],
                    [
                        4.940665162130709,
                        52.61888529337765,
                        0.0
                    ],
                    [
                        4.940478201246502,
                        52.619019479744836,
                        0.0
                    ],
                    [
                        4.940308419704719,
                        52.61914133705971,
                        0.0
                    ],
                    [
                        4.940253437729963,
                        52.61918122222509,
                        0.0
                    ],
                    [
                        4.940221978960229,
                        52.61920363483848,
                        0.0
                    ],
                    [
                        4.940210557572986,
                        52.61921158150856,
                        0.0
                    ],
                    [
                        4.940201305428832,
                        52.61921821521684,
                        0.0
                    ],
                    [
                        4.940181417584171,
                        52.61923249298145,
                        0.0
                    ],
                    [
                        4.940174827979887,
                        52.61923722242747,
                        0.0
                    ],
                    [
                        4.940160876098827,
                        52.61924715473404,
                        0.0
                    ],
                    [
                        4.940131306297085,
                        52.619268217360556,
                        0.0
                    ],
                    [
                        4.940124848116439,
                        52.61927309109312,
                        0.0
                    ],
                    [
                        4.939944622348345,
                        52.619402439874754,
                        0.0
                    ],
                    [
                        4.939830515516918,
                        52.61948433320317,
                        0.0
                    ],
                    [
                        4.939738215299804,
                        52.619550571929715,
                        0.0
                    ],
                    [
                        4.93965243005273,
                        52.619612143797035,
                        0.0
                    ],
                    [
                        4.939553628798133,
                        52.619683049219255,
                        0.0
                    ],
                    [
                        4.939457177370265,
                        52.6197522828043,
                        0.0
                    ],
                    [
                        4.939425478146424,
                        52.619775026826346,
                        0.0
                    ],
                    [
                        4.939395340673363,
                        52.619796662311,
                        0.0
                    ],
                    [
                        4.93936518840446,
                        52.61981829773232,
                        0.0
                    ],
                    [
                        4.939335050872122,
                        52.61983993320139,
                        0.0
                    ],
                    [
                        4.939304898543928,
                        52.61986156860709,
                        0.0
                    ],
                    [
                        4.939274760952314,
                        52.61988320406059,
                        0.0
                    ],
                    [
                        4.939244608564828,
                        52.61990483945066,
                        0.0
                    ],
                    [
                        4.939214471005369,
                        52.61992646590178,
                        0.0
                    ],
                    [
                        4.939184318558598,
                        52.61994810127626,
                        0.0
                    ],
                    [
                        4.939154180848437,
                        52.61996973669863,
                        0.0
                    ],
                    [
                        4.939124028342377,
                        52.61999137205754,
                        0.0
                    ],
                    [
                        4.939093890572939,
                        52.62001300746432,
                        0.0
                    ],
                    [
                        4.939063738007589,
                        52.62003464280767,
                        0.0
                    ],
                    [
                        4.939033600178871,
                        52.62005627819885,
                        0.0
                    ],
                    [
                        4.93900399253501,
                        52.620078050389075,
                        0.0
                    ],
                    [
                        4.93897578427575,
                        52.62010016037411,
                        0.0
                    ],
                    [
                        4.938948945778447,
                        52.62012261703044,
                        0.0
                    ],
                    [
                        4.938923418162271,
                        52.62014540216261,
                        0.0
                    ],
                    [
                        4.938899216286501,
                        52.620168506840216,
                        0.0
                    ],
                    [
                        4.938876281087365,
                        52.620191930841386,
                        0.0
                    ],
                    [
                        4.938854612566386,
                        52.620215674166815,
                        0.0
                    ],
                    [
                        4.938834196141801,
                        52.62023971878783,
                        0.0
                    ],
                    [
                        4.938824426976789,
                        52.620252129202086,
                        0.0
                    ],
                    [
                        4.938821524785582,
                        52.62025580300436,
                        0.0
                    ],
                    [
                        4.938815016957372,
                        52.620264073636186,
                        0.0
                    ],
                    [
                        4.93881202177389,
                        52.620268178472664,
                        0.0
                    ],
                    [
                        4.938809041264693,
                        52.62027229235157,
                        0.0
                    ],
                    [
                        4.938797075014749,
                        52.620288738712546,
                        0.0
                    ],
                    [
                        4.938780370315626,
                        52.62031371401744,
                        0.0
                    ],
                    [
                        4.938764902953273,
                        52.62033899056449,
                        0.0
                    ],
                    [
                        4.93875065816311,
                        52.62036456829854,
                        0.0
                    ],
                    [
                        4.938737650621851,
                        52.620390456262555,
                        0.0
                    ],
                    [
                        4.938725909772678,
                        52.62041666355516,
                        0.0
                    ],
                    [
                        4.938715421034246,
                        52.6204431721474,
                        0.0
                    ],
                    [
                        4.938706213666846,
                        52.62047000911147,
                        0.0
                    ],
                    [
                        4.938698317297016,
                        52.620497165572324,
                        0.0
                    ],
                    [
                        4.938691761368355,
                        52.6205246506284,
                        0.0
                    ],
                    [
                        4.938686560466603,
                        52.620552482309385,
                        0.0
                    ],
                    [
                        4.938682758985132,
                        52.62058065179565,
                        0.0
                    ],
                    [
                        4.938680386184853,
                        52.6206091861594,
                        0.0
                    ],
                    [
                        4.938679309719403,
                        52.620638030978135,
                        0.0
                    ],
                    [
                        4.93867839522618,
                        52.6206669213437,
                        0.0
                    ],
                    [
                        4.938677480731697,
                        52.62069581170908,
                        0.0
                    ],
                    [
                        4.938676566235959,
                        52.62072470207428,
                        0.0
                    ],
                    [
                        4.938675666505485,
                        52.620753592494935,
                        0.0
                    ],
                    [
                        4.938674751915697,
                        52.620782491846526,
                        0.0
                    ],
                    [
                        4.938673837416195,
                        52.620811382211066,
                        0.0
                    ],
                    [
                        4.938673446939037,
                        52.620823621290114,
                        0.0
                    ],
                    [
                        4.938672922915433,
                        52.62084027257539,
                        0.0
                    ],
                    [
                        4.938672724838823,
                        52.62084667070705,
                        0.0
                    ],
                    [
                        4.938672008413413,
                        52.620869162939556,
                        0.0
                    ],
                    [
                        4.938667299359846,
                        52.620897994051184,
                        0.0
                    ],
                    [
                        4.938658488670143,
                        52.62092646817407,
                        0.0
                    ],
                    [
                        4.938644913240776,
                        52.62095589493501,
                        0.0
                    ],
                    [
                        4.938647121198161,
                        52.62096239201645,
                        0.0
                    ],
                    [
                        4.938648411466864,
                        52.62096619846575,
                        0.0
                    ],
                    [
                        4.938663494517538,
                        52.62101057120394,
                        0.0
                    ],
                    [
                        4.938671165246276,
                        52.62103312204067,
                        0.0
                    ],
                    [
                        4.938671839229328,
                        52.62103509277794,
                        0.0
                    ],
                    [
                        4.93867221190159,
                        52.62103619960827,
                        0.0
                    ],
                    [
                        4.938673473739882,
                        52.62103989810368,
                        0.0
                    ],
                    [
                        4.938664886603706,
                        52.621047873291204,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.177418Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112816/?format=api",
            "id": 112816,
            "code": "PL_31269",
            "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.812626212761835,
                        52.661183232407055,
                        0.0
                    ],
                    [
                        4.812636583915985,
                        52.661199450438616,
                        0.0
                    ],
                    [
                        4.812640235881411,
                        52.66120502215538,
                        0.0
                    ],
                    [
                        4.812660277156188,
                        52.66121418702164,
                        0.0
                    ],
                    [
                        4.81266171612327,
                        52.661220574869255,
                        0.0
                    ],
                    [
                        4.812629386721116,
                        52.66124462118581,
                        0.0
                    ],
                    [
                        4.812630319059152,
                        52.66125132113785,
                        0.0
                    ],
                    [
                        4.812643545092123,
                        52.66125832312535,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.194851Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112817/?format=api",
            "id": 112817,
            "code": "PL_31270",
            "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.197480929039851,
                        52.73303177564122,
                        0.0
                    ],
                    [
                        5.197358828234013,
                        52.7329955978722,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.208164Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112818/?format=api",
            "id": 112818,
            "code": "PL_31271",
            "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.699854772055832,
                        52.5084518654932,
                        0.0
                    ],
                    [
                        4.699861830726602,
                        52.50844475430271,
                        0.0
                    ],
                    [
                        4.700106857770685,
                        52.508206303785336,
                        0.0
                    ],
                    [
                        4.700109744239721,
                        52.508203498398345,
                        0.0
                    ],
                    [
                        4.700207121880612,
                        52.508103131662445,
                        0.0
                    ],
                    [
                        4.700214831225932,
                        52.5080951863352,
                        0.0
                    ],
                    [
                        4.700228423562113,
                        52.50808118148562,
                        0.0
                    ],
                    [
                        4.700200527163768,
                        52.50804224751478,
                        0.0
                    ],
                    [
                        4.700104655163454,
                        52.50800036743799,
                        0.0
                    ],
                    [
                        4.700093601627354,
                        52.507932590944755,
                        0.0
                    ],
                    [
                        4.700436503152949,
                        52.50753491617324,
                        0.0
                    ],
                    [
                        4.700706674704903,
                        52.507219074018096,
                        0.0
                    ],
                    [
                        4.700711204973714,
                        52.507213797552865,
                        0.0
                    ],
                    [
                        4.700715945623768,
                        52.50720825267708,
                        0.0
                    ],
                    [
                        4.700718225624899,
                        52.50720560554273,
                        0.0
                    ],
                    [
                        4.700723205273612,
                        52.50719984634733,
                        0.0
                    ],
                    [
                        4.70073384185275,
                        52.50718739716531,
                        0.0
                    ],
                    [
                        4.700735851998862,
                        52.50718505404728,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.222092Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112819/?format=api",
            "id": 112819,
            "code": "PL_31272",
            "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.704646991947253,
                        52.5259127208721,
                        0.0
                    ],
                    [
                        4.704803915013501,
                        52.52586482085092,
                        0.0
                    ],
                    [
                        4.704806387445282,
                        52.525864071125056,
                        0.0
                    ],
                    [
                        4.704808430638186,
                        52.52586344475686,
                        0.0
                    ],
                    [
                        4.704830372266539,
                        52.52585674936292,
                        0.0
                    ],
                    [
                        4.704831245755934,
                        52.5258564847586,
                        0.0
                    ],
                    [
                        4.704942347705868,
                        52.52582244053688,
                        0.0
                    ],
                    [
                        4.704942641835785,
                        52.52582247817786,
                        0.0
                    ],
                    [
                        4.704958767165778,
                        52.52581741202134,
                        0.0
                    ],
                    [
                        4.704965471784419,
                        52.52581550925163,
                        0.0
                    ],
                    [
                        4.704980975353959,
                        52.5258106282565,
                        0.0
                    ],
                    [
                        4.705012019634849,
                        52.52580323019861,
                        0.0
                    ],
                    [
                        4.705017078609396,
                        52.52580197405786,
                        0.0
                    ],
                    [
                        4.705068112347543,
                        52.525735876371094,
                        0.0
                    ],
                    [
                        4.705029402349089,
                        52.52560519962743,
                        0.0
                    ],
                    [
                        4.704957946369797,
                        52.52538418952568,
                        0.0
                    ],
                    [
                        4.704862005190119,
                        52.525173392254,
                        0.0
                    ],
                    [
                        4.704758802033415,
                        52.52487001732609,
                        0.0
                    ],
                    [
                        4.704738901979444,
                        52.52471511032964,
                        0.0
                    ],
                    [
                        4.70472377332908,
                        52.52456039253775,
                        0.0
                    ],
                    [
                        4.704713852286187,
                        52.52439956618805,
                        0.0
                    ],
                    [
                        4.70469015754792,
                        52.524184178089655,
                        0.0
                    ],
                    [
                        4.704675559002023,
                        52.52400281523092,
                        0.0
                    ],
                    [
                        4.704656273906176,
                        52.52382246796573,
                        0.0
                    ],
                    [
                        4.704626870058717,
                        52.52358562965372,
                        0.0
                    ],
                    [
                        4.704587079136137,
                        52.523283940309916,
                        0.0
                    ],
                    [
                        4.704638019988719,
                        52.523220844088236,
                        0.0
                    ],
                    [
                        4.704632123187342,
                        52.523084729633986,
                        0.0
                    ],
                    [
                        4.704620083800053,
                        52.52291990955075,
                        0.0
                    ],
                    [
                        4.704585986337294,
                        52.52275607704481,
                        0.0
                    ],
                    [
                        4.704575920990107,
                        52.52272949687901,
                        0.0
                    ],
                    [
                        4.704551860198221,
                        52.52267989098449,
                        0.0
                    ],
                    [
                        4.704445729637986,
                        52.52247105680529,
                        0.0
                    ],
                    [
                        4.704386960485435,
                        52.52235438378318,
                        0.0
                    ],
                    [
                        4.704215572430837,
                        52.52215797217579,
                        0.0
                    ],
                    [
                        4.70422275230674,
                        52.52214340871822,
                        0.0
                    ],
                    [
                        4.704237885506505,
                        52.52213857961489,
                        0.0
                    ],
                    [
                        4.704255313721363,
                        52.52213302673714,
                        0.0
                    ],
                    [
                        4.704394562347455,
                        52.522088611592096,
                        0.0
                    ],
                    [
                        4.704405297568145,
                        52.5220851951726,
                        0.0
                    ],
                    [
                        4.704571983835229,
                        52.522032031009225,
                        0.0
                    ],
                    [
                        4.70460837412362,
                        52.52201986445666,
                        0.0
                    ],
                    [
                        4.704454874306339,
                        52.52180531132705,
                        0.0
                    ],
                    [
                        4.704421385234522,
                        52.521758500207135,
                        0.0
                    ],
                    [
                        4.704355727561321,
                        52.52166334866233,
                        0.0
                    ],
                    [
                        4.704308731832434,
                        52.5215781458393,
                        0.0
                    ],
                    [
                        4.704357659148858,
                        52.52146793434978,
                        0.0
                    ],
                    [
                        4.704529458119587,
                        52.52132885166123,
                        0.0
                    ],
                    [
                        4.704759002197926,
                        52.52116761393361,
                        0.0
                    ],
                    [
                        4.704785688780851,
                        52.52115024165576,
                        0.0
                    ],
                    [
                        4.704822332484978,
                        52.52112639267156,
                        0.0
                    ],
                    [
                        4.704948397426662,
                        52.52104433308709,
                        0.0
                    ],
                    [
                        4.704989193577021,
                        52.52101777570614,
                        0.0
                    ],
                    [
                        4.705035422214723,
                        52.520987681478154,
                        0.0
                    ],
                    [
                        4.705044158702408,
                        52.52098105394188,
                        0.0
                    ],
                    [
                        4.705053655993054,
                        52.520973819624224,
                        0.0
                    ],
                    [
                        4.705223618523044,
                        52.52082554009229,
                        0.0
                    ],
                    [
                        4.705218768671321,
                        52.52081043110101,
                        0.0
                    ],
                    [
                        4.705217398241709,
                        52.52080948851965,
                        0.0
                    ],
                    [
                        4.705216027812153,
                        52.52080854593829,
                        0.0
                    ],
                    [
                        4.705122416769854,
                        52.52074410641608,
                        0.0
                    ],
                    [
                        4.705105035029885,
                        52.52073238560194,
                        0.0
                    ],
                    [
                        4.705021858556824,
                        52.520675402731506,
                        0.0
                    ],
                    [
                        4.704995586370118,
                        52.52065739343036,
                        0.0
                    ],
                    [
                        4.704955667559334,
                        52.52063004848662,
                        0.0
                    ],
                    [
                        4.704936189972258,
                        52.52061666188764,
                        0.0
                    ],
                    [
                        4.704924307787098,
                        52.52060851376124,
                        0.0
                    ],
                    [
                        4.704894245076333,
                        52.52058790321557,
                        0.0
                    ],
                    [
                        4.704883674947347,
                        52.520580661384294,
                        0.0
                    ],
                    [
                        4.704855610632036,
                        52.520561356526684,
                        0.0
                    ],
                    [
                        4.704833742248598,
                        52.52054632042841,
                        0.0
                    ],
                    [
                        4.704813550480832,
                        52.52053243538656,
                        0.0
                    ],
                    [
                        4.704802412199151,
                        52.52052477685322,
                        0.0
                    ],
                    [
                        4.704790663905804,
                        52.520516548594955,
                        0.0
                    ],
                    [
                        4.704763737556589,
                        52.520497978250816,
                        0.0
                    ],
                    [
                        4.704715377679503,
                        52.520464841633505,
                        0.0
                    ],
                    [
                        4.704712636724374,
                        52.52046296544584,
                        0.0
                    ],
                    [
                        4.704700754482914,
                        52.52045482628366,
                        0.0
                    ],
                    [
                        4.704698115822979,
                        52.52045300460932,
                        0.0
                    ],
                    [
                        4.704670998584913,
                        52.52043439719557,
                        0.0
                    ],
                    [
                        4.704656156782869,
                        52.5204242277943,
                        0.0
                    ],
                    [
                        4.704532421762846,
                        52.52033945544026,
                        0.0
                    ],
                    [
                        4.704518002819348,
                        52.52032957605562,
                        0.0
                    ],
                    [
                        4.704484616368578,
                        52.52030669040586,
                        0.0
                    ],
                    [
                        4.704470809261107,
                        52.52029726391309,
                        0.0
                    ],
                    [
                        4.704441402846214,
                        52.52027711539073,
                        0.0
                    ],
                    [
                        4.704441038426364,
                        52.5202768616425,
                        0.0
                    ],
                    [
                        4.704428602011353,
                        52.52026835976163,
                        0.0
                    ],
                    [
                        4.704426385889404,
                        52.520266846089115,
                        0.0
                    ],
                    [
                        4.704422915980595,
                        52.520264471384884,
                        0.0
                    ],
                    [
                        4.704372937993885,
                        52.52023024680743,
                        0.0
                    ],
                    [
                        4.704362164005842,
                        52.52022285995448,
                        0.0
                    ],
                    [
                        4.704319038346977,
                        52.520193330336916,
                        0.0
                    ],
                    [
                        4.70426414852432,
                        52.52015566217565,
                        0.0
                    ],
                    [
                        4.704262850963368,
                        52.52015477392767,
                        0.0
                    ],
                    [
                        4.704247178360302,
                        52.520144033476555,
                        0.0
                    ],
                    [
                        4.704245224792721,
                        52.520142692075154,
                        0.0
                    ],
                    [
                        4.704165489565646,
                        52.520088173008126,
                        0.0
                    ],
                    [
                        4.704148009242622,
                        52.52007619084337,
                        0.0
                    ],
                    [
                        4.704134436189464,
                        52.520066882495804,
                        0.0
                    ],
                    [
                        4.70412045036155,
                        52.520056637064535,
                        0.0
                    ],
                    [
                        4.704109626008738,
                        52.52004870165699,
                        0.0
                    ],
                    [
                        4.704083045608862,
                        52.520029710730185,
                        0.0
                    ],
                    [
                        4.704027878094504,
                        52.51999001865711,
                        0.0
                    ],
                    [
                        4.704015074360606,
                        52.51998241337314,
                        0.0
                    ],
                    [
                        4.703998846905745,
                        52.51997326049219,
                        0.0
                    ],
                    [
                        4.703975255418567,
                        52.519959166992756,
                        0.0
                    ],
                    [
                        4.703942428783765,
                        52.519976315001465,
                        0.0
                    ],
                    [
                        4.70390460520066,
                        52.51999646303746,
                        0.0
                    ],
                    [
                        4.703851761062153,
                        52.520024676287186,
                        0.0
                    ],
                    [
                        4.703486328267886,
                        52.51976832237278,
                        0.0
                    ],
                    [
                        4.703486076845707,
                        52.51976838383721,
                        0.0
                    ],
                    [
                        4.703458941596495,
                        52.51977478841765,
                        0.0
                    ],
                    [
                        4.703243450983688,
                        52.51982504537886,
                        0.0
                    ],
                    [
                        4.703222675872923,
                        52.519829850825225,
                        0.0
                    ],
                    [
                        4.703008825020055,
                        52.51987979326048,
                        0.0
                    ],
                    [
                        4.702998742898003,
                        52.51986866245786,
                        0.0
                    ],
                    [
                        4.702981858980976,
                        52.51985054505346,
                        0.0
                    ],
                    [
                        4.702143125289393,
                        52.51896315460454,
                        0.0
                    ],
                    [
                        4.702016828308165,
                        52.518919680603936,
                        0.0
                    ],
                    [
                        4.701847844938598,
                        52.51887079210145,
                        0.0
                    ],
                    [
                        4.701818920333903,
                        52.518862455355546,
                        0.0
                    ],
                    [
                        4.701286210661282,
                        52.51870684055387,
                        0.0
                    ],
                    [
                        4.701018717683045,
                        52.51862035266697,
                        0.0
                    ],
                    [
                        4.700831671307952,
                        52.518565929768826,
                        0.0
                    ],
                    [
                        4.700609961706406,
                        52.51849612602838,
                        0.0
                    ],
                    [
                        4.700582279385715,
                        52.5184875175513,
                        0.0
                    ],
                    [
                        4.700562062868965,
                        52.518481055356446,
                        0.0
                    ],
                    [
                        4.700299739475652,
                        52.518399592831386,
                        0.0
                    ],
                    [
                        4.700232315544556,
                        52.518375304600994,
                        0.0
                    ],
                    [
                        4.700131625092435,
                        52.51831119755102,
                        0.0
                    ],
                    [
                        4.700022725373629,
                        52.51823499054954,
                        0.0
                    ],
                    [
                        4.699706886932709,
                        52.51803758275756,
                        0.0
                    ],
                    [
                        4.699481375802085,
                        52.517884835557886,
                        0.0
                    ],
                    [
                        4.699454491748135,
                        52.51786663271772,
                        0.0
                    ],
                    [
                        4.699411920697442,
                        52.51783779653523,
                        0.0
                    ],
                    [
                        4.699112103120076,
                        52.51763656139391,
                        0.0
                    ],
                    [
                        4.69889240924611,
                        52.517493670188216,
                        0.0
                    ],
                    [
                        4.698860743781304,
                        52.51747317460889,
                        0.0
                    ],
                    [
                        4.698831094758117,
                        52.517453751251026,
                        0.0
                    ],
                    [
                        4.69875804008534,
                        52.517406160688424,
                        0.0
                    ],
                    [
                        4.698683480862523,
                        52.5173586961637,
                        0.0
                    ],
                    [
                        4.698657989275317,
                        52.51734288292341,
                        0.0
                    ],
                    [
                        4.69864080856358,
                        52.517331692573975,
                        0.0
                    ],
                    [
                        4.69860875709206,
                        52.517311401399986,
                        0.0
                    ],
                    [
                        4.698595101890287,
                        52.517302765995844,
                        0.0
                    ],
                    [
                        4.698571427532319,
                        52.51728757443625,
                        0.0
                    ],
                    [
                        4.698558177817739,
                        52.51727939075925,
                        0.0
                    ],
                    [
                        4.698532510805679,
                        52.517263495585176,
                        0.0
                    ],
                    [
                        4.698499883772038,
                        52.517242329246635,
                        0.0
                    ],
                    [
                        4.698481083512271,
                        52.517230131853985,
                        0.0
                    ],
                    [
                        4.698339855731832,
                        52.517138510693265,
                        0.0
                    ],
                    [
                        4.698280129716621,
                        52.51709882537443,
                        0.0
                    ],
                    [
                        4.698250368817138,
                        52.517079050703025,
                        0.0
                    ],
                    [
                        4.697580558648184,
                        52.516633996135134,
                        0.0
                    ],
                    [
                        4.697544936646629,
                        52.51661033155225,
                        0.0
                    ],
                    [
                        4.697541800598816,
                        52.51660831808535,
                        0.0
                    ],
                    [
                        4.697189099385009,
                        52.5163823244028,
                        0.0
                    ],
                    [
                        4.697171158035802,
                        52.5163708328223,
                        0.0
                    ],
                    [
                        4.697167292628387,
                        52.51636835673789,
                        0.0
                    ],
                    [
                        4.697159154399205,
                        52.51636307864693,
                        0.0
                    ],
                    [
                        4.697151001440876,
                        52.51635780046977,
                        0.0
                    ],
                    [
                        4.697133060532809,
                        52.51634628192318,
                        0.0
                    ],
                    [
                        4.697104821438624,
                        52.51632817850758,
                        0.0
                    ],
                    [
                        4.697102691764758,
                        52.516326817986574,
                        0.0
                    ],
                    [
                        4.697085752173876,
                        52.516315332218504,
                        0.0
                    ],
                    [
                        4.697059879048823,
                        52.51629855473713,
                        0.0
                    ],
                    [
                        4.697053345112781,
                        52.516294319539945,
                        0.0
                    ],
                    [
                        4.697031584742378,
                        52.516280217305635,
                        0.0
                    ],
                    [
                        4.697005346893143,
                        52.51626321300146,
                        0.0
                    ],
                    [
                        4.696981530261448,
                        52.51624776863703,
                        0.0
                    ],
                    [
                        4.696973283200724,
                        52.5162428583905,
                        0.0
                    ],
                    [
                        4.696954920646153,
                        52.51623193054359,
                        0.0
                    ],
                    [
                        4.696879266500998,
                        52.51618690310765,
                        0.0
                    ],
                    [
                        4.696755642002491,
                        52.51609771019796,
                        0.0
                    ],
                    [
                        4.696658038668516,
                        52.51603091282795,
                        0.0
                    ],
                    [
                        4.696607548393438,
                        52.51599433616497,
                        0.0
                    ],
                    [
                        4.696545599776767,
                        52.515972621151114,
                        0.0
                    ],
                    [
                        4.696522830135045,
                        52.51596466943527,
                        0.0
                    ],
                    [
                        4.696384418951139,
                        52.515929899702016,
                        0.0
                    ],
                    [
                        4.696330113059656,
                        52.51591782779646,
                        0.0
                    ],
                    [
                        4.696182628276524,
                        52.515884865426976,
                        0.0
                    ],
                    [
                        4.69602928840889,
                        52.515847617646884,
                        0.0
                    ],
                    [
                        4.695934913021294,
                        52.51582317893858,
                        0.0
                    ],
                    [
                        4.695931406118688,
                        52.515822277727175,
                        0.0
                    ],
                    [
                        4.695924069781208,
                        52.515820374561805,
                        0.0
                    ],
                    [
                        4.695642426192058,
                        52.51574744407534,
                        0.0
                    ],
                    [
                        4.695228496321215,
                        52.515637332912576,
                        0.0
                    ],
                    [
                        4.694883953372336,
                        52.51554812579783,
                        0.0
                    ],
                    [
                        4.694858757064314,
                        52.51554182230355,
                        0.0
                    ],
                    [
                        4.69483187996345,
                        52.51553466416475,
                        0.0
                    ],
                    [
                        4.694824218516466,
                        52.51553283093454,
                        0.0
                    ],
                    [
                        4.694800852869015,
                        52.51552722116511,
                        0.0
                    ],
                    [
                        4.694789463466082,
                        52.51552449438522,
                        0.0
                    ],
                    [
                        4.694730611524853,
                        52.515507389135834,
                        0.0
                    ],
                    [
                        4.694714956181974,
                        52.51550331628074,
                        0.0
                    ],
                    [
                        4.694691509929626,
                        52.51549721170254,
                        0.0
                    ],
                    [
                        4.693945634167915,
                        52.51530305685083,
                        0.0
                    ],
                    [
                        4.693921254308956,
                        52.515297315155635,
                        0.0
                    ],
                    [
                        4.693884245026305,
                        52.51528995380263,
                        0.0
                    ],
                    [
                        4.693852075392533,
                        52.51528305211981,
                        0.0
                    ],
                    [
                        4.693803188794848,
                        52.51527120844113,
                        0.0
                    ],
                    [
                        4.693785145918158,
                        52.515256884659934,
                        0.0
                    ],
                    [
                        4.693781359757592,
                        52.515239058143464,
                        0.0
                    ],
                    [
                        4.69378163467445,
                        52.515236561203324,
                        0.0
                    ],
                    [
                        4.693782031190178,
                        52.515232887601,
                        0.0
                    ],
                    [
                        4.6937822394237,
                        52.51523088458797,
                        0.0
                    ],
                    [
                        4.693782388254633,
                        52.51522797348242,
                        0.0
                    ],
                    [
                        4.693783597780387,
                        52.5152053588167,
                        0.0
                    ],
                    [
                        4.693783805562078,
                        52.51520056965183,
                        0.0
                    ],
                    [
                        4.693784701593744,
                        52.51518197060141,
                        0.0
                    ],
                    [
                        4.693789245235354,
                        52.51509431434046,
                        0.0
                    ],
                    [
                        4.693789775339741,
                        52.51508400868594,
                        0.0
                    ],
                    [
                        4.693790473096145,
                        52.51507053139599,
                        0.0
                    ],
                    [
                        4.693791185441657,
                        52.51505706317877,
                        0.0
                    ],
                    [
                        4.693791696158287,
                        52.51504705400096,
                        0.0
                    ],
                    [
                        4.693792500300909,
                        52.51503149221438,
                        0.0
                    ],
                    [
                        4.693843556873234,
                        52.514047407960135,
                        0.0
                    ],
                    [
                        4.694940678736503,
                        52.51303916966296,
                        0.0
                    ],
                    [
                        4.694954788493686,
                        52.51302619302295,
                        0.0
                    ],
                    [
                        4.694963726459223,
                        52.51301798557856,
                        0.0
                    ],
                    [
                        4.694978784836343,
                        52.51300463699138,
                        0.0
                    ],
                    [
                        4.694989665857291,
                        52.512994643363875,
                        0.0
                    ],
                    [
                        4.694997136330494,
                        52.512987955245,
                        0.0
                    ],
                    [
                        4.695007423074556,
                        52.51297828170207,
                        0.0
                    ],
                    [
                        4.695033634888678,
                        52.512954473712725,
                        0.0
                    ],
                    [
                        4.695056147737934,
                        52.51293357409286,
                        0.0
                    ],
                    [
                        4.69511266164447,
                        52.512881569041134,
                        0.0
                    ],
                    [
                        4.695128481294691,
                        52.51286757776927,
                        0.0
                    ],
                    [
                        4.695142869542869,
                        52.51285468361937,
                        0.0
                    ],
                    [
                        4.695222706559499,
                        52.51278081294124,
                        0.0
                    ],
                    [
                        4.695250377771961,
                        52.51275504513422,
                        0.0
                    ],
                    [
                        4.695269270034938,
                        52.512737683442914,
                        0.0
                    ],
                    [
                        4.695283379458213,
                        52.51272471574942,
                        0.0
                    ],
                    [
                        4.695369290867399,
                        52.51264578443417,
                        0.0
                    ],
                    [
                        4.695510502821594,
                        52.51251605406492,
                        0.0
                    ],
                    [
                        4.695810647362072,
                        52.512239547769305,
                        0.0
                    ],
                    [
                        4.695953725811905,
                        52.512107104509454,
                        0.0
                    ],
                    [
                        4.695967791487067,
                        52.512094082554,
                        0.0
                    ],
                    [
                        4.695973516348865,
                        52.51208878626737,
                        0.0
                    ],
                    [
                        4.695992022961126,
                        52.51207155702788,
                        0.0
                    ],
                    [
                        4.696010514969907,
                        52.51205431871289,
                        0.0
                    ],
                    [
                        4.696012025728542,
                        52.51205285354964,
                        0.0
                    ],
                    [
                        4.696025413242823,
                        52.51203986358736,
                        0.0
                    ],
                    [
                        4.696025547919098,
                        52.51203972955808,
                        0.0
                    ],
                    [
                        4.696055245370283,
                        52.51201150178045,
                        0.0
                    ],
                    [
                        4.696169892972102,
                        52.5119025120209,
                        0.0
                    ],
                    [
                        4.696539890550574,
                        52.511559570010746,
                        0.0
                    ],
                    [
                        4.696864824910824,
                        52.5112606824496,
                        0.0
                    ],
                    [
                        4.696883199386581,
                        52.51124338040136,
                        0.0
                    ],
                    [
                        4.696895756760243,
                        52.51123163478498,
                        0.0
                    ],
                    [
                        4.697053884681475,
                        52.51108402581851,
                        0.0
                    ],
                    [
                        4.69739981118958,
                        52.51076386843638,
                        0.0
                    ],
                    [
                        4.697756969724977,
                        52.51043441923237,
                        0.0
                    ],
                    [
                        4.697775039666729,
                        52.510417708456636,
                        0.0
                    ],
                    [
                        4.697795814976724,
                        52.51039848788572,
                        0.0
                    ],
                    [
                        4.697798729371047,
                        52.510395799556015,
                        0.0
                    ],
                    [
                        4.69781279381551,
                        52.51038278636173,
                        0.0
                    ],
                    [
                        4.697825722290169,
                        52.51037082710076,
                        0.0
                    ],
                    [
                        4.697839741970416,
                        52.51035784959356,
                        0.0
                    ],
                    [
                        4.69784022017376,
                        52.51035741198018,
                        0.0
                    ],
                    [
                        4.698273887175458,
                        52.5099567566701,
                        0.0
                    ],
                    [
                        4.698629679573526,
                        52.50962811477055,
                        0.0
                    ],
                    [
                        4.698746618100343,
                        52.50952065471063,
                        0.0
                    ],
                    [
                        4.698757156124355,
                        52.50951082052318,
                        0.0
                    ],
                    [
                        4.698769747168084,
                        52.509499686059165,
                        0.0
                    ],
                    [
                        4.698776886560038,
                        52.50949337325938,
                        0.0
                    ],
                    [
                        4.69879137448222,
                        52.5094805601327,
                        0.0
                    ],
                    [
                        4.698796019564865,
                        52.509476452793635,
                        0.0
                    ],
                    [
                        4.698802367258751,
                        52.50947084541825,
                        0.0
                    ],
                    [
                        4.698808714951025,
                        52.50946523804255,
                        0.0
                    ],
                    [
                        4.698816586126418,
                        52.50945828237987,
                        0.0
                    ],
                    [
                        4.698831074025545,
                        52.509445469248185,
                        0.0
                    ],
                    [
                        4.699145533777195,
                        52.50916737484209,
                        0.0
                    ],
                    [
                        4.699481553007293,
                        52.50882785757607,
                        0.0
                    ],
                    [
                        4.699854772055832,
                        52.5084518654932,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.247729Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112820/?format=api",
            "id": 112820,
            "code": "PL_31273",
            "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.700069171760899,
                        52.50791701778013,
                        0.0
                    ],
                    [
                        4.700085029752734,
                        52.50789845138549,
                        0.0
                    ],
                    [
                        4.700089275575831,
                        52.50789347887492,
                        0.0
                    ],
                    [
                        4.70009530271831,
                        52.50788667422452,
                        0.0
                    ],
                    [
                        4.700111479817803,
                        52.50786842423985,
                        0.0
                    ],
                    [
                        4.700121388807608,
                        52.50785731903791,
                        0.0
                    ],
                    [
                        4.700212184577317,
                        52.507752968627685,
                        0.0
                    ],
                    [
                        4.700312621830815,
                        52.50763194806376,
                        0.0
                    ],
                    [
                        4.700354012256632,
                        52.507580760698424,
                        0.0
                    ],
                    [
                        4.700355712730071,
                        52.507578442757016,
                        0.0
                    ],
                    [
                        4.700358617306855,
                        52.50757446908227,
                        0.0
                    ],
                    [
                        4.700369079018043,
                        52.50756191106985,
                        0.0
                    ],
                    [
                        4.700381807151873,
                        52.5075466339493,
                        0.0
                    ],
                    [
                        4.700408406961554,
                        52.50751547516757,
                        0.0
                    ],
                    [
                        4.700418922725011,
                        52.50750417572588,
                        0.0
                    ],
                    [
                        4.700487319519871,
                        52.50743071161341,
                        0.0
                    ],
                    [
                        4.700489992482153,
                        52.50741321027491,
                        0.0
                    ],
                    [
                        4.700482763359466,
                        52.50739974996532,
                        0.0
                    ],
                    [
                        4.700462087949473,
                        52.507393761402916,
                        0.0
                    ],
                    [
                        4.700408874642145,
                        52.50737833626926,
                        0.0
                    ],
                    [
                        4.7003822606384,
                        52.50737062365085,
                        0.0
                    ],
                    [
                        4.700326393339034,
                        52.50735442815935,
                        0.0
                    ],
                    [
                        4.700298019818284,
                        52.507346202030845,
                        0.0
                    ],
                    [
                        4.70026442616583,
                        52.50733646272068,
                        0.0
                    ],
                    [
                        4.700212811230598,
                        52.50732150511938,
                        0.0
                    ],
                    [
                        4.700195303184006,
                        52.507316433608224,
                        0.0
                    ],
                    [
                        4.700186976968369,
                        52.50730249058527,
                        0.0
                    ],
                    [
                        4.700197617337129,
                        52.50728696771759,
                        0.0
                    ],
                    [
                        4.700200797635882,
                        52.50728231258619,
                        0.0
                    ],
                    [
                        4.700256513238609,
                        52.50724384474618,
                        0.0
                    ],
                    [
                        4.700313430408057,
                        52.50720293022459,
                        0.0
                    ],
                    [
                        4.700370141139813,
                        52.50716202346832,
                        0.0
                    ],
                    [
                        4.700426953884613,
                        52.50712118018859,
                        0.0
                    ],
                    [
                        4.700483768480106,
                        52.5070802110662,
                        0.0
                    ],
                    [
                        4.700540361910568,
                        52.50703924962428,
                        0.0
                    ],
                    [
                        4.700597044721302,
                        52.506998216771905,
                        0.0
                    ],
                    [
                        4.700653871773325,
                        52.50695737346651,
                        0.0
                    ],
                    [
                        4.70071058187416,
                        52.50691646654415,
                        0.0
                    ],
                    [
                        4.700767264229377,
                        52.50687544259556,
                        0.0
                    ],
                    [
                        4.700824297436082,
                        52.506834582426215,
                        0.0
                    ],
                    [
                        4.700881069204526,
                        52.50679347805233,
                        0.0
                    ],
                    [
                        4.700937944939787,
                        52.506752311339525,
                        0.0
                    ],
                    [
                        4.700994793067542,
                        52.50671101861357,
                        0.0
                    ],
                    [
                        4.701051862286174,
                        52.50666970916386,
                        0.0
                    ],
                    [
                        4.701108682838871,
                        52.506628281410144,
                        0.0
                    ],
                    [
                        4.701165826460109,
                        52.50658690942283,
                        0.0
                    ],
                    [
                        4.701223101826963,
                        52.5065455831077,
                        0.0
                    ],
                    [
                        4.701280334856646,
                        52.50650413069393,
                        0.0
                    ],
                    [
                        4.701337699352396,
                        52.50646274192572,
                        0.0
                    ],
                    [
                        4.701394959529954,
                        52.50642142442754,
                        0.0
                    ],
                    [
                        4.701452323950265,
                        52.50638002661597,
                        0.0
                    ],
                    [
                        4.701509790380894,
                        52.50633869227939,
                        0.0
                    ],
                    [
                        4.701567022873156,
                        52.506297239724496,
                        0.0
                    ],
                    [
                        4.701624386831281,
                        52.506255850814796,
                        0.0
                    ],
                    [
                        4.701681852939164,
                        52.50621451639315,
                        0.0
                    ],
                    [
                        4.701739435924435,
                        52.50617323654452,
                        0.0
                    ],
                    [
                        4.701796812335457,
                        52.50613197344979,
                        0.0
                    ],
                    [
                        4.701854409833249,
                        52.50609069362926,
                        0.0
                    ],
                    [
                        4.701911875650182,
                        52.506049350107155,
                        0.0
                    ],
                    [
                        4.701969224235237,
                        52.50600796094222,
                        0.0
                    ],
                    [
                        4.70202680668238,
                        52.50596668095124,
                        0.0
                    ],
                    [
                        4.702084169779916,
                        52.50592529181468,
                        0.0
                    ],
                    [
                        4.702141311716361,
                        52.50588391036106,
                        0.0
                    ],
                    [
                        4.702197870712415,
                        52.50584212107277,
                        0.0
                    ],
                    [
                        4.702253274761104,
                        52.50579976785945,
                        0.0
                    ],
                    [
                        4.702308342616539,
                        52.50575724191539,
                        0.0
                    ],
                    [
                        4.702363293381299,
                        52.505714661344385,
                        0.0
                    ],
                    [
                        4.702418244040032,
                        52.50567208074732,
                        0.0
                    ],
                    [
                        4.702473194453452,
                        52.50562950911102,
                        0.0
                    ],
                    [
                        4.702528144900151,
                        52.505586928461895,
                        0.0
                    ],
                    [
                        4.702583095240826,
                        52.505544347786696,
                        0.0
                    ],
                    [
                        4.702637928630393,
                        52.505501703498155,
                        0.0
                    ],
                    [
                        4.702692761774758,
                        52.5054590681705,
                        0.0
                    ],
                    [
                        4.70274759481319,
                        52.50541643281689,
                        0.0
                    ],
                    [
                        4.702802325488923,
                        52.50537374292196,
                        0.0
                    ],
                    [
                        4.702856924486407,
                        52.50533098932912,
                        0.0
                    ],
                    [
                        4.702911421121411,
                        52.50528818119524,
                        0.0
                    ],
                    [
                        4.702965813445391,
                        52.50524544433554,
                        0.0
                    ],
                    [
                        4.703020543698035,
                        52.505202754337546,
                        0.0
                    ],
                    [
                        4.703075259117433,
                        52.50516006422882,
                        0.0
                    ],
                    [
                        4.703129974570148,
                        52.505117365107424,
                        0.0
                    ],
                    [
                        4.703184587521304,
                        52.50507462043192,
                        0.0
                    ],
                    [
                        4.703239302762331,
                        52.505031921258976,
                        0.0
                    ],
                    [
                        4.703294017758373,
                        52.50498923104697,
                        0.0
                    ],
                    [
                        4.703348747375877,
                        52.50494654089403,
                        0.0
                    ],
                    [
                        4.703403579143935,
                        52.50490390523014,
                        0.0
                    ],
                    [
                        4.703458293961483,
                        52.50486120595379,
                        0.0
                    ],
                    [
                        4.703513125517716,
                        52.50481857023809,
                        0.0
                    ],
                    [
                        4.703567956968018,
                        52.50477593449644,
                        0.0
                    ],
                    [
                        4.703622698836579,
                        52.5047333701141,
                        0.0
                    ],
                    [
                        4.703677647058687,
                        52.50469078892011,
                        0.0
                    ],
                    [
                        4.703732478330364,
                        52.50464814411387,
                        0.0
                    ],
                    [
                        4.70378732408426,
                        52.50460550835336,
                        0.0
                    ],
                    [
                        4.703842155005025,
                        52.504562872482026,
                        0.0
                    ],
                    [
                        4.703896868836551,
                        52.504520181985484,
                        0.0
                    ],
                    [
                        4.703951582701227,
                        52.504477482476304,
                        0.0
                    ],
                    [
                        4.704006530148534,
                        52.5044349101133,
                        0.0
                    ],
                    [
                        4.704061258528542,
                        52.504392210637164,
                        0.0
                    ],
                    [
                        4.704115531651928,
                        52.50434941863878,
                        0.0
                    ],
                    [
                        4.704169936380254,
                        52.50430668129879,
                        0.0
                    ],
                    [
                        4.704224326276146,
                        52.504263943848464,
                        0.0
                    ],
                    [
                        4.704231826311617,
                        52.50425807094871,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:23.269288Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}