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=32
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=33",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=31",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6547/?format=api",
            "id": 6547,
            "code": "PL_310",
            "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.753186840869843,
                        52.646096826165504,
                        0.0
                    ],
                    [
                        4.753143528135252,
                        52.646092038695855,
                        0.0
                    ],
                    [
                        4.753050001887186,
                        52.64608147426057,
                        0.0
                    ],
                    [
                        4.752998680408172,
                        52.64607568239329,
                        0.0
                    ],
                    [
                        4.752857108096225,
                        52.64605966692707,
                        0.0
                    ],
                    [
                        4.752803514612827,
                        52.64605363817432,
                        0.0
                    ],
                    [
                        4.752700340819357,
                        52.646041988461064,
                        0.0
                    ],
                    [
                        4.752663511193527,
                        52.646103013136624,
                        0.0
                    ],
                    [
                        4.752659757125341,
                        52.64610923026097,
                        0.0
                    ],
                    [
                        4.752654186545487,
                        52.64611845741038,
                        0.0
                    ],
                    [
                        4.752636249008465,
                        52.64614814546145,
                        0.0
                    ],
                    [
                        4.752586739082948,
                        52.64622982706026,
                        0.0
                    ],
                    [
                        4.752578612558151,
                        52.64624517886189,
                        0.0
                    ],
                    [
                        4.752575635176715,
                        52.64625081595674,
                        0.0
                    ],
                    [
                        4.752556522540205,
                        52.64624928498395,
                        0.0
                    ],
                    [
                        4.752475643355361,
                        52.646242876793856,
                        0.0
                    ],
                    [
                        4.752362241836924,
                        52.6462354950684,
                        0.0
                    ],
                    [
                        4.752237722744188,
                        52.64623161282637,
                        0.0
                    ],
                    [
                        4.752077667650004,
                        52.64622876293373,
                        0.0
                    ],
                    [
                        4.751921523460925,
                        52.646226239285035,
                        0.0
                    ],
                    [
                        4.751360304975442,
                        52.64621925848713,
                        0.0
                    ],
                    [
                        4.750577146948991,
                        52.64620865155328,
                        0.0
                    ],
                    [
                        4.749733288344741,
                        52.646197147887584,
                        0.0
                    ],
                    [
                        4.749727276141027,
                        52.646200099428384,
                        0.0
                    ],
                    [
                        4.749540992195634,
                        52.64629117514728,
                        0.0
                    ],
                    [
                        4.749494071180099,
                        52.64628762521537,
                        0.0
                    ],
                    [
                        4.749440951176008,
                        52.64628360164415,
                        0.0
                    ],
                    [
                        4.749438264913945,
                        52.646283398505204,
                        0.0
                    ],
                    [
                        4.749364264917372,
                        52.646275416370976,
                        0.0
                    ],
                    [
                        4.749218772795534,
                        52.646259735036075,
                        0.0
                    ],
                    [
                        4.749187821469925,
                        52.646256396479316,
                        0.0
                    ],
                    [
                        4.749042329605232,
                        52.64624070594213,
                        0.0
                    ],
                    [
                        4.749015936909115,
                        52.64623785914115,
                        0.0
                    ],
                    [
                        4.748998159732833,
                        52.64623594831056,
                        0.0
                    ],
                    [
                        4.748893318428228,
                        52.64622418748278,
                        0.0
                    ],
                    [
                        4.748828355786141,
                        52.64621659503875,
                        0.0
                    ],
                    [
                        4.748812585637191,
                        52.646214856725116,
                        0.0
                    ],
                    [
                        4.748797411432386,
                        52.646212780092796,
                        0.0
                    ],
                    [
                        4.748767225195673,
                        52.646209670215,
                        0.0
                    ],
                    [
                        4.748740004501737,
                        52.64620686384364,
                        0.0
                    ],
                    [
                        4.748699620704308,
                        52.64620289034498,
                        0.0
                    ],
                    [
                        4.748627840703198,
                        52.64619467701489,
                        0.0
                    ],
                    [
                        4.74846986875641,
                        52.64617660004538,
                        0.0
                    ],
                    [
                        4.748422342189754,
                        52.646173046437184,
                        0.0
                    ],
                    [
                        4.748410134646285,
                        52.64615084524243,
                        0.0
                    ],
                    [
                        4.748378158015288,
                        52.64609398183607,
                        0.0
                    ],
                    [
                        4.748351036676836,
                        52.646045673413234,
                        0.0
                    ],
                    [
                        4.748338347122778,
                        52.646023092155886,
                        0.0
                    ],
                    [
                        4.748115651352897,
                        52.64598309755348,
                        0.0
                    ],
                    [
                        4.74732059661059,
                        52.6458378569302,
                        0.0
                    ],
                    [
                        4.746493744108099,
                        52.64568692146839,
                        0.0
                    ],
                    [
                        4.746118777354741,
                        52.645621333701065,
                        0.0
                    ],
                    [
                        4.745943090622351,
                        52.64558919165171,
                        0.0
                    ],
                    [
                        4.745691137759336,
                        52.64554350754759,
                        0.0
                    ],
                    [
                        4.745584622036601,
                        52.645524140520386,
                        0.0
                    ],
                    [
                        4.745498149840902,
                        52.64550829671893,
                        0.0
                    ],
                    [
                        4.745387970228783,
                        52.64548890974328,
                        0.0
                    ],
                    [
                        4.745356278346185,
                        52.64548372379934,
                        0.0
                    ],
                    [
                        4.745331708886908,
                        52.64547951096685,
                        0.0
                    ],
                    [
                        4.745133252364425,
                        52.64545356285577,
                        0.0
                    ],
                    [
                        4.745104811651336,
                        52.64544935603578,
                        0.0
                    ],
                    [
                        4.745093932678029,
                        52.64543850358999,
                        0.0
                    ],
                    [
                        4.745101968787949,
                        52.645418379562486,
                        0.0
                    ],
                    [
                        4.745136842929624,
                        52.64533104988984,
                        0.0
                    ],
                    [
                        4.745184690363254,
                        52.64521128331433,
                        0.0
                    ],
                    [
                        4.745210493925167,
                        52.64508129602556,
                        0.0
                    ],
                    [
                        4.74521826041595,
                        52.64495813154679,
                        0.0
                    ],
                    [
                        4.745223262299085,
                        52.64485836396363,
                        0.0
                    ],
                    [
                        4.745224733885556,
                        52.64479902899869,
                        0.0
                    ],
                    [
                        4.74522098903632,
                        52.644714429630994,
                        0.0
                    ],
                    [
                        4.745212864493821,
                        52.644608992110385,
                        0.0
                    ],
                    [
                        4.74520923682604,
                        52.64452750296477,
                        0.0
                    ],
                    [
                        4.745215610041408,
                        52.644418809433034,
                        0.0
                    ],
                    [
                        4.745225639071292,
                        52.644344107499876,
                        0.0
                    ],
                    [
                        4.74524823924293,
                        52.644234135499964,
                        0.0
                    ],
                    [
                        4.745279127952773,
                        52.644132278802076,
                        0.0
                    ],
                    [
                        4.745391889365174,
                        52.643775922217586,
                        0.0
                    ],
                    [
                        4.745564766790604,
                        52.643229180072716,
                        0.0
                    ],
                    [
                        4.745708506533705,
                        52.6427744988011,
                        0.0
                    ],
                    [
                        4.745729803418279,
                        52.64270716423637,
                        0.0
                    ],
                    [
                        4.745714438531055,
                        52.64268785758017,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.691490Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6548/?format=api",
            "id": 6548,
            "code": "PL_311",
            "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.753214337235096,
                        52.646023097515965,
                        0.0
                    ],
                    [
                        4.753219111610131,
                        52.64600861753819,
                        0.0
                    ],
                    [
                        4.753234897801927,
                        52.64601027446725,
                        0.0
                    ],
                    [
                        4.753292149833433,
                        52.64601670898012,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.698689Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6549/?format=api",
            "id": 6549,
            "code": "PL_312",
            "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.753214337235096,
                        52.646023097515965,
                        0.0
                    ],
                    [
                        4.753188572244936,
                        52.64608639220501,
                        0.0
                    ],
                    [
                        4.753185042775513,
                        52.64609753555937,
                        0.0
                    ],
                    [
                        4.753183494080389,
                        52.646102470293215,
                        0.0
                    ],
                    [
                        4.753181323316576,
                        52.64610955865181,
                        0.0
                    ],
                    [
                        4.753193227336197,
                        52.64611402587365,
                        0.0
                    ],
                    [
                        4.753273648259521,
                        52.6461214646678,
                        0.0
                    ],
                    [
                        4.753320131491855,
                        52.646125666843815,
                        0.0
                    ],
                    [
                        4.753329574332308,
                        52.646126615903114,
                        0.0
                    ],
                    [
                        4.753453054495483,
                        52.64614003593116,
                        0.0
                    ],
                    [
                        4.753469424610652,
                        52.64614219023985,
                        0.0
                    ],
                    [
                        4.753447419297903,
                        52.646213252031984,
                        0.0
                    ],
                    [
                        4.753446794651849,
                        52.64621558538949,
                        0.0
                    ],
                    [
                        4.753440714058575,
                        52.646237661632156,
                        0.0
                    ],
                    [
                        4.753416534192929,
                        52.64632632684863,
                        0.0
                    ],
                    [
                        4.753410132181599,
                        52.6463501988273,
                        0.0
                    ],
                    [
                        4.753409979255646,
                        52.646350557502416,
                        0.0
                    ],
                    [
                        4.753385026710091,
                        52.646431309808015,
                        0.0
                    ],
                    [
                        4.753368986252848,
                        52.64646780244181,
                        0.0
                    ],
                    [
                        4.753296411030481,
                        52.646572117115966,
                        0.0
                    ],
                    [
                        4.753030923013341,
                        52.6467438860186,
                        0.0
                    ],
                    [
                        4.75286553670172,
                        52.646828832216265,
                        0.0
                    ],
                    [
                        4.75274383299335,
                        52.646886779866016,
                        0.0
                    ],
                    [
                        4.75258759964218,
                        52.64695173293298,
                        0.0
                    ],
                    [
                        4.752368454134058,
                        52.647034773837824,
                        0.0
                    ],
                    [
                        4.752343355956317,
                        52.64705378270487,
                        0.0
                    ],
                    [
                        4.752341591858584,
                        52.647073635119426,
                        0.0
                    ],
                    [
                        4.752332941597856,
                        52.64712014291692,
                        0.0
                    ],
                    [
                        4.752329593741265,
                        52.64713711095455,
                        0.0
                    ],
                    [
                        4.752324028240067,
                        52.6471644024951,
                        0.0
                    ],
                    [
                        4.752318618263468,
                        52.64719115563025,
                        0.0
                    ],
                    [
                        4.752317191244709,
                        52.64719788845242,
                        0.0
                    ],
                    [
                        4.752315215926363,
                        52.64721189802321,
                        0.0
                    ],
                    [
                        4.752313502484001,
                        52.64721800020834,
                        0.0
                    ],
                    [
                        4.752310543490117,
                        52.647228499498134,
                        0.0
                    ],
                    [
                        4.752306911787795,
                        52.647244657166574,
                        0.0
                    ],
                    [
                        4.752306117268414,
                        52.64724851744395,
                        0.0
                    ],
                    [
                        4.752301059836047,
                        52.64727131806834,
                        0.0
                    ],
                    [
                        4.752295058829643,
                        52.64729806804642,
                        0.0
                    ],
                    [
                        4.75229178419163,
                        52.64731303231562,
                        0.0
                    ],
                    [
                        4.752290788126151,
                        52.64731754758641,
                        0.0
                    ],
                    [
                        4.75228920556654,
                        52.647324818812876,
                        0.0
                    ],
                    [
                        4.752283205842455,
                        52.647351478924364,
                        0.0
                    ],
                    [
                        4.752282447354029,
                        52.64735489003121,
                        0.0
                    ],
                    [
                        4.752277204813989,
                        52.64737822890104,
                        0.0
                    ],
                    [
                        4.752275686149149,
                        52.64738516793993,
                        0.0
                    ],
                    [
                        4.752271352826188,
                        52.64740488980037,
                        0.0
                    ],
                    [
                        4.752270884930461,
                        52.64740659488047,
                        0.0
                    ],
                    [
                        4.752268679043884,
                        52.64741814969849,
                        0.0
                    ],
                    [
                        4.752266089241385,
                        52.64743173358601,
                        0.0
                    ],
                    [
                        4.752260826947124,
                        52.64745848750563,
                        0.0
                    ],
                    [
                        4.752255564646374,
                        52.64748524142478,
                        0.0
                    ],
                    [
                        4.752253490830954,
                        52.64749583531132,
                        0.0
                    ],
                    [
                        4.752250597841823,
                        52.647511996921274,
                        0.0
                    ],
                    [
                        4.752245777485507,
                        52.64753884307193,
                        0.0
                    ],
                    [
                        4.752240958420295,
                        52.64756559935654,
                        0.0
                    ],
                    [
                        4.752239748853951,
                        52.64757262093042,
                        0.0
                    ],
                    [
                        4.752237572878759,
                        52.647585173492295,
                        0.0
                    ],
                    [
                        4.75223643355532,
                        52.64759244708419,
                        0.0
                    ],
                    [
                        4.75223235193975,
                        52.647619297178295,
                        0.0
                    ],
                    [
                        4.752228270319138,
                        52.647646147272006,
                        0.0
                    ],
                    [
                        4.752224336445296,
                        52.64767299815432,
                        0.0
                    ],
                    [
                        4.752224016296771,
                        52.647674704023004,
                        0.0
                    ],
                    [
                        4.752223640526168,
                        52.64767821603257,
                        0.0
                    ],
                    [
                        4.752221287781244,
                        52.647699943635445,
                        0.0
                    ],
                    [
                        4.752220016064799,
                        52.64771229431819,
                        0.0
                    ],
                    [
                        4.752218535914597,
                        52.64772680082863,
                        0.0
                    ],
                    [
                        4.752215634995276,
                        52.647753747098186,
                        0.0
                    ],
                    [
                        4.752214595422452,
                        52.64776434650588,
                        0.0
                    ],
                    [
                        4.752213921350297,
                        52.647774192935884,
                        0.0
                    ],
                    [
                        4.752213474130544,
                        52.64778060744651,
                        0.0
                    ],
                    [
                        4.752212894817649,
                        52.647789007434746,
                        0.0
                    ],
                    [
                        4.752211607470584,
                        52.64780755923818,
                        0.0
                    ],
                    [
                        4.752209740808333,
                        52.647834511029544,
                        0.0
                    ],
                    [
                        4.752208422469129,
                        52.647854186073914,
                        0.0
                    ],
                    [
                        4.752208021896182,
                        52.647861463609686,
                        0.0
                    ],
                    [
                        4.75220674623959,
                        52.6478884185565,
                        0.0
                    ],
                    [
                        4.752205470581422,
                        52.64791537350309,
                        0.0
                    ],
                    [
                        4.7522041949216,
                        52.647942328449474,
                        0.0
                    ],
                    [
                        4.752204171572965,
                        52.64794394603025,
                        0.0
                    ],
                    [
                        4.752202920557252,
                        52.64796919353007,
                        0.0
                    ],
                    [
                        4.752201644894171,
                        52.64799614847605,
                        0.0
                    ],
                    [
                        4.752200369229412,
                        52.64802310342182,
                        0.0
                    ],
                    [
                        4.752199919361453,
                        52.64803379585019,
                        0.0
                    ],
                    [
                        4.752199980081831,
                        52.64805006310121,
                        0.0
                    ],
                    [
                        4.752199886440172,
                        52.64807702435823,
                        0.0
                    ],
                    [
                        4.752200009547308,
                        52.64807873259353,
                        0.0
                    ],
                    [
                        4.752201270331371,
                        52.64810399350459,
                        0.0
                    ],
                    [
                        4.752202316033812,
                        52.64812368117072,
                        0.0
                    ],
                    [
                        4.752203394288411,
                        52.64813087672996,
                        0.0
                    ],
                    [
                        4.752207439043366,
                        52.64815777021133,
                        0.0
                    ],
                    [
                        4.752209059022104,
                        52.64816838381885,
                        0.0
                    ],
                    [
                        4.752213259440428,
                        52.648184493428495,
                        0.0
                    ],
                    [
                        4.752220263171025,
                        52.648211133091,
                        0.0
                    ],
                    [
                        4.752220683083832,
                        52.6482127530385,
                        0.0
                    ],
                    [
                        4.75223081948584,
                        52.648237342358875,
                        0.0
                    ],
                    [
                        4.752238672257088,
                        52.64825634738923,
                        0.0
                    ],
                    [
                        4.752242412684228,
                        52.648263377416946,
                        0.0
                    ],
                    [
                        4.752255933182752,
                        52.64828897340115,
                        0.0
                    ],
                    [
                        4.752261401266336,
                        52.648299158190596,
                        0.0
                    ],
                    [
                        4.752270786077137,
                        52.648314396752355,
                        0.0
                    ],
                    [
                        4.752286380353222,
                        52.64833964431455,
                        0.0
                    ],
                    [
                        4.752287392583095,
                        52.648341177551565,
                        0.0
                    ],
                    [
                        4.75230330962263,
                        52.64836453951168,
                        0.0
                    ],
                    [
                        4.752315755798914,
                        52.648382670333866,
                        0.0
                    ],
                    [
                        4.752320534419765,
                        52.64838943628385,
                        0.0
                    ],
                    [
                        4.752337908287566,
                        52.648414243976646,
                        0.0
                    ],
                    [
                        4.752344712679494,
                        52.648423986533054,
                        0.0
                    ],
                    [
                        4.752355282174907,
                        52.64843905166678,
                        0.0
                    ],
                    [
                        4.752372656081866,
                        52.64846385935425,
                        0.0
                    ],
                    [
                        4.752373668317541,
                        52.648465392590396,
                        0.0
                    ],
                    [
                        4.752388547275043,
                        52.648489018614164,
                        0.0
                    ],
                    [
                        4.752400104399988,
                        52.64850732442594,
                        0.0
                    ],
                    [
                        4.752404141680281,
                        52.6485142661601,
                        0.0
                    ],
                    [
                        4.752418699226374,
                        52.64853968791423,
                        0.0
                    ],
                    [
                        4.752424465481741,
                        52.64854969454185,
                        0.0
                    ],
                    [
                        4.75243266317641,
                        52.64856528624306,
                        0.0
                    ],
                    [
                        4.752446330336087,
                        52.64859097285826,
                        0.0
                    ],
                    [
                        4.752447194822302,
                        52.64859250530515,
                        0.0
                    ],
                    [
                        4.752461332493572,
                        52.64861630710714,
                        0.0
                    ],
                    [
                        4.752472297365012,
                        52.648634699622555,
                        0.0
                    ],
                    [
                        4.752476926985397,
                        52.64864155464287,
                        0.0
                    ],
                    [
                        4.752494153285308,
                        52.64866636152298,
                        0.0
                    ],
                    [
                        4.752500956454121,
                        52.64867619393557,
                        0.0
                    ],
                    [
                        4.752512268729432,
                        52.648690993400685,
                        0.0
                    ],
                    [
                        4.752530977808311,
                        52.648715448698496,
                        0.0
                    ],
                    [
                        4.752532139107221,
                        52.648716892856264,
                        0.0
                    ],
                    [
                        4.752551170944847,
                        52.64873946255059,
                        0.0
                    ],
                    [
                        4.752565844033135,
                        52.64875688624829,
                        0.0
                    ],
                    [
                        4.7525719590148,
                        52.64876320995629,
                        0.0
                    ],
                    [
                        4.752594082093241,
                        52.648786604992075,
                        0.0
                    ],
                    [
                        4.752599176405591,
                        52.64879197959064,
                        0.0
                    ],
                    [
                        4.75260281520088,
                        52.6487958185895,
                        0.0
                    ],
                    [
                        4.752617244670359,
                        52.64880964608038,
                        0.0
                    ],
                    [
                        4.75264100348001,
                        52.648832330855384,
                        0.0
                    ],
                    [
                        4.752642313837624,
                        52.648833685934804,
                        0.0
                    ],
                    [
                        4.752666098597855,
                        52.648854573392995,
                        0.0
                    ],
                    [
                        4.752684485110525,
                        52.648870668801315,
                        0.0
                    ],
                    [
                        4.752691937705401,
                        52.64887646040467,
                        0.0
                    ],
                    [
                        4.752718817611278,
                        52.648897903600826,
                        0.0
                    ],
                    [
                        4.752729483260329,
                        52.648906318646546,
                        0.0
                    ],
                    [
                        4.752746887368306,
                        52.64891881390354,
                        0.0
                    ],
                    [
                        4.752775553360543,
                        52.648939367890186,
                        0.0
                    ],
                    [
                        4.75279924750761,
                        52.64895630044738,
                        0.0
                    ],
                    [
                        4.752804368431815,
                        52.64895983279249,
                        0.0
                    ],
                    [
                        4.752832755811836,
                        52.64897921693622,
                        0.0
                    ],
                    [
                        4.752833779738492,
                        52.648979941378144,
                        0.0
                    ],
                    [
                        4.752863052386649,
                        52.64899942010912,
                        0.0
                    ],
                    [
                        4.752921634040949,
                        52.64903586131303,
                        0.0
                    ],
                    [
                        4.752955896800075,
                        52.64905770332021,
                        0.0
                    ],
                    [
                        4.752972737213947,
                        52.649068308214524,
                        0.0
                    ],
                    [
                        4.752996396464447,
                        52.649077421638175,
                        0.0
                    ],
                    [
                        4.753026674907961,
                        52.649078391957794,
                        0.0
                    ],
                    [
                        4.753089996343859,
                        52.64907306764265,
                        0.0
                    ],
                    [
                        4.753144952535804,
                        52.64905349883973,
                        0.0
                    ],
                    [
                        4.753192069601412,
                        52.64901393652564,
                        0.0
                    ],
                    [
                        4.753237470372668,
                        52.64896016518926,
                        0.0
                    ],
                    [
                        4.753306541513567,
                        52.648883962010444,
                        0.0
                    ],
                    [
                        4.753347790748698,
                        52.648841402564486,
                        0.0
                    ],
                    [
                        4.753456454316468,
                        52.64873503341196,
                        0.0
                    ],
                    [
                        4.753517612327689,
                        52.648674695371994,
                        0.0
                    ],
                    [
                        4.753565564506427,
                        52.64862839692143,
                        0.0
                    ],
                    [
                        4.753593305822967,
                        52.64861057022716,
                        0.0
                    ],
                    [
                        4.753665942413913,
                        52.648584265072124,
                        0.0
                    ],
                    [
                        4.753678116557738,
                        52.64858028566405,
                        0.0
                    ],
                    [
                        4.753715673260357,
                        52.64856835294178,
                        0.0
                    ],
                    [
                        4.75372368825913,
                        52.64856587920625,
                        0.0
                    ],
                    [
                        4.753781888966207,
                        52.6485466868828,
                        0.0
                    ],
                    [
                        4.753788859322096,
                        52.64854492655881,
                        0.0
                    ],
                    [
                        4.753822678103496,
                        52.64853602955877,
                        0.0
                    ],
                    [
                        4.753824902188647,
                        52.64853550216913,
                        0.0
                    ],
                    [
                        4.753839594605137,
                        52.648531086794236,
                        0.0
                    ],
                    [
                        4.75386957303581,
                        52.6485220794553,
                        0.0
                    ],
                    [
                        4.753954759407544,
                        52.64849647006595,
                        0.0
                    ],
                    [
                        4.754106750804997,
                        52.64844928738668,
                        0.0
                    ],
                    [
                        4.754237615940658,
                        52.64841205779139,
                        0.0
                    ],
                    [
                        4.754486966039104,
                        52.64835586629335,
                        0.0
                    ],
                    [
                        4.754580614208823,
                        52.64833776089435,
                        0.0
                    ],
                    [
                        4.754638101759436,
                        52.648327012374395,
                        0.0
                    ],
                    [
                        4.754658844190258,
                        52.64832316831426,
                        0.0
                    ],
                    [
                        4.754709367880868,
                        52.648313730806755,
                        0.0
                    ],
                    [
                        4.756757285037537,
                        52.64854829767573,
                        0.0
                    ],
                    [
                        4.75682976960054,
                        52.64855308566613,
                        0.0
                    ],
                    [
                        4.756873761940225,
                        52.648556015021285,
                        0.0
                    ],
                    [
                        4.756883504752889,
                        52.64855669576808,
                        0.0
                    ],
                    [
                        4.756917277544943,
                        52.648561278517796,
                        0.0
                    ],
                    [
                        4.756955621736007,
                        52.64856651459201,
                        0.0
                    ],
                    [
                        4.756960488638012,
                        52.64856716949192,
                        0.0
                    ],
                    [
                        4.757003699742707,
                        52.648573060450325,
                        0.0
                    ],
                    [
                        4.757027738751463,
                        52.64857633337225,
                        0.0
                    ],
                    [
                        4.757046908284511,
                        52.64857913112444,
                        0.0
                    ],
                    [
                        4.757090114263908,
                        52.64858538151413,
                        0.0
                    ],
                    [
                        4.757099551279063,
                        52.64858677960267,
                        0.0
                    ],
                    [
                        4.757133172500639,
                        52.64859163110522,
                        0.0
                    ],
                    [
                        4.757171363840961,
                        52.64859722578971,
                        0.0
                    ],
                    [
                        4.757176229462601,
                        52.64859797054646,
                        0.0
                    ],
                    [
                        4.75721943547907,
                        52.6486042208892,
                        0.0
                    ],
                    [
                        4.757243324192242,
                        52.64860767271603,
                        0.0
                    ],
                    [
                        4.757262493752822,
                        52.6486104704335,
                        0.0
                    ],
                    [
                        4.757282666377934,
                        52.64861339029512,
                        0.0
                    ],
                    [
                        4.757305699793972,
                        52.64861672074487,
                        0.0
                    ],
                    [
                        4.757315136822764,
                        52.64861811881631,
                        0.0
                    ],
                    [
                        4.757348910994109,
                        52.64862261157785,
                        0.0
                    ],
                    [
                        4.757387255290589,
                        52.64862784751296,
                        0.0
                    ],
                    [
                        4.757392120919305,
                        52.64862859226092,
                        0.0
                    ],
                    [
                        4.757404329575736,
                        52.64863043639151,
                        0.0
                    ],
                    [
                        4.757427979979692,
                        52.64863402172783,
                        0.0
                    ],
                    [
                        4.757429410246304,
                        52.64863423600863,
                        0.0
                    ],
                    [
                        4.757435175382215,
                        52.64863511133969,
                        0.0
                    ],
                    [
                        4.757458915087597,
                        52.64863865220659,
                        0.0
                    ],
                    [
                        4.757478231144322,
                        52.648641540537305,
                        0.0
                    ],
                    [
                        4.757521285632804,
                        52.648648059584986,
                        0.0
                    ],
                    [
                        4.757530721388967,
                        52.64864954750501,
                        0.0
                    ],
                    [
                        4.757557763625214,
                        52.64865360912393,
                        0.0
                    ],
                    [
                        4.757558486082614,
                        52.648653720796005,
                        0.0
                    ],
                    [
                        4.757564192378822,
                        52.64865457783476,
                        0.0
                    ],
                    [
                        4.757602381256889,
                        52.648660352112174,
                        0.0
                    ],
                    [
                        4.75760724689288,
                        52.64866109685122,
                        0.0
                    ],
                    [
                        4.757614398106307,
                        52.64866217723112,
                        0.0
                    ],
                    [
                        4.757615120821254,
                        52.648662270929634,
                        0.0
                    ],
                    [
                        4.757650301419811,
                        52.64866761585224,
                        0.0
                    ],
                    [
                        4.757674041160227,
                        52.64867115667622,
                        0.0
                    ],
                    [
                        4.75769351400257,
                        52.64867341669443,
                        0.0
                    ],
                    [
                        4.757726911549681,
                        52.648677386094334,
                        0.0
                    ],
                    [
                        4.757728357237683,
                        52.648677555517,
                        0.0
                    ],
                    [
                        4.757737031108637,
                        52.64867859002551,
                        0.0
                    ],
                    [
                        4.757746619777447,
                        52.64867971924783,
                        0.0
                    ],
                    [
                        4.75775808172554,
                        52.648681083065576,
                        0.0
                    ],
                    [
                        4.75775952728515,
                        52.64868126147435,
                        0.0
                    ],
                    [
                        4.757780548224982,
                        52.64868376334065,
                        0.0
                    ],
                    [
                        4.757805920622743,
                        52.64868680050617,
                        0.0
                    ],
                    [
                        4.757806658628321,
                        52.64868685833555,
                        0.0
                    ],
                    [
                        4.757819049382045,
                        52.64868837085894,
                        0.0
                    ],
                    [
                        4.757824066637339,
                        52.64868884677416,
                        0.0
                    ],
                    [
                        4.757867892141135,
                        52.64869312296465,
                        0.0
                    ],
                    [
                        4.757892091891509,
                        52.64869549783715,
                        0.0
                    ],
                    [
                        4.757911717653475,
                        52.648697399138975,
                        0.0
                    ],
                    [
                        4.757947368191529,
                        52.64870088610005,
                        0.0
                    ],
                    [
                        4.757955395418975,
                        52.64870167451536,
                        0.0
                    ],
                    [
                        4.757964987954705,
                        52.64870253412311,
                        0.0
                    ],
                    [
                        4.757999069337022,
                        52.64870621947271,
                        0.0
                    ],
                    [
                        4.758037723433396,
                        52.648710468239344,
                        0.0
                    ],
                    [
                        4.758042740693631,
                        52.64871094414534,
                        0.0
                    ],
                    [
                        4.758069636934858,
                        52.64871385450759,
                        0.0
                    ],
                    [
                        4.758086412059725,
                        52.64871566880195,
                        0.0
                    ],
                    [
                        4.758110460223621,
                        52.6487183124454,
                        0.0
                    ],
                    [
                        4.758130086005406,
                        52.64872021371119,
                        0.0
                    ],
                    [
                        4.75817376381513,
                        52.64872448900734,
                        0.0
                    ],
                    [
                        4.758178205345833,
                        52.648724925913406,
                        0.0
                    ],
                    [
                        4.758183502830796,
                        52.64872543924471,
                        0.0
                    ],
                    [
                        4.758217585534239,
                        52.64872903466604,
                        0.0
                    ],
                    [
                        4.758256242241772,
                        52.64873310363027,
                        0.0
                    ],
                    [
                        4.758261259506967,
                        52.6487335795271,
                        0.0
                    ],
                    [
                        4.758304936058131,
                        52.64873794464079,
                        0.0
                    ],
                    [
                        4.758329135857158,
                        52.64874031942446,
                        0.0
                    ],
                    [
                        4.758348759089107,
                        52.6487424003855,
                        0.0
                    ],
                    [
                        4.758355959156947,
                        52.64874316642527,
                        0.0
                    ],
                    [
                        4.758392431804241,
                        52.648747035064105,
                        0.0
                    ],
                    [
                        4.758395264473137,
                        52.648747346620965,
                        0.0
                    ],
                    [
                        4.758401874033953,
                        52.648748073586724,
                        0.0
                    ],
                    [
                        4.758436107097611,
                        52.648751489995284,
                        0.0
                    ],
                    [
                        4.758479782399912,
                        52.64875594491051,
                        0.0
                    ],
                    [
                        4.758509879601657,
                        52.648759249559944,
                        0.0
                    ],
                    [
                        4.758557359703003,
                        52.64876527036697,
                        0.0
                    ],
                    [
                        4.75859867441566,
                        52.648770503637635,
                        0.0
                    ],
                    [
                        4.758613148704394,
                        52.6487720181039,
                        0.0
                    ],
                    [
                        4.758624081864912,
                        52.64877316334901,
                        0.0
                    ],
                    [
                        4.758652823717246,
                        52.648776182193785,
                        0.0
                    ],
                    [
                        4.75868543150952,
                        52.64877958994036,
                        0.0
                    ],
                    [
                        4.758695908043351,
                        52.648780633905886,
                        0.0
                    ],
                    [
                        4.758730291478978,
                        52.648783871279406,
                        0.0
                    ],
                    [
                        4.75877664313614,
                        52.64878717188692,
                        0.0
                    ],
                    [
                        4.758854462928791,
                        52.64879090836355,
                        0.0
                    ],
                    [
                        4.758918409092444,
                        52.64879349302505,
                        0.0
                    ],
                    [
                        4.759028719785523,
                        52.64879847950472,
                        0.0
                    ],
                    [
                        4.759104749870438,
                        52.64880337470575,
                        0.0
                    ],
                    [
                        4.759130733083497,
                        52.64880503976537,
                        0.0
                    ],
                    [
                        4.759216323704321,
                        52.64881304105003,
                        0.0
                    ],
                    [
                        4.759235353422247,
                        52.6488152984752,
                        0.0
                    ],
                    [
                        4.759247155932252,
                        52.64881661901115,
                        0.0
                    ],
                    [
                        4.759640613192824,
                        52.648861295479655,
                        0.0
                    ],
                    [
                        4.759674626898819,
                        52.64886974323049,
                        0.0
                    ],
                    [
                        4.759696073659454,
                        52.64887866389699,
                        0.0
                    ],
                    [
                        4.759707823644634,
                        52.64888366888028,
                        0.0
                    ],
                    [
                        4.759734850543405,
                        52.64889504553884,
                        0.0
                    ],
                    [
                        4.759760210766796,
                        52.648898953984705,
                        0.0
                    ],
                    [
                        4.759783111689472,
                        52.64889916468009,
                        0.0
                    ],
                    [
                        4.759805506176783,
                        52.64889344111767,
                        0.0
                    ],
                    [
                        4.759848221731414,
                        52.64888024850436,
                        0.0
                    ],
                    [
                        4.75986962389009,
                        52.64887364793245,
                        0.0
                    ],
                    [
                        4.759883711976789,
                        52.64887012734947,
                        0.0
                    ],
                    [
                        4.75992729577644,
                        52.648860291530056,
                        0.0
                    ],
                    [
                        4.759954865529766,
                        52.64885432561957,
                        0.0
                    ],
                    [
                        4.75998243399428,
                        52.64884844956839,
                        0.0
                    ],
                    [
                        4.760010003732695,
                        52.64884248364516,
                        0.0
                    ],
                    [
                        4.760037425707654,
                        52.648836516936285,
                        0.0
                    ],
                    [
                        4.760064995431233,
                        52.64883055100022,
                        0.0
                    ],
                    [
                        4.760092270916537,
                        52.64882449363371,
                        0.0
                    ],
                    [
                        4.760119547675359,
                        52.648818346395345,
                        0.0
                    ],
                    [
                        4.760146676670675,
                        52.64881219837163,
                        0.0
                    ],
                    [
                        4.76017380822028,
                        52.64880587061021,
                        0.0
                    ],
                    [
                        4.7602009384812,
                        52.6487996327083,
                        0.0
                    ],
                    [
                        4.760227923540232,
                        52.64879321428981,
                        0.0
                    ],
                    [
                        4.760255057627971,
                        52.64878670677847,
                        0.0
                    ],
                    [
                        4.760276572169459,
                        52.64878154468513,
                        0.0
                    ],
                    [
                        4.760282191707619,
                        52.64878019926086,
                        0.0
                    ],
                    [
                        4.760309328340512,
                        52.64877351200571,
                        0.0
                    ],
                    [
                        4.76033646624581,
                        52.64876673487856,
                        0.0
                    ],
                    [
                        4.760351800659248,
                        52.64876285233279,
                        0.0
                    ],
                    [
                        4.760363605423198,
                        52.64875986787952,
                        0.0
                    ],
                    [
                        4.76039059683647,
                        52.64875300009552,
                        0.0
                    ],
                    [
                        4.760417590802149,
                        52.648745952573954,
                        0.0
                    ],
                    [
                        4.760444587319855,
                        52.6487387253148,
                        0.0
                    ],
                    [
                        4.760453636006481,
                        52.648736274549364,
                        0.0
                    ],
                    [
                        4.760471585109018,
                        52.64873140818386,
                        0.0
                    ],
                    [
                        4.760498584169437,
                        52.64872400118105,
                        0.0
                    ],
                    [
                        4.760525436745366,
                        52.64871650352775,
                        0.0
                    ],
                    [
                        4.760552290592344,
                        52.648708916002654,
                        0.0
                    ],
                    [
                        4.76057914571007,
                        52.64870123860573,
                        0.0
                    ],
                    [
                        4.760606002098465,
                        52.64869347133709,
                        0.0
                    ],
                    [
                        4.760632710721952,
                        52.648685703283846,
                        0.0
                    ],
                    [
                        4.760659420615933,
                        52.648677845358826,
                        0.0
                    ],
                    [
                        4.760686130500396,
                        52.64866998742783,
                        0.0
                    ],
                    [
                        4.760712693899706,
                        52.64866203884677,
                        0.0
                    ],
                    [
                        4.760739405044815,
                        52.6486540910379,
                        0.0
                    ],
                    [
                        4.760765967145238,
                        52.648646232310604,
                        0.0
                    ],
                    [
                        4.760792678271161,
                        52.648638284489806,
                        0.0
                    ],
                    [
                        4.760819534583554,
                        52.648630517172585,
                        0.0
                    ],
                    [
                        4.760846390886532,
                        52.648622749849416,
                        0.0
                    ],
                    [
                        4.76086486216068,
                        52.64861752668518,
                        0.0
                    ],
                    [
                        4.760873244621073,
                        52.64861516225144,
                        0.0
                    ],
                    [
                        4.760900243542791,
                        52.648607755156995,
                        0.0
                    ],
                    [
                        4.760927536686459,
                        52.64860043947826,
                        0.0
                    ],
                    [
                        4.760954824703858,
                        52.648593483256136,
                        0.0
                    ],
                    [
                        4.760982404385246,
                        52.648586798180865,
                        0.0
                    ],
                    [
                        4.76101027573093,
                        52.64858038425238,
                        0.0
                    ],
                    [
                        4.76103814195208,
                        52.64857432978014,
                        0.0
                    ],
                    [
                        4.761066299838514,
                        52.64856854645441,
                        0.0
                    ],
                    [
                        4.761094599077577,
                        52.64856321322832,
                        0.0
                    ],
                    [
                        4.761123188704131,
                        52.648558241014165,
                        0.0
                    ],
                    [
                        4.761151918405957,
                        52.6485538087651,
                        0.0
                    ],
                    [
                        4.761180937217884,
                        52.648549827393325,
                        0.0
                    ],
                    [
                        4.761210098664511,
                        52.64854620625513,
                        0.0
                    ],
                    [
                        4.761239254991512,
                        52.64854294457246,
                        0.0
                    ],
                    [
                        4.761268555233294,
                        52.64853995325759,
                        0.0
                    ],
                    [
                        4.761297850356752,
                        52.64853732139826,
                        0.0
                    ],
                    [
                        4.761327291953148,
                        52.64853478017508,
                        0.0
                    ],
                    [
                        4.761344644706209,
                        52.64853338860332,
                        0.0
                    ],
                    [
                        4.761356730989272,
                        52.64853241867602,
                        0.0
                    ],
                    [
                        4.761386170022244,
                        52.64853005716969,
                        0.0
                    ],
                    [
                        4.761415606495429,
                        52.64852787538746,
                        0.0
                    ],
                    [
                        4.761445044243939,
                        52.648525603732246,
                        0.0
                    ],
                    [
                        4.761460457053982,
                        52.648524507502216,
                        0.0
                    ],
                    [
                        4.761474479433043,
                        52.648523511801194,
                        0.0
                    ],
                    [
                        4.761504062374309,
                        52.64852142064029,
                        0.0
                    ],
                    [
                        4.761533497557815,
                        52.64851932869449,
                        0.0
                    ],
                    [
                        4.761562931460551,
                        52.64851732660723,
                        0.0
                    ],
                    [
                        4.761592510559579,
                        52.64851550502136,
                        0.0
                    ],
                    [
                        4.761622087100295,
                        52.648513863159586,
                        0.0
                    ],
                    [
                        4.761651661083132,
                        52.64851240102188,
                        0.0
                    ],
                    [
                        4.76168138026328,
                        52.64851111938547,
                        0.0
                    ],
                    [
                        4.761704619344213,
                        52.64851039681668,
                        0.0
                    ],
                    [
                        4.76171094657589,
                        52.64851019642733,
                        0.0
                    ],
                    [
                        4.761740658086855,
                        52.648509453970384,
                        0.0
                    ],
                    [
                        4.761770367041517,
                        52.64850889123744,
                        0.0
                    ],
                    [
                        4.761799925685507,
                        52.648508507451524,
                        0.0
                    ],
                    [
                        4.761829629528889,
                        52.64850830416669,
                        0.0
                    ],
                    [
                        4.761859332094529,
                        52.64850819074018,
                        0.0
                    ],
                    [
                        4.76188903466012,
                        52.64850807730616,
                        0.0
                    ],
                    [
                        4.76191873850287,
                        52.64850787399906,
                        0.0
                    ],
                    [
                        4.761948442345412,
                        52.64850767068449,
                        0.0
                    ],
                    [
                        4.761978144910495,
                        52.648507557228335,
                        0.0
                    ],
                    [
                        4.762007847475425,
                        52.64850744376466,
                        0.0
                    ],
                    [
                        4.762037551317356,
                        52.64850724042787,
                        0.0
                    ],
                    [
                        4.762067256436016,
                        52.64850694721793,
                        0.0
                    ],
                    [
                        4.762085789752126,
                        52.64850670312383,
                        0.0
                    ],
                    [
                        4.762096815076394,
                        52.648506563358175,
                        0.0
                    ],
                    [
                        4.762126521471217,
                        52.648506180267674,
                        0.0
                    ],
                    [
                        4.762156227865485,
                        52.64850579716982,
                        0.0
                    ],
                    [
                        4.762185934259316,
                        52.64850541406442,
                        0.0
                    ],
                    [
                        4.762215641929339,
                        52.64850494108601,
                        0.0
                    ],
                    [
                        4.762245350875426,
                        52.64850437823431,
                        0.0
                    ],
                    [
                        4.762274910789324,
                        52.64850390446463,
                        0.0
                    ],
                    [
                        4.762304617180969,
                        52.6485035213297,
                        0.0
                    ],
                    [
                        4.762334323572078,
                        52.648503138187245,
                        0.0
                    ],
                    [
                        4.762364029962756,
                        52.648502755037406,
                        0.0
                    ],
                    [
                        4.762393736352899,
                        52.648502371880134,
                        0.0
                    ],
                    [
                        4.762423441466317,
                        52.64850207858122,
                        0.0
                    ],
                    [
                        4.762453147855545,
                        52.64850169540915,
                        0.0
                    ],
                    [
                        4.762482852968173,
                        52.648501402095384,
                        0.0
                    ],
                    [
                        4.762512409049425,
                        52.64850119786374,
                        0.0
                    ],
                    [
                        4.762542114161366,
                        52.64850090453512,
                        0.0
                    ],
                    [
                        4.762571820548914,
                        52.64850052133334,
                        0.0
                    ],
                    [
                        4.762601525660068,
                        52.648500227989985,
                        0.0
                    ],
                    [
                        4.762631229494955,
                        52.64850002450479,
                        0.0
                    ],
                    [
                        4.762660932053852,
                        52.64849991087808,
                        0.0
                    ],
                    [
                        4.762675250777788,
                        52.64849989620128,
                        0.0
                    ],
                    [
                        4.762690633336839,
                        52.64849988710957,
                        0.0
                    ],
                    [
                        4.762720333344167,
                        52.648499953199305,
                        0.0
                    ],
                    [
                        4.762750029524732,
                        52.64850028887892,
                        0.0
                    ],
                    [
                        4.762779723154694,
                        52.648500804282584,
                        0.0
                    ],
                    [
                        4.762797877511069,
                        52.64850123213097,
                        0.0
                    ],
                    [
                        4.762809414234409,
                        52.648501499410344,
                        0.0
                    ],
                    [
                        4.762838952458396,
                        52.6485025532178,
                        0.0
                    ],
                    [
                        4.76286863333721,
                        52.64850396725666,
                        0.0
                    ],
                    [
                        4.762898161361795,
                        52.64850573997535,
                        0.0
                    ],
                    [
                        4.7629276830125,
                        52.648507962015394,
                        0.0
                    ],
                    [
                        4.762957051810551,
                        52.64851054273553,
                        0.0
                    ],
                    [
                        4.762986266481345,
                        52.64851357200154,
                        0.0
                    ],
                    [
                        4.763015474780875,
                        52.648517050589106,
                        0.0
                    ],
                    [
                        4.76304437992502,
                        52.64852106681292,
                        0.0
                    ],
                    [
                        4.763073130944678,
                        52.64852553158297,
                        0.0
                    ],
                    [
                        4.763101578810785,
                        52.64853053398975,
                        0.0
                    ],
                    [
                        4.763130022858847,
                        52.648535805986874,
                        0.0
                    ],
                    [
                        4.763158166304548,
                        52.648541435889534,
                        0.0
                    ],
                    [
                        4.763186305933274,
                        52.64854733538277,
                        0.0
                    ],
                    [
                        4.763214296539862,
                        52.64855332395975,
                        0.0
                    ],
                    [
                        4.763242287154059,
                        52.648559312530224,
                        0.0
                    ],
                    [
                        4.763270275226838,
                        52.64856548082558,
                        0.0
                    ],
                    [
                        4.763298116826753,
                        52.64857155847348,
                        0.0
                    ],
                    [
                        4.763326104915203,
                        52.64857772675568,
                        0.0
                    ],
                    [
                        4.763353946530692,
                        52.648583804390455,
                        0.0
                    ],
                    [
                        4.7633819359091,
                        52.6485898827938,
                        0.0
                    ],
                    [
                        4.763410074324764,
                        52.64859587209984,
                        0.0
                    ],
                    [
                        4.763438064992852,
                        52.64860186062419,
                        0.0
                    ],
                    [
                        4.763466055668647,
                        52.648607849141946,
                        0.0
                    ],
                    [
                        4.763494196655548,
                        52.64861365869659,
                        0.0
                    ],
                    [
                        4.763522337649907,
                        52.648619468244654,
                        0.0
                    ],
                    [
                        4.763550479925722,
                        52.648625187920146,
                        0.0
                    ],
                    [
                        4.763578473179575,
                        52.648630996680026,
                        0.0
                    ],
                    [
                        4.763606612922369,
                        52.64863689607381,
                        0.0
                    ],
                    [
                        4.763634603643506,
                        52.648642884551975,
                        0.0
                    ],
                    [
                        4.763662593098582,
                        52.64864896288921,
                        0.0
                    ],
                    [
                        4.763690432258552,
                        52.64865522017679,
                        0.0
                    ],
                    [
                        4.763718119850057,
                        52.64866174628035,
                        0.0
                    ],
                    [
                        4.76374565714717,
                        52.6486684513344,
                        0.0
                    ],
                    [
                        4.763772892573972,
                        52.648675604161625,
                        0.0
                    ],
                    [
                        4.763800125462742,
                        52.64868293671417,
                        0.0
                    ],
                    [
                        4.763827060302625,
                        52.6486904474429,
                        0.0
                    ],
                    [
                        4.7638539938784,
                        52.64869804803133,
                        0.0
                    ],
                    [
                        4.76388077716126,
                        52.64870582757061,
                        0.0
                    ],
                    [
                        4.763907560453591,
                        52.648713607104035,
                        0.0
                    ],
                    [
                        4.76393419472655,
                        52.648721475722624,
                        0.0
                    ],
                    [
                        4.763960975491584,
                        52.64872943497539,
                        0.0
                    ],
                    [
                        4.763987608510616,
                        52.64873739344786,
                        0.0
                    ],
                    [
                        4.764014241539369,
                        52.648745351914314,
                        0.0
                    ],
                    [
                        4.764024335573104,
                        52.64874837059869,
                        0.0
                    ],
                    [
                        4.764040874577689,
                        52.64875331037485,
                        0.0
                    ],
                    [
                        4.764050865695315,
                        52.64875629256865,
                        0.0
                    ],
                    [
                        4.7640675076257,
                        52.64876126882931,
                        0.0
                    ],
                    [
                        4.764094139410528,
                        52.648769317143696,
                        0.0
                    ],
                    [
                        4.764120623449247,
                        52.648777364677926,
                        0.0
                    ],
                    [
                        4.764147253980755,
                        52.64878550284611,
                        0.0
                    ],
                    [
                        4.764173738038967,
                        52.64879355036849,
                        0.0
                    ],
                    [
                        4.764200220834244,
                        52.64880168775066,
                        0.0
                    ],
                    [
                        4.764226851395241,
                        52.64880982590101,
                        0.0
                    ],
                    [
                        4.76425333421019,
                        52.64881796327145,
                        0.0
                    ],
                    [
                        4.764279815762377,
                        52.648826190501694,
                        0.0
                    ],
                    [
                        4.764306150840989,
                        52.64883432708636,
                        0.0
                    ],
                    [
                        4.764332632413002,
                        52.64884255430487,
                        0.0
                    ],
                    [
                        4.764359115267231,
                        52.64885069165169,
                        0.0
                    ],
                    [
                        4.764385747159764,
                        52.6488587399007,
                        0.0
                    ],
                    [
                        4.764412379062015,
                        52.648866788143756,
                        0.0
                    ],
                    [
                        4.764439014790599,
                        52.648874566783526,
                        0.0
                    ],
                    [
                        4.764465946041083,
                        52.64888234696479,
                        0.0
                    ],
                    [
                        4.764492881117269,
                        52.64888985754264,
                        0.0
                    ],
                    [
                        4.76451981620274,
                        52.64889736811452,
                        0.0
                    ],
                    [
                        4.764546900325645,
                        52.648904789588116,
                        0.0
                    ],
                    [
                        4.764573984457734,
                        52.64891221105543,
                        0.0
                    ],
                    [
                        4.764601068598961,
                        52.64891963251672,
                        0.0
                    ],
                    [
                        4.764628001177569,
                        52.648927322795544,
                        0.0
                    ],
                    [
                        4.764654635709398,
                        52.64893519125282,
                        0.0
                    ],
                    [
                        4.764681118679276,
                        52.6489433285279,
                        0.0
                    ],
                    [
                        4.764707301059483,
                        52.6489518237133,
                        0.0
                    ],
                    [
                        4.764733333150187,
                        52.648960497851064,
                        0.0
                    ],
                    [
                        4.764759064652038,
                        52.64896952989938,
                        0.0
                    ],
                    [
                        4.764784498108435,
                        52.648978740127056,
                        0.0
                    ],
                    [
                        4.764809780004684,
                        52.64898821917323,
                        0.0
                    ],
                    [
                        4.764834613556431,
                        52.64899805535734,
                        0.0
                    ],
                    [
                        4.764859147792081,
                        52.649008159586984,
                        0.0
                    ],
                    [
                        4.764883085927182,
                        52.64901862018187,
                        0.0
                    ],
                    [
                        4.764906872503277,
                        52.649029349595985,
                        0.0
                    ],
                    [
                        4.764930510063007,
                        52.64904016809797,
                        0.0
                    ],
                    [
                        4.764953849578555,
                        52.649051164780474,
                        0.0
                    ],
                    [
                        4.764977038806764,
                        52.64906234041688,
                        0.0
                    ],
                    [
                        4.76500007901886,
                        52.649073605141496,
                        0.0
                    ],
                    [
                        4.765022968943896,
                        52.64908504882005,
                        0.0
                    ],
                    [
                        4.765045562095975,
                        52.64909658081393,
                        0.0
                    ],
                    [
                        4.76506785593326,
                        52.649108380854855,
                        0.0
                    ],
                    [
                        4.765077623090958,
                        52.64911362657458,
                        0.0
                    ],
                    [
                        4.765090000754636,
                        52.64912026998441,
                        0.0
                    ],
                    [
                        4.765111698504318,
                        52.64913242638843,
                        0.0
                    ],
                    [
                        4.765133247238093,
                        52.649144671881295,
                        0.0
                    ],
                    [
                        4.765154499198864,
                        52.64915700569021,
                        0.0
                    ],
                    [
                        4.765175600873007,
                        52.64916951845408,
                        0.0
                    ],
                    [
                        4.765185154208349,
                        52.64917525734458,
                        0.0
                    ],
                    [
                        4.765196407044638,
                        52.649182029668495,
                        0.0
                    ],
                    [
                        4.765217213228178,
                        52.64919454087931,
                        0.0
                    ],
                    [
                        4.765237870395657,
                        52.6492071411794,
                        0.0
                    ],
                    [
                        4.76524273401029,
                        52.649210132404676,
                        0.0
                    ],
                    [
                        4.765258379817566,
                        52.64921974070321,
                        0.0
                    ],
                    [
                        4.765279038279148,
                        52.64923225113035,
                        0.0
                    ],
                    [
                        4.765285981251739,
                        52.64923658333939,
                        0.0
                    ],
                    [
                        4.765299398696731,
                        52.649244939740086,
                        0.0
                    ],
                    [
                        4.765316451293012,
                        52.64926165530681,
                        0.0
                    ],
                    [
                        4.765330976779264,
                        52.64927943612527,
                        0.0
                    ],
                    [
                        4.765340306623695,
                        52.649298897349404,
                        0.0
                    ],
                    [
                        4.765352938357944,
                        52.64932520614009,
                        0.0
                    ],
                    [
                        4.765362125545184,
                        52.6493443071267,
                        0.0
                    ],
                    [
                        4.765371916414961,
                        52.649393878010756,
                        0.0
                    ],
                    [
                        4.765373655616333,
                        52.649406738857046,
                        0.0
                    ],
                    [
                        4.76537473097574,
                        52.64941429376084,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.716634Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6550/?format=api",
            "id": 6550,
            "code": "PL_313",
            "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.753289207081776,
                        52.64602610295028,
                        0.0
                    ],
                    [
                        4.75323225986692,
                        52.64602004752592,
                        0.0
                    ],
                    [
                        4.753219615888631,
                        52.64601976442412,
                        0.0
                    ],
                    [
                        4.753214337235096,
                        52.646023097515965,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.725995Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6551/?format=api",
            "id": 6551,
            "code": "PL_314",
            "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.751358183332771,
                        52.63573628150262,
                        0.0
                    ],
                    [
                        4.751353655876968,
                        52.635730640240666,
                        0.0
                    ],
                    [
                        4.751336508320597,
                        52.6357232688402,
                        0.0
                    ],
                    [
                        4.751309113212035,
                        52.63571150177525,
                        0.0
                    ],
                    [
                        4.751297177490196,
                        52.635706369113876,
                        0.0
                    ],
                    [
                        4.751281571445325,
                        52.63569966202131,
                        0.0
                    ],
                    [
                        4.751221487615503,
                        52.63567342133469,
                        0.0
                    ],
                    [
                        4.751217685522749,
                        52.63567176531241,
                        0.0
                    ],
                    [
                        4.751209811103323,
                        52.635670797502065,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.733227Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6552/?format=api",
            "id": 6552,
            "code": "PL_315",
            "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.827169800697251,
                        52.64469587097703,
                        0.0
                    ],
                    [
                        4.827155397349085,
                        52.64469103094013,
                        0.0
                    ],
                    [
                        4.827137685007853,
                        52.644686139368716,
                        0.0
                    ],
                    [
                        4.827115820604891,
                        52.64468010483875,
                        0.0
                    ],
                    [
                        4.827083587872121,
                        52.64466912344289,
                        0.0
                    ],
                    [
                        4.827022874234967,
                        52.64464840954505,
                        0.0
                    ],
                    [
                        4.8269034529838,
                        52.644604942024024,
                        0.0
                    ],
                    [
                        4.826891147692425,
                        52.64460474923821,
                        0.0
                    ],
                    [
                        4.826877217569395,
                        52.6446045218337,
                        0.0
                    ],
                    [
                        4.826854561149696,
                        52.64461079599582,
                        0.0
                    ],
                    [
                        4.826853055895832,
                        52.64461181344455,
                        0.0
                    ],
                    [
                        4.826794469822113,
                        52.64465144056848,
                        0.0
                    ],
                    [
                        4.826765124692018,
                        52.64467128083568,
                        0.0
                    ],
                    [
                        4.826575833169666,
                        52.64479931007731,
                        0.0
                    ],
                    [
                        4.826497484188008,
                        52.64485230671908,
                        0.0
                    ],
                    [
                        4.826464532001531,
                        52.644874592399276,
                        0.0
                    ],
                    [
                        4.826160155255931,
                        52.645083601212384,
                        0.0
                    ],
                    [
                        4.825831070467824,
                        52.645311185999695,
                        0.0
                    ],
                    [
                        4.825814793322508,
                        52.645322343168466,
                        0.0
                    ],
                    [
                        4.825380029859851,
                        52.64562055252724,
                        0.0
                    ],
                    [
                        4.825322790200447,
                        52.64565982579768,
                        0.0
                    ],
                    [
                        4.825258440474125,
                        52.645703954482904,
                        0.0
                    ],
                    [
                        4.825140798999387,
                        52.64578825571906,
                        0.0
                    ],
                    [
                        4.824641251007971,
                        52.646131424713914,
                        0.0
                    ],
                    [
                        4.82459483147999,
                        52.64616332538653,
                        0.0
                    ],
                    [
                        4.824189963596255,
                        52.6464414416189,
                        0.0
                    ],
                    [
                        4.823757630057099,
                        52.646740860825844,
                        0.0
                    ],
                    [
                        4.823696790792593,
                        52.64678292026546,
                        0.0
                    ],
                    [
                        4.82364495601167,
                        52.64681874028945,
                        0.0
                    ],
                    [
                        4.82306532999592,
                        52.64721935580682,
                        0.0
                    ],
                    [
                        4.823012823194022,
                        52.647255648688834,
                        0.0
                    ],
                    [
                        4.822917067390101,
                        52.64732183448611,
                        0.0
                    ],
                    [
                        4.822900981415351,
                        52.64733294722641,
                        0.0
                    ],
                    [
                        4.822901341658538,
                        52.647363613271544,
                        0.0
                    ],
                    [
                        4.822903102065262,
                        52.64751321361086,
                        0.0
                    ],
                    [
                        4.822903141958652,
                        52.64751701538677,
                        0.0
                    ],
                    [
                        4.822904944228855,
                        52.647670264723075,
                        0.0
                    ],
                    [
                        4.822877513642124,
                        52.64768685075875,
                        0.0
                    ],
                    [
                        4.822865108831343,
                        52.64769435013188,
                        0.0
                    ],
                    [
                        4.822857365129078,
                        52.64769903166653,
                        0.0
                    ],
                    [
                        4.822856799054615,
                        52.64769938846837,
                        0.0
                    ],
                    [
                        4.822851138540328,
                        52.6477029385135,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.740789Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6553/?format=api",
            "id": 6553,
            "code": "PL_316",
            "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.711406198214165,
                        52.633903200617176,
                        0.0
                    ],
                    [
                        4.71130745849526,
                        52.63390450869112,
                        0.0
                    ],
                    [
                        4.71004265688645,
                        52.63375951810793,
                        0.0
                    ],
                    [
                        4.710006367605077,
                        52.63375536598145,
                        0.0
                    ],
                    [
                        4.709970948540261,
                        52.63375129968662,
                        0.0
                    ],
                    [
                        4.709954684021207,
                        52.633749436538245,
                        0.0
                    ],
                    [
                        4.709953666522479,
                        52.63374932289452,
                        0.0
                    ],
                    [
                        4.709948594075728,
                        52.63374873678626,
                        0.0
                    ],
                    [
                        4.709935676771203,
                        52.6337472611823,
                        0.0
                    ],
                    [
                        4.709883418128799,
                        52.63374126552099,
                        0.0
                    ],
                    [
                        4.709879348273597,
                        52.63374080195669,
                        0.0
                    ],
                    [
                        4.709874850906525,
                        52.633740282032804,
                        0.0
                    ],
                    [
                        4.709874408485923,
                        52.633740234575804,
                        0.0
                    ],
                    [
                        4.709860193603713,
                        52.63373860777415,
                        0.0
                    ],
                    [
                        4.709825791925823,
                        52.633734664067305,
                        0.0
                    ],
                    [
                        4.709819982207158,
                        52.63373399286722,
                        0.0
                    ],
                    [
                        4.709805973699691,
                        52.63373239419682,
                        0.0
                    ],
                    [
                        4.709800753385471,
                        52.63380379564981,
                        0.0
                    ],
                    [
                        4.709797349439432,
                        52.63417945507695,
                        0.0
                    ],
                    [
                        4.709531208349617,
                        52.634482383742736,
                        0.0
                    ],
                    [
                        4.70931461066407,
                        52.63472287181916,
                        0.0
                    ],
                    [
                        4.709284406715537,
                        52.63478393018339,
                        0.0
                    ],
                    [
                        4.709186781175275,
                        52.6349812562004,
                        0.0
                    ],
                    [
                        4.70910293827572,
                        52.635150710191134,
                        0.0
                    ],
                    [
                        4.709096641275777,
                        52.63516343626368,
                        0.0
                    ],
                    [
                        4.709091930016989,
                        52.635172953921455,
                        0.0
                    ],
                    [
                        4.7090956048301,
                        52.63517509588677,
                        0.0
                    ],
                    [
                        4.709113173148438,
                        52.635185369725164,
                        0.0
                    ],
                    [
                        4.709129687524666,
                        52.635195017425445,
                        0.0
                    ],
                    [
                        4.709146201769677,
                        52.635204674109914,
                        0.0
                    ],
                    [
                        4.709152145723574,
                        52.63520815014956,
                        0.0
                    ],
                    [
                        4.709168674749334,
                        52.63521780691519,
                        0.0
                    ],
                    [
                        4.709189756690197,
                        52.635230140899864,
                        0.0
                    ],
                    [
                        4.709202171796458,
                        52.635237392562146,
                        0.0
                    ],
                    [
                        4.709228016134262,
                        52.635251272553596,
                        0.0
                    ],
                    [
                        4.70929396695398,
                        52.63528529711147,
                        0.0
                    ],
                    [
                        4.709458754125722,
                        52.63537142732109,
                        0.0
                    ],
                    [
                        4.709493858759246,
                        52.63538927850909,
                        0.0
                    ],
                    [
                        4.709505279710521,
                        52.63539394511321,
                        0.0
                    ],
                    [
                        4.709508165575773,
                        52.635397439653026,
                        0.0
                    ],
                    [
                        4.709505020291148,
                        52.63541654672875,
                        0.0
                    ],
                    [
                        4.709492525485154,
                        52.635440363788106,
                        0.0
                    ],
                    [
                        4.709482892583426,
                        52.6354586789488,
                        0.0
                    ],
                    [
                        4.709461952486937,
                        52.63549275631401,
                        0.0
                    ],
                    [
                        4.709451800965287,
                        52.63550637713801,
                        0.0
                    ],
                    [
                        4.709451551619825,
                        52.63550722052411,
                        0.0
                    ],
                    [
                        4.709450772103733,
                        52.63550987632536,
                        0.0
                    ],
                    [
                        4.709449881100472,
                        52.63551113845754,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.748593Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6554/?format=api",
            "id": 6554,
            "code": "PL_317",
            "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.108952168173713,
                        52.46479701646941,
                        0.0
                    ],
                    [
                        5.108943716487861,
                        52.464797868423744,
                        0.0
                    ],
                    [
                        5.108926730906297,
                        52.4647190537043,
                        0.0
                    ],
                    [
                        5.108882025868117,
                        52.46466312785182,
                        0.0
                    ],
                    [
                        5.10886956551404,
                        52.46464158269248,
                        0.0
                    ],
                    [
                        5.108867838674236,
                        52.46463773201779,
                        0.0
                    ],
                    [
                        5.108867516520382,
                        52.464635142880475,
                        0.0
                    ],
                    [
                        5.108867751259439,
                        52.46463291454724,
                        0.0
                    ],
                    [
                        5.108868590822826,
                        52.4646304449726,
                        0.0
                    ],
                    [
                        5.108869914554115,
                        52.464628201219924,
                        0.0
                    ],
                    [
                        5.108872403959635,
                        52.46462544791871,
                        0.0
                    ],
                    [
                        5.108874799424242,
                        52.46462359314058,
                        0.0
                    ],
                    [
                        5.109268898860119,
                        52.46443964570066,
                        0.0
                    ],
                    [
                        5.109596881684095,
                        52.464281542876684,
                        0.0
                    ],
                    [
                        5.109979188276384,
                        52.46402719384365,
                        0.0
                    ],
                    [
                        5.110332311155345,
                        52.46386462705517,
                        0.0
                    ],
                    [
                        5.110696213073692,
                        52.46370506817082,
                        0.0
                    ],
                    [
                        5.111032749984072,
                        52.463539755407844,
                        0.0
                    ],
                    [
                        5.111225886884112,
                        52.46345323351621,
                        0.0
                    ],
                    [
                        5.11123507336051,
                        52.46344776356633,
                        0.0
                    ],
                    [
                        5.111239262531424,
                        52.46344375592864,
                        0.0
                    ],
                    [
                        5.111242231993049,
                        52.463439493804806,
                        0.0
                    ],
                    [
                        5.111243680736141,
                        52.46343605498701,
                        0.0
                    ],
                    [
                        5.111244456829982,
                        52.46343194054645,
                        0.0
                    ],
                    [
                        5.111243764578716,
                        52.46336834382995,
                        0.0
                    ],
                    [
                        5.111243821048853,
                        52.463361648320515,
                        0.0
                    ],
                    [
                        5.111245868134607,
                        52.463354283384675,
                        0.0
                    ],
                    [
                        5.111250581397118,
                        52.463346457304944,
                        0.0
                    ],
                    [
                        5.111257185946678,
                        52.463339732092585,
                        0.0
                    ],
                    [
                        5.111264309891732,
                        52.46333466177654,
                        0.0
                    ],
                    [
                        5.111270555107973,
                        52.46333128804151,
                        0.0
                    ],
                    [
                        5.111276338748429,
                        52.46332878501378,
                        0.0
                    ],
                    [
                        5.111510668736841,
                        52.463226639449694,
                        0.0
                    ],
                    [
                        5.111744343229902,
                        52.463123251633206,
                        0.0
                    ],
                    [
                        5.111972370763789,
                        52.463002594371574,
                        0.0
                    ],
                    [
                        5.111978370044504,
                        52.462998527995786,
                        0.0
                    ],
                    [
                        5.111985719593325,
                        52.4629926492904,
                        0.0
                    ],
                    [
                        5.111990781979877,
                        52.4629878078204,
                        0.0
                    ],
                    [
                        5.111995538835912,
                        52.4629824084201,
                        0.0
                    ],
                    [
                        5.112000660677237,
                        52.46297510452964,
                        0.0
                    ],
                    [
                        5.112003668013774,
                        52.462969467396356,
                        0.0
                    ],
                    [
                        5.112006269504738,
                        52.46296284070318,
                        0.0
                    ],
                    [
                        5.112007823504139,
                        52.462956660951505,
                        0.0
                    ],
                    [
                        5.112008568175598,
                        52.46295048830947,
                        0.0
                    ],
                    [
                        5.112018929647434,
                        52.46274657839243,
                        0.0
                    ],
                    [
                        5.11198919805337,
                        52.462480678952446,
                        0.0
                    ],
                    [
                        5.111989196487838,
                        52.46225380902615,
                        0.0
                    ],
                    [
                        5.112110545747177,
                        52.46213264326941,
                        0.0
                    ],
                    [
                        5.11238901236027,
                        52.4619565508005,
                        0.0
                    ],
                    [
                        5.112409322036219,
                        52.46193924310999,
                        0.0
                    ],
                    [
                        5.112425217441642,
                        52.461919579467775,
                        0.0
                    ],
                    [
                        5.112437285155101,
                        52.46189313941425,
                        0.0
                    ],
                    [
                        5.112440235384399,
                        52.46187535111785,
                        0.0
                    ],
                    [
                        5.112439313908241,
                        52.46185787740014,
                        0.0
                    ],
                    [
                        5.112434204229457,
                        52.46183955814817,
                        0.0
                    ],
                    [
                        5.112428015062987,
                        52.461826844557564,
                        0.0
                    ],
                    [
                        5.112418595537857,
                        52.46181305397733,
                        0.0
                    ],
                    [
                        5.11240952192685,
                        52.46180279626166,
                        0.0
                    ],
                    [
                        5.112285891607825,
                        52.46166377964222,
                        0.0
                    ],
                    [
                        5.111927618457314,
                        52.46152290637268,
                        0.0
                    ],
                    [
                        5.111867572841931,
                        52.4614872306573,
                        0.0
                    ],
                    [
                        5.111853432941322,
                        52.46145885144383,
                        0.0
                    ],
                    [
                        5.111778107176063,
                        52.461306168663235,
                        0.0
                    ],
                    [
                        5.111710642093716,
                        52.46095445921749,
                        0.0
                    ],
                    [
                        5.11166160332826,
                        52.460930573518915,
                        0.0
                    ],
                    [
                        5.111436418038614,
                        52.460946155659215,
                        0.0
                    ],
                    [
                        5.111141999115026,
                        52.46085185755436,
                        0.0
                    ],
                    [
                        5.111117545869551,
                        52.46074562299195,
                        0.0
                    ],
                    [
                        5.111161003460079,
                        52.460612152771574,
                        0.0
                    ],
                    [
                        5.111165083392119,
                        52.460594951314256,
                        0.0
                    ],
                    [
                        5.111170775257132,
                        52.46056700462687,
                        0.0
                    ],
                    [
                        5.111175379849811,
                        52.460538812747615,
                        0.0
                    ],
                    [
                        5.111179198865551,
                        52.460506826338914,
                        0.0
                    ],
                    [
                        5.111181446336075,
                        52.46047675059782,
                        0.0
                    ],
                    [
                        5.11118213974524,
                        52.46045993670582,
                        0.0
                    ],
                    [
                        5.111182432959148,
                        52.4604365161118,
                        0.0
                    ],
                    [
                        5.11118178027182,
                        52.4604090579543,
                        0.0
                    ],
                    [
                        5.111180298460679,
                        52.46038478840942,
                        0.0
                    ],
                    [
                        5.111177935486787,
                        52.46036025617789,
                        0.0
                    ],
                    [
                        5.111174761385852,
                        52.46033602763147,
                        0.0
                    ],
                    [
                        5.111170619583956,
                        52.46031125758609,
                        0.0
                    ],
                    [
                        5.111167539646424,
                        52.46029552239228,
                        0.0
                    ],
                    [
                        5.11116379086702,
                        52.46027850942468,
                        0.0
                    ],
                    [
                        5.111156465613841,
                        52.46024516693576,
                        0.0
                    ],
                    [
                        5.111147227473557,
                        52.46020949224598,
                        0.0
                    ],
                    [
                        5.111136965453838,
                        52.4601752082258,
                        0.0
                    ],
                    [
                        5.111126810077099,
                        52.46014505867672,
                        0.0
                    ],
                    [
                        5.111116739034909,
                        52.460117902141526,
                        0.0
                    ],
                    [
                        5.111106872496708,
                        52.46009334345267,
                        0.0
                    ],
                    [
                        5.111088722696793,
                        52.46005222858291,
                        0.0
                    ],
                    [
                        5.111074574031057,
                        52.46002304936323,
                        0.0
                    ],
                    [
                        5.111058216780944,
                        52.45999177092499,
                        0.0
                    ],
                    [
                        5.111042501113804,
                        52.459963783382754,
                        0.0
                    ],
                    [
                        5.111025376830083,
                        52.45993518141177,
                        0.0
                    ],
                    [
                        5.111010617696875,
                        52.45991188753809,
                        0.0
                    ],
                    [
                        5.110991813029681,
                        52.459883784945724,
                        0.0
                    ],
                    [
                        5.110954249729978,
                        52.459832001681285,
                        0.0
                    ],
                    [
                        5.11091623358285,
                        52.45978442347331,
                        0.0
                    ],
                    [
                        5.110893257180162,
                        52.45975760533831,
                        0.0
                    ],
                    [
                        5.110863652650282,
                        52.459724875992094,
                        0.0
                    ],
                    [
                        5.110832048382472,
                        52.45969195324199,
                        0.0
                    ],
                    [
                        5.110817426311323,
                        52.45967736849581,
                        0.0
                    ],
                    [
                        5.11006597002245,
                        52.45896495069008,
                        0.0
                    ],
                    [
                        5.109765174477511,
                        52.458681718068455,
                        0.0
                    ],
                    [
                        5.109489894209782,
                        52.45844075844962,
                        0.0
                    ],
                    [
                        5.109391508177306,
                        52.458373095211385,
                        0.0
                    ],
                    [
                        5.109357571579,
                        52.458351104315724,
                        0.0
                    ],
                    [
                        5.109309678950319,
                        52.458321081882126,
                        0.0
                    ],
                    [
                        5.109241154910646,
                        52.45828002841602,
                        0.0
                    ],
                    [
                        5.109181795999767,
                        52.45824615939083,
                        0.0
                    ],
                    [
                        5.109090122963259,
                        52.458196729191656,
                        0.0
                    ],
                    [
                        5.109022631015744,
                        52.4581624096163,
                        0.0
                    ],
                    [
                        5.108960512414002,
                        52.45813227278445,
                        0.0
                    ],
                    [
                        5.108904077785734,
                        52.45810604980994,
                        0.0
                    ],
                    [
                        5.108837630222816,
                        52.45807648693905,
                        0.0
                    ],
                    [
                        5.108780169331786,
                        52.45805204999855,
                        0.0
                    ],
                    [
                        5.108712634751631,
                        52.458024578580584,
                        0.0
                    ],
                    [
                        5.10863769449424,
                        52.45799561578813,
                        0.0
                    ],
                    [
                        5.108569027520186,
                        52.45797043342732,
                        0.0
                    ],
                    [
                        5.108520495106113,
                        52.45795337805632,
                        0.0
                    ],
                    [
                        5.107948319156562,
                        52.4577534365283,
                        0.0
                    ],
                    [
                        5.107654729320402,
                        52.45765120467117,
                        0.0
                    ],
                    [
                        5.107524756486705,
                        52.45759809697545,
                        0.0
                    ],
                    [
                        5.107274281095612,
                        52.45752530985769,
                        0.0
                    ],
                    [
                        5.106973777869102,
                        52.457421010847206,
                        0.0
                    ],
                    [
                        5.106657755072676,
                        52.45730501763595,
                        0.0
                    ],
                    [
                        5.106388372685768,
                        52.45715413688645,
                        0.0
                    ],
                    [
                        5.106373133183537,
                        52.457144475241485,
                        0.0
                    ],
                    [
                        5.106365021635643,
                        52.457138317604596,
                        0.0
                    ],
                    [
                        5.106356609861935,
                        52.457130784176236,
                        0.0
                    ],
                    [
                        5.106347201207763,
                        52.45712037240219,
                        0.0
                    ],
                    [
                        5.106339474868294,
                        52.45710915574085,
                        0.0
                    ],
                    [
                        5.106335289121059,
                        52.45710105712215,
                        0.0
                    ],
                    [
                        5.106332061599401,
                        52.45709265519916,
                        0.0
                    ],
                    [
                        5.106329695535357,
                        52.45708297011076,
                        0.0
                    ],
                    [
                        5.106328750782273,
                        52.45707419612102,
                        0.0
                    ],
                    [
                        5.106328907666316,
                        52.457065703351226,
                        0.0
                    ],
                    [
                        5.106329743526315,
                        52.4570591804412,
                        0.0
                    ],
                    [
                        5.10633112145087,
                        52.457053018313,
                        0.0
                    ],
                    [
                        5.10633314835972,
                        52.457046597085615,
                        0.0
                    ],
                    [
                        5.106334720617006,
                        52.45704226885765,
                        0.0
                    ],
                    [
                        5.106335831895207,
                        52.45703871245876,
                        0.0
                    ],
                    [
                        5.106337251387828,
                        52.457032954864246,
                        0.0
                    ],
                    [
                        5.106338136056112,
                        52.45702801386112,
                        0.0
                    ],
                    [
                        5.106338728593373,
                        52.45702273963055,
                        0.0
                    ],
                    [
                        5.106338970493844,
                        52.45701707810908,
                        0.0
                    ],
                    [
                        5.106338760883482,
                        52.457010696522225,
                        0.0
                    ],
                    [
                        5.106337837854505,
                        52.45700313588981,
                        0.0
                    ],
                    [
                        5.106335747216191,
                        52.45699409855009,
                        0.0
                    ],
                    [
                        5.106332713126077,
                        52.456985355561926,
                        0.0
                    ],
                    [
                        5.106329404467299,
                        52.45697814877757,
                        0.0
                    ],
                    [
                        5.106324048787165,
                        52.45696894193084,
                        0.0
                    ],
                    [
                        5.106319426710523,
                        52.4569623701447,
                        0.0
                    ],
                    [
                        5.106314463406615,
                        52.456956246922644,
                        0.0
                    ],
                    [
                        5.106309057032054,
                        52.45695039227448,
                        0.0
                    ],
                    [
                        5.10630228631943,
                        52.456943923247906,
                        0.0
                    ],
                    [
                        5.106293959100616,
                        52.45693698318682,
                        0.0
                    ],
                    [
                        5.106287428285525,
                        52.45693212348143,
                        0.0
                    ],
                    [
                        5.105953628125467,
                        52.45673903683723,
                        0.0
                    ],
                    [
                        5.105605936969157,
                        52.45651446916177,
                        0.0
                    ],
                    [
                        5.10551714443044,
                        52.4564251027681,
                        0.0
                    ],
                    [
                        5.105426314976545,
                        52.45635532411325,
                        0.0
                    ],
                    [
                        5.105337309498626,
                        52.4562833298214,
                        0.0
                    ],
                    [
                        5.105264039005421,
                        52.45622631451015,
                        0.0
                    ],
                    [
                        5.10475616567873,
                        52.45582750558904,
                        0.0
                    ],
                    [
                        5.104739878537385,
                        52.455802319901565,
                        0.0
                    ],
                    [
                        5.104738172223501,
                        52.45566166217787,
                        0.0
                    ],
                    [
                        5.104819511554816,
                        52.455662026643296,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.758944Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6555/?format=api",
            "id": 6555,
            "code": "PL_318",
            "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.812748996371655,
                        52.66125011916882,
                        0.0
                    ],
                    [
                        4.812990746707738,
                        52.66138178923609,
                        0.0
                    ],
                    [
                        4.813931903154312,
                        52.66189088684938,
                        0.0
                    ],
                    [
                        4.81602243398267,
                        52.66302048468757,
                        0.0
                    ],
                    [
                        4.81610492445288,
                        52.66306863858606,
                        0.0
                    ],
                    [
                        4.816250003554022,
                        52.66316089633013,
                        0.0
                    ],
                    [
                        4.816412167923147,
                        52.66327044631021,
                        0.0
                    ],
                    [
                        4.816452352704133,
                        52.66329027609533,
                        0.0
                    ],
                    [
                        4.816497031921957,
                        52.663312320299326,
                        0.0
                    ],
                    [
                        4.816510250592001,
                        52.6633188454937,
                        0.0
                    ],
                    [
                        4.81652056915254,
                        52.663324458056145,
                        0.0
                    ],
                    [
                        4.816549117859304,
                        52.663339972064655,
                        0.0
                    ],
                    [
                        4.816860656822735,
                        52.66350949032879,
                        0.0
                    ],
                    [
                        4.816873045092138,
                        52.663516227192744,
                        0.0
                    ],
                    [
                        4.816889102771346,
                        52.663524967812656,
                        0.0
                    ],
                    [
                        4.816946273580164,
                        52.663556076878656,
                        0.0
                    ],
                    [
                        4.817186098250329,
                        52.66368657866799,
                        0.0
                    ],
                    [
                        4.817731536214149,
                        52.66398252329575,
                        0.0
                    ],
                    [
                        4.817895815177701,
                        52.664070835662514,
                        0.0
                    ],
                    [
                        4.817991027688588,
                        52.664112838977374,
                        0.0
                    ],
                    [
                        4.818044470077471,
                        52.66413519413674,
                        0.0
                    ],
                    [
                        4.818171967322509,
                        52.66418739942382,
                        0.0
                    ],
                    [
                        4.818277000126585,
                        52.66423132779983,
                        0.0
                    ],
                    [
                        4.818295802579221,
                        52.664239326431385,
                        0.0
                    ],
                    [
                        4.818327599158938,
                        52.6642529682326,
                        0.0
                    ],
                    [
                        4.81916317085706,
                        52.66470611281754,
                        0.0
                    ],
                    [
                        4.819645651582334,
                        52.66496744384863,
                        0.0
                    ],
                    [
                        4.820346384069826,
                        52.66534898288979,
                        0.0
                    ],
                    [
                        4.821146798716002,
                        52.66578044844999,
                        0.0
                    ],
                    [
                        4.821375073424496,
                        52.66590404744758,
                        0.0
                    ],
                    [
                        4.822077345664816,
                        52.666284271299354,
                        0.0
                    ],
                    [
                        4.822107386000353,
                        52.6663001954573,
                        0.0
                    ],
                    [
                        4.822178514606437,
                        52.666338531031734,
                        0.0
                    ],
                    [
                        4.822232942282917,
                        52.66636971435262,
                        0.0
                    ],
                    [
                        4.82250819700323,
                        52.66651788046167,
                        0.0
                    ],
                    [
                        4.822800140102981,
                        52.66667664906378,
                        0.0
                    ],
                    [
                        4.823619889869187,
                        52.667121148890566,
                        0.0
                    ],
                    [
                        4.823627453121055,
                        52.66712850026799,
                        0.0
                    ],
                    [
                        4.823665900891513,
                        52.667162123620685,
                        0.0
                    ],
                    [
                        4.823686681684912,
                        52.66718548981205,
                        0.0
                    ],
                    [
                        4.823706296647345,
                        52.66720754733947,
                        0.0
                    ],
                    [
                        4.823712242325612,
                        52.667214234986695,
                        0.0
                    ],
                    [
                        4.823718377636872,
                        52.667221121249284,
                        0.0
                    ],
                    [
                        4.823810262262937,
                        52.66728729749817,
                        0.0
                    ],
                    [
                        4.823831916966077,
                        52.66729900247049,
                        0.0
                    ],
                    [
                        4.823900859882562,
                        52.667336257172394,
                        0.0
                    ],
                    [
                        4.823938171236225,
                        52.66735591799683,
                        0.0
                    ],
                    [
                        4.82395035898682,
                        52.66736232063568,
                        0.0
                    ],
                    [
                        4.824203783424679,
                        52.66749493944718,
                        0.0
                    ],
                    [
                        4.824214578813697,
                        52.667500409791856,
                        0.0
                    ],
                    [
                        4.824281789257289,
                        52.667534474616566,
                        0.0
                    ],
                    [
                        4.824355258642514,
                        52.667571561738676,
                        0.0
                    ],
                    [
                        4.824649088197971,
                        52.66772144634255,
                        0.0
                    ],
                    [
                        4.824831914045041,
                        52.667821627804656,
                        0.0
                    ],
                    [
                        4.825107064841366,
                        52.66796890655374,
                        0.0
                    ],
                    [
                        4.825402515168691,
                        52.668130030866145,
                        0.0
                    ],
                    [
                        4.825625114688982,
                        52.668250763799676,
                        0.0
                    ],
                    [
                        4.825801300562417,
                        52.66834684121874,
                        0.0
                    ],
                    [
                        4.82596829336377,
                        52.66843702436564,
                        0.0
                    ],
                    [
                        4.826124111112859,
                        52.66852022547401,
                        0.0
                    ],
                    [
                        4.826294973061658,
                        52.66861083082384,
                        0.0
                    ],
                    [
                        4.826554059124836,
                        52.668734160541774,
                        0.0
                    ],
                    [
                        4.826585848573548,
                        52.66874881561518,
                        0.0
                    ],
                    [
                        4.826593460841784,
                        52.66875238343793,
                        0.0
                    ],
                    [
                        4.826805627621431,
                        52.668854722180896,
                        0.0
                    ],
                    [
                        4.827067022410708,
                        52.66899896575571,
                        0.0
                    ],
                    [
                        4.827132686825138,
                        52.66903521452769,
                        0.0
                    ],
                    [
                        4.827212811656814,
                        52.66907942204942,
                        0.0
                    ],
                    [
                        4.830063156685833,
                        52.67065233555013,
                        0.0
                    ],
                    [
                        4.830203972772309,
                        52.67072943957473,
                        0.0
                    ],
                    [
                        4.830320449223998,
                        52.6707918164031,
                        0.0
                    ],
                    [
                        4.831971510545593,
                        52.671681603469274,
                        0.0
                    ],
                    [
                        4.833823807570091,
                        52.67267396588803,
                        0.0
                    ],
                    [
                        4.834069461214504,
                        52.672763892172945,
                        0.0
                    ],
                    [
                        4.834802017136917,
                        52.67317292117483,
                        0.0
                    ],
                    [
                        4.835085631252241,
                        52.673332060765155,
                        0.0
                    ],
                    [
                        4.835103948047054,
                        52.673342786534484,
                        0.0
                    ],
                    [
                        4.83511710613926,
                        52.67334988452107,
                        0.0
                    ],
                    [
                        4.835139679500482,
                        52.673361906209784,
                        0.0
                    ],
                    [
                        4.835262297867891,
                        52.67342725439208,
                        0.0
                    ],
                    [
                        4.835296576657672,
                        52.67344197257052,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.767740Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/6556/?format=api",
            "id": 6556,
            "code": "PL_319",
            "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.835298359306868,
                        52.67343894318762,
                        0.0
                    ],
                    [
                        4.835256108641775,
                        52.67341856207972,
                        0.0
                    ],
                    [
                        4.835133050173919,
                        52.673325863990435,
                        0.0
                    ],
                    [
                        4.834193920003415,
                        52.67279785795708,
                        0.0
                    ],
                    [
                        4.833806978209182,
                        52.672633211816226,
                        0.0
                    ],
                    [
                        4.833533886019163,
                        52.67241529725319,
                        0.0
                    ],
                    [
                        4.832832220327107,
                        52.672040582324165,
                        0.0
                    ],
                    [
                        4.830879241948652,
                        52.67097744493023,
                        0.0
                    ],
                    [
                        4.830625008998553,
                        52.6708856743974,
                        0.0
                    ],
                    [
                        4.825642378983289,
                        52.66819655389196,
                        0.0
                    ],
                    [
                        4.825121510984502,
                        52.66792125301163,
                        0.0
                    ],
                    [
                        4.824765319968518,
                        52.66773006638295,
                        0.0
                    ],
                    [
                        4.824611312614487,
                        52.6676467462016,
                        0.0
                    ],
                    [
                        4.82359638301397,
                        52.667175526668586,
                        0.0
                    ],
                    [
                        4.822494989070435,
                        52.66657483231258,
                        0.0
                    ],
                    [
                        4.821063499135392,
                        52.666014751817855,
                        0.0
                    ],
                    [
                        4.818535819726037,
                        52.66464700860513,
                        0.0
                    ],
                    [
                        4.81687111163003,
                        52.663746217603844,
                        0.0
                    ],
                    [
                        4.81592052302168,
                        52.66327937409573,
                        0.0
                    ],
                    [
                        4.812663109112899,
                        52.66151115038267,
                        0.0
                    ],
                    [
                        4.812497060697006,
                        52.66139237355253,
                        0.0
                    ],
                    [
                        4.81247457283665,
                        52.661382666594804,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2014-10-22T10:29:04.775340Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}