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=124
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=125",
    "previous": "https://demo.lizard.net/api/v4/pressurepipes/?format=api&page=123",
    "results": [
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112771/?format=api",
            "id": 112771,
            "code": "PL_31224",
            "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.742630958469227,
                        52.64109587167465,
                        0.0
                    ],
                    [
                        4.742624138704251,
                        52.641093453078284,
                        0.0
                    ],
                    [
                        4.742621137453553,
                        52.64109460515474,
                        0.0
                    ],
                    [
                        4.742358576598664,
                        52.64140678353178,
                        0.0
                    ],
                    [
                        4.742354700596317,
                        52.641416208137564,
                        0.0
                    ],
                    [
                        4.741978168173688,
                        52.64148547062228,
                        0.0
                    ],
                    [
                        4.741743486831516,
                        52.64152019099403,
                        0.0
                    ],
                    [
                        4.741665101660308,
                        52.64153179045237,
                        0.0
                    ],
                    [
                        4.741484507855051,
                        52.64155849969292,
                        0.0
                    ],
                    [
                        4.741436564515579,
                        52.64156559991161,
                        0.0
                    ],
                    [
                        4.741412741032809,
                        52.64156911936306,
                        0.0
                    ],
                    [
                        4.741383735217888,
                        52.64157341053098,
                        0.0
                    ],
                    [
                        4.741311613000974,
                        52.641584082133605,
                        0.0
                    ],
                    [
                        4.741298123466373,
                        52.6416404848955,
                        0.0
                    ],
                    [
                        4.740417849907411,
                        52.64200367504839,
                        0.0
                    ],
                    [
                        4.740376076258095,
                        52.64202219527682,
                        0.0
                    ],
                    [
                        4.740415232489672,
                        52.64206011887082,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.384459Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112772/?format=api",
            "id": 112772,
            "code": "PL_31225",
            "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.733261093695148,
                        52.640019647981454,
                        0.0
                    ],
                    [
                        4.73326129773625,
                        52.64002182402653,
                        0.0
                    ],
                    [
                        4.733304131218903,
                        52.64002054073807,
                        0.0
                    ],
                    [
                        4.733324562255319,
                        52.64001464958696,
                        0.0
                    ],
                    [
                        4.733374388872899,
                        52.63998120328854,
                        0.0
                    ],
                    [
                        4.733916814462619,
                        52.63996382850419,
                        0.0
                    ],
                    [
                        4.734786269493819,
                        52.63993661651457,
                        0.0
                    ],
                    [
                        4.735492709427815,
                        52.63991442742897,
                        0.0
                    ],
                    [
                        4.736199240257187,
                        52.63989403210203,
                        0.0
                    ],
                    [
                        4.736927837493913,
                        52.63987196478889,
                        0.0
                    ],
                    [
                        4.738036876003368,
                        52.63984160831232,
                        0.0
                    ],
                    [
                        4.738318153809915,
                        52.63979945644755,
                        0.0
                    ],
                    [
                        4.738358372492958,
                        52.639788118276854,
                        0.0
                    ],
                    [
                        4.738361034532951,
                        52.639784924343715,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.401811Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112773/?format=api",
            "id": 112773,
            "code": "PL_31226",
            "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.732608983342613,
                        52.6373836381918,
                        0.0
                    ],
                    [
                        4.732612443859741,
                        52.637382399022584,
                        0.0
                    ],
                    [
                        4.732631261174358,
                        52.637375672276306,
                        0.0
                    ],
                    [
                        4.732602969720207,
                        52.63734895009036,
                        0.0
                    ],
                    [
                        4.73260479585908,
                        52.63734635382969,
                        0.0
                    ],
                    [
                        4.732609338780449,
                        52.63733988102901,
                        0.0
                    ],
                    [
                        4.732643265750846,
                        52.63732938191681,
                        0.0
                    ],
                    [
                        4.732759917393754,
                        52.63729328399525,
                        0.0
                    ],
                    [
                        4.73283839738479,
                        52.63726900088407,
                        0.0
                    ],
                    [
                        4.732838931703022,
                        52.637268833066145,
                        0.0
                    ],
                    [
                        4.732843179305493,
                        52.637266322026626,
                        0.0
                    ],
                    [
                        4.732857653477693,
                        52.63726057791895,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.416540Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112774/?format=api",
            "id": 112774,
            "code": "PL_31227",
            "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.777824264798991,
                        52.64804184518752,
                        0.0
                    ],
                    [
                        4.777825671446535,
                        52.64804163670172,
                        0.0
                    ],
                    [
                        4.777827981383217,
                        52.64804128904876,
                        0.0
                    ],
                    [
                        4.777833593197803,
                        52.648040455029665,
                        0.0
                    ],
                    [
                        4.777830249908993,
                        52.64803219660569,
                        0.0
                    ],
                    [
                        4.777827849804124,
                        52.64802625273345,
                        0.0
                    ],
                    [
                        4.777825992491648,
                        52.648021659727476,
                        0.0
                    ],
                    [
                        4.777825649708562,
                        52.648020804183844,
                        0.0
                    ],
                    [
                        4.77782494986499,
                        52.648019057074556,
                        0.0
                    ],
                    [
                        4.7777641031175,
                        52.64786847873057,
                        0.0
                    ],
                    [
                        4.777678792181614,
                        52.647884982447444,
                        0.0
                    ],
                    [
                        4.777650626858224,
                        52.64789042814607,
                        0.0
                    ],
                    [
                        4.777622476303201,
                        52.64789587391373,
                        0.0
                    ],
                    [
                        4.777580607020722,
                        52.64790177061043,
                        0.0
                    ],
                    [
                        4.777551825638636,
                        52.64790582010646,
                        0.0
                    ],
                    [
                        4.777523029351411,
                        52.64790987850638,
                        0.0
                    ],
                    [
                        4.777436670133231,
                        52.647922044829095,
                        0.0
                    ],
                    [
                        4.777419170320323,
                        52.6479245074738,
                        0.0
                    ],
                    [
                        4.777289397294194,
                        52.64792287136565,
                        0.0
                    ],
                    [
                        4.777181341640928,
                        52.64792151727533,
                        0.0
                    ],
                    [
                        4.777162342564568,
                        52.647921276021584,
                        0.0
                    ],
                    [
                        4.777141674001146,
                        52.64792101721332,
                        0.0
                    ],
                    [
                        4.777060861316492,
                        52.64792000048241,
                        0.0
                    ],
                    [
                        4.777030811419555,
                        52.64791962162525,
                        0.0
                    ],
                    [
                        4.777000613769912,
                        52.647919242002324,
                        0.0
                    ],
                    [
                        4.776920499786498,
                        52.647924313118565,
                        0.0
                    ],
                    [
                        4.776847011366064,
                        52.64792896882405,
                        0.0
                    ],
                    [
                        4.776700049254407,
                        52.64793828017455,
                        0.0
                    ],
                    [
                        4.776553087081263,
                        52.64794759134326,
                        0.0
                    ],
                    [
                        4.776406124721866,
                        52.64795691131681,
                        0.0
                    ],
                    [
                        4.77625916242573,
                        52.64796622212199,
                        0.0
                    ],
                    [
                        4.776112200068113,
                        52.64797553274537,
                        0.0
                    ],
                    [
                        4.776111194471008,
                        52.647975590488706,
                        0.0
                    ],
                    [
                        4.775968618917636,
                        52.647996723715565,
                        0.0
                    ],
                    [
                        4.775825051405722,
                        52.64801798648075,
                        0.0
                    ],
                    [
                        4.77568148363075,
                        52.64803925805885,
                        0.0
                    ],
                    [
                        4.775611920681367,
                        52.64804956818343,
                        0.0
                    ],
                    [
                        4.775535768444269,
                        52.64804917652873,
                        0.0
                    ],
                    [
                        4.775388014787287,
                        52.648048416485274,
                        0.0
                    ],
                    [
                        4.775288325398235,
                        52.64804790358017,
                        0.0
                    ],
                    [
                        4.775242584298176,
                        52.648038923633116,
                        0.0
                    ],
                    [
                        4.775216280159676,
                        52.648033764409,
                        0.0
                    ],
                    [
                        4.775101956881612,
                        52.64801132807106,
                        0.0
                    ],
                    [
                        4.775045296335315,
                        52.64800020680601,
                        0.0
                    ],
                    [
                        4.774961344417477,
                        52.647983732418794,
                        0.0
                    ],
                    [
                        4.774904138630843,
                        52.647972509419546,
                        0.0
                    ],
                    [
                        4.77486710020505,
                        52.64796146213396,
                        0.0
                    ],
                    [
                        4.774825441232902,
                        52.64794903397143,
                        0.0
                    ],
                    [
                        4.774804751558358,
                        52.647942861047206,
                        0.0
                    ],
                    [
                        4.774786077852721,
                        52.64793729165847,
                        0.0
                    ],
                    [
                        4.774712310169182,
                        52.6479152884662,
                        0.0
                    ],
                    [
                        4.774699663758699,
                        52.64790451953486,
                        0.0
                    ],
                    [
                        4.77468384839792,
                        52.64789105608406,
                        0.0
                    ],
                    [
                        4.774677671137679,
                        52.64788580268365,
                        0.0
                    ],
                    [
                        4.774650874143754,
                        52.64786298986392,
                        0.0
                    ],
                    [
                        4.774632240465587,
                        52.64784712128458,
                        0.0
                    ],
                    [
                        4.774613767326882,
                        52.64783139732494,
                        0.0
                    ],
                    [
                        4.774610773680673,
                        52.64782884750362,
                        0.0
                    ],
                    [
                        4.774556553404656,
                        52.647748626728266,
                        0.0
                    ],
                    [
                        4.774522790718819,
                        52.647698672488815,
                        0.0
                    ],
                    [
                        4.774511555915496,
                        52.64768204214365,
                        0.0
                    ],
                    [
                        4.77450032099549,
                        52.647665420783945,
                        0.0
                    ],
                    [
                        4.774489086083955,
                        52.64764879942312,
                        0.0
                    ],
                    [
                        4.774477836405665,
                        52.64763217798507,
                        0.0
                    ],
                    [
                        4.774417420131844,
                        52.64754278519701,
                        0.0
                    ],
                    [
                        4.77428868335596,
                        52.6473523113234,
                        0.0
                    ],
                    [
                        4.773987383590961,
                        52.64685714300579,
                        0.0
                    ],
                    [
                        4.773617943407153,
                        52.64609293974595,
                        0.0
                    ],
                    [
                        4.773344793713278,
                        52.64542295120502,
                        0.0
                    ],
                    [
                        4.773149622546207,
                        52.64468620290834,
                        0.0
                    ],
                    [
                        4.773142715902118,
                        52.64465809109395,
                        0.0
                    ],
                    [
                        4.773142604606689,
                        52.644657596220824,
                        0.0
                    ],
                    [
                        4.773092197790048,
                        52.64463490375908,
                        0.0
                    ],
                    [
                        4.773075672790938,
                        52.64463640916156,
                        0.0
                    ],
                    [
                        4.773044960376883,
                        52.644639198364075,
                        0.0
                    ],
                    [
                        4.772924504282896,
                        52.64473819080833,
                        0.0
                    ],
                    [
                        4.772896184769579,
                        52.644760072252375,
                        0.0
                    ],
                    [
                        4.772744308486668,
                        52.64488496520491,
                        0.0
                    ],
                    [
                        4.772618932542483,
                        52.644988066049144,
                        0.0
                    ],
                    [
                        4.772607394136811,
                        52.64499221244626,
                        0.0
                    ],
                    [
                        4.772599983958393,
                        52.64499487930869,
                        0.0
                    ],
                    [
                        4.77258007014054,
                        52.64500203807894,
                        0.0
                    ],
                    [
                        4.772559859322914,
                        52.645009303157686,
                        0.0
                    ],
                    [
                        4.772450682128081,
                        52.64504855229786,
                        0.0
                    ],
                    [
                        4.772438297157692,
                        52.64505300885576,
                        0.0
                    ],
                    [
                        4.772419541588929,
                        52.64505975118652,
                        0.0
                    ],
                    [
                        4.7724088198793,
                        52.64506360520758,
                        0.0
                    ],
                    [
                        4.77238905449637,
                        52.64507071078987,
                        0.0
                    ],
                    [
                        4.772322655470258,
                        52.645060014177766,
                        0.0
                    ],
                    [
                        4.772320193553565,
                        52.64505961499659,
                        0.0
                    ],
                    [
                        4.772317731511324,
                        52.64505922480189,
                        0.0
                    ],
                    [
                        4.772313544763126,
                        52.64505854708466,
                        0.0
                    ],
                    [
                        4.772306438972819,
                        52.64505740491142,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.435616Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112775/?format=api",
            "id": 112775,
            "code": "PL_31228",
            "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.751358182230454,
                        52.635736277208636,
                        0.0
                    ],
                    [
                        4.751353654774698,
                        52.63573063594667,
                        0.0
                    ],
                    [
                        4.751336507218316,
                        52.63572326454621,
                        0.0
                    ],
                    [
                        4.751309112109783,
                        52.635711497481296,
                        0.0
                    ],
                    [
                        4.751297176387967,
                        52.635706364819896,
                        0.0
                    ],
                    [
                        4.751281570343132,
                        52.635699657727336,
                        0.0
                    ],
                    [
                        4.751221486513341,
                        52.635673417040685,
                        0.0
                    ],
                    [
                        4.751217684420578,
                        52.635671761018436,
                        0.0
                    ],
                    [
                        4.751209810001186,
                        52.63567079320811,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.451215Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112776/?format=api",
            "id": 112776,
            "code": "PL_31229",
            "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.761469203625391,
                        52.629044570305645,
                        0.0
                    ],
                    [
                        4.761476385591858,
                        52.62905677689252,
                        0.0
                    ],
                    [
                        4.761476514169006,
                        52.629057083137006,
                        0.0
                    ],
                    [
                        4.761476571073103,
                        52.6290572362204,
                        0.0
                    ],
                    [
                        4.761476613080493,
                        52.62905739821265,
                        0.0
                    ],
                    [
                        4.761476640446674,
                        52.629057551140555,
                        0.0
                    ],
                    [
                        4.761476667685108,
                        52.629057713055076,
                        0.0
                    ],
                    [
                        4.761476680282335,
                        52.62905786590528,
                        0.0
                    ],
                    [
                        4.761476692751811,
                        52.62905802774201,
                        0.0
                    ],
                    [
                        4.761476690452328,
                        52.62905818950108,
                        0.0
                    ],
                    [
                        4.761476673511639,
                        52.629058342195805,
                        0.0
                    ],
                    [
                        4.761476656443199,
                        52.629058503877125,
                        0.0
                    ],
                    [
                        4.761476624733551,
                        52.62905865649407,
                        0.0
                    ],
                    [
                        4.761476578127197,
                        52.62905881801998,
                        0.0
                    ],
                    [
                        4.761476531648591,
                        52.629058970559186,
                        0.0
                    ],
                    [
                        4.761476485042235,
                        52.62905913208506,
                        0.0
                    ],
                    [
                        4.761476409025712,
                        52.62905928446885,
                        0.0
                    ],
                    [
                        4.761476333009189,
                        52.6290594368526,
                        0.0
                    ],
                    [
                        4.761476256992665,
                        52.6290595892364,
                        0.0
                    ],
                    [
                        4.761476166334932,
                        52.629059732555845,
                        0.0
                    ],
                    [
                        4.76147606090824,
                        52.62905987579754,
                        0.0
                    ],
                    [
                        4.761475955353799,
                        52.62906002802584,
                        0.0
                    ],
                    [
                        4.761475835285897,
                        52.6290601622032,
                        0.0
                    ],
                    [
                        4.761475700321286,
                        52.62906030528943,
                        0.0
                    ],
                    [
                        4.761475565484423,
                        52.62906043938905,
                        0.0
                    ],
                    [
                        4.76147543064756,
                        52.629060573488665,
                        0.0
                    ],
                    [
                        4.761475281041738,
                        52.629060707510554,
                        0.0
                    ],
                    [
                        4.761475116794705,
                        52.62906083246808,
                        0.0
                    ],
                    [
                        4.761474952547673,
                        52.629060957425615,
                        0.0
                    ],
                    [
                        4.761474788428388,
                        52.629061073396564,
                        0.0
                    ],
                    [
                        4.761474609540143,
                        52.62906118928974,
                        0.0
                    ],
                    [
                        4.761474430651898,
                        52.629061305182944,
                        0.0
                    ],
                    [
                        4.761474237122443,
                        52.62906141201178,
                        0.0
                    ],
                    [
                        4.761474043592987,
                        52.62906151884063,
                        0.0
                    ],
                    [
                        4.761473835422319,
                        52.62906161660511,
                        0.0
                    ],
                    [
                        4.761473627251654,
                        52.62906171436961,
                        0.0
                    ],
                    [
                        4.761473404439776,
                        52.62906180306974,
                        0.0
                    ],
                    [
                        4.761473196524606,
                        52.62906188286101,
                        0.0
                    ],
                    [
                        4.761472973712727,
                        52.62906197156114,
                        0.0
                    ],
                    [
                        4.761472736387387,
                        52.629062042210336,
                        0.0
                    ],
                    [
                        4.761472499062047,
                        52.62906211285954,
                        0.0
                    ],
                    [
                        4.761472261736707,
                        52.62906218350873,
                        0.0
                    ],
                    [
                        4.761472024539116,
                        52.62906224517128,
                        0.0
                    ],
                    [
                        4.761399542105826,
                        52.62908134809091,
                        0.0
                    ],
                    [
                        4.761354857611412,
                        52.62909312887032,
                        0.0
                    ],
                    [
                        4.761354249272651,
                        52.62909332338817,
                        0.0
                    ],
                    [
                        4.761353967128948,
                        52.629093429750306,
                        0.0
                    ],
                    [
                        4.761353684985247,
                        52.629093536112485,
                        0.0
                    ],
                    [
                        4.761353402585993,
                        52.62909366044787,
                        0.0
                    ],
                    [
                        4.761353134955707,
                        52.629093784861006,
                        0.0
                    ],
                    [
                        4.761352867197649,
                        52.62909391826075,
                        0.0
                    ],
                    [
                        4.761352614208553,
                        52.62909405173827,
                        0.0
                    ],
                    [
                        4.761352361091682,
                        52.62909419420233,
                        0.0
                    ],
                    [
                        4.76135213751275,
                        52.629094336821964,
                        0.0
                    ],
                    [
                        4.761351899037072,
                        52.62909448835043,
                        0.0
                    ],
                    [
                        4.761351675202587,
                        52.629094648943266,
                        0.0
                    ],
                    [
                        4.761351466137068,
                        52.62909480961383,
                        0.0
                    ],
                    [
                        4.761351271712745,
                        52.62909497934879,
                        0.0
                    ],
                    [
                        4.761351077288421,
                        52.62909514908372,
                        0.0
                    ],
                    [
                        4.761350897633064,
                        52.62909531889639,
                        0.0
                    ],
                    [
                        4.76135071784993,
                        52.62909549769571,
                        0.0
                    ],
                    [
                        4.761350567604736,
                        52.62909567665048,
                        0.0
                    ],
                    [
                        4.761350417231765,
                        52.6290958645919,
                        0.0
                    ],
                    [
                        4.761350266858794,
                        52.629096052533306,
                        0.0
                    ],
                    [
                        4.761350145895985,
                        52.62909624961685,
                        0.0
                    ],
                    [
                        4.761350025060949,
                        52.6290964377137,
                        0.0
                    ],
                    [
                        4.761349918867111,
                        52.629096634875005,
                        0.0
                    ],
                    [
                        4.761349827442237,
                        52.62909683211401,
                        0.0
                    ],
                    [
                        4.761349750786335,
                        52.62909702943079,
                        0.0
                    ],
                    [
                        4.761349674002658,
                        52.62909723573416,
                        0.0
                    ],
                    [
                        4.761349611987951,
                        52.629097442115274,
                        0.0
                    ],
                    [
                        4.76134956486999,
                        52.62909763958758,
                        0.0
                    ],
                    [
                        4.761349532393219,
                        52.629097846124196,
                        0.0
                    ],
                    [
                        4.761349514685423,
                        52.62909805273855,
                        0.0
                    ],
                    [
                        4.761349496977626,
                        52.62909825935292,
                        0.0
                    ],
                    [
                        4.76134950880777,
                        52.62909846612277,
                        0.0
                    ],
                    [
                        4.761349520637913,
                        52.62909867289266,
                        0.0
                    ],
                    [
                        4.761349547237029,
                        52.62909887974029,
                        0.0
                    ],
                    [
                        4.761349573836143,
                        52.629099086587914,
                        0.0
                    ],
                    [
                        4.761349630100976,
                        52.62909928460441,
                        0.0
                    ],
                    [
                        4.761349686238034,
                        52.629099491607555,
                        0.0
                    ],
                    [
                        4.761349757271838,
                        52.62909968970178,
                        0.0
                    ],
                    [
                        4.76134984294684,
                        52.62909989686042,
                        0.0
                    ],
                    [
                        4.761349943646364,
                        52.62910008612354,
                        0.0
                    ],
                    [
                        4.761350044218113,
                        52.62910028437328,
                        0.0
                    ],
                    [
                        4.761350174327807,
                        52.62910048277855,
                        0.0
                    ],
                    [
                        4.761350304565278,
                        52.62910067219712,
                        0.0
                    ],
                    [
                        4.761350434802748,
                        52.62910086161579,
                        0.0
                    ],
                    [
                        4.761350594705937,
                        52.629101042203295,
                        0.0
                    ],
                    [
                        4.761354581094814,
                        52.629105305188105,
                        0.0
                    ],
                    [
                        4.761354980615226,
                        52.62911044801927,
                        0.0
                    ],
                    [
                        4.761356125739892,
                        52.629115091487364,
                        0.0
                    ],
                    [
                        4.7613569466834,
                        52.62912279791366,
                        0.0
                    ],
                    [
                        4.761355757331848,
                        52.629131653117206,
                        0.0
                    ],
                    [
                        4.761352540496029,
                        52.62913663311424,
                        0.0
                    ],
                    [
                        4.76135217164591,
                        52.62914179886228,
                        0.0
                    ],
                    [
                        4.76135717342196,
                        52.62930422545806,
                        0.0
                    ],
                    [
                        4.761173784778759,
                        52.62966476450675,
                        0.0
                    ],
                    [
                        4.760474224831492,
                        52.630271315425894,
                        0.0
                    ],
                    [
                        4.760354703482114,
                        52.630323081170076,
                        0.0
                    ],
                    [
                        4.760238456679786,
                        52.630358552141196,
                        0.0
                    ],
                    [
                        4.76011326243248,
                        52.630383397770906,
                        0.0
                    ],
                    [
                        4.759947989636286,
                        52.63040762739386,
                        0.0
                    ],
                    [
                        4.759719955724359,
                        52.63043399705984,
                        0.0
                    ],
                    [
                        4.759376640251126,
                        52.630472600397056,
                        0.0
                    ],
                    [
                        4.759189708724124,
                        52.63049817053077,
                        0.0
                    ],
                    [
                        4.758992448164133,
                        52.630532313586585,
                        0.0
                    ],
                    [
                        4.758764268063727,
                        52.63057918064839,
                        0.0
                    ],
                    [
                        4.758548521581629,
                        52.63062623884197,
                        0.0
                    ],
                    [
                        4.758500030809482,
                        52.630641674225394,
                        0.0
                    ],
                    [
                        4.758493747890048,
                        52.63064412149097,
                        0.0
                    ],
                    [
                        4.758479796277594,
                        52.63064779540916,
                        0.0
                    ],
                    [
                        4.758471776340621,
                        52.63065086259759,
                        0.0
                    ],
                    [
                        4.758462788933562,
                        52.63065341239379,
                        0.0
                    ],
                    [
                        4.758455505799898,
                        52.63065660031245,
                        0.0
                    ],
                    [
                        4.758426165711557,
                        52.63066940480852,
                        0.0
                    ],
                    [
                        4.758396286179994,
                        52.630678611530065,
                        0.0
                    ],
                    [
                        4.758343307741311,
                        52.63070936441064,
                        0.0
                    ],
                    [
                        4.757648082356345,
                        52.63092945044345,
                        0.0
                    ],
                    [
                        4.757630566089046,
                        52.6309344894283,
                        0.0
                    ],
                    [
                        4.757613354580036,
                        52.63093990749042,
                        0.0
                    ],
                    [
                        4.757596462855658,
                        52.63094568673494,
                        0.0
                    ],
                    [
                        4.75757992032624,
                        52.630951836305094,
                        0.0
                    ],
                    [
                        4.757563756787791,
                        52.630958338384275,
                        0.0
                    ],
                    [
                        4.757547972368648,
                        52.63096518398593,
                        0.0
                    ],
                    [
                        4.757532611505952,
                        52.63097236435834,
                        0.0
                    ],
                    [
                        4.757517674199558,
                        52.63097987950165,
                        0.0
                    ],
                    [
                        4.75750317547607,
                        52.63098771152106,
                        0.0
                    ],
                    [
                        4.757489159901349,
                        52.63099584267816,
                        0.0
                    ],
                    [
                        4.757475627346799,
                        52.63100428195978,
                        0.0
                    ],
                    [
                        4.757462578069564,
                        52.63101301139284,
                        0.0
                    ],
                    [
                        4.757450071405263,
                        52.63102201331723,
                        0.0
                    ],
                    [
                        4.757438077943351,
                        52.63103127859005,
                        0.0
                    ],
                    [
                        4.757426656890975,
                        52.631040798537775,
                        0.0
                    ],
                    [
                        4.757415778837659,
                        52.63105056401752,
                        0.0
                    ],
                    [
                        4.757405488478208,
                        52.631060548304326,
                        0.0
                    ],
                    [
                        4.757395785684272,
                        52.63107076038498,
                        0.0
                    ],
                    [
                        4.757386685611515,
                        52.63108117337795,
                        0.0
                    ],
                    [
                        4.757378203287053,
                        52.631091769388526,
                        0.0
                    ],
                    [
                        4.75737033871123,
                        52.63110254841677,
                        0.0
                    ],
                    [
                        4.757363121680869,
                        52.63111349264614,
                        0.0
                    ],
                    [
                        4.757356537683921,
                        52.63112458402525,
                        0.0
                    ],
                    [
                        4.757350616517293,
                        52.631135804737504,
                        0.0
                    ],
                    [
                        4.757345343411785,
                        52.63114715470474,
                        0.0
                    ],
                    [
                        4.757340748292965,
                        52.631158607123766,
                        0.0
                    ],
                    [
                        4.757336816391673,
                        52.6311701619164,
                        0.0
                    ],
                    [
                        4.757333577762136,
                        52.631181783292796,
                        0.0
                    ],
                    [
                        4.757331002865556,
                        52.63119347109644,
                        0.0
                    ],
                    [
                        4.757329121499001,
                        52.63120520751075,
                        0.0
                    ],
                    [
                        4.75732791915055,
                        52.63121697448428,
                        0.0
                    ],
                    [
                        4.75732741071903,
                        52.631228763108695,
                        0.0
                    ],
                    [
                        4.757327596462208,
                        52.63124055541082,
                        0.0
                    ],
                    [
                        4.757328476637844,
                        52.63125233341737,
                        0.0
                    ],
                    [
                        4.757330036605418,
                        52.63126408806354,
                        0.0
                    ],
                    [
                        4.757332276622674,
                        52.631275801376106,
                        0.0
                    ],
                    [
                        4.757335211717056,
                        52.63128745546005,
                        0.0
                    ],
                    [
                        4.757338812478303,
                        52.63129904117219,
                        0.0
                    ],
                    [
                        4.75734310870354,
                        52.631310540695836,
                        0.0
                    ],
                    [
                        4.757348056341362,
                        52.63132193582286,
                        0.0
                    ],
                    [
                        4.757353670161955,
                        52.63133322663154,
                        0.0
                    ],
                    [
                        4.757359950680184,
                        52.631344377175296,
                        0.0
                    ],
                    [
                        4.757374438091309,
                        52.63136624808984,
                        0.0
                    ],
                    [
                        4.757396123739712,
                        52.631389846743986,
                        0.0
                    ],
                    [
                        4.757414722571571,
                        52.63141136196698,
                        0.0
                    ],
                    [
                        4.757424932031382,
                        52.631420457256645,
                        0.0
                    ],
                    [
                        4.757579104244841,
                        52.63154478607689,
                        0.0
                    ],
                    [
                        4.757681101409729,
                        52.631626085927195,
                        0.0
                    ],
                    [
                        4.757879807871738,
                        52.63178462207589,
                        0.0
                    ],
                    [
                        4.758122813919397,
                        52.63197727434472,
                        0.0
                    ],
                    [
                        4.758697754958138,
                        52.632427737936254,
                        0.0
                    ],
                    [
                        4.758819470405243,
                        52.63252183105391,
                        0.0
                    ],
                    [
                        4.758917576726862,
                        52.632584208990906,
                        0.0
                    ],
                    [
                        4.758981525225683,
                        52.63263258392433,
                        0.0
                    ],
                    [
                        4.759001637765148,
                        52.6326236849406,
                        0.0
                    ],
                    [
                        4.759203021217822,
                        52.63253314148065,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.473267Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112777/?format=api",
            "id": 112777,
            "code": "PL_31230",
            "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.782478624042477,
                        52.7030869559677,
                        0.0
                    ],
                    [
                        4.782492783719033,
                        52.703063248018495,
                        0.0
                    ],
                    [
                        4.782598861260991,
                        52.7029107813764,
                        0.0
                    ],
                    [
                        4.782817874115816,
                        52.702579316728816,
                        0.0
                    ],
                    [
                        4.783391238018975,
                        52.701643550128765,
                        0.0
                    ],
                    [
                        4.783585674848958,
                        52.7013232201811,
                        0.0
                    ],
                    [
                        4.783589095100648,
                        52.70131656010307,
                        0.0
                    ],
                    [
                        4.783588909022994,
                        52.70130856961834,
                        0.0
                    ],
                    [
                        4.783582914145606,
                        52.70129911173791,
                        0.0
                    ],
                    [
                        4.783569706017676,
                        52.7012913428013,
                        0.0
                    ],
                    [
                        4.783556910404626,
                        52.701282623321546,
                        0.0
                    ],
                    [
                        4.783552849572986,
                        52.70126592264987,
                        0.0
                    ],
                    [
                        4.783552434069123,
                        52.70125847921514,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.488672Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112778/?format=api",
            "id": 112778,
            "code": "PL_31231",
            "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.787632129826826,
                        52.66327361903045,
                        0.0
                    ],
                    [
                        4.787634070484666,
                        52.663273305273165,
                        0.0
                    ],
                    [
                        4.787651198154246,
                        52.663273607294144,
                        0.0
                    ],
                    [
                        4.787700942463896,
                        52.663296047383845,
                        0.0
                    ],
                    [
                        4.787766485423118,
                        52.66333604715563,
                        0.0
                    ],
                    [
                        4.787942041013255,
                        52.66351753830157,
                        0.0
                    ],
                    [
                        4.788134199381051,
                        52.663819352418756,
                        0.0
                    ],
                    [
                        4.788252786543745,
                        52.663830680283354,
                        0.0
                    ],
                    [
                        4.788714766954683,
                        52.66385293010978,
                        0.0
                    ],
                    [
                        4.788940875821512,
                        52.66382737554416,
                        0.0
                    ],
                    [
                        4.789827167647947,
                        52.66364383565329,
                        0.0
                    ],
                    [
                        4.789863509764159,
                        52.6636377450951,
                        0.0
                    ],
                    [
                        4.789931757812623,
                        52.66362459801645,
                        0.0
                    ],
                    [
                        4.789978115636996,
                        52.6636156997854,
                        0.0
                    ],
                    [
                        4.790031772848398,
                        52.66360482505015,
                        0.0
                    ],
                    [
                        4.790166360399799,
                        52.6635775504656,
                        0.0
                    ],
                    [
                        4.790274275594283,
                        52.66355508484111,
                        0.0
                    ],
                    [
                        4.790408449917114,
                        52.66352556111219,
                        0.0
                    ],
                    [
                        4.790515644122824,
                        52.66350174357358,
                        0.0
                    ],
                    [
                        4.790569160573053,
                        52.66349032865906,
                        0.0
                    ],
                    [
                        4.790674364861033,
                        52.663471533823305,
                        0.0
                    ],
                    [
                        4.790755536762206,
                        52.66345908917315,
                        0.0
                    ],
                    [
                        4.791826451457419,
                        52.663275399505984,
                        0.0
                    ],
                    [
                        4.792477492686437,
                        52.6631636292197,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.504421Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112779/?format=api",
            "id": 112779,
            "code": "PL_31232",
            "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.781235042524886,
                        52.66550014360599,
                        0.0
                    ],
                    [
                        4.781243584962158,
                        52.66549705059069,
                        0.0
                    ],
                    [
                        4.78124716990526,
                        52.66549542419589,
                        0.0
                    ],
                    [
                        4.781263346998572,
                        52.66548538702061,
                        0.0
                    ],
                    [
                        4.781264236571712,
                        52.665475541589174,
                        0.0
                    ],
                    [
                        4.781258445514672,
                        52.665462408764576,
                        0.0
                    ],
                    [
                        4.781750264826207,
                        52.665244591958015,
                        0.0
                    ],
                    [
                        4.781791470987386,
                        52.66523111418289,
                        0.0
                    ],
                    [
                        4.782268727910235,
                        52.66515596470093,
                        0.0
                    ],
                    [
                        4.782842543315573,
                        52.66506982726901,
                        0.0
                    ],
                    [
                        4.782870950792272,
                        52.665032459050494,
                        0.0
                    ],
                    [
                        4.782396271191872,
                        52.66425517080035,
                        0.0
                    ],
                    [
                        4.782438444502873,
                        52.66415516901327,
                        0.0
                    ],
                    [
                        4.78514553170998,
                        52.663687501988996,
                        0.0
                    ],
                    [
                        4.786704164226451,
                        52.66342379643637,
                        0.0
                    ],
                    [
                        4.787632129826826,
                        52.66327361903045,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.519543Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        },
        {
            "url": "https://demo.lizard.net/api/v4/pressurepipes/112780/?format=api",
            "id": 112780,
            "code": "PL_31233",
            "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.896126480579595,
                        52.75057698277672,
                        0.0
                    ],
                    [
                        4.89612464335665,
                        52.750579689254025,
                        0.0
                    ],
                    [
                        4.896120003754954,
                        52.750586643980704,
                        0.0
                    ],
                    [
                        4.896118291351105,
                        52.750588784796356,
                        0.0
                    ],
                    [
                        4.896114000069172,
                        52.75059108573264,
                        0.0
                    ],
                    [
                        4.896101457860535,
                        52.75059614758873,
                        0.0
                    ],
                    [
                        4.896082430568328,
                        52.75060499316394,
                        0.0
                    ],
                    [
                        4.896064157580273,
                        52.750613931715044,
                        0.0
                    ],
                    [
                        4.896034610012642,
                        52.750629797631625,
                        0.0
                    ],
                    [
                        4.896030905275001,
                        52.75063130114713,
                        0.0
                    ],
                    [
                        4.896014740223666,
                        52.750638486944766,
                        0.0
                    ],
                    [
                        4.895997014479667,
                        52.75064749065043,
                        0.0
                    ],
                    [
                        4.895972446746003,
                        52.750657760257866,
                        0.0
                    ],
                    [
                        4.895950099118227,
                        52.75066816483213,
                        0.0
                    ],
                    [
                        4.895933106496056,
                        52.75067650651911,
                        0.0
                    ],
                    [
                        4.895922341449925,
                        52.75068025460732,
                        0.0
                    ],
                    [
                        4.895897787094575,
                        52.750691971149095,
                        0.0
                    ],
                    [
                        4.895859139853004,
                        52.75071231092919,
                        0.0
                    ],
                    [
                        4.895849765741835,
                        52.750716172590685,
                        0.0
                    ],
                    [
                        4.895841295263665,
                        52.75072134108227,
                        0.0
                    ],
                    [
                        4.895835312169121,
                        52.75072394058597,
                        0.0
                    ],
                    [
                        4.895829770348397,
                        52.75072549043952,
                        0.0
                    ],
                    [
                        4.895825484406738,
                        52.750731278313395,
                        0.0
                    ],
                    [
                        4.895817392206554,
                        52.750744985939946,
                        0.0
                    ],
                    [
                        4.895800129123282,
                        52.750780107521265,
                        0.0
                    ],
                    [
                        4.895790556427448,
                        52.750799048414734,
                        0.0
                    ],
                    [
                        4.895753731591794,
                        52.75087747815658,
                        0.0
                    ],
                    [
                        4.895745848213139,
                        52.75089369399061,
                        0.0
                    ],
                    [
                        4.895681540486256,
                        52.751033669601185,
                        0.0
                    ],
                    [
                        4.895605178129744,
                        52.751202542304775,
                        0.0
                    ],
                    [
                        4.895526857292906,
                        52.75137563072378,
                        0.0
                    ],
                    [
                        4.895338724066079,
                        52.751786616861395,
                        0.0
                    ],
                    [
                        4.895332839209917,
                        52.75179628945152,
                        0.0
                    ],
                    [
                        4.895331429973968,
                        52.751801765654534,
                        0.0
                    ],
                    [
                        4.895331363762021,
                        52.75180766978786,
                        0.0
                    ],
                    [
                        4.895316795927494,
                        52.751833509944156,
                        0.0
                    ],
                    [
                        4.895290138492391,
                        52.75189004443403,
                        0.0
                    ],
                    [
                        4.895122721384452,
                        52.75224299731746,
                        0.0
                    ],
                    [
                        4.895076330862253,
                        52.752340790074925,
                        0.0
                    ],
                    [
                        4.895050246240415,
                        52.75238186038385,
                        0.0
                    ],
                    [
                        4.894981545158102,
                        52.7525130192323,
                        0.0
                    ],
                    [
                        4.894942491024567,
                        52.75258658655005,
                        0.0
                    ],
                    [
                        4.894908429276116,
                        52.75264818593444,
                        0.0
                    ],
                    [
                        4.894772668177445,
                        52.75287496693362,
                        0.0
                    ],
                    [
                        4.894680400976259,
                        52.75297043999151,
                        0.0
                    ],
                    [
                        4.894623282191624,
                        52.75302232796485,
                        0.0
                    ],
                    [
                        4.894565653548595,
                        52.75306948668338,
                        0.0
                    ],
                    [
                        4.894449970997414,
                        52.753155480391506,
                        0.0
                    ],
                    [
                        4.894175277872393,
                        52.753352703172325,
                        0.0
                    ],
                    [
                        4.893497286321026,
                        52.75383144145805,
                        0.0
                    ],
                    [
                        4.893457901332599,
                        52.75388144320816,
                        0.0
                    ],
                    [
                        4.893428873725108,
                        52.75393241352477,
                        0.0
                    ],
                    [
                        4.89341541592839,
                        52.753968691850226,
                        0.0
                    ],
                    [
                        4.893412945139445,
                        52.753984228974865,
                        0.0
                    ],
                    [
                        4.893415012889073,
                        52.75400975140055,
                        0.0
                    ],
                    [
                        4.893424588406237,
                        52.75407754344918,
                        0.0
                    ],
                    [
                        4.893438609321612,
                        52.75413991683555,
                        0.0
                    ],
                    [
                        4.893458590818931,
                        52.75418859190134,
                        0.0
                    ],
                    [
                        4.893472415936815,
                        52.75420915733815,
                        0.0
                    ],
                    [
                        4.893520445318356,
                        52.75426496740624,
                        0.0
                    ],
                    [
                        4.893490564929574,
                        52.75427325533742,
                        0.0
                    ],
                    [
                        4.893293053110411,
                        52.75430943580811,
                        0.0
                    ],
                    [
                        4.893275308786406,
                        52.754314646550554,
                        0.0
                    ],
                    [
                        4.892693505884079,
                        52.7546941679885,
                        0.0
                    ],
                    [
                        4.892437088415099,
                        52.75487431555426,
                        0.0
                    ],
                    [
                        4.891546398153238,
                        52.75551108376945,
                        0.0
                    ],
                    [
                        4.890241245979936,
                        52.75643723926754,
                        0.0
                    ],
                    [
                        4.889867376974142,
                        52.756688759647965,
                        0.0
                    ],
                    [
                        4.889817661948484,
                        52.75672166888339,
                        0.0
                    ],
                    [
                        4.889736821755279,
                        52.756766607434294,
                        0.0
                    ],
                    [
                        4.889723642247868,
                        52.75677539552544,
                        0.0
                    ],
                    [
                        4.889587400215279,
                        52.75685177250953,
                        0.0
                    ],
                    [
                        4.889553659862313,
                        52.75686842812185,
                        0.0
                    ],
                    [
                        4.889544047571916,
                        52.75687092228081,
                        0.0
                    ],
                    [
                        4.889525815866388,
                        52.75687848500065,
                        0.0
                    ],
                    [
                        4.889235706820206,
                        52.75692258482698,
                        0.0
                    ],
                    [
                        4.889194051198435,
                        52.756929240769395,
                        0.0
                    ],
                    [
                        4.889155665377065,
                        52.75693362769035,
                        0.0
                    ],
                    [
                        4.889130068569464,
                        52.75693753783593,
                        0.0
                    ],
                    [
                        4.889102449619496,
                        52.756940810438216,
                        0.0
                    ],
                    [
                        4.889071218611726,
                        52.75694387920714,
                        0.0
                    ],
                    [
                        4.889039288757965,
                        52.75694587560328,
                        0.0
                    ],
                    [
                        4.889019728087842,
                        52.7569491459321,
                        0.0
                    ],
                    [
                        4.88900848578543,
                        52.75695168715367,
                        0.0
                    ],
                    [
                        4.888950248003477,
                        52.75695890275542,
                        0.0
                    ],
                    [
                        4.888884953650956,
                        52.756971822464614,
                        0.0
                    ],
                    [
                        4.888834330567525,
                        52.75697896201531,
                        0.0
                    ],
                    [
                        4.888803265212963,
                        52.75698439496489,
                        0.0
                    ],
                    [
                        4.888739964205746,
                        52.75699396182813,
                        0.0
                    ],
                    [
                        4.888653169013065,
                        52.757008804522755,
                        0.0
                    ],
                    [
                        4.888501505901969,
                        52.757035516969616,
                        0.0
                    ],
                    [
                        4.888461395938486,
                        52.75704561212646,
                        0.0
                    ],
                    [
                        4.88826415433296,
                        52.757195883247164,
                        0.0
                    ],
                    [
                        4.888197174266665,
                        52.75724624398275,
                        0.0
                    ],
                    [
                        4.887901092312619,
                        52.75745552194765,
                        0.0
                    ]
                ]
            },
            "last_modified": "2019-06-25T07:26:58.971073Z",
            "created": "2016-03-31T16:22:22.538658Z",
            "image_url": "",
            "length": null,
            "name": "",
            "type": "transport",
            "material": "",
            "diameter": null,
            "shape": "",
            "year_of_construction": null
        }
    ]
}