GET https://osm-labo.cipherbliss.com/admin/labourer/01010?deleteMissing=1&disableFollowUpCleanup=1

HTTP Client

1 Total requests
0 HTTP errors

Clients

http_client 1

Requests

POST https://overpass-api.de/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="01010"]->.searchArea;\n
      (\n
        nwr["emergency"="fire_hydrant"](area.searchArea);\n
        nwr["amenity"="charging_station"](area.searchArea);\n
        nwr["amenity"="toilets"](area.searchArea);\n
        nwr["highway"="bus_stop"](area.searchArea);\n
        nwr["emergency"="defibrillator"](area.searchArea);\n
        nwr["man_made"="surveillance"](area.searchArea);\n
        nwr["amenity"="recycling"](area.searchArea);\n
        nwr["power"="substation"](area.searchArea);\n
        nwr["healthcare"](area.searchArea);\n
        nwr["amenity"="doctors"](area.searchArea);\n
        nwr["amenity"="pharmacy"](area.searchArea);\n
        nwr["amenity"="hospital"](area.searchArea);\n
        nwr["amenity"="clinic"](area.searchArea);\n
        nwr["amenity"="social_facility"](area.searchArea);\n
        nwr["healthcare"="laboratory"](area.searchArea);\n
        nwr["amenity"="school"](area.searchArea);\n
        nwr["amenity"="police"](area.searchArea);\n
        nwr["amenity"="bicycle_parking"](area.searchArea);\n
        nwr["advertising"="board"]["message"="political"](area.searchArea);\n
        way["building"](area.searchArea);\n
        nwr["email"](area.searchArea);\n
        nwr["contact:email"](area.searchArea);\n
        nwr["amenity"="bench"](area.searchArea);\n
        nwr["amenity"="waste_basket"](area.searchArea);\n
        nwr["highway"="street_lamp"](area.searchArea);\n
        nwr["amenity"="drinking_water"](area.searchArea);\n
        nwr["natural"="tree"](area.searchArea);\n
        nw["power"="pole"](area.searchArea);\n
        nwr["manhole"](area.searchArea);\n
        nwr["amenity"="public_bookcase"](area.searchArea);\n
        nwr["leisure"="playground"](area.searchArea);\n
        nwr["amenity"="restaurant"](area.searchArea);\n
        nwr["ref:FR:RNB"](area.searchArea);\n
      );\n
      (._;>;);\n
      out meta;\n
      >;
      """
  ]
  "timeout" => 60
]
Response 200
[
  "info" => [
    "header_size" => 195
    "request_size" => 2613
    "total_time" => 6.652006
    "namelookup_time" => 0.000511
    "connect_time" => 0.041949
    "pretransfer_time" => 0.085325
    "size_upload" => 2410.0
    "size_download" => 108180.0
    "speed_download" => 16262.0
    "speed_upload" => 362.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 6.097569
    "primary_ip" => "2a01:4f9:3051:3e48::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:88e4:cc06:423a:2464"
    "local_port" => 57218
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 85260
    "connect_time_us" => 41949
    "namelookup_time_us" => 511
    "pretransfer_time_us" => 85325
    "starttransfer_time_us" => 6097569
    "posttransfer_time_us" => 85324
    "total_time_us" => 6652006
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770173713.7756
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1168
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1141 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1152 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f9:3051:3e48::2, 2a01:4f8:261:3c4f::2\n
      * IPv4: 65.109.112.52, 162.55.144.139\n
      *   Trying [2a01:4f9:3051:3e48::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=lambert.openstreetmap.de\n
      *  start date: Jan 21 16:56:36 2026 GMT\n
      *  expire date: Apr 21 16:56:35 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f9:3051:3e48::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Wed, 04 Feb 2026 02:55:13 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Transfer-Encoding: chunked\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Wed, 04 Feb 2026 02:55:13 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Transfer-Encoding: chunked"
    "Content-Type: application/json"
  ]
  "response_content" => [
    """
      {\n
        "version": 0.6,\n
        "generator": "Overpass API 0.7.62.10 2d4cfc48",\n
        "osm3s": {\n
          "timestamp_osm_base": "2026-02-04T02:53:01Z",\n
          "timestamp_areas_base": "2026-01-23T01:22:35Z",\n
          "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n
        },\n
        "elements": [\n
      \n
      {\n
        "type": "node",\n
        "id": 528897024,\n
        "lat": 45.8791457,\n
        "lon": 5.8110050,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 3,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 528897027,\n
        "lat": 45.8789450,\n
        "lon": 5.8112840,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 3,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040582,\n
        "lat": 45.8781343,\n
        "lon": 5.8096885,\n
        "timestamp": "2025-03-21T08:36:08Z",\n
        "version": 3,\n
        "changeset": 163894245,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040583,\n
        "lat": 45.8785459,\n
        "lon": 5.8083361,\n
        "timestamp": "2025-08-10T20:05:24Z",\n
        "version": 4,\n
        "changeset": 170263060,\n
        "user": "that_dude",\n
        "uid": 11342958,\n
        "tags": {\n
          "line_attachment": "anchor",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040584,\n
        "lat": 45.8787367,\n
        "lon": 5.8067895,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 3,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040586,\n
        "lat": 45.8788685,\n
        "lon": 5.8057172,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 3,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040587,\n
        "lat": 45.8800720,\n
        "lon": 5.8063073,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "wood",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040588,\n
        "lat": 45.8805621,\n
        "lon": 5.8067073,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 3,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040589,\n
        "lat": 45.8821319,\n
        "lon": 5.8067832,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 3,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040590,\n
        "lat": 45.8830066,\n
        "lon": 5.8068304,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 3,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040591,\n
        "lat": 45.8837059,\n
        "lon": 5.8068690,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "steel",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040592,\n
        "lat": 45.8845022,\n
        "lon": 5.8069148,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 3,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040593,\n
        "lat": 45.8847808,\n
        "lon": 5.8157599,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 5,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "location:transition": "yes",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040595,\n
        "lat": 45.8847884,\n
        "lon": 5.8156856,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "location:transition": "yes",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040596,\n
        "lat": 45.8852823,\n
        "lon": 5.8071863,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "steel",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040604,\n
        "lat": 45.8861229,\n
        "lon": 5.8074974,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "steel",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040608,\n
        "lat": 45.8862800,\n
        "lon": 5.8163148,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040611,\n
        "lat": 45.8862942,\n
        "lon": 5.8163897,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040614,\n
        "lat": 45.8868195,\n
        "lon": 5.8078004,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "steel",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040616,\n
        "lat": 45.8876207,\n
        "lon": 5.8080214,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "steel",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040617,\n
        "lat": 45.8877952,\n
        "lon": 5.8170228,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040618,\n
        "lat": 45.8877986,\n
        "lon": 5.8169686,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040619,\n
        "lat": 45.8885204,\n
        "lon": 5.8081878,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "steel",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040620,\n
        "lat": 45.8892161,\n
        "lon": 5.8083169,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "concrete",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040622,\n
        "lat": 45.8892984,\n
        "lon": 5.8175893,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040623,\n
        "lat": 45.8893110,\n
        "lon": 5.8175201,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040626,\n
        "lat": 45.8900942,\n
        "lon": 5.8085590,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "steel",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040630,\n
        "lat": 45.8907884,\n
        "lon": 5.8182212,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040633,\n
        "lat": 45.8908001,\n
        "lon": 5.8181528,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040635,\n
        "lat": 45.8909256,\n
        "lon": 5.8087701,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "steel",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040640,\n
        "lat": 45.8918218,\n
        "lon": 5.8090234,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "steel",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040645,\n
        "lat": 45.8922861,\n
        "lon": 5.8188497,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040647,\n
        "lat": 45.8922941,\n
        "lon": 5.8187749,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040650,\n
        "lat": 45.8926229,\n
        "lon": 5.8092382,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "steel",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040652,\n
        "lat": 45.8933644,\n
        "lon": 5.8094480,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "steel",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040655,\n
        "lat": 45.8937750,\n
        "lon": 5.8194885,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040657,\n
        "lat": 45.8937843,\n
        "lon": 5.8194093,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040664,\n
        "lat": 45.8941572,\n
        "lon": 5.8096558,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 4,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "material": "steel",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040668,\n
        "lat": 45.8949830,\n
        "lon": 5.8098764,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 3,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040669,\n
        "lat": 45.8952690,\n
        "lon": 5.8201186,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040670,\n
        "lat": 45.8952796,\n
        "lon": 5.8200378,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040682,\n
        "lat": 45.8956478,\n
        "lon": 5.8202798,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040685,\n
        "lat": 45.8958780,\n
        "lon": 5.8098531,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 3,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040691,\n
        "lat": 45.8965665,\n
        "lon": 5.8098260,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 3,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040698,\n
        "lat": 45.8968692,\n
        "lon": 5.8207997,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040700,\n
        "lat": 45.8968814,\n
        "lon": 5.8207374,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040703,\n
        "lat": 45.8972270,\n
        "lon": 5.8098060,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 3,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040706,\n
        "lat": 45.8980430,\n
        "lon": 5.8097912,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 4,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040708,\n
        "lat": 45.8984978,\n
        "lon": 5.8214805,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040711,\n
        "lat": 45.8985076,\n
        "lon": 5.8214229,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040715,\n
        "lat": 45.8988914,\n
        "lon": 5.8097481,\n
        "timestamp": "2025-03-21T07:29:49Z",\n
        "version": 3,\n
        "changeset": 163892234,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040716,\n
        "lat": 45.8993877,\n
        "lon": 5.8097600,\n
        "timestamp": "2025-03-21T07:29:49Z",\n
        "version": 3,\n
        "changeset": 163892234,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040717,\n
        "lat": 45.8994148,\n
        "lon": 5.8090549,\n
        "timestamp": "2025-03-21T07:29:49Z",\n
        "version": 3,\n
        "changeset": 163892234,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040719,\n
        "lat": 45.8994556,\n
        "lon": 5.8080715,\n
        "timestamp": "2025-03-21T07:29:49Z",\n
        "version": 3,\n
        "changeset": 163892234,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040722,\n
        "lat": 45.9001037,\n
        "lon": 5.8221663,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040724,\n
        "lat": 45.9001105,\n
        "lon": 5.8221067,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040727,\n
        "lat": 45.9001201,\n
        "lon": 5.8097692,\n
        "timestamp": "2025-03-21T07:29:49Z",\n
        "version": 3,\n
        "changeset": 163892234,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040738,\n
        "lat": 45.9010324,\n
        "lon": 5.8097735,\n
        "timestamp": "2025-03-21T07:29:49Z",\n
        "version": 3,\n
        "changeset": 163892234,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040748,\n
        "lat": 45.9017147,\n
        "lon": 5.8228529,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040751,\n
        "lat": 45.9017231,\n
        "lon": 5.8227834,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040757,\n
        "lat": 45.9018461,\n
        "lon": 5.8097694,\n
        "timestamp": "2025-03-21T07:29:49Z",\n
        "version": 3,\n
        "changeset": 163892234,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040760,\n
        "lat": 45.9027015,\n
        "lon": 5.8097876,\n
        "timestamp": "2025-03-21T07:29:49Z",\n
        "version": 3,\n
        "changeset": 163892234,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040764,\n
        "lat": 45.9033250,\n
        "lon": 5.8235357,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040767,\n
        "lat": 45.9033357,\n
        "lon": 5.8234742,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040769,\n
        "lat": 45.9035374,\n
        "lon": 5.8097691,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040772,\n
        "lat": 45.9037286,\n
        "lon": 5.8084558,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040774,\n
        "lat": 45.9040332,\n
        "lon": 5.8072346,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "material": "concrete",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040819,\n
        "lat": 45.9049400,\n
        "lon": 5.8242181,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040822,\n
        "lat": 45.9049434,\n
        "lon": 5.8241650,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040830,\n
        "lat": 45.9065538,\n
        "lon": 5.8249048,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040833,\n
        "lat": 45.9065620,\n
        "lon": 5.8248487,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040841,\n
        "lat": 45.9081794,\n
        "lon": 5.8255272,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040845,\n
        "lat": 45.9081878,\n
        "lon": 5.8256001,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 5,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "line_management": "branch",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040850,\n
        "lat": 45.9085101,\n
        "lon": 5.8257308,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040858,\n
        "lat": 45.9087994,\n
        "lon": 5.8073207,\n
        "timestamp": "2025-03-21T07:32:48Z",\n
        "version": 3,\n
        "changeset": 163892324,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040861,\n
        "lat": 45.9091508,\n
        "lon": 5.8062064,\n
        "timestamp": "2025-03-21T07:32:48Z",\n
        "version": 3,\n
        "changeset": 163892324,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040862,\n
        "lat": 45.9093935,\n
        "lon": 5.8054193,\n
        "timestamp": "2025-03-21T07:32:48Z",\n
        "version": 3,\n
        "changeset": 163892324,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040864,\n
        "lat": 45.9096790,\n
        "lon": 5.8044786,\n
        "timestamp": "2025-03-21T07:32:48Z",\n
        "version": 3,\n
        "changeset": 163892324,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040873,\n
        "lat": 45.9097029,\n
        "lon": 5.8262392,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040876,\n
        "lat": 45.9097121,\n
        "lon": 5.8261774,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040879,\n
        "lat": 45.9101306,\n
        "lon": 5.8039812,\n
        "timestamp": "2025-03-21T07:32:48Z",\n
        "version": 3,\n
        "changeset": 163892324,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040884,\n
        "lat": 45.9106702,\n
        "lon": 5.8033901,\n
        "timestamp": "2025-03-21T07:32:48Z",\n
        "version": 3,\n
        "changeset": 163892324,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040886,\n
        "lat": 45.9108242,\n
        "lon": 5.8032215,\n
        "timestamp": "2025-03-21T07:32:48Z",\n
        "version": 3,\n
        "changeset": 163892324,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040892,\n
        "lat": 45.9112327,\n
        "lon": 5.8269006,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040894,\n
        "lat": 45.9112411,\n
        "lon": 5.8268260,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040902,\n
        "lat": 45.9127663,\n
        "lon": 5.8275356,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040905,\n
        "lat": 45.9127762,\n
        "lon": 5.8274709,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040910,\n
        "lat": 45.9142216,\n
        "lon": 5.8279695,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040911,\n
        "lat": 45.9142279,\n
        "lon": 5.8278903,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040913,\n
        "lat": 45.9153587,\n
        "lon": 5.8103054,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040915,\n
        "lat": 45.9153716,\n
        "lon": 5.8092692,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "material": "concrete",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040918,\n
        "lat": 45.9156942,\n
        "lon": 5.8281300,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040921,\n
        "lat": 45.9156948,\n
        "lon": 5.8281966,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040925,\n
        "lat": 45.9160080,\n
        "lon": 5.8104299,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040936,\n
        "lat": 45.9167998,\n
        "lon": 5.8105530,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040939,\n
        "lat": 45.9171691,\n
        "lon": 5.8280613,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040942,\n
        "lat": 45.9171719,\n
        "lon": 5.8281343,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040947,\n
        "lat": 45.9179887,\n
        "lon": 5.8107684,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040951,\n
        "lat": 45.9186427,\n
        "lon": 5.8278727,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040955,\n
        "lat": 45.9186508,\n
        "lon": 5.8279356,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040957,\n
        "lat": 45.9192886,\n
        "lon": 5.8109767,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040958,\n
        "lat": 45.9193426,\n
        "lon": 5.8146120,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040960,\n
        "lat": 45.9193529,\n
        "lon": 5.8157090,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040962,\n
        "lat": 45.9193666,\n
        "lon": 5.8161000,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040964,\n
        "lat": 45.9193821,\n
        "lon": 5.8177513,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040967,\n
        "lat": 45.9196088,\n
        "lon": 5.8134132,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040969,\n
        "lat": 45.9199013,\n
        "lon": 5.8122225,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040972,\n
        "lat": 45.9199864,\n
        "lon": 5.8118662,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040974,\n
        "lat": 45.9201045,\n
        "lon": 5.8274287,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040979,\n
        "lat": 45.9201657,\n
        "lon": 5.8111214,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148040984,\n
        "lat": 45.9211055,\n
        "lon": 5.8112806,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041004,\n
        "lat": 45.9224846,\n
        "lon": 5.8115006,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041009,\n
        "lat": 45.9229392,\n
        "lon": 5.8115802,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041014,\n
        "lat": 45.9231697,\n
        "lon": 5.8106604,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041021,\n
        "lat": 45.9233669,\n
        "lon": 5.8098153,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "material": "concrete",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041028,\n
        "lat": 45.9238703,\n
        "lon": 5.8117362,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041037,\n
        "lat": 45.9240752,\n
        "lon": 5.8133275,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041046,\n
        "lat": 45.9242941,\n
        "lon": 5.8150001,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041069,\n
        "lat": 45.9246199,\n
        "lon": 5.8173914,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041082,\n
        "lat": 45.9247727,\n
        "lon": 5.8118954,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041092,\n
        "lat": 45.9248737,\n
        "lon": 5.8194884,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041108,\n
        "lat": 45.9256805,\n
        "lon": 5.8120370,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041140,\n
        "lat": 45.9265842,\n
        "lon": 5.8121918,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041155,\n
        "lat": 45.9274438,\n
        "lon": 5.8123351,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041176,\n
        "lat": 45.9283554,\n
        "lon": 5.8124950,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041181,\n
        "lat": 45.9291840,\n
        "lon": 5.8126282,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041191,\n
        "lat": 45.9306937,\n
        "lon": 5.8128781,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041237,\n
        "lat": 45.9320658,\n
        "lon": 5.8130925,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041317,\n
        "lat": 45.9329006,\n
        "lon": 5.8132270,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041375,\n
        "lat": 45.9336115,\n
        "lon": 5.8117046,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 4,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "material": "concrete",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041386,\n
        "lat": 45.9337300,\n
        "lon": 5.8128924,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041396,\n
        "lat": 45.9337795,\n
        "lon": 5.8133640,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041403,\n
        "lat": 45.9339041,\n
        "lon": 5.8107133,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041413,\n
        "lat": 45.9342406,\n
        "lon": 5.8096186,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2148041439,\n
        "lat": 45.9346874,\n
        "lon": 5.8134909,\n
        "timestamp": "2025-01-02T19:36:17Z",\n
        "version": 3,\n
        "changeset": 160923464,\n
        "user": "HugoC01",\n
        "uid": 14916119,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477885,\n
        "lat": 45.8841940,\n
        "lon": 5.7893670,\n
        "timestamp": "2013-04-20T23:00:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477887,\n
        "lat": 45.8842080,\n
        "lon": 5.7894500,\n
        "timestamp": "2013-04-20T23:00:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477890,\n
        "lat": 45.8842180,\n
        "lon": 5.7895100,\n
        "timestamp": "2013-04-20T23:00:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477892,\n
        "lat": 45.8842250,\n
        "lon": 5.7894440,\n
        "timestamp": "2013-04-20T23:00:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477894,\n
        "lat": 45.8842360,\n
        "lon": 5.7895040,\n
        "timestamp": "2013-04-20T23:00:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477896,\n
        "lat": 45.8843490,\n
        "lon": 5.7893110,\n
        "timestamp": "2013-04-20T23:00:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477898,\n
        "lat": 45.8843640,\n
        "lon": 5.7893940,\n
        "timestamp": "2013-04-20T23:00:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477901,\n
        "lat": 45.8843740,\n
        "lon": 5.7894550,\n
        "timestamp": "2013-04-20T23:00:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477903,\n
        "lat": 45.8851172,\n
        "lon": 5.7891778,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477905,\n
        "lat": 45.8851182,\n
        "lon": 5.7892758,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477907,\n
        "lat": 45.8851692,\n
        "lon": 5.7891828,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477909,\n
        "lat": 45.8852272,\n
        "lon": 5.7892868,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477911,\n
        "lat": 45.8852292,\n
        "lon": 5.7891898,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477914,\n
        "lat": 45.8853212,\n
        "lon": 5.7893008,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477916,\n
        "lat": 45.8853252,\n
        "lon": 5.7891998,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477918,\n
        "lat": 45.8853492,\n
        "lon": 5.7889728,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477920,\n
        "lat": 45.8853492,\n
        "lon": 5.7890908,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477922,\n
        "lat": 45.8853612,\n
        "lon": 5.7893468,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477924,\n
        "lat": 45.8853612,\n
        "lon": 5.7893898,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477926,\n
        "lat": 45.8853702,\n
        "lon": 5.7893138,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477928,\n
        "lat": 45.8853732,\n
        "lon": 5.7893468,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477930,\n
        "lat": 45.8853982,\n
        "lon": 5.7893118,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477933,\n
        "lat": 45.8853982,\n
        "lon": 5.7893388,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477935,\n
        "lat": 45.8854092,\n
        "lon": 5.7893678,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477937,\n
        "lat": 45.8854102,\n
        "lon": 5.7893398,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477939,\n
        "lat": 45.8854162,\n
        "lon": 5.7893858,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477941,\n
        "lat": 45.8854182,\n
        "lon": 5.7893698,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477943,\n
        "lat": 45.8854922,\n
        "lon": 5.7890968,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477945,\n
        "lat": 45.8854932,\n
        "lon": 5.7889718,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477947,\n
        "lat": 45.8855102,\n
        "lon": 5.7893488,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477949,\n
        "lat": 45.8855112,\n
        "lon": 5.7892018,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477951,\n
        "lat": 45.8855582,\n
        "lon": 5.7893498,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477953,\n
        "lat": 45.8855742,\n
        "lon": 5.7893468,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477955,\n
        "lat": 45.8855772,\n
        "lon": 5.7893338,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477957,\n
        "lat": 45.8855782,\n
        "lon": 5.7893218,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477959,\n
        "lat": 45.8855792,\n
        "lon": 5.7892028,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477961,\n
        "lat": 45.8855792,\n
        "lon": 5.7892098,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477967,\n
        "lat": 45.8856072,\n
        "lon": 5.7889788,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477969,\n
        "lat": 45.8856072,\n
        "lon": 5.7893248,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477971,\n
        "lat": 45.8856082,\n
        "lon": 5.7892108,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477973,\n
        "lat": 45.8856142,\n
        "lon": 5.7891228,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477975,\n
        "lat": 45.8856662,\n
        "lon": 5.7893818,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477977,\n
        "lat": 45.8856672,\n
        "lon": 5.7893308,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477980,\n
        "lat": 45.8856692,\n
        "lon": 5.7893838,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477982,\n
        "lat": 45.8856842,\n
        "lon": 5.7889708,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477984,\n
        "lat": 45.8856882,\n
        "lon": 5.7891148,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477986,\n
        "lat": 45.8856932,\n
        "lon": 5.7893878,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477988,\n
        "lat": 45.8856942,\n
        "lon": 5.7893328,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477990,\n
        "lat": 45.8857002,\n
        "lon": 5.7889698,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274477992,\n
        "lat": 45.8857252,\n
        "lon": 5.7889668,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478013,\n
        "lat": 45.8857302,\n
        "lon": 5.7891098,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478015,\n
        "lat": 45.8857672,\n
        "lon": 5.7889628,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478017,\n
        "lat": 45.8857762,\n
        "lon": 5.7891048,\n
        "timestamp": "2018-10-06T14:42:18Z",\n
        "version": 2,\n
        "changeset": 63258689,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478019,\n
        "lat": 45.8859980,\n
        "lon": 5.8031450,\n
        "timestamp": "2013-04-20T23:00:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478022,\n
        "lat": 45.8860140,\n
        "lon": 5.8030280,\n
        "timestamp": "2013-04-20T23:00:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478024,\n
        "lat": 45.8861020,\n
        "lon": 5.8031960,\n
        "timestamp": "2013-04-20T23:00:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478027,\n
        "lat": 45.8861060,\n
        "lon": 5.8031740,\n
        "timestamp": "2013-04-20T23:00:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478028,\n
        "lat": 45.8861210,\n
        "lon": 5.8030620,\n
        "timestamp": "2013-04-20T23:00:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478029,\n
        "lat": 45.8861290,\n
        "lon": 5.8030020,\n
        "timestamp": "2013-04-20T23:00:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478030,\n
        "lat": 45.8861690,\n
        "lon": 5.8032170,\n
        "timestamp": "2013-04-20T23:00:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478031,\n
        "lat": 45.8861970,\n
        "lon": 5.8030230,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478032,\n
        "lat": 45.8880413,\n
        "lon": 5.7709839,\n
        "timestamp": "2018-10-07T08:39:21Z",\n
        "version": 2,\n
        "changeset": 63273042,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478033,\n
        "lat": 45.8880529,\n
        "lon": 5.7709358,\n
        "timestamp": "2018-10-07T08:39:21Z",\n
        "version": 2,\n
        "changeset": 63273042,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478034,\n
        "lat": 45.8880869,\n
        "lon": 5.7710049,\n
        "timestamp": "2018-10-07T08:39:21Z",\n
        "version": 2,\n
        "changeset": 63273042,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478035,\n
        "lat": 45.8880979,\n
        "lon": 5.7709568,\n
        "timestamp": "2018-10-07T08:39:21Z",\n
        "version": 2,\n
        "changeset": 63273042,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478036,\n
        "lat": 45.8881299,\n
        "lon": 5.7710246,\n
        "timestamp": "2018-10-07T08:39:21Z",\n
        "version": 2,\n
        "changeset": 63273042,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478037,\n
        "lat": 45.8881399,\n
        "lon": 5.7709778,\n
        "timestamp": "2018-10-07T08:39:21Z",\n
        "version": 2,\n
        "changeset": 63273042,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478038,\n
        "lat": 45.8896496,\n
        "lon": 5.7734868,\n
        "timestamp": "2018-10-07T08:39:21Z",\n
        "version": 2,\n
        "changeset": 63273042,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478039,\n
        "lat": 45.8896606,\n
        "lon": 5.7735868,\n
        "timestamp": "2018-10-07T08:39:21Z",\n
        "version": 2,\n
        "changeset": 63273042,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478041,\n
        "lat": 45.8896946,\n
        "lon": 5.7734738,\n
        "timestamp": "2018-10-07T08:39:21Z",\n
        "version": 2,\n
        "changeset": 63273042,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478043,\n
        "lat": 45.8896956,\n
        "lon": 5.7734858,\n
        "timestamp": "2018-10-07T08:39:21Z",\n
        "version": 2,\n
        "changeset": 63273042,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478045,\n
        "lat": 45.8897076,\n
        "lon": 5.7735758,\n
        "timestamp": "2018-10-07T08:39:21Z",\n
        "version": 2,\n
        "changeset": 63273042,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478047,\n
        "lat": 45.8902320,\n
        "lon": 5.8140820,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478049,\n
        "lat": 45.8902490,\n
        "lon": 5.8139820,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478051,\n
        "lat": 45.8902760,\n
        "lon": 5.8140990,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478053,\n
        "lat": 45.8902780,\n
        "lon": 5.8139430,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478055,\n
        "lat": 45.8902860,\n
        "lon": 5.8139070,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478057,\n
        "lat": 45.8902940,\n
        "lon": 5.8139990,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478059,\n
        "lat": 45.8903390,\n
        "lon": 5.8139660,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478061,\n
        "lat": 45.8903460,\n
        "lon": 5.8139300,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478063,\n
        "lat": 45.8918430,\n
        "lon": 5.7938150,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478065,\n
        "lat": 45.8918450,\n
        "lon": 5.7937180,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478067,\n
        "lat": 45.8919590,\n
        "lon": 5.7938190,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478069,\n
        "lat": 45.8920150,\n
        "lon": 5.7938200,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478071,\n
        "lat": 45.8920170,\n
        "lon": 5.7937250,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478074,\n
        "lat": 45.8921950,\n
        "lon": 5.7925400,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478076,\n
        "lat": 45.8921990,\n
        "lon": 5.7926470,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478078,\n
        "lat": 45.8922820,\n
        "lon": 5.7925230,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478080,\n
        "lat": 45.8922830,\n
        "lon": 5.7925340,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478082,\n
        "lat": 45.8923350,\n
        "lon": 5.7925190,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478084,\n
        "lat": 45.8923360,\n
        "lon": 5.7925570,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478086,\n
        "lat": 45.8923390,\n
        "lon": 5.7926390,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478088,\n
        "lat": 45.8925760,\n
        "lon": 5.7922750,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478090,\n
        "lat": 45.8925820,\n
        "lon": 5.7923700,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478092,\n
        "lat": 45.8925840,\n
        "lon": 5.7923850,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478094,\n
        "lat": 45.8925920,\n
        "lon": 5.7922740,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478096,\n
        "lat": 45.8926250,\n
        "lon": 5.7922680,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478097,\n
        "lat": 45.8926250,\n
        "lon": 5.7929960,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478098,\n
        "lat": 45.8926270,\n
        "lon": 5.7930280,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478099,\n
        "lat": 45.8926360,\n
        "lon": 5.7923730,\n
        "timestamp": "2013-04-20T23:00:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478100,\n
        "lat": 45.8926590,\n
        "lon": 5.7929950,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478101,\n
        "lat": 45.8926600,\n
        "lon": 5.7930320,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478102,\n
        "lat": 45.8926710,\n
        "lon": 5.7922600,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478103,\n
        "lat": 45.8926780,\n
        "lon": 5.7923630,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478104,\n
        "lat": 45.8927644,\n
        "lon": 5.7936839,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478105,\n
        "lat": 45.8927845,\n
        "lon": 5.7936067,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478106,\n
        "lat": 45.8928248,\n
        "lon": 5.7937164,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478107,\n
        "lat": 45.8927810,\n
        "lon": 5.7922390,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478108,\n
        "lat": 45.8927880,\n
        "lon": 5.7923520,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478109,\n
        "lat": 45.8928449,\n
        "lon": 5.7936392,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478110,\n
        "lat": 45.8928130,\n
        "lon": 5.7930940,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478111,\n
        "lat": 45.8928130,\n
        "lon": 5.7932010,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478112,\n
        "lat": 45.8928490,\n
        "lon": 5.7932000,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478113,\n
        "lat": 45.8928510,\n
        "lon": 5.7930950,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478114,\n
        "lat": 45.8929485,\n
        "lon": 5.7934806,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478115,\n
        "lat": 45.8929678,\n
        "lon": 5.7936341,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478116,\n
        "lat": 45.8930480,\n
        "lon": 5.7934548,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478117,\n
        "lat": 45.8930673,\n
        "lon": 5.7936083,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478118,\n
        "lat": 45.8936020,\n
        "lon": 5.8037330,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478119,\n
        "lat": 45.8936310,\n
        "lon": 5.8038020,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478120,\n
        "lat": 45.8936440,\n
        "lon": 5.8037000,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478121,\n
        "lat": 45.8936730,\n
        "lon": 5.8037660,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478122,\n
        "lat": 45.8936870,\n
        "lon": 5.8045600,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478123,\n
        "lat": 45.8937040,\n
        "lon": 5.8046390,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478124,\n
        "lat": 45.8938010,\n
        "lon": 5.8045110,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478125,\n
        "lat": 45.8938200,\n
        "lon": 5.8045860,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478126,\n
        "lat": 45.8940480,\n
        "lon": 5.8046410,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478127,\n
        "lat": 45.8940590,\n
        "lon": 5.8047010,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478128,\n
        "lat": 45.8940690,\n
        "lon": 5.8047630,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478129,\n
        "lat": 45.8941060,\n
        "lon": 5.8046230,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478130,\n
        "lat": 45.8941140,\n
        "lon": 5.8055500,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478131,\n
        "lat": 45.8941160,\n
        "lon": 5.8046800,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478132,\n
        "lat": 45.8941280,\n
        "lon": 5.8047450,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478133,\n
        "lat": 45.8941350,\n
        "lon": 5.8056190,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478134,\n
        "lat": 45.8941440,\n
        "lon": 5.8054990,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478135,\n
        "lat": 45.8941520,\n
        "lon": 5.8055270,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478136,\n
        "lat": 45.8941560,\n
        "lon": 5.8054520,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478137,\n
        "lat": 45.8941660,\n
        "lon": 5.8054810,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478138,\n
        "lat": 45.8941720,\n
        "lon": 5.8056000,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478139,\n
        "lat": 45.8941750,\n
        "lon": 5.8056180,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478140,\n
        "lat": 45.8941790,\n
        "lon": 5.8054710,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478141,\n
        "lat": 45.8941840,\n
        "lon": 5.8056390,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478142,\n
        "lat": 45.8942120,\n
        "lon": 5.8055920,\n
        "timestamp": "2013-04-20T23:00:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478143,\n
        "lat": 45.8942140,\n
        "lon": 5.8054120,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478144,\n
        "lat": 45.8942200,\n
        "lon": 5.8056180,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478145,\n
        "lat": 45.8942240,\n
        "lon": 5.8054250,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478146,\n
        "lat": 45.8942280,\n
        "lon": 5.8055810,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478147,\n
        "lat": 45.8942340,\n
        "lon": 5.8054170,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478148,\n
        "lat": 45.8942420,\n
        "lon": 5.8054270,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478149,\n
        "lat": 45.8942430,\n
        "lon": 5.8056470,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478150,\n
        "lat": 45.8942710,\n
        "lon": 5.8057250,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478151,\n
        "lat": 45.8942740,\n
        "lon": 5.8055120,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478152,\n
        "lat": 45.8942850,\n
        "lon": 5.8055460,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478153,\n
        "lat": 45.8943050,\n
        "lon": 5.8055880,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478154,\n
        "lat": 45.8943400,\n
        "lon": 5.8056810,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478155,\n
        "lat": 45.8944510,\n
        "lon": 5.8085560,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478156,\n
        "lat": 45.8944640,\n
        "lon": 5.8084910,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478157,\n
        "lat": 45.8944950,\n
        "lon": 5.8085710,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478158,\n
        "lat": 45.8945070,\n
        "lon": 5.8085060,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478159,\n
        "lat": 45.8945150,\n
        "lon": 5.8054220,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478160,\n
        "lat": 45.8945560,\n
        "lon": 5.8055650,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478161,\n
        "lat": 45.8945870,\n
        "lon": 5.8054880,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478162,\n
        "lat": 45.8945960,\n
        "lon": 5.8055160,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478163,\n
        "lat": 45.8946020,\n
        "lon": 5.8055380,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478164,\n
        "lat": 45.8946320,\n
        "lon": 5.8053560,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478165,\n
        "lat": 45.8946550,\n
        "lon": 5.8054480,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478166,\n
        "lat": 45.8946580,\n
        "lon": 5.8054470,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478167,\n
        "lat": 45.8946630,\n
        "lon": 5.8054760,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478168,\n
        "lat": 45.8948192,\n
        "lon": 5.8083825,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478169,\n
        "lat": 45.8948242,\n
        "lon": 5.8083485,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478170,\n
        "lat": 45.8948262,\n
        "lon": 5.8079465,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478171,\n
        "lat": 45.8948262,\n
        "lon": 5.8080965,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478172,\n
        "lat": 45.8948332,\n
        "lon": 5.8082705,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478173,\n
        "lat": 45.8948422,\n
        "lon": 5.8078295,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478174,\n
        "lat": 45.8948432,\n
        "lon": 5.8080075,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478175,\n
        "lat": 45.8948492,\n
        "lon": 5.8079515,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478176,\n
        "lat": 45.8948592,\n
        "lon": 5.8080995,\n
        "timestamp": "2013-04-20T23:00:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478177,\n
        "lat": 45.8948592,\n
        "lon": 5.8083915,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478178,\n
        "lat": 45.8948642,\n
        "lon": 5.8083585,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478179,\n
        "lat": 45.8948672,\n
        "lon": 5.8082685,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478180,\n
        "lat": 45.8948762,\n
        "lon": 5.8082675,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478181,\n
        "lat": 45.8948832,\n
        "lon": 5.8083565,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478182,\n
        "lat": 45.8949502,\n
        "lon": 5.8078685,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478183,\n
        "lat": 45.8949542,\n
        "lon": 5.8082595,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478184,\n
        "lat": 45.8949592,\n
        "lon": 5.8083525,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478185,\n
        "lat": 45.8949661,\n
        "lon": 5.8062473,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478186,\n
        "lat": 45.8949712,\n
        "lon": 5.8063089,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478187,\n
        "lat": 45.8949722,\n
        "lon": 5.8080325,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478188,\n
        "lat": 45.8949722,\n
        "lon": 5.8081485,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478189,\n
        "lat": 45.8949740,\n
        "lon": 5.8064820,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478190,\n
        "lat": 45.8949742,\n
        "lon": 5.8081105,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478191,\n
        "lat": 45.8949762,\n
        "lon": 5.8079815,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478192,\n
        "lat": 45.8949840,\n
        "lon": 5.8063530,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478193,\n
        "lat": 45.8949840,\n
        "lon": 5.8065090,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478194,\n
        "lat": 45.8949870,\n
        "lon": 5.8064840,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478195,\n
        "lat": 45.8950190,\n
        "lon": 5.8090930,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478196,\n
        "lat": 45.8950210,\n
        "lon": 5.8090160,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478197,\n
        "lat": 45.8950242,\n
        "lon": 5.8084455,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478198,\n
        "lat": 45.8950292,\n
        "lon": 5.8083715,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478199,\n
        "lat": 45.8950300,\n
        "lon": 5.8065300,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478200,\n
        "lat": 45.8950320,\n
        "lon": 5.8065140,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478201,\n
        "lat": 45.8950402,\n
        "lon": 5.8082505,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478202,\n
        "lat": 45.8950482,\n
        "lon": 5.8081455,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478203,\n
        "lat": 45.8950640,\n
        "lon": 5.8065410,\n
        "timestamp": "2013-04-20T23:00:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478204,\n
        "lat": 45.8950659,\n
        "lon": 5.8062350,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478205,\n
        "lat": 45.8950670,\n
        "lon": 5.8065070,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478206,\n
        "lat": 45.8950700,\n
        "lon": 5.8062968,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478207,\n
        "lat": 45.8950780,\n
        "lon": 5.8063700,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478208,\n
        "lat": 45.8950940,\n
        "lon": 5.8065120,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478209,\n
        "lat": 45.8951020,\n
        "lon": 5.8064130,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478210,\n
        "lat": 45.8951082,\n
        "lon": 5.8084655,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478211,\n
        "lat": 45.8951100,\n
        "lon": 5.8090970,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478212,\n
        "lat": 45.8951110,\n
        "lon": 5.8090200,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478213,\n
        "lat": 45.8951140,\n
        "lon": 5.8070840,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478214,\n
        "lat": 45.8951152,\n
        "lon": 5.8083835,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478215,\n
        "lat": 45.8951162,\n
        "lon": 5.8082435,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478216,\n
        "lat": 45.8951162,\n
        "lon": 5.8083515,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478217,\n
        "lat": 45.8951220,\n
        "lon": 5.8070340,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478218,\n
        "lat": 45.8951252,\n
        "lon": 5.8081435,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478219,\n
        "lat": 45.8951260,\n
        "lon": 5.8065430,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478220,\n
        "lat": 45.8951262,\n
        "lon": 5.8082445,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478221,\n
        "lat": 45.8951270,\n
        "lon": 5.8065190,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478222,\n
        "lat": 45.8951290,\n
        "lon": 5.8064720,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478223,\n
        "lat": 45.8951320,\n
        "lon": 5.8064140,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478224,\n
        "lat": 45.8951322,\n
        "lon": 5.8080175,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478225,\n
        "lat": 45.8951340,\n
        "lon": 5.8063820,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478226,\n
        "lat": 45.8951340,\n
        "lon": 5.8063930,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478227,\n
        "lat": 45.8951342,\n
        "lon": 5.8079155,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478228,\n
        "lat": 45.8951350,\n
        "lon": 5.8062290,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478229,\n
        "lat": 45.8951389,\n
        "lon": 5.8062888,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478230,\n
        "lat": 45.8951432,\n
        "lon": 5.8081295,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478231,\n
        "lat": 45.8951432,\n
        "lon": 5.8081455,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478232,\n
        "lat": 45.8951452,\n
        "lon": 5.8083555,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478233,\n
        "lat": 45.8951532,\n
        "lon": 5.8082495,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478234,\n
        "lat": 45.8951620,\n
        "lon": 5.8065470,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478235,\n
        "lat": 45.8951650,\n
        "lon": 5.8064780,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478236,\n
        "lat": 45.8951690,\n
        "lon": 5.8064000,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478237,\n
        "lat": 45.8951732,\n
        "lon": 5.8083605,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478238,\n
        "lat": 45.8951742,\n
        "lon": 5.8076217,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478239,\n
        "lat": 45.8951742,\n
        "lon": 5.8080245,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478240,\n
        "lat": 45.8951792,\n
        "lon": 5.8082515,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478241,\n
        "lat": 45.8951842,\n
        "lon": 5.8081725,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478242,\n
        "lat": 45.8951862,\n
        "lon": 5.8074597,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478243,\n
        "lat": 45.8951862,\n
        "lon": 5.8081365,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478244,\n
        "lat": 45.8951920,\n
        "lon": 5.8071100,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478245,\n
        "lat": 45.8952000,\n
        "lon": 5.8070610,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478246,\n
        "lat": 45.8952212,\n
        "lon": 5.8083705,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478247,\n
        "lat": 45.8952222,\n
        "lon": 5.8080835,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478248,\n
        "lat": 45.8952242,\n
        "lon": 5.8080475,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478249,\n
        "lat": 45.8952242,\n
        "lon": 5.8083225,\n
        "timestamp": "2013-04-20T23:00:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478251,\n
        "lat": 45.8952292,\n
        "lon": 5.8082555,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478252,\n
        "lat": 45.8952292,\n
        "lon": 5.8083715,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478253,\n
        "lat": 45.8952332,\n
        "lon": 5.8083265,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478254,\n
        "lat": 45.8952352,\n
        "lon": 5.8081795,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478255,\n
        "lat": 45.8952410,\n
        "lon": 5.8068030,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478256,\n
        "lat": 45.8952442,\n
        "lon": 5.8080885,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478257,\n
        "lat": 45.8952450,\n
        "lon": 5.8068480,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478258,\n
        "lat": 45.8952580,\n
        "lon": 5.8091130,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478259,\n
        "lat": 45.8952592,\n
        "lon": 5.8079435,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478260,\n
        "lat": 45.8952610,\n
        "lon": 5.8088870,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478261,\n
        "lat": 45.8952630,\n
        "lon": 5.8090170,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478262,\n
        "lat": 45.8952662,\n
        "lon": 5.8083565,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478263,\n
        "lat": 45.8952662,\n
        "lon": 5.8084155,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478264,\n
        "lat": 45.8952710,\n
        "lon": 5.8092430,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478265,\n
        "lat": 45.8952712,\n
        "lon": 5.8082705,\n
        "timestamp": "2013-04-20T23:00:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478266,\n
        "lat": 45.8952792,\n
        "lon": 5.8084275,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478267,\n
        "lat": 45.8952831,\n
        "lon": 5.8059460,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478268,\n
        "lat": 45.8952832,\n
        "lon": 5.8081855,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478269,\n
        "lat": 45.8952852,\n
        "lon": 5.8076457,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478270,\n
        "lat": 45.8952852,\n
        "lon": 5.8082515,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478271,\n
        "lat": 45.8952860,\n
        "lon": 5.8093710,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478272,\n
        "lat": 45.8952920,\n
        "lon": 5.8067940,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478273,\n
        "lat": 45.8952940,\n
        "lon": 5.8088860,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478274,\n
        "lat": 45.8952960,\n
        "lon": 5.8068350,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478275,\n
        "lat": 45.8952970,\n
        "lon": 5.8094140,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478276,\n
        "lat": 45.8952971,\n
        "lon": 5.8070358,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478277,\n
        "lat": 45.8952980,\n
        "lon": 5.8089950,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478278,\n
        "lat": 45.8952982,\n
        "lon": 5.8075877,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478279,\n
        "lat": 45.8952990,\n
        "lon": 5.8090160,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478280,\n
        "lat": 45.8953002,\n
        "lon": 5.8074747,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478281,\n
        "lat": 45.8953032,\n
        "lon": 5.8082645,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478282,\n
        "lat": 45.8953042,\n
        "lon": 5.8084205,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478283,\n
        "lat": 45.8953092,\n
        "lon": 5.8081815,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478284,\n
        "lat": 45.8953122,\n
        "lon": 5.8082495,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478285,\n
        "lat": 45.8953131,\n
        "lon": 5.8071228,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478287,\n
        "lat": 45.8953181,\n
        "lon": 5.8058960,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478288,\n
        "lat": 45.8953270,\n
        "lon": 5.8091030,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478289,\n
        "lat": 45.8953290,\n
        "lon": 5.8088810,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478290,\n
        "lat": 45.8953330,\n
        "lon": 5.8089920,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478291,\n
        "lat": 45.8953340,\n
        "lon": 5.8090250,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478292,\n
        "lat": 45.8953341,\n
        "lon": 5.8060350,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478293,\n
        "lat": 45.8953371,\n
        "lon": 5.8070378,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478294,\n
        "lat": 45.8953400,\n
        "lon": 5.8092170,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478295,\n
        "lat": 45.8953460,\n
        "lon": 5.8093400,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478296,\n
        "lat": 45.8953462,\n
        "lon": 5.8083605,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478297,\n
        "lat": 45.8953472,\n
        "lon": 5.8078235,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478298,\n
        "lat": 45.8953472,\n
        "lon": 5.8082545,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478299,\n
        "lat": 45.8953490,\n
        "lon": 5.8051850,\n
        "timestamp": "2013-04-20T23:00:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478300,\n
        "lat": 45.8953501,\n
        "lon": 5.8071098,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478301,\n
        "lat": 45.8953522,\n
        "lon": 5.8084085,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478302,\n
        "lat": 45.8953560,\n
        "lon": 5.8093830,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478303,\n
        "lat": 45.8953582,\n
        "lon": 5.8079495,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478304,\n
        "lat": 45.8953591,\n
        "lon": 5.8070168,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478305,\n
        "lat": 45.8953611,\n
        "lon": 5.8070298,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478306,\n
        "lat": 45.8953701,\n
        "lon": 5.8059840,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478307,\n
        "lat": 45.8953760,\n
        "lon": 5.8088700,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478308,\n
        "lat": 45.8953761,\n
        "lon": 5.8070688,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478309,\n
        "lat": 45.8953780,\n
        "lon": 5.8050460,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478310,\n
        "lat": 45.8953790,\n
        "lon": 5.8089720,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478311,\n
        "lat": 45.8953801,\n
        "lon": 5.8071188,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478312,\n
        "lat": 45.8953820,\n
        "lon": 5.8090170,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478313,\n
        "lat": 45.8953841,\n
        "lon": 5.8071188,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478314,\n
        "lat": 45.8953852,\n
        "lon": 5.8083315,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478315,\n
        "lat": 45.8953900,\n
        "lon": 5.8049750,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478316,\n
        "lat": 45.8953912,\n
        "lon": 5.8082455,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478317,\n
        "lat": 45.8953921,\n
        "lon": 5.8071948,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478318,\n
        "lat": 45.8954090,\n
        "lon": 5.8088620,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478319,\n
        "lat": 45.8954130,\n
        "lon": 5.8089300,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478320,\n
        "lat": 45.8954152,\n
        "lon": 5.8083225,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478321,\n
        "lat": 45.8954172,\n
        "lon": 5.8083915,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478322,\n
        "lat": 45.8954192,\n
        "lon": 5.8083855,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478323,\n
        "lat": 45.8954222,\n
        "lon": 5.8078135,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478325,\n
        "lat": 45.8954250,\n
        "lon": 5.8090110,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478326,\n
        "lat": 45.8954270,\n
        "lon": 5.8090380,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478327,\n
        "lat": 45.8954312,\n
        "lon": 5.8079385,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478329,\n
        "lat": 45.8954420,\n
        "lon": 5.8051110,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478331,\n
        "lat": 45.8954421,\n
        "lon": 5.8071078,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478333,\n
        "lat": 45.8954444,\n
        "lon": 5.8069144,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478335,\n
        "lat": 45.8954450,\n
        "lon": 5.8052190,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478336,\n
        "lat": 45.8954501,\n
        "lon": 5.8071858,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478338,\n
        "lat": 45.8954514,\n
        "lon": 5.8069964,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478340,\n
        "lat": 45.8954540,\n
        "lon": 5.8088510,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478341,\n
        "lat": 45.8954541,\n
        "lon": 5.8070558,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478343,\n
        "lat": 45.8954560,\n
        "lon": 5.8089290,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478345,\n
        "lat": 45.8954571,\n
        "lon": 5.8071068,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478347,\n
        "lat": 45.8954580,\n
        "lon": 5.8090360,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478348,\n
        "lat": 45.8954620,\n
        "lon": 5.8051250,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478350,\n
        "lat": 45.8954624,\n
        "lon": 5.8068884,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478352,\n
        "lat": 45.8954630,\n
        "lon": 5.8051210,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478354,\n
        "lat": 45.8954634,\n
        "lon": 5.8069104,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478355,\n
        "lat": 45.8954640,\n
        "lon": 5.8050000,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478356,\n
        "lat": 45.8954643,\n
        "lon": 5.8075717,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478357,\n
        "lat": 45.8954784,\n
        "lon": 5.8068444,\n
        "timestamp": "2013-04-20T23:00:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478358,\n
        "lat": 45.8954814,\n
        "lon": 5.8068844,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478359,\n
        "lat": 45.8954853,\n
        "lon": 5.8076937,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478360,\n
        "lat": 45.8954890,\n
        "lon": 5.8052350,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478361,\n
        "lat": 45.8954953,\n
        "lon": 5.8075597,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478362,\n
        "lat": 45.8955050,\n
        "lon": 5.8051390,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478363,\n
        "lat": 45.8955123,\n
        "lon": 5.8076847,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478364,\n
        "lat": 45.8955254,\n
        "lon": 5.8068384,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478365,\n
        "lat": 45.8955264,\n
        "lon": 5.8072805,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478366,\n
        "lat": 45.8955293,\n
        "lon": 5.8075487,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478367,\n
        "lat": 45.8955294,\n
        "lon": 5.8068884,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478368,\n
        "lat": 45.8955300,\n
        "lon": 5.8089290,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478369,\n
        "lat": 45.8955314,\n
        "lon": 5.8073105,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478370,\n
        "lat": 45.8955320,\n
        "lon": 5.8090240,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478371,\n
        "lat": 45.8955364,\n
        "lon": 5.8069844,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478372,\n
        "lat": 45.8955434,\n
        "lon": 5.8068864,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478373,\n
        "lat": 45.8955463,\n
        "lon": 5.8077117,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478374,\n
        "lat": 45.8955464,\n
        "lon": 5.8072695,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478375,\n
        "lat": 45.8955474,\n
        "lon": 5.8069224,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478376,\n
        "lat": 45.8955503,\n
        "lon": 5.8076717,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478377,\n
        "lat": 45.8955544,\n
        "lon": 5.8072985,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478378,\n
        "lat": 45.8955544,\n
        "lon": 5.8074295,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478379,\n
        "lat": 45.8955573,\n
        "lon": 5.8077777,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478380,\n
        "lat": 45.8955574,\n
        "lon": 5.8074475,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478381,\n
        "lat": 45.8955624,\n
        "lon": 5.8073265,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478382,\n
        "lat": 45.8955674,\n
        "lon": 5.8068324,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478383,\n
        "lat": 45.8955684,\n
        "lon": 5.8069194,\n
        "timestamp": "2013-04-20T23:00:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478384,\n
        "lat": 45.8955714,\n
        "lon": 5.8068874,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478385,\n
        "lat": 45.8955724,\n
        "lon": 5.8069794,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478386,\n
        "lat": 45.8955763,\n
        "lon": 5.8076007,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478387,\n
        "lat": 45.8955833,\n
        "lon": 5.8076997,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478388,\n
        "lat": 45.8955844,\n
        "lon": 5.8074125,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478389,\n
        "lat": 45.8955913,\n
        "lon": 5.8076827,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478390,\n
        "lat": 45.8955943,\n
        "lon": 5.8077647,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478391,\n
        "lat": 45.8955994,\n
        "lon": 5.8070444,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478392,\n
        "lat": 45.8956084,\n
        "lon": 5.8068804,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478393,\n
        "lat": 45.8956104,\n
        "lon": 5.8071794,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478394,\n
        "lat": 45.8956154,\n
        "lon": 5.8069734,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478395,\n
        "lat": 45.8956174,\n
        "lon": 5.8072985,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478396,\n
        "lat": 45.8956233,\n
        "lon": 5.8075827,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478397,\n
        "lat": 45.8956374,\n
        "lon": 5.8073845,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478398,\n
        "lat": 45.8956383,\n
        "lon": 5.8076647,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478399,\n
        "lat": 45.8956424,\n
        "lon": 5.8074045,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478400,\n
        "lat": 45.8956704,\n
        "lon": 5.8071704,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478401,\n
        "lat": 45.8956914,\n
        "lon": 5.8068694,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478402,\n
        "lat": 45.8956914,\n
        "lon": 5.8072184,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478403,\n
        "lat": 45.8956964,\n
        "lon": 5.8069604,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478404,\n
        "lat": 45.8956974,\n
        "lon": 5.8070214,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478405,\n
        "lat": 45.8956984,\n
        "lon": 5.8070354,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478406,\n
        "lat": 45.8957044,\n
        "lon": 5.8070204,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478407,\n
        "lat": 45.8957124,\n
        "lon": 5.8071634,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478408,\n
        "lat": 45.8957174,\n
        "lon": 5.8071624,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478409,\n
        "lat": 45.8957194,\n
        "lon": 5.8072254,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478410,\n
        "lat": 45.8957254,\n
        "lon": 5.8068634,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478411,\n
        "lat": 45.8957324,\n
        "lon": 5.8069564,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478412,\n
        "lat": 45.8957554,\n
        "lon": 5.8070124,\n
        "timestamp": "2013-04-20T23:01:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478413,\n
        "lat": 45.8957580,\n
        "lon": 5.8073020,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478414,\n
        "lat": 45.8957654,\n
        "lon": 5.8071554,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478415,\n
        "lat": 45.8957860,\n
        "lon": 5.8074070,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478416,\n
        "lat": 45.8957940,\n
        "lon": 5.8069730,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478417,\n
        "lat": 45.8958090,\n
        "lon": 5.8070710,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478418,\n
        "lat": 45.8958140,\n
        "lon": 5.8071110,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478419,\n
        "lat": 45.8958150,\n
        "lon": 5.8072670,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478420,\n
        "lat": 45.8958230,\n
        "lon": 5.8075530,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478421,\n
        "lat": 45.8958440,\n
        "lon": 5.8073750,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478422,\n
        "lat": 45.8958580,\n
        "lon": 5.8077830,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478423,\n
        "lat": 45.8958700,\n
        "lon": 5.8073140,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478424,\n
        "lat": 45.8958840,\n
        "lon": 5.8075180,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478425,\n
        "lat": 45.8958930,\n
        "lon": 5.8078510,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478426,\n
        "lat": 45.8958950,\n
        "lon": 5.8074020,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478427,\n
        "lat": 45.8959100,\n
        "lon": 5.8074560,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478428,\n
        "lat": 45.8959160,\n
        "lon": 5.8072660,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478429,\n
        "lat": 45.8959190,\n
        "lon": 5.8077180,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478430,\n
        "lat": 45.8959290,\n
        "lon": 5.8070530,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478431,\n
        "lat": 45.8959310,\n
        "lon": 5.8070890,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478432,\n
        "lat": 45.8959420,\n
        "lon": 5.8073480,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478433,\n
        "lat": 45.8959540,\n
        "lon": 5.8077860,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478434,\n
        "lat": 45.8959630,\n
        "lon": 5.8074150,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478435,\n
        "lat": 45.8960160,\n
        "lon": 5.8069390,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478436,\n
        "lat": 45.8960240,\n
        "lon": 5.8070730,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478437,\n
        "lat": 45.8971210,\n
        "lon": 5.8065790,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478438,\n
        "lat": 45.8971400,\n
        "lon": 5.8066750,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478440,\n
        "lat": 45.8971500,\n
        "lon": 5.8067150,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478442,\n
        "lat": 45.8971560,\n
        "lon": 5.8075300,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478444,\n
        "lat": 45.8971580,\n
        "lon": 5.8074330,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478446,\n
        "lat": 45.8971930,\n
        "lon": 5.8066540,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478448,\n
        "lat": 45.8972000,\n
        "lon": 5.8066780,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478450,\n
        "lat": 45.8972020,\n
        "lon": 5.8066940,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478452,\n
        "lat": 45.8972250,\n
        "lon": 5.8074330,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478454,\n
        "lat": 45.8972260,\n
        "lon": 5.8074180,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478456,\n
        "lat": 45.8972330,\n
        "lon": 5.8065030,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478458,\n
        "lat": 45.8972370,\n
        "lon": 5.8065290,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478460,\n
        "lat": 45.8972580,\n
        "lon": 5.8075310,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478462,\n
        "lat": 45.8972600,\n
        "lon": 5.8074200,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478464,\n
        "lat": 45.8972730,\n
        "lon": 5.8070340,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478466,\n
        "lat": 45.8972750,\n
        "lon": 5.8069340,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478468,\n
        "lat": 45.8972760,\n
        "lon": 5.8064830,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478470,\n
        "lat": 45.8973070,\n
        "lon": 5.8066280,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478472,\n
        "lat": 45.8973620,\n
        "lon": 5.8069380,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478474,\n
        "lat": 45.8973630,\n
        "lon": 5.8068940,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478475,\n
        "lat": 45.8973680,\n
        "lon": 5.8077080,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478477,\n
        "lat": 45.8973750,\n
        "lon": 5.8075700,\n
        "timestamp": "2013-04-20T23:01:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478479,\n
        "lat": 45.8973880,\n
        "lon": 5.8068950,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478481,\n
        "lat": 45.8973880,\n
        "lon": 5.8070440,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478483,\n
        "lat": 45.8974240,\n
        "lon": 5.8075610,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478485,\n
        "lat": 45.8974240,\n
        "lon": 5.8075720,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478492,\n
        "lat": 45.8974350,\n
        "lon": 5.8077120,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478493,\n
        "lat": 45.8974370,\n
        "lon": 5.8076720,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478494,\n
        "lat": 45.8973315,\n
        "lon": 5.7715100,\n
        "timestamp": "2014-10-25T11:18:38Z",\n
        "version": 2,\n
        "changeset": 26318890,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478495,\n
        "lat": 45.8973355,\n
        "lon": 5.7716164,\n
        "timestamp": "2014-10-25T11:18:38Z",\n
        "version": 2,\n
        "changeset": 26318890,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478498,\n
        "lat": 45.8974780,\n
        "lon": 5.8076700,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478500,\n
        "lat": 45.8974780,\n
        "lon": 5.8076750,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478502,\n
        "lat": 45.8974820,\n
        "lon": 5.8075630,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478504,\n
        "lat": 45.8974820,\n
        "lon": 5.8075680,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478506,\n
        "lat": 45.8975220,\n
        "lon": 5.8076730,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478508,\n
        "lat": 45.8974145,\n
        "lon": 5.7715060,\n
        "timestamp": "2014-10-25T11:18:38Z",\n
        "version": 2,\n
        "changeset": 26318890,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478510,\n
        "lat": 45.8974155,\n
        "lon": 5.7716157,\n
        "timestamp": "2014-10-25T11:18:38Z",\n
        "version": 2,\n
        "changeset": 26318890,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478512,\n
        "lat": 45.8975250,\n
        "lon": 5.8069200,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478514,\n
        "lat": 45.8975260,\n
        "lon": 5.8068820,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478516,\n
        "lat": 45.8975290,\n
        "lon": 5.8075720,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478518,\n
        "lat": 45.8975300,\n
        "lon": 5.8070560,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478520,\n
        "lat": 45.8975310,\n
        "lon": 5.8069470,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478522,\n
        "lat": 45.8975760,\n
        "lon": 5.8068840,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478524,\n
        "lat": 45.8975770,\n
        "lon": 5.8069200,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478526,\n
        "lat": 45.8975770,\n
        "lon": 5.8070590,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478528,\n
        "lat": 45.8975800,\n
        "lon": 5.8069480,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478530,\n
        "lat": 45.8975950,\n
        "lon": 5.8066830,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478532,\n
        "lat": 45.8975960,\n
        "lon": 5.8066120,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478534,\n
        "lat": 45.8976260,\n
        "lon": 5.8069490,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478536,\n
        "lat": 45.8976270,\n
        "lon": 5.8068340,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478537,\n
        "lat": 45.8976460,\n
        "lon": 5.8077820,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478539,\n
        "lat": 45.8976490,\n
        "lon": 5.8078530,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478541,\n
        "lat": 45.8976570,\n
        "lon": 5.8075290,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478543,\n
        "lat": 45.8976640,\n
        "lon": 5.8074250,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478545,\n
        "lat": 45.8976810,\n
        "lon": 5.8069520,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478547,\n
        "lat": 45.8976830,\n
        "lon": 5.8068400,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478549,\n
        "lat": 45.8976990,\n
        "lon": 5.8066860,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478551,\n
        "lat": 45.8977000,\n
        "lon": 5.8066140,\n
        "timestamp": "2013-04-20T23:01:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478553,\n
        "lat": 45.8977150,\n
        "lon": 5.8070730,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478555,\n
        "lat": 45.8977170,\n
        "lon": 5.8069530,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478557,\n
        "lat": 45.8977250,\n
        "lon": 5.8068970,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478559,\n
        "lat": 45.8977260,\n
        "lon": 5.8068430,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478561,\n
        "lat": 45.8977390,\n
        "lon": 5.8077740,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478563,\n
        "lat": 45.8977420,\n
        "lon": 5.8078450,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478565,\n
        "lat": 45.8977860,\n
        "lon": 5.8068990,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478567,\n
        "lat": 45.8977860,\n
        "lon": 5.8069540,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478569,\n
        "lat": 45.8978040,\n
        "lon": 5.8075490,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478571,\n
        "lat": 45.8978050,\n
        "lon": 5.8077620,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478573,\n
        "lat": 45.8978100,\n
        "lon": 5.8076910,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478575,\n
        "lat": 45.8978110,\n
        "lon": 5.8074430,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478577,\n
        "lat": 45.8978160,\n
        "lon": 5.8075500,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478579,\n
        "lat": 45.8978180,\n
        "lon": 5.8075180,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478581,\n
        "lat": 45.8978260,\n
        "lon": 5.8073210,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478583,\n
        "lat": 45.8978290,\n
        "lon": 5.8072870,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478606,\n
        "lat": 45.8978320,\n
        "lon": 5.8077650,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478608,\n
        "lat": 45.8978370,\n
        "lon": 5.8076940,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478610,\n
        "lat": 45.8978510,\n
        "lon": 5.8075230,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478612,\n
        "lat": 45.8978560,\n
        "lon": 5.8074490,\n
        "timestamp": "2013-04-20T23:01:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478614,\n
        "lat": 45.8978620,\n
        "lon": 5.8072910,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478616,\n
        "lat": 45.8978640,\n
        "lon": 5.8073270,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478618,\n
        "lat": 45.8978650,\n
        "lon": 5.8073070,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478620,\n
        "lat": 45.8978960,\n
        "lon": 5.8069560,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478622,\n
        "lat": 45.8978980,\n
        "lon": 5.8070720,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478624,\n
        "lat": 45.8979230,\n
        "lon": 5.8064940,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478627,\n
        "lat": 45.8979250,\n
        "lon": 5.8063900,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478629,\n
        "lat": 45.8979710,\n
        "lon": 5.8064960,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478631,\n
        "lat": 45.8979810,\n
        "lon": 5.8063930,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478633,\n
        "lat": 45.8980530,\n
        "lon": 5.8064890,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478635,\n
        "lat": 45.8980530,\n
        "lon": 5.8064990,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478637,\n
        "lat": 45.8980550,\n
        "lon": 5.8064060,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478639,\n
        "lat": 45.8980560,\n
        "lon": 5.8063960,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478641,\n
        "lat": 45.8980870,\n
        "lon": 5.8074720,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478643,\n
        "lat": 45.8980880,\n
        "lon": 5.8064900,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478644,\n
        "lat": 45.8980880,\n
        "lon": 5.8069320,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478646,\n
        "lat": 45.8980890,\n
        "lon": 5.8074480,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478647,\n
        "lat": 45.8980920,\n
        "lon": 5.8064090,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478649,\n
        "lat": 45.8980960,\n
        "lon": 5.8067950,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478651,\n
        "lat": 45.8981150,\n
        "lon": 5.8069350,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478653,\n
        "lat": 45.8981230,\n
        "lon": 5.8067980,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478655,\n
        "lat": 45.8981280,\n
        "lon": 5.8074860,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478657,\n
        "lat": 45.8981310,\n
        "lon": 5.8074620,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478659,\n
        "lat": 45.8981870,\n
        "lon": 5.8070730,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478661,\n
        "lat": 45.8981900,\n
        "lon": 5.8068560,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478663,\n
        "lat": 45.8982000,\n
        "lon": 5.8076190,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478665,\n
        "lat": 45.8982170,\n
        "lon": 5.8075260,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478667,\n
        "lat": 45.8982660,\n
        "lon": 5.8069400,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478669,\n
        "lat": 45.8982670,\n
        "lon": 5.8068580,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478671,\n
        "lat": 45.8982770,\n
        "lon": 5.8075450,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478673,\n
        "lat": 45.8982820,\n
        "lon": 5.8075110,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478675,\n
        "lat": 45.8982950,\n
        "lon": 5.8070690,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478676,\n
        "lat": 45.8982980,\n
        "lon": 5.8069440,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478677,\n
        "lat": 45.8983300,\n
        "lon": 5.8070680,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478678,\n
        "lat": 45.8983350,\n
        "lon": 5.8069470,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478679,\n
        "lat": 45.8983430,\n
        "lon": 5.8076660,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478680,\n
        "lat": 45.8983470,\n
        "lon": 5.8076160,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478681,\n
        "lat": 45.8983530,\n
        "lon": 5.8076180,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478682,\n
        "lat": 45.8983580,\n
        "lon": 5.8075360,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478683,\n
        "lat": 45.8983800,\n
        "lon": 5.8076790,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478684,\n
        "lat": 45.8983830,\n
        "lon": 5.8076620,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478685,\n
        "lat": 45.8984160,\n
        "lon": 5.8076710,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478686,\n
        "lat": 45.8984190,\n
        "lon": 5.8074510,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478687,\n
        "lat": 45.8984200,\n
        "lon": 5.8074360,\n
        "timestamp": "2013-04-20T23:01:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478688,\n
        "lat": 45.8984330,\n
        "lon": 5.8073330,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478689,\n
        "lat": 45.8984360,\n
        "lon": 5.8075520,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478690,\n
        "lat": 45.8984500,\n
        "lon": 5.8074590,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478691,\n
        "lat": 45.8984530,\n
        "lon": 5.8074370,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478692,\n
        "lat": 45.8984570,\n
        "lon": 5.8069490,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478693,\n
        "lat": 45.8984570,\n
        "lon": 5.8070630,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478694,\n
        "lat": 45.8984680,\n
        "lon": 5.8074400,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478695,\n
        "lat": 45.8984790,\n
        "lon": 5.8073450,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478696,\n
        "lat": 45.8986780,\n
        "lon": 5.8068860,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478697,\n
        "lat": 45.8986860,\n
        "lon": 5.8067900,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478698,\n
        "lat": 45.8987090,\n
        "lon": 5.8066290,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478699,\n
        "lat": 45.8987130,\n
        "lon": 5.8069270,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478700,\n
        "lat": 45.8987160,\n
        "lon": 5.8068940,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478701,\n
        "lat": 45.8987210,\n
        "lon": 5.8067970,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478702,\n
        "lat": 45.8987250,\n
        "lon": 5.8067550,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478703,\n
        "lat": 45.8987530,\n
        "lon": 5.8063440,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478704,\n
        "lat": 45.8987530,\n
        "lon": 5.8069340,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478705,\n
        "lat": 45.8987550,\n
        "lon": 5.8069040,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478706,\n
        "lat": 45.8987640,\n
        "lon": 5.8067630,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478707,\n
        "lat": 45.8987670,\n
        "lon": 5.8067220,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478708,\n
        "lat": 45.8987680,\n
        "lon": 5.8066770,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478709,\n
        "lat": 45.8987740,\n
        "lon": 5.8072260,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478710,\n
        "lat": 45.8987750,\n
        "lon": 5.8072580,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478711,\n
        "lat": 45.8987870,\n
        "lon": 5.8066540,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478712,\n
        "lat": 45.8987980,\n
        "lon": 5.8069150,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478713,\n
        "lat": 45.8987990,\n
        "lon": 5.8073470,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478714,\n
        "lat": 45.8988030,\n
        "lon": 5.8067270,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478715,\n
        "lat": 45.8988080,\n
        "lon": 5.8066850,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478716,\n
        "lat": 45.8988080,\n
        "lon": 5.8067720,\n
        "timestamp": "2013-04-20T23:01:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478717,\n
        "lat": 45.8988130,\n
        "lon": 5.8072260,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478718,\n
        "lat": 45.8988130,\n
        "lon": 5.8072580,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478719,\n
        "lat": 45.8988130,\n
        "lon": 5.8074520,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478720,\n
        "lat": 45.8988190,\n
        "lon": 5.8064530,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478721,\n
        "lat": 45.8988330,\n
        "lon": 5.8063690,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478722,\n
        "lat": 45.8988380,\n
        "lon": 5.8073400,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478723,\n
        "lat": 45.8988520,\n
        "lon": 5.8074410,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478724,\n
        "lat": 45.8988570,\n
        "lon": 5.8054800,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478725,\n
        "lat": 45.8988620,\n
        "lon": 5.8055900,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478726,\n
        "lat": 45.8988650,\n
        "lon": 5.8064650,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478727,\n
        "lat": 45.8988780,\n
        "lon": 5.8063820,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478728,\n
        "lat": 45.8989943,\n
        "lon": 5.7749507,\n
        "timestamp": "2014-10-25T10:57:30Z",\n
        "version": 2,\n
        "changeset": 26318550,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478729,\n
        "lat": 45.8989060,\n
        "lon": 5.8068290,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478730,\n
        "lat": 45.8989140,\n
        "lon": 5.8067200,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478731,\n
        "lat": 45.8990173,\n
        "lon": 5.7748707,\n
        "timestamp": "2014-10-25T10:57:30Z",\n
        "version": 2,\n
        "changeset": 26318550,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478732,\n
        "lat": 45.8989300,\n
        "lon": 5.8069380,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478733,\n
        "lat": 45.8990363,\n
        "lon": 5.7749777,\n
        "timestamp": "2014-10-25T10:57:30Z",\n
        "version": 2,\n
        "changeset": 26318550,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478734,\n
        "lat": 45.8989370,\n
        "lon": 5.8070620,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478735,\n
        "lat": 45.8989400,\n
        "lon": 5.8066960,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478736,\n
        "lat": 45.8990623,\n
        "lon": 5.7748977,\n
        "timestamp": "2014-10-25T10:57:30Z",\n
        "version": 2,\n
        "changeset": 26318550,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478738,\n
        "lat": 45.8989830,\n
        "lon": 5.8063620,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478739,\n
        "lat": 45.8989890,\n
        "lon": 5.8063010,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478740,\n
        "lat": 45.8989970,\n
        "lon": 5.8074100,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478742,\n
        "lat": 45.8990000,\n
        "lon": 5.8074510,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478743,\n
        "lat": 45.8990020,\n
        "lon": 5.8054660,\n
        "timestamp": "2013-04-20T23:01:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478744,\n
        "lat": 45.8990080,\n
        "lon": 5.8055760,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478745,\n
        "lat": 45.8990080,\n
        "lon": 5.8069250,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478746,\n
        "lat": 45.8990080,\n
        "lon": 5.8075540,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478747,\n
        "lat": 45.8990110,\n
        "lon": 5.8069490,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478748,\n
        "lat": 45.8990170,\n
        "lon": 5.8070000,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478749,\n
        "lat": 45.8990170,\n
        "lon": 5.8070140,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478750,\n
        "lat": 45.8990190,\n
        "lon": 5.8070340,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478751,\n
        "lat": 45.8990200,\n
        "lon": 5.8070510,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478752,\n
        "lat": 45.8990280,\n
        "lon": 5.8069990,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478753,\n
        "lat": 45.8990280,\n
        "lon": 5.8070130,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478754,\n
        "lat": 45.8990290,\n
        "lon": 5.8070340,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478755,\n
        "lat": 45.8990290,\n
        "lon": 5.8072860,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478756,\n
        "lat": 45.8990290,\n
        "lon": 5.8073160,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478757,\n
        "lat": 45.8990310,\n
        "lon": 5.8070470,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478758,\n
        "lat": 45.8990370,\n
        "lon": 5.8074040,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478759,\n
        "lat": 45.8990400,\n
        "lon": 5.8068500,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478760,\n
        "lat": 45.8990400,\n
        "lon": 5.8074450,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478761,\n
        "lat": 45.8990450,\n
        "lon": 5.8067130,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478762,\n
        "lat": 45.8990620,\n
        "lon": 5.8068530,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478763,\n
        "lat": 45.8990640,\n
        "lon": 5.8067140,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478764,\n
        "lat": 45.8990650,\n
        "lon": 5.8066490,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478765,\n
        "lat": 45.8990660,\n
        "lon": 5.8069440,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478767,\n
        "lat": 45.8990680,\n
        "lon": 5.8069970,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478768,\n
        "lat": 45.8990680,\n
        "lon": 5.8073990,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478770,\n
        "lat": 45.8990720,\n
        "lon": 5.8064190,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478771,\n
        "lat": 45.8990750,\n
        "lon": 5.8063740,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478772,\n
        "lat": 45.8990760,\n
        "lon": 5.8069080,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478774,\n
        "lat": 45.8990760,\n
        "lon": 5.8069430,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478775,\n
        "lat": 45.8990790,\n
        "lon": 5.8075420,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478777,\n
        "lat": 45.8990850,\n
        "lon": 5.8072800,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478778,\n
        "lat": 45.8990850,\n
        "lon": 5.8073130,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478780,\n
        "lat": 45.8991070,\n
        "lon": 5.8069940,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478781,\n
        "lat": 45.8991080,\n
        "lon": 5.8069060,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478782,\n
        "lat": 45.8991080,\n
        "lon": 5.8070400,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478784,\n
        "lat": 45.8991090,\n
        "lon": 5.8069400,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478785,\n
        "lat": 45.8991270,\n
        "lon": 5.8067150,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478787,\n
        "lat": 45.8991280,\n
        "lon": 5.8068580,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478789,\n
        "lat": 45.8991290,\n
        "lon": 5.8069380,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478790,\n
        "lat": 45.8991290,\n
        "lon": 5.8069960,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478791,\n
        "lat": 45.8991410,\n
        "lon": 5.8071870,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478793,\n
        "lat": 45.8991430,\n
        "lon": 5.8067240,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478794,\n
        "lat": 45.8991430,\n
        "lon": 5.8072150,\n
        "timestamp": "2013-04-20T23:01:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478796,\n
        "lat": 45.8991440,\n
        "lon": 5.8067150,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478797,\n
        "lat": 45.8991470,\n
        "lon": 5.8073290,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478799,\n
        "lat": 45.8991500,\n
        "lon": 5.8066480,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478801,\n
        "lat": 45.8991510,\n
        "lon": 5.8064320,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478807,\n
        "lat": 45.8991550,\n
        "lon": 5.8063850,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478808,\n
        "lat": 45.8991560,\n
        "lon": 5.8068990,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478809,\n
        "lat": 45.8991570,\n
        "lon": 5.8067230,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478810,\n
        "lat": 45.8991570,\n
        "lon": 5.8069370,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478811,\n
        "lat": 45.8991570,\n
        "lon": 5.8069930,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478812,\n
        "lat": 45.8991580,\n
        "lon": 5.8067120,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478813,\n
        "lat": 45.8991590,\n
        "lon": 5.8070370,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478814,\n
        "lat": 45.8991600,\n
        "lon": 5.8063310,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478815,\n
        "lat": 45.8991750,\n
        "lon": 5.8055270,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478816,\n
        "lat": 45.8991820,\n
        "lon": 5.8054430,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478817,\n
        "lat": 45.8992180,\n
        "lon": 5.8071820,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478818,\n
        "lat": 45.8992190,\n
        "lon": 5.8072050,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478819,\n
        "lat": 45.8992240,\n
        "lon": 5.8073180,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478820,\n
        "lat": 45.8992320,\n
        "lon": 5.8072340,\n
        "timestamp": "2013-04-20T23:01:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478821,\n
        "lat": 45.8992360,\n
        "lon": 5.8073310,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478822,\n
        "lat": 45.8992420,\n
        "lon": 5.8055320,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478823,\n
        "lat": 45.8992500,\n
        "lon": 5.8054490,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478824,\n
        "lat": 45.8992500,\n
        "lon": 5.8054550,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478825,\n
        "lat": 45.8992600,\n
        "lon": 5.8068620,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478826,\n
        "lat": 45.8992610,\n
        "lon": 5.8067150,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478827,\n
        "lat": 45.8992660,\n
        "lon": 5.8070290,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478828,\n
        "lat": 45.8992700,\n
        "lon": 5.8072300,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478829,\n
        "lat": 45.8992710,\n
        "lon": 5.8068880,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478830,\n
        "lat": 45.8992750,\n
        "lon": 5.8073260,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478831,\n
        "lat": 45.8992770,\n
        "lon": 5.8054550,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478832,\n
        "lat": 45.8992790,\n
        "lon": 5.8068880,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478833,\n
        "lat": 45.8993160,\n
        "lon": 5.8055800,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478834,\n
        "lat": 45.8993190,\n
        "lon": 5.8055382,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478835,\n
        "lat": 45.8993210,\n
        "lon": 5.8070240,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478836,\n
        "lat": 45.8993240,\n
        "lon": 5.8069040,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478837,\n
        "lat": 45.8993510,\n
        "lon": 5.8069080,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478838,\n
        "lat": 45.8993520,\n
        "lon": 5.8055830,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478839,\n
        "lat": 45.8993540,\n
        "lon": 5.8055410,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478840,\n
        "lat": 45.8993600,\n
        "lon": 5.8054580,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478841,\n
        "lat": 45.8993880,\n
        "lon": 5.8055840,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478842,\n
        "lat": 45.8993960,\n
        "lon": 5.8054590,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478844,\n
        "lat": 45.8994020,\n
        "lon": 5.8070110,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478846,\n
        "lat": 45.8994020,\n
        "lon": 5.8070200,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478848,\n
        "lat": 45.8994030,\n
        "lon": 5.8069120,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478849,\n
        "lat": 45.8994530,\n
        "lon": 5.8069140,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478850,\n
        "lat": 45.8994540,\n
        "lon": 5.8069760,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478851,\n
        "lat": 45.8994670,\n
        "lon": 5.8069790,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478852,\n
        "lat": 45.8994670,\n
        "lon": 5.8070170,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478853,\n
        "lat": 45.8994910,\n
        "lon": 5.8054750,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478854,\n
        "lat": 45.8994940,\n
        "lon": 5.8055800,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478855,\n
        "lat": 45.8995380,\n
        "lon": 5.8054720,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478856,\n
        "lat": 45.8995410,\n
        "lon": 5.8055770,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478858,\n
        "lat": 45.8996210,\n
        "lon": 5.8062610,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478859,\n
        "lat": 45.8996210,\n
        "lon": 5.8064530,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478860,\n
        "lat": 45.8996770,\n
        "lon": 5.8062620,\n
        "timestamp": "2013-04-20T23:01:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478864,\n
        "lat": 45.8996770,\n
        "lon": 5.8064530,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478867,\n
        "lat": 45.9001890,\n
        "lon": 5.8064220,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478868,\n
        "lat": 45.9001890,\n
        "lon": 5.8065100,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478869,\n
        "lat": 45.9002130,\n
        "lon": 5.8065090,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478870,\n
        "lat": 45.9002140,\n
        "lon": 5.8064220,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478871,\n
        "lat": 45.9003180,\n
        "lon": 5.8064980,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478872,\n
        "lat": 45.9003220,\n
        "lon": 5.8066110,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478873,\n
        "lat": 45.9004210,\n
        "lon": 5.8064870,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478874,\n
        "lat": 45.9004240,\n
        "lon": 5.8066000,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478875,\n
        "lat": 45.9004520,\n
        "lon": 5.8064850,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478876,\n
        "lat": 45.9004560,\n
        "lon": 5.8065970,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478877,\n
        "lat": 45.9004850,\n
        "lon": 5.8063470,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478878,\n
        "lat": 45.9004850,\n
        "lon": 5.8064070,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478879,\n
        "lat": 45.9005150,\n
        "lon": 5.8065060,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478880,\n
        "lat": 45.9005160,\n
        "lon": 5.8065970,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478881,\n
        "lat": 45.9005370,\n
        "lon": 5.8064080,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478882,\n
        "lat": 45.9005380,\n
        "lon": 5.8063450,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478884,\n
        "lat": 45.9006360,\n
        "lon": 5.8065010,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478885,\n
        "lat": 45.9006360,\n
        "lon": 5.8065910,\n
        "timestamp": "2013-04-20T23:01:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478887,\n
        "lat": 45.9006810,\n
        "lon": 5.8052220,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478889,\n
        "lat": 45.9006810,\n
        "lon": 5.8052320,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478891,\n
        "lat": 45.9006820,\n
        "lon": 5.8046530,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478893,\n
        "lat": 45.9006830,\n
        "lon": 5.8052910,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478895,\n
        "lat": 45.9006910,\n
        "lon": 5.8047290,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478897,\n
        "lat": 45.9007120,\n
        "lon": 5.8052210,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478899,\n
        "lat": 45.9007120,\n
        "lon": 5.8052290,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478901,\n
        "lat": 45.9007130,\n
        "lon": 5.8052900,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478904,\n
        "lat": 45.9007200,\n
        "lon": 5.8065720,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478906,\n
        "lat": 45.9007210,\n
        "lon": 5.8065040,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478908,\n
        "lat": 45.9007230,\n
        "lon": 5.8064390,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478910,\n
        "lat": 45.9007340,\n
        "lon": 5.8064400,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478912,\n
        "lat": 45.9007350,\n
        "lon": 5.8064010,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478914,\n
        "lat": 45.9007450,\n
        "lon": 5.8065060,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478916,\n
        "lat": 45.9007470,\n
        "lon": 5.8065730,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478918,\n
        "lat": 45.9007490,\n
        "lon": 5.8049630,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478920,\n
        "lat": 45.9007500,\n
        "lon": 5.8047290,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478922,\n
        "lat": 45.9007640,\n
        "lon": 5.8064410,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478924,\n
        "lat": 45.9007650,\n
        "lon": 5.8064020,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478926,\n
        "lat": 45.9007730,\n
        "lon": 5.8064420,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478927,\n
        "lat": 45.9007800,\n
        "lon": 5.8065760,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478930,\n
        "lat": 45.9007820,\n
        "lon": 5.8065760,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478932,\n
        "lat": 45.9007860,\n
        "lon": 5.8064420,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478934,\n
        "lat": 45.9008020,\n
        "lon": 5.8065760,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478936,\n
        "lat": 45.9008050,\n
        "lon": 5.8064430,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478938,\n
        "lat": 45.9008820,\n
        "lon": 5.8064830,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478939,\n
        "lat": 45.9008850,\n
        "lon": 5.8066170,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478941,\n
        "lat": 45.9009080,\n
        "lon": 5.8066170,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478944,\n
        "lat": 45.9009080,\n
        "lon": 5.8066280,\n
        "timestamp": "2013-04-20T23:01:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478953,\n
        "lat": 45.9009790,\n
        "lon": 5.8064780,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478954,\n
        "lat": 45.9009840,\n
        "lon": 5.8066240,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478956,\n
        "lat": 45.9010130,\n
        "lon": 5.8046640,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478957,\n
        "lat": 45.9010150,\n
        "lon": 5.8047190,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478961,\n
        "lat": 45.9010630,\n
        "lon": 5.8049680,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478962,\n
        "lat": 45.9010650,\n
        "lon": 5.8047210,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478964,\n
        "lat": 45.9020300,\n
        "lon": 5.8068070,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478965,\n
        "lat": 45.9020380,\n
        "lon": 5.8067130,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478966,\n
        "lat": 45.9020810,\n
        "lon": 5.8067140,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478967,\n
        "lat": 45.9021840,\n
        "lon": 5.8068380,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478968,\n
        "lat": 45.9021860,\n
        "lon": 5.8068210,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478969,\n
        "lat": 45.9021930,\n
        "lon": 5.8067500,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478970,\n
        "lat": 45.9021940,\n
        "lon": 5.8067340,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478971,\n
        "lat": 45.9022320,\n
        "lon": 5.8068300,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478972,\n
        "lat": 45.9022390,\n
        "lon": 5.8067590,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478973,\n
        "lat": 45.9024860,\n
        "lon": 5.8053390,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478974,\n
        "lat": 45.9024900,\n
        "lon": 5.8052380,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478975,\n
        "lat": 45.9024940,\n
        "lon": 5.8053400,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478976,\n
        "lat": 45.9024940,\n
        "lon": 5.8053630,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478977,\n
        "lat": 45.9025200,\n
        "lon": 5.8053420,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478978,\n
        "lat": 45.9025290,\n
        "lon": 5.8053670,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478979,\n
        "lat": 45.9025300,\n
        "lon": 5.8052420,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478980,\n
        "lat": 45.9025370,\n
        "lon": 5.8052510,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478981,\n
        "lat": 45.9025550,\n
        "lon": 5.8053690,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478982,\n
        "lat": 45.9025560,\n
        "lon": 5.8049830,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478983,\n
        "lat": 45.9025560,\n
        "lon": 5.8053540,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478984,\n
        "lat": 45.9025590,\n
        "lon": 5.8052540,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478985,\n
        "lat": 45.9025600,\n
        "lon": 5.8052440,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478986,\n
        "lat": 45.9025660,\n
        "lon": 5.8048680,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478988,\n
        "lat": 45.9026170,\n
        "lon": 5.8053590,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478989,\n
        "lat": 45.9026220,\n
        "lon": 5.8052500,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478991,\n
        "lat": 45.9026570,\n
        "lon": 5.8050020,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478992,\n
        "lat": 45.9026580,\n
        "lon": 5.8049900,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478993,\n
        "lat": 45.9026710,\n
        "lon": 5.8048980,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478994,\n
        "lat": 45.9026720,\n
        "lon": 5.8048870,\n
        "timestamp": "2013-04-20T23:01:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478995,\n
        "lat": 45.9026940,\n
        "lon": 5.8049970,\n
        "timestamp": "2013-04-20T23:01:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478996,\n
        "lat": 45.9027030,\n
        "lon": 5.8049030,\n
        "timestamp": "2013-04-20T23:01:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478997,\n
        "lat": 45.9027670,\n
        "lon": 5.8058970,\n
        "timestamp": "2013-04-20T23:01:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478998,\n
        "lat": 45.9027800,\n
        "lon": 5.8057710,\n
        "timestamp": "2013-04-20T23:01:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274478999,\n
        "lat": 45.9028670,\n
        "lon": 5.8040170,\n
        "timestamp": "2013-04-20T23:01:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479000,\n
        "lat": 45.9028740,\n
        "lon": 5.8039960,\n
        "timestamp": "2013-04-20T23:01:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479001,\n
        "lat": 45.9028880,\n
        "lon": 5.8059240,\n
        "timestamp": "2013-04-20T23:01:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479002,\n
        "lat": 45.9029030,\n
        "lon": 5.8057990,\n
        "timestamp": "2013-04-20T23:01:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479026,\n
        "lat": 45.9029080,\n
        "lon": 5.8038860,\n
        "timestamp": "2013-04-20T23:01:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479028,\n
        "lat": 45.9029230,\n
        "lon": 5.8040540,\n
        "timestamp": "2013-04-20T23:01:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479031,\n
        "lat": 45.9029300,\n
        "lon": 5.8038060,\n
        "timestamp": "2013-04-20T23:01:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479033,\n
        "lat": 45.9029300,\n
        "lon": 5.8040330,\n
        "timestamp": "2013-04-20T23:01:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479034,\n
        "lat": 45.9029445,\n
        "lon": 5.8052949,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479036,\n
        "lat": 45.9029610,\n
        "lon": 5.8036850,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479037,\n
        "lat": 45.9029575,\n
        "lon": 5.8051821,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479038,\n
        "lat": 45.9029880,\n
        "lon": 5.8040720,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479039,\n
        "lat": 45.9029939,\n
        "lon": 5.8053183,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479040,\n
        "lat": 45.9029947,\n
        "lon": 5.8053079,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479041,\n
        "lat": 45.9030230,\n
        "lon": 5.8039610,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479042,\n
        "lat": 45.9030617,\n
        "lon": 5.8053342,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479044,\n
        "lat": 45.9030776,\n
        "lon": 5.8052116,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479045,\n
        "lat": 45.9030940,\n
        "lon": 5.8039020,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479046,\n
        "lat": 45.9030970,\n
        "lon": 5.8039030,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479047,\n
        "lat": 45.9031090,\n
        "lon": 5.8037640,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479048,\n
        "lat": 45.9031300,\n
        "lon": 5.8037750,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479049,\n
        "lat": 45.9031410,\n
        "lon": 5.8048400,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479050,\n
        "lat": 45.9031490,\n
        "lon": 5.8047790,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479051,\n
        "lat": 45.9031530,\n
        "lon": 5.8047720,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479052,\n
        "lat": 45.9031600,\n
        "lon": 5.8047670,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479053,\n
        "lat": 45.9031680,\n
        "lon": 5.8047710,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479054,\n
        "lat": 45.9031690,\n
        "lon": 5.8045140,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479055,\n
        "lat": 45.9031720,\n
        "lon": 5.8048430,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479056,\n
        "lat": 45.9031730,\n
        "lon": 5.8044760,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479057,\n
        "lat": 45.9031770,\n
        "lon": 5.8047800,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479058,\n
        "lat": 45.9031940,\n
        "lon": 5.8046640,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479059,\n
        "lat": 45.9031960,\n
        "lon": 5.8046770,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479060,\n
        "lat": 45.9031980,\n
        "lon": 5.8044060,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479061,\n
        "lat": 45.9032030,\n
        "lon": 5.8043570,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479062,\n
        "lat": 45.9032030,\n
        "lon": 5.8045900,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479063,\n
        "lat": 45.9032110,\n
        "lon": 5.8042630,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479064,\n
        "lat": 45.9032110,\n
        "lon": 5.8044080,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479065,\n
        "lat": 45.9032130,\n
        "lon": 5.8047210,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479066,\n
        "lat": 45.9032140,\n
        "lon": 5.8045240,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479067,\n
        "lat": 45.9032150,\n
        "lon": 5.8043580,\n
        "timestamp": "2013-04-20T23:01:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479068,\n
        "lat": 45.9032160,\n
        "lon": 5.8046850,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479069,\n
        "lat": 45.9032180,\n
        "lon": 5.8044850,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479070,\n
        "lat": 45.9032220,\n
        "lon": 5.8047460,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479071,\n
        "lat": 45.9032250,\n
        "lon": 5.8047260,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479072,\n
        "lat": 45.9032590,\n
        "lon": 5.8045340,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479073,\n
        "lat": 45.9032610,\n
        "lon": 5.8047750,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479074,\n
        "lat": 45.9032630,\n
        "lon": 5.8044950,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479075,\n
        "lat": 45.9032630,\n
        "lon": 5.8047610,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479076,\n
        "lat": 45.9032820,\n
        "lon": 5.8046540,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479077,\n
        "lat": 45.9032890,\n
        "lon": 5.8046170,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479078,\n
        "lat": 45.9032950,\n
        "lon": 5.7808260,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479079,\n
        "lat": 45.9032970,\n
        "lon": 5.7809000,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479080,\n
        "lat": 45.9033210,\n
        "lon": 5.8044270,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479081,\n
        "lat": 45.9033350,\n
        "lon": 5.8042860,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479082,\n
        "lat": 45.9033490,\n
        "lon": 5.8044330,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479083,\n
        "lat": 45.9033500,\n
        "lon": 5.7808200,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479084,\n
        "lat": 45.9033510,\n
        "lon": 5.7808390,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479085,\n
        "lat": 45.9033580,\n
        "lon": 5.8048010,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479086,\n
        "lat": 45.9033640,\n
        "lon": 5.8042910,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479087,\n
        "lat": 45.9033790,\n
        "lon": 5.8046960,\n
        "timestamp": "2013-04-20T23:01:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479088,\n
        "lat": 45.9033810,\n
        "lon": 5.8046870,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479089,\n
        "lat": 45.9033900,\n
        "lon": 5.7808400,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479090,\n
        "lat": 45.9033910,\n
        "lon": 5.7808950,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479091,\n
        "lat": 45.9034550,\n
        "lon": 5.8048270,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479092,\n
        "lat": 45.9034710,\n
        "lon": 5.8047260,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479094,\n
        "lat": 45.9035040,\n
        "lon": 5.8047370,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479095,\n
        "lat": 45.9035100,\n
        "lon": 5.8046910,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479096,\n
        "lat": 45.9035150,\n
        "lon": 5.8048430,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479098,\n
        "lat": 45.9035360,\n
        "lon": 5.8046970,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479099,\n
        "lat": 45.9035580,\n
        "lon": 5.8048560,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479100,\n
        "lat": 45.9035680,\n
        "lon": 5.8047840,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479102,\n
        "lat": 45.9035790,\n
        "lon": 5.8047090,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479103,\n
        "lat": 45.9035860,\n
        "lon": 5.8048560,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479104,\n
        "lat": 45.9035940,\n
        "lon": 5.8047920,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479108,\n
        "lat": 45.9036290,\n
        "lon": 5.8047240,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479109,\n
        "lat": 45.9036460,\n
        "lon": 5.8055650,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479111,\n
        "lat": 45.9036480,\n
        "lon": 5.8054870,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479112,\n
        "lat": 45.9036510,\n
        "lon": 5.8050180,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479113,\n
        "lat": 45.9036530,\n
        "lon": 5.8049930,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479114,\n
        "lat": 45.9036840,\n
        "lon": 5.8048840,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479115,\n
        "lat": 45.9037047,\n
        "lon": 5.8050314,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479116,\n
        "lat": 45.9037030,\n
        "lon": 5.8047450,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479117,\n
        "lat": 45.9037050,\n
        "lon": 5.8056790,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479118,\n
        "lat": 45.9037070,\n
        "lon": 5.8055680,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479119,\n
        "lat": 45.9037070,\n
        "lon": 5.8056030,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479120,\n
        "lat": 45.9037080,\n
        "lon": 5.8050080,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479121,\n
        "lat": 45.9037140,\n
        "lon": 5.8049410,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479122,\n
        "lat": 45.9037220,\n
        "lon": 5.8048320,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479123,\n
        "lat": 45.9037260,\n
        "lon": 5.8047790,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479124,\n
        "lat": 45.9037450,\n
        "lon": 5.8047200,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479125,\n
        "lat": 45.9037490,\n
        "lon": 5.8046760,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479126,\n
        "lat": 45.9037530,\n
        "lon": 5.8046270,\n
        "timestamp": "2013-04-20T23:01:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479130,\n
        "lat": 45.9037620,\n
        "lon": 5.8056810,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479131,\n
        "lat": 45.9037630,\n
        "lon": 5.8056030,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479132,\n
        "lat": 45.9037650,\n
        "lon": 5.8054940,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479133,\n
        "lat": 45.9037700,\n
        "lon": 5.8049520,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479134,\n
        "lat": 45.9037730,\n
        "lon": 5.8049320,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479136,\n
        "lat": 45.9037900,\n
        "lon": 5.8048420,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479137,\n
        "lat": 45.9037940,\n
        "lon": 5.8047910,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479139,\n
        "lat": 45.9038010,\n
        "lon": 5.8049360,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479141,\n
        "lat": 45.9038080,\n
        "lon": 5.8048450,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479143,\n
        "lat": 45.9038090,\n
        "lon": 5.8047310,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479145,\n
        "lat": 45.9038130,\n
        "lon": 5.8046880,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479147,\n
        "lat": 45.9038170,\n
        "lon": 5.8046370,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479148,\n
        "lat": 45.9038900,\n
        "lon": 5.8048920,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479150,\n
        "lat": 45.9038950,\n
        "lon": 5.8048470,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479152,\n
        "lat": 45.9039020,\n
        "lon": 5.8051520,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479154,\n
        "lat": 45.9039020,\n
        "lon": 5.8051970,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479156,\n
        "lat": 45.9039020,\n
        "lon": 5.8052460,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479158,\n
        "lat": 45.9039110,\n
        "lon": 5.8051970,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479159,\n
        "lat": 45.9039120,\n
        "lon": 5.8052590,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479161,\n
        "lat": 45.9039130,\n
        "lon": 5.8049430,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479163,\n
        "lat": 45.9039170,\n
        "lon": 5.8048980,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479165,\n
        "lat": 45.9039260,\n
        "lon": 5.8052800,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479167,\n
        "lat": 45.9039600,\n
        "lon": 5.8052650,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479169,\n
        "lat": 45.9039600,\n
        "lon": 5.8052800,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479171,\n
        "lat": 45.9039620,\n
        "lon": 5.8049500,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479174,\n
        "lat": 45.9039690,\n
        "lon": 5.8051390,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479175,\n
        "lat": 45.9039690,\n
        "lon": 5.8051520,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479177,\n
        "lat": 45.9039720,\n
        "lon": 5.8048540,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479179,\n
        "lat": 45.9040000,\n
        "lon": 5.8051390,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479180,\n
        "lat": 45.9040010,\n
        "lon": 5.8052640,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479181,\n
        "lat": 45.9040280,\n
        "lon": 5.8048560,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479182,\n
        "lat": 45.9040380,\n
        "lon": 5.8047370,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479183,\n
        "lat": 45.9040410,\n
        "lon": 5.8046990,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479184,\n
        "lat": 45.9041320,\n
        "lon": 5.8050380,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479185,\n
        "lat": 45.9041370,\n
        "lon": 5.8049920,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479186,\n
        "lat": 45.9041540,\n
        "lon": 5.8048780,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479187,\n
        "lat": 45.9041570,\n
        "lon": 5.8048640,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479188,\n
        "lat": 45.9041660,\n
        "lon": 5.8047590,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479189,\n
        "lat": 45.9041700,\n
        "lon": 5.8047220,\n
        "timestamp": "2013-04-20T23:01:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479190,\n
        "lat": 45.9041760,\n
        "lon": 5.8050480,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479191,\n
        "lat": 45.9041820,\n
        "lon": 5.8050050,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479192,\n
        "lat": 45.9042080,\n
        "lon": 5.8048740,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479193,\n
        "lat": 45.9042170,\n
        "lon": 5.8047680,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479194,\n
        "lat": 45.9043490,\n
        "lon": 5.8064950,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479195,\n
        "lat": 45.9043750,\n
        "lon": 5.8063860,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479196,\n
        "lat": 45.9044640,\n
        "lon": 5.8065550,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479197,\n
        "lat": 45.9044910,\n
        "lon": 5.8064430,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479198,\n
        "lat": 45.9045100,\n
        "lon": 5.8065310,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479199,\n
        "lat": 45.9045210,\n
        "lon": 5.8064810,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479200,\n
        "lat": 45.9045490,\n
        "lon": 5.8065490,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479201,\n
        "lat": 45.9045600,\n
        "lon": 5.8065540,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479202,\n
        "lat": 45.9045610,\n
        "lon": 5.8064990,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479203,\n
        "lat": 45.9045710,\n
        "lon": 5.8065040,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479204,\n
        "lat": 45.9046430,\n
        "lon": 5.8199470,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479205,\n
        "lat": 45.9046540,\n
        "lon": 5.8198830,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479206,\n
        "lat": 45.9046910,\n
        "lon": 5.8196350,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479207,\n
        "lat": 45.9046910,\n
        "lon": 5.8199670,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479208,\n
        "lat": 45.9047000,\n
        "lon": 5.8199000,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479209,\n
        "lat": 45.9047300,\n
        "lon": 5.8199800,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479210,\n
        "lat": 45.9047390,\n
        "lon": 5.8199120,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479211,\n
        "lat": 45.9047600,\n
        "lon": 5.8199910,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479212,\n
        "lat": 45.9047670,\n
        "lon": 5.8199210,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479213,\n
        "lat": 45.9047680,\n
        "lon": 5.8199140,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479214,\n
        "lat": 45.9047690,\n
        "lon": 5.8199210,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479215,\n
        "lat": 45.9048040,\n
        "lon": 5.8196700,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479216,\n
        "lat": 45.9051150,\n
        "lon": 5.8203440,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479217,\n
        "lat": 45.9051280,\n
        "lon": 5.8202730,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479218,\n
        "lat": 45.9052010,\n
        "lon": 5.8203040,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479219,\n
        "lat": 45.9052340,\n
        "lon": 5.8203980,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479220,\n
        "lat": 45.9052370,\n
        "lon": 5.8202270,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479221,\n
        "lat": 45.9052480,\n
        "lon": 5.8203250,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479222,\n
        "lat": 45.9052620,\n
        "lon": 5.8200960,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479223,\n
        "lat": 45.9053480,\n
        "lon": 5.8202760,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479224,\n
        "lat": 45.9053740,\n
        "lon": 5.8201420,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479225,\n
        "lat": 45.9055810,\n
        "lon": 5.8206150,\n
        "timestamp": "2013-04-20T23:01:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479226,\n
        "lat": 45.9055930,\n
        "lon": 5.8205380,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479227,\n
        "lat": 45.9055990,\n
        "lon": 5.8205100,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479228,\n
        "lat": 45.9056260,\n
        "lon": 5.8206350,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479229,\n
        "lat": 45.9056460,\n
        "lon": 5.8205290,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479230,\n
        "lat": 45.9056840,\n
        "lon": 5.8205160,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479231,\n
        "lat": 45.9056910,\n
        "lon": 5.8204700,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479232,\n
        "lat": 45.9057410,\n
        "lon": 5.8205420,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479233,\n
        "lat": 45.9057520,\n
        "lon": 5.8204950,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479234,\n
        "lat": 45.9058610,\n
        "lon": 5.8207560,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479235,\n
        "lat": 45.9058680,\n
        "lon": 5.8207110,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479236,\n
        "lat": 45.9058686,\n
        "lon": 5.8107727,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479237,\n
        "lat": 45.9058799,\n
        "lon": 5.8107509,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479238,\n
        "lat": 45.9058920,\n
        "lon": 5.8207690,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479239,\n
        "lat": 45.9059000,\n
        "lon": 5.8207230,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479240,\n
        "lat": 45.9059090,\n
        "lon": 5.8108120,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479241,\n
        "lat": 45.9059174,\n
        "lon": 5.8107944,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479242,\n
        "lat": 45.9059390,\n
        "lon": 5.8106490,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479243,\n
        "lat": 45.9059420,\n
        "lon": 5.8108520,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479244,\n
        "lat": 45.9060110,\n
        "lon": 5.8107280,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479245,\n
        "lat": 45.9060480,\n
        "lon": 5.7990010,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479246,\n
        "lat": 45.9060870,\n
        "lon": 5.7990850,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479247,\n
        "lat": 45.9061240,\n
        "lon": 5.7989370,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479248,\n
        "lat": 45.9061640,\n
        "lon": 5.7990170,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479249,\n
        "lat": 45.9068570,\n
        "lon": 5.8094330,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479250,\n
        "lat": 45.9068660,\n
        "lon": 5.8099010,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479251,\n
        "lat": 45.9068740,\n
        "lon": 5.8097670,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479252,\n
        "lat": 45.9068810,\n
        "lon": 5.8093450,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479253,\n
        "lat": 45.9068970,\n
        "lon": 5.8098920,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479254,\n
        "lat": 45.9068970,\n
        "lon": 5.8099050,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479255,\n
        "lat": 45.9069050,\n
        "lon": 5.8097710,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479256,\n
        "lat": 45.9069050,\n
        "lon": 5.8097770,\n
        "timestamp": "2013-04-20T23:01:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479257,\n
        "lat": 45.9069100,\n
        "lon": 5.8094640,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479258,\n
        "lat": 45.9069270,\n
        "lon": 5.8091610,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479259,\n
        "lat": 45.9069280,\n
        "lon": 5.8098950,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479260,\n
        "lat": 45.9069280,\n
        "lon": 5.8099090,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479261,\n
        "lat": 45.9069350,\n
        "lon": 5.8093760,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479262,\n
        "lat": 45.9069400,\n
        "lon": 5.8097810,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479263,\n
        "lat": 45.9069410,\n
        "lon": 5.8097750,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479264,\n
        "lat": 45.9069450,\n
        "lon": 5.8090550,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479265,\n
        "lat": 45.9069540,\n
        "lon": 5.8090610,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479266,\n
        "lat": 45.9069600,\n
        "lon": 5.8089990,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479267,\n
        "lat": 45.9069700,\n
        "lon": 5.8090050,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479268,\n
        "lat": 45.9069850,\n
        "lon": 5.8091960,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479270,\n
        "lat": 45.9070280,\n
        "lon": 5.8099070,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479271,\n
        "lat": 45.9070290,\n
        "lon": 5.8090400,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479272,\n
        "lat": 45.9070350,\n
        "lon": 5.8097860,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479273,\n
        "lat": 45.9071220,\n
        "lon": 5.8093870,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479274,\n
        "lat": 45.9071290,\n
        "lon": 5.8096580,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479275,\n
        "lat": 45.9071460,\n
        "lon": 5.8090580,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479276,\n
        "lat": 45.9071520,\n
        "lon": 5.8090790,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479277,\n
        "lat": 45.9071540,\n
        "lon": 5.8092720,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479278,\n
        "lat": 45.9071590,\n
        "lon": 5.8090110,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479279,\n
        "lat": 45.9071590,\n
        "lon": 5.8095500,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479280,\n
        "lat": 45.9071730,\n
        "lon": 5.8090030,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479281,\n
        "lat": 45.9071820,\n
        "lon": 5.8091390,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479282,\n
        "lat": 45.9071920,\n
        "lon": 5.8091010,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479283,\n
        "lat": 45.9071930,\n
        "lon": 5.8097090,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479284,\n
        "lat": 45.9071960,\n
        "lon": 5.8096970,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479285,\n
        "lat": 45.9072020,\n
        "lon": 5.8094320,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479286,\n
        "lat": 45.9072080,\n
        "lon": 5.8094110,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479287,\n
        "lat": 45.9072130,\n
        "lon": 5.8090260,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479288,\n
        "lat": 45.9072240,\n
        "lon": 5.8097270,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479289,\n
        "lat": 45.9072310,\n
        "lon": 5.8089620,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479290,\n
        "lat": 45.9072350,\n
        "lon": 5.8086480,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479291,\n
        "lat": 45.9072470,\n
        "lon": 5.8086010,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479292,\n
        "lat": 45.9072500,\n
        "lon": 5.8091770,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479293,\n
        "lat": 45.9072500,\n
        "lon": 5.8094350,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479294,\n
        "lat": 45.9072540,\n
        "lon": 5.8086050,\n
        "timestamp": "2013-04-20T23:01:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479296,\n
        "lat": 45.9072570,\n
        "lon": 5.8096070,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479299,\n
        "lat": 45.9072650,\n
        "lon": 5.8085690,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479301,\n
        "lat": 45.9072750,\n
        "lon": 5.8093420,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479303,\n
        "lat": 45.9072780,\n
        "lon": 5.8086740,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479305,\n
        "lat": 45.9072990,\n
        "lon": 5.8090010,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479307,\n
        "lat": 45.9073010,\n
        "lon": 5.8085910,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479312,\n
        "lat": 45.9073440,\n
        "lon": 5.8085850,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479313,\n
        "lat": 45.9073610,\n
        "lon": 5.8084550,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479314,\n
        "lat": 45.9073780,\n
        "lon": 5.8090450,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479315,\n
        "lat": 45.9073940,\n
        "lon": 5.8086090,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479316,\n
        "lat": 45.9073940,\n
        "lon": 5.8089340,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479317,\n
        "lat": 45.9073950,\n
        "lon": 5.8085970,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479318,\n
        "lat": 45.9074090,\n
        "lon": 5.8084730,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479319,\n
        "lat": 45.9074150,\n
        "lon": 5.8084060,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479320,\n
        "lat": 45.9074450,\n
        "lon": 5.8089490,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479321,\n
        "lat": 45.9074550,\n
        "lon": 5.8088940,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479322,\n
        "lat": 45.9074730,\n
        "lon": 5.8091190,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479323,\n
        "lat": 45.9074790,\n
        "lon": 5.8090760,\n
        "timestamp": "2013-04-20T23:01:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479324,\n
        "lat": 45.9074870,\n
        "lon": 5.8086140,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479325,\n
        "lat": 45.9074870,\n
        "lon": 5.8086210,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479327,\n
        "lat": 45.9074950,\n
        "lon": 5.8085040,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479328,\n
        "lat": 45.9074970,\n
        "lon": 5.8089640,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479329,\n
        "lat": 45.9075020,\n
        "lon": 5.8084520,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479330,\n
        "lat": 45.9075050,\n
        "lon": 5.8089140,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479331,\n
        "lat": 45.9075060,\n
        "lon": 5.8084260,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479332,\n
        "lat": 45.9075240,\n
        "lon": 5.8091290,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479333,\n
        "lat": 45.9075250,\n
        "lon": 5.8087860,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479334,\n
        "lat": 45.9075290,\n
        "lon": 5.8090910,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479335,\n
        "lat": 45.9075300,\n
        "lon": 5.8087250,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479336,\n
        "lat": 45.9075540,\n
        "lon": 5.8089330,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479337,\n
        "lat": 45.9075550,\n
        "lon": 5.8087920,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479338,\n
        "lat": 45.9075600,\n
        "lon": 5.8087310,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479339,\n
        "lat": 45.9075690,\n
        "lon": 5.8086360,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479340,\n
        "lat": 45.9075790,\n
        "lon": 5.8085160,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479341,\n
        "lat": 45.9075830,\n
        "lon": 5.8084680,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479342,\n
        "lat": 45.9075830,\n
        "lon": 5.8091080,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479343,\n
        "lat": 45.9076070,\n
        "lon": 5.8089540,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479344,\n
        "lat": 45.9076470,\n
        "lon": 5.8086530,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479345,\n
        "lat": 45.9076570,\n
        "lon": 5.8085310,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479346,\n
        "lat": 45.9076610,\n
        "lon": 5.8084840,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479347,\n
        "lat": 45.9076860,\n
        "lon": 5.8072950,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479348,\n
        "lat": 45.9076880,\n
        "lon": 5.8072680,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479349,\n
        "lat": 45.9076910,\n
        "lon": 5.8085480,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479350,\n
        "lat": 45.9076980,\n
        "lon": 5.8073160,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479351,\n
        "lat": 45.9076990,\n
        "lon": 5.8074430,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479352,\n
        "lat": 45.9077030,\n
        "lon": 5.8072510,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479354,\n
        "lat": 45.9077070,\n
        "lon": 5.8073170,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479355,\n
        "lat": 45.9077100,\n
        "lon": 5.8083990,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479356,\n
        "lat": 45.9077120,\n
        "lon": 5.8072440,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479357,\n
        "lat": 45.9077120,\n
        "lon": 5.8072520,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479358,\n
        "lat": 45.9077130,\n
        "lon": 5.8083660,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479359,\n
        "lat": 45.9077540,\n
        "lon": 5.8085520,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479360,\n
        "lat": 45.9077618,\n
        "lon": 5.8084260,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479361,\n
        "lat": 45.9077630,\n
        "lon": 5.8083730,\n
        "timestamp": "2013-04-20T23:01:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479362,\n
        "lat": 45.9077622,\n
        "lon": 5.8083818,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479364,\n
        "lat": 45.9077880,\n
        "lon": 5.8074540,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479366,\n
        "lat": 45.9077960,\n
        "lon": 5.8087240,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479369,\n
        "lat": 45.9078010,\n
        "lon": 5.8072550,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479371,\n
        "lat": 45.9078030,\n
        "lon": 5.8086710,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479372,\n
        "lat": 45.9078430,\n
        "lon": 5.8087340,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479373,\n
        "lat": 45.9078490,\n
        "lon": 5.8086810,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479374,\n
        "lat": 45.9078630,\n
        "lon": 5.8100390,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479375,\n
        "lat": 45.9078666,\n
        "lon": 5.8084280,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479376,\n
        "lat": 45.9078669,\n
        "lon": 5.8083870,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479377,\n
        "lat": 45.9078730,\n
        "lon": 5.8094630,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479378,\n
        "lat": 45.9078740,\n
        "lon": 5.8088670,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479379,\n
        "lat": 45.9078790,\n
        "lon": 5.8088300,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479380,\n
        "lat": 45.9078920,\n
        "lon": 5.8099170,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479381,\n
        "lat": 45.9079020,\n
        "lon": 5.8093670,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479382,\n
        "lat": 45.9079070,\n
        "lon": 5.8100610,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479383,\n
        "lat": 45.9079210,\n
        "lon": 5.8088780,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479384,\n
        "lat": 45.9079250,\n
        "lon": 5.8088400,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479385,\n
        "lat": 45.9079350,\n
        "lon": 5.8099420,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479386,\n
        "lat": 45.9079610,\n
        "lon": 5.8085650,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479387,\n
        "lat": 45.9079650,\n
        "lon": 5.8084360,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479388,\n
        "lat": 45.9079690,\n
        "lon": 5.8095230,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479389,\n
        "lat": 45.9079850,\n
        "lon": 5.8101320,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479390,\n
        "lat": 45.9079960,\n
        "lon": 5.8100740,\n
        "timestamp": "2013-04-20T23:01:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479391,\n
        "lat": 45.9079970,\n
        "lon": 5.8094280,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479392,\n
        "lat": 45.9080070,\n
        "lon": 5.8100790,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479393,\n
        "lat": 45.9080080,\n
        "lon": 5.8100130,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479394,\n
        "lat": 45.9080080,\n
        "lon": 5.8101420,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479395,\n
        "lat": 45.9080160,\n
        "lon": 5.8101020,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479396,\n
        "lat": 45.9080390,\n
        "lon": 5.8097770,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479397,\n
        "lat": 45.9080500,\n
        "lon": 5.8100430,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479398,\n
        "lat": 45.9080520,\n
        "lon": 5.8100310,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479399,\n
        "lat": 45.9080530,\n
        "lon": 5.8097450,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479400,\n
        "lat": 45.9080670,\n
        "lon": 5.8098020,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479401,\n
        "lat": 45.9080720,\n
        "lon": 5.8100520,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479402,\n
        "lat": 45.9080740,\n
        "lon": 5.8097800,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479403,\n
        "lat": 45.9080740,\n
        "lon": 5.8100400,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479404,\n
        "lat": 45.9080790,\n
        "lon": 5.8097690,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479405,\n
        "lat": 45.9080970,\n
        "lon": 5.8096490,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479406,\n
        "lat": 45.9081180,\n
        "lon": 5.8100700,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479407,\n
        "lat": 45.9081200,\n
        "lon": 5.8100580,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479408,\n
        "lat": 45.9081260,\n
        "lon": 5.8069500,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479409,\n
        "lat": 45.9081440,\n
        "lon": 5.8070310,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479410,\n
        "lat": 45.9081610,\n
        "lon": 5.8102030,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479411,\n
        "lat": 45.9081650,\n
        "lon": 5.8069300,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479412,\n
        "lat": 45.9081720,\n
        "lon": 5.8097350,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479413,\n
        "lat": 45.9081770,\n
        "lon": 5.8097250,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479414,\n
        "lat": 45.9081820,\n
        "lon": 5.8100960,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479415,\n
        "lat": 45.9081840,\n
        "lon": 5.8098000,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479416,\n
        "lat": 45.9081850,\n
        "lon": 5.8098850,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479417,\n
        "lat": 45.9081860,\n
        "lon": 5.8070150,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479418,\n
        "lat": 45.9082010,\n
        "lon": 5.8097620,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479419,\n
        "lat": 45.9082120,\n
        "lon": 5.8098270,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479420,\n
        "lat": 45.9083160,\n
        "lon": 5.8093500,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479421,\n
        "lat": 45.9083330,\n
        "lon": 5.8092370,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479422,\n
        "lat": 45.9083610,\n
        "lon": 5.8093630,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479423,\n
        "lat": 45.9083780,\n
        "lon": 5.8092490,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479424,\n
        "lat": 45.9083900,\n
        "lon": 5.8096950,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479425,\n
        "lat": 45.9083950,\n
        "lon": 5.8102470,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479426,\n
        "lat": 45.9084140,\n
        "lon": 5.8097020,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479427,\n
        "lat": 45.9084190,\n
        "lon": 5.8094160,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479428,\n
        "lat": 45.9084220,\n
        "lon": 5.8094670,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479429,\n
        "lat": 45.9084250,\n
        "lon": 5.8093800,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479430,\n
        "lat": 45.9084310,\n
        "lon": 5.8101040,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479431,\n
        "lat": 45.9084410,\n
        "lon": 5.8092660,\n
        "timestamp": "2013-04-20T23:01:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479432,\n
        "lat": 45.9084490,\n
        "lon": 5.8094740,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479433,\n
        "lat": 45.9084560,\n
        "lon": 5.8094260,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479434,\n
        "lat": 45.9084760,\n
        "lon": 5.8102900,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479435,\n
        "lat": 45.9084790,\n
        "lon": 5.8092760,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479436,\n
        "lat": 45.9085120,\n
        "lon": 5.8101470,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479437,\n
        "lat": 45.9084974,\n
        "lon": 5.8088927,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479438,\n
        "lat": 45.9085341,\n
        "lon": 5.8088777,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479439,\n
        "lat": 45.9085948,\n
        "lon": 5.8087362,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479440,\n
        "lat": 45.9085560,\n
        "lon": 5.8094530,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479441,\n
        "lat": 45.9085760,\n
        "lon": 5.8103310,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479442,\n
        "lat": 45.9085780,\n
        "lon": 5.8093020,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479443,\n
        "lat": 45.9085880,\n
        "lon": 5.8102800,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479444,\n
        "lat": 45.9085940,\n
        "lon": 5.8103390,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479445,\n
        "lat": 45.9086010,\n
        "lon": 5.8085800,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479446,\n
        "lat": 45.9086020,\n
        "lon": 5.8085640,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479447,\n
        "lat": 45.9086051,\n
        "lon": 5.8089113,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479448,\n
        "lat": 45.9086059,\n
        "lon": 5.8089019,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479449,\n
        "lat": 45.9086060,\n
        "lon": 5.8101980,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479450,\n
        "lat": 45.9086060,\n
        "lon": 5.8102880,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479451,\n
        "lat": 45.9086069,\n
        "lon": 5.8088903,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479452,\n
        "lat": 45.9086170,\n
        "lon": 5.8084080,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479453,\n
        "lat": 45.9086480,\n
        "lon": 5.8103660,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479454,\n
        "lat": 45.9086530,\n
        "lon": 5.8102530,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479455,\n
        "lat": 45.9086590,\n
        "lon": 5.8102250,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479456,\n
        "lat": 45.9086600,\n
        "lon": 5.8103160,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479457,\n
        "lat": 45.9086680,\n
        "lon": 5.8085930,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479458,\n
        "lat": 45.9086690,\n
        "lon": 5.8085770,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479459,\n
        "lat": 45.9086768,\n
        "lon": 5.8089141,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479460,\n
        "lat": 45.9086852,\n
        "lon": 5.8088128,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479461,\n
        "lat": 45.9086920,\n
        "lon": 5.8103440,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479462,\n
        "lat": 45.9086950,\n
        "lon": 5.8103330,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479463,\n
        "lat": 45.9087040,\n
        "lon": 5.8085160,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479464,\n
        "lat": 45.9087070,\n
        "lon": 5.8102790,\n
        "timestamp": "2013-04-20T23:01:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479465,\n
        "lat": 45.9087120,\n
        "lon": 5.8084250,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479466,\n
        "lat": 45.9087130,\n
        "lon": 5.8102510,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479467,\n
        "lat": 45.9087190,\n
        "lon": 5.8102270,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479468,\n
        "lat": 45.9087250,\n
        "lon": 5.8086030,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479469,\n
        "lat": 45.9087320,\n
        "lon": 5.8085220,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479470,\n
        "lat": 45.9087670,\n
        "lon": 5.8103810,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479471,\n
        "lat": 45.9087950,\n
        "lon": 5.8102640,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479472,\n
        "lat": 45.9088250,\n
        "lon": 5.8095630,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479473,\n
        "lat": 45.9088460,\n
        "lon": 5.8094380,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479474,\n
        "lat": 45.9088680,\n
        "lon": 5.8098370,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479475,\n
        "lat": 45.9088860,\n
        "lon": 5.8097450,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479476,\n
        "lat": 45.9089040,\n
        "lon": 5.8098530,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479478,\n
        "lat": 45.9089170,\n
        "lon": 5.8095940,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479480,\n
        "lat": 45.9089200,\n
        "lon": 5.8097580,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479482,\n
        "lat": 45.9089310,\n
        "lon": 5.8098650,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479483,\n
        "lat": 45.9089370,\n
        "lon": 5.8094700,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479485,\n
        "lat": 45.9089510,\n
        "lon": 5.8097700,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479489,\n
        "lat": 45.9090910,\n
        "lon": 5.8089180,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479491,\n
        "lat": 45.9090920,\n
        "lon": 5.8087650,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479493,\n
        "lat": 45.9091530,\n
        "lon": 5.8080790,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479495,\n
        "lat": 45.9091570,\n
        "lon": 5.8080350,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479496,\n
        "lat": 45.9091890,\n
        "lon": 5.8080850,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479497,\n
        "lat": 45.9091930,\n
        "lon": 5.8080410,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479498,\n
        "lat": 45.9092080,\n
        "lon": 5.8082000,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479499,\n
        "lat": 45.9092140,\n
        "lon": 5.8081020,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479500,\n
        "lat": 45.9092640,\n
        "lon": 5.8082340,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479501,\n
        "lat": 45.9092660,\n
        "lon": 5.8082080,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479502,\n
        "lat": 45.9093040,\n
        "lon": 5.8082380,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479503,\n
        "lat": 45.9093130,\n
        "lon": 5.8081170,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479507,\n
        "lat": 45.9093370,\n
        "lon": 5.8048820,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479509,\n
        "lat": 45.9093410,\n
        "lon": 5.8047550,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479511,\n
        "lat": 45.9093810,\n
        "lon": 5.8089260,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479513,\n
        "lat": 45.9093820,\n
        "lon": 5.8087740,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479515,\n
        "lat": 45.9093840,\n
        "lon": 5.8097080,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479517,\n
        "lat": 45.9094020,\n
        "lon": 5.8096000,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479519,\n
        "lat": 45.9094330,\n
        "lon": 5.8049080,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479521,\n
        "lat": 45.9094340,\n
        "lon": 5.8048880,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479523,\n
        "lat": 45.9094720,\n
        "lon": 5.8049100,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479525,\n
        "lat": 45.9094750,\n
        "lon": 5.7868070,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479527,\n
        "lat": 45.9094750,\n
        "lon": 5.8110410,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479529,\n
        "lat": 45.9094760,\n
        "lon": 5.8047690,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479531,\n
        "lat": 45.9094850,\n
        "lon": 5.8109950,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479533,\n
        "lat": 45.9094890,\n
        "lon": 5.7867270,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479535,\n
        "lat": 45.9095210,\n
        "lon": 5.8110620,\n
        "timestamp": "2013-04-20T23:01:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479554,\n
        "lat": 45.9095250,\n
        "lon": 5.7868240,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479556,\n
        "lat": 45.9095290,\n
        "lon": 5.8110100,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479558,\n
        "lat": 45.9095370,\n
        "lon": 5.8097600,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479572,\n
        "lat": 45.9095390,\n
        "lon": 5.7867410,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479575,\n
        "lat": 45.9095480,\n
        "lon": 5.8110650,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479577,\n
        "lat": 45.9095520,\n
        "lon": 5.8110330,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479579,\n
        "lat": 45.9095550,\n
        "lon": 5.8096510,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479581,\n
        "lat": 45.9095820,\n
        "lon": 5.8061730,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479583,\n
        "lat": 45.9095830,\n
        "lon": 5.8061650,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479585,\n
        "lat": 45.9095850,\n
        "lon": 5.8061150,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479588,\n
        "lat": 45.9095880,\n
        "lon": 5.8060170,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479590,\n
        "lat": 45.9095980,\n
        "lon": 5.8110810,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479592,\n
        "lat": 45.9096030,\n
        "lon": 5.8110470,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479594,\n
        "lat": 45.9096260,\n
        "lon": 5.8053110,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479596,\n
        "lat": 45.9096360,\n
        "lon": 5.8052030,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479598,\n
        "lat": 45.9096440,\n
        "lon": 5.8061770,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479600,\n
        "lat": 45.9096460,\n
        "lon": 5.8061220,\n
        "timestamp": "2013-04-20T23:01:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479601,\n
        "lat": 45.9096510,\n
        "lon": 5.8060230,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479603,\n
        "lat": 45.9096720,\n
        "lon": 5.8053210,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479605,\n
        "lat": 45.9096740,\n
        "lon": 5.8053090,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479606,\n
        "lat": 45.9096830,\n
        "lon": 5.8052140,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479608,\n
        "lat": 45.9096840,\n
        "lon": 5.8052010,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479610,\n
        "lat": 45.9097240,\n
        "lon": 5.8053190,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479612,\n
        "lat": 45.9097350,\n
        "lon": 5.8052120,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479614,\n
        "lat": 45.9097740,\n
        "lon": 5.8086150,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479618,\n
        "lat": 45.9097840,\n
        "lon": 5.8085100,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479620,\n
        "lat": 45.9098170,\n
        "lon": 5.8086430,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479622,\n
        "lat": 45.9098190,\n
        "lon": 5.8086250,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479636,\n
        "lat": 45.9098900,\n
        "lon": 5.8086590,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479642,\n
        "lat": 45.9099010,\n
        "lon": 5.8085350,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479654,\n
        "lat": 45.9099480,\n
        "lon": 5.8084280,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479656,\n
        "lat": 45.9099510,\n
        "lon": 5.8083890,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479658,\n
        "lat": 45.9099890,\n
        "lon": 5.8084330,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479660,\n
        "lat": 45.9099940,\n
        "lon": 5.8083940,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479662,\n
        "lat": 45.9099990,\n
        "lon": 5.8084370,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479664,\n
        "lat": 45.9100010,\n
        "lon": 5.8083950,\n
        "timestamp": "2013-04-20T23:01:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479666,\n
        "lat": 45.9100005,\n
        "lon": 5.8055445,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479687,\n
        "lat": 45.9100085,\n
        "lon": 5.8055275,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479689,\n
        "lat": 45.9100560,\n
        "lon": 5.8084830,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479691,\n
        "lat": 45.9100560,\n
        "lon": 5.8084970,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479692,\n
        "lat": 45.9100570,\n
        "lon": 5.8026890,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479694,\n
        "lat": 45.9100570,\n
        "lon": 5.8085930,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479696,\n
        "lat": 45.9100405,\n
        "lon": 5.8054545,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479698,\n
        "lat": 45.9100405,\n
        "lon": 5.8055835,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479700,\n
        "lat": 45.9100710,\n
        "lon": 5.8025920,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479702,\n
        "lat": 45.9100495,\n
        "lon": 5.8055645,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479704,\n
        "lat": 45.9100800,\n
        "lon": 5.8092870,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479706,\n
        "lat": 45.9100820,\n
        "lon": 5.8091560,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479708,\n
        "lat": 45.9100860,\n
        "lon": 5.8069790,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479710,\n
        "lat": 45.9100930,\n
        "lon": 5.8068800,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479712,\n
        "lat": 45.9100940,\n
        "lon": 5.8085020,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479714,\n
        "lat": 45.9100960,\n
        "lon": 5.8084820,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479716,\n
        "lat": 45.9101130,\n
        "lon": 5.8085780,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479718,\n
        "lat": 45.9101130,\n
        "lon": 5.8085930,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479720,\n
        "lat": 45.9101180,\n
        "lon": 5.8065510,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479721,\n
        "lat": 45.9101190,\n
        "lon": 5.8066280,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479723,\n
        "lat": 45.9101035,\n
        "lon": 5.8056415,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479725,\n
        "lat": 45.9101234,\n
        "lon": 5.8053699,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479729,\n
        "lat": 45.9101360,\n
        "lon": 5.8085780,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479730,\n
        "lat": 45.9101360,\n
        "lon": 5.8086180,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479732,\n
        "lat": 45.9101440,\n
        "lon": 5.8065500,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479734,\n
        "lat": 45.9101460,\n
        "lon": 5.8066270,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479736,\n
        "lat": 45.9101434,\n
        "lon": 5.8052808,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479738,\n
        "lat": 45.9101445,\n
        "lon": 5.8055495,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479740,\n
        "lat": 45.9101720,\n
        "lon": 5.8065490,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479742,\n
        "lat": 45.9101730,\n
        "lon": 5.8066260,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479744,\n
        "lat": 45.9101760,\n
        "lon": 5.8085110,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479746,\n
        "lat": 45.9101790,\n
        "lon": 5.8084800,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479747,\n
        "lat": 45.9101821,\n
        "lon": 5.8053970,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479749,\n
        "lat": 45.9101940,\n
        "lon": 5.8092930,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479751,\n
        "lat": 45.9101980,\n
        "lon": 5.8091550,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479755,\n
        "lat": 45.9102050,\n
        "lon": 5.8084800,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479757,\n
        "lat": 45.9102080,\n
        "lon": 5.8086160,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479759,\n
        "lat": 45.9102020,\n
        "lon": 5.8053080,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479761,\n
        "lat": 45.9102140,\n
        "lon": 5.8069900,\n
        "timestamp": "2013-04-20T23:01:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479763,\n
        "lat": 45.9102220,\n
        "lon": 5.8068910,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479764,\n
        "lat": 45.9102590,\n
        "lon": 5.8068560,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479766,\n
        "lat": 45.9102700,\n
        "lon": 5.8069340,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479768,\n
        "lat": 45.9102790,\n
        "lon": 5.8107330,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479770,\n
        "lat": 45.9102960,\n
        "lon": 5.8068540,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479772,\n
        "lat": 45.9102990,\n
        "lon": 5.8066750,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479774,\n
        "lat": 45.9103030,\n
        "lon": 5.8066140,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479776,\n
        "lat": 45.9103030,\n
        "lon": 5.8069330,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479778,\n
        "lat": 45.9103040,\n
        "lon": 5.8065120,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479780,\n
        "lat": 45.9103070,\n
        "lon": 5.8064880,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479810,\n
        "lat": 45.9103110,\n
        "lon": 5.8056692,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479812,\n
        "lat": 45.9103160,\n
        "lon": 5.8106360,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479814,\n
        "lat": 45.9103220,\n
        "lon": 5.8105070,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479816,\n
        "lat": 45.9103270,\n
        "lon": 5.8055652,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479817,\n
        "lat": 45.9103310,\n
        "lon": 5.8065230,\n
        "timestamp": "2013-04-20T23:01:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479818,\n
        "lat": 45.9103310,\n
        "lon": 5.8066800,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479819,\n
        "lat": 45.9103350,\n
        "lon": 5.8064980,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479820,\n
        "lat": 45.9103350,\n
        "lon": 5.8066190,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479821,\n
        "lat": 45.9103380,\n
        "lon": 5.8068210,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479822,\n
        "lat": 45.9103390,\n
        "lon": 5.8068530,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479823,\n
        "lat": 45.9103390,\n
        "lon": 5.8103990,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479825,\n
        "lat": 45.9103400,\n
        "lon": 5.8069320,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479827,\n
        "lat": 45.9103410,\n
        "lon": 5.8057072,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479829,\n
        "lat": 45.9103449,\n
        "lon": 5.8062829,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479831,\n
        "lat": 45.9103449,\n
        "lon": 5.8062859,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479834,\n
        "lat": 45.9103509,\n
        "lon": 5.8061919,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479836,\n
        "lat": 45.9103519,\n
        "lon": 5.8061689,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479838,\n
        "lat": 45.9103570,\n
        "lon": 5.8057002,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479840,\n
        "lat": 45.9103570,\n
        "lon": 5.8102400,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479842,\n
        "lat": 45.9103590,\n
        "lon": 5.8056852,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479845,\n
        "lat": 45.9103730,\n
        "lon": 5.8066870,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479847,\n
        "lat": 45.9103719,\n
        "lon": 5.8062889,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479849,\n
        "lat": 45.9103807,\n
        "lon": 5.8059409,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479852,\n
        "lat": 45.9103817,\n
        "lon": 5.8059769,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479854,\n
        "lat": 45.9103800,\n
        "lon": 5.8066280,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479856,\n
        "lat": 45.9103799,\n
        "lon": 5.8062989,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479858,\n
        "lat": 45.9103969,\n
        "lon": 5.8061849,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479860,\n
        "lat": 45.9103969,\n
        "lon": 5.8061919,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479862,\n
        "lat": 45.9103979,\n
        "lon": 5.8061749,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479865,\n
        "lat": 45.9104070,\n
        "lon": 5.8108330,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479867,\n
        "lat": 45.9104130,\n
        "lon": 5.8069300,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479870,\n
        "lat": 45.9104130,\n
        "lon": 5.8069800,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479871,\n
        "lat": 45.9104150,\n
        "lon": 5.8057182,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479872,\n
        "lat": 45.9104180,\n
        "lon": 5.8056992,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479873,\n
        "lat": 45.9104180,\n
        "lon": 5.8100840,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479874,\n
        "lat": 45.9104190,\n
        "lon": 5.8102900,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479875,\n
        "lat": 45.9104267,\n
        "lon": 5.8059409,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479876,\n
        "lat": 45.9104267,\n
        "lon": 5.8059769,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479877,\n
        "lat": 45.9104250,\n
        "lon": 5.8099560,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479878,\n
        "lat": 45.9104300,\n
        "lon": 5.8056182,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479879,\n
        "lat": 45.9104300,\n
        "lon": 5.8105560,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479880,\n
        "lat": 45.9104320,\n
        "lon": 5.8028050,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479881,\n
        "lat": 45.9104320,\n
        "lon": 5.8105440,\n
        "timestamp": "2013-04-20T23:01:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479882,\n
        "lat": 45.9104330,\n
        "lon": 5.8055982,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479885,\n
        "lat": 45.9104400,\n
        "lon": 5.8102390,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479886,\n
        "lat": 45.9104410,\n
        "lon": 5.8098550,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479887,\n
        "lat": 45.9104440,\n
        "lon": 5.8107350,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479888,\n
        "lat": 45.9104460,\n
        "lon": 5.8027070,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479889,\n
        "lat": 45.9104439,\n
        "lon": 5.8061979,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479890,\n
        "lat": 45.9104480,\n
        "lon": 5.8057102,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479891,\n
        "lat": 45.9104490,\n
        "lon": 5.8102470,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479892,\n
        "lat": 45.9104500,\n
        "lon": 5.8102120,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479893,\n
        "lat": 45.9104479,\n
        "lon": 5.8062389,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479894,\n
        "lat": 45.9104540,\n
        "lon": 5.8102290,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479895,\n
        "lat": 45.9104550,\n
        "lon": 5.8102310,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479896,\n
        "lat": 45.9104580,\n
        "lon": 5.8102180,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479897,\n
        "lat": 45.9104600,\n
        "lon": 5.8105670,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479898,\n
        "lat": 45.9104610,\n
        "lon": 5.8056282,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479899,\n
        "lat": 45.9104630,\n
        "lon": 5.8095440,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479900,\n
        "lat": 45.9104699,\n
        "lon": 5.8063109,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479901,\n
        "lat": 45.9104729,\n
        "lon": 5.8062649,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479902,\n
        "lat": 45.9104760,\n
        "lon": 5.8069290,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479903,\n
        "lat": 45.9104770,\n
        "lon": 5.8068260,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479904,\n
        "lat": 45.9104770,\n
        "lon": 5.8114780,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479905,\n
        "lat": 45.9104749,\n
        "lon": 5.8062469,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479906,\n
        "lat": 45.9104790,\n
        "lon": 5.8091540,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479907,\n
        "lat": 45.9104769,\n
        "lon": 5.8062029,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479908,\n
        "lat": 45.9104800,\n
        "lon": 5.8091080,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479909,\n
        "lat": 45.9104800,\n
        "lon": 5.8104460,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479910,\n
        "lat": 45.9104810,\n
        "lon": 5.8102510,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479911,\n
        "lat": 45.9104820,\n
        "lon": 5.8069290,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479912,\n
        "lat": 45.9104820,\n
        "lon": 5.8096380,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479913,\n
        "lat": 45.9104830,\n
        "lon": 5.8069810,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479914,\n
        "lat": 45.9104830,\n
        "lon": 5.8095310,\n
        "timestamp": "2013-04-20T23:01:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479915,\n
        "lat": 45.9104880,\n
        "lon": 5.8115180,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479917,\n
        "lat": 45.9104900,\n
        "lon": 5.8095060,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479919,\n
        "lat": 45.9104910,\n
        "lon": 5.8096320,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479920,\n
        "lat": 45.9105000,\n
        "lon": 5.8113990,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479921,\n
        "lat": 45.9105040,\n
        "lon": 5.8099790,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479922,\n
        "lat": 45.9105060,\n
        "lon": 5.8099650,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479923,\n
        "lat": 45.9105070,\n
        "lon": 5.8097170,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479924,\n
        "lat": 45.9105100,\n
        "lon": 5.8094930,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479925,\n
        "lat": 45.9105160,\n
        "lon": 5.8101630,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479926,\n
        "lat": 45.9105280,\n
        "lon": 5.8115590,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479927,\n
        "lat": 45.9105300,\n
        "lon": 5.8091580,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479928,\n
        "lat": 45.9105300,\n
        "lon": 5.8095030,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479929,\n
        "lat": 45.9105310,\n
        "lon": 5.8117060,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479930,\n
        "lat": 45.9105289,\n
        "lon": 5.8062639,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479931,\n
        "lat": 45.9105320,\n
        "lon": 5.8115450,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479932,\n
        "lat": 45.9105330,\n
        "lon": 5.8091110,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479933,\n
        "lat": 45.9105369,\n
        "lon": 5.8062179,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479934,\n
        "lat": 45.9105430,\n
        "lon": 5.8095800,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479935,\n
        "lat": 45.9105430,\n
        "lon": 5.8099770,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479936,\n
        "lat": 45.9105470,\n
        "lon": 5.8095770,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479937,\n
        "lat": 45.9105480,\n
        "lon": 5.8095970,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479938,\n
        "lat": 45.9105510,\n
        "lon": 5.8095740,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479939,\n
        "lat": 45.9105510,\n
        "lon": 5.8116470,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479940,\n
        "lat": 45.9105520,\n
        "lon": 5.8095940,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479941,\n
        "lat": 45.9105560,\n
        "lon": 5.8098890,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479942,\n
        "lat": 45.9105600,\n
        "lon": 5.8117270,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479943,\n
        "lat": 45.9105630,\n
        "lon": 5.8114540,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479944,\n
        "lat": 45.9105619,\n
        "lon": 5.8062749,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479945,\n
        "lat": 45.9105670,\n
        "lon": 5.8114400,\n
        "timestamp": "2013-04-20T23:01:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479946,\n
        "lat": 45.9105700,\n
        "lon": 5.8028460,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479947,\n
        "lat": 45.9105689,\n
        "lon": 5.8062279,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479948,\n
        "lat": 45.9105760,\n
        "lon": 5.8096730,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479949,\n
        "lat": 45.9105800,\n
        "lon": 5.8073510,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479950,\n
        "lat": 45.9105810,\n
        "lon": 5.8116680,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479951,\n
        "lat": 45.9105820,\n
        "lon": 5.8073090,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479952,\n
        "lat": 45.9105830,\n
        "lon": 5.8088330,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479953,\n
        "lat": 45.9105830,\n
        "lon": 5.8088450,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479954,\n
        "lat": 45.9105840,\n
        "lon": 5.8027520,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479955,\n
        "lat": 45.9105850,\n
        "lon": 5.8072620,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479956,\n
        "lat": 45.9105940,\n
        "lon": 5.8073520,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479957,\n
        "lat": 45.9105960,\n
        "lon": 5.8073100,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479958,\n
        "lat": 45.9105970,\n
        "lon": 5.8089670,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479959,\n
        "lat": 45.9105969,\n
        "lon": 5.8062859,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479960,\n
        "lat": 45.9106030,\n
        "lon": 5.8082140,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479961,\n
        "lat": 45.9106039,\n
        "lon": 5.8062399,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479962,\n
        "lat": 45.9106130,\n
        "lon": 5.8116100,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479963,\n
        "lat": 45.9106140,\n
        "lon": 5.8080930,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479964,\n
        "lat": 45.9106240,\n
        "lon": 5.8082660,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479965,\n
        "lat": 45.9106270,\n
        "lon": 5.7800290,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479966,\n
        "lat": 45.9106280,\n
        "lon": 5.8082180,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479967,\n
        "lat": 45.9106290,\n
        "lon": 5.8088200,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479968,\n
        "lat": 45.9106420,\n
        "lon": 5.8059780,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479969,\n
        "lat": 45.9106440,\n
        "lon": 5.8115040,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479970,\n
        "lat": 45.9106570,\n
        "lon": 5.7799430,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479971,\n
        "lat": 45.9106570,\n
        "lon": 5.8058210,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479972,\n
        "lat": 45.9106710,\n
        "lon": 5.8074120,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479973,\n
        "lat": 45.9106740,\n
        "lon": 5.8073620,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479974,\n
        "lat": 45.9106790,\n
        "lon": 5.8072720,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479976,\n
        "lat": 45.9106810,\n
        "lon": 5.8072460,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479977,\n
        "lat": 45.9106850,\n
        "lon": 5.8071520,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479978,\n
        "lat": 45.9106860,\n
        "lon": 5.7800680,\n
        "timestamp": "2013-04-20T23:01:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479979,\n
        "lat": 45.9106880,\n
        "lon": 5.8082770,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479980,\n
        "lat": 45.9107050,\n
        "lon": 5.7800080,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479981,\n
        "lat": 45.9107060,\n
        "lon": 5.8081090,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479983,\n
        "lat": 45.9107230,\n
        "lon": 5.8058840,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479984,\n
        "lat": 45.9107270,\n
        "lon": 5.8058260,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479985,\n
        "lat": 45.9107270,\n
        "lon": 5.8058330,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479987,\n
        "lat": 45.9107320,\n
        "lon": 5.8072520,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479988,\n
        "lat": 45.9107340,\n
        "lon": 5.8074190,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479989,\n
        "lat": 45.9107390,\n
        "lon": 5.8087830,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479991,\n
        "lat": 45.9107430,\n
        "lon": 5.8072530,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479992,\n
        "lat": 45.9107480,\n
        "lon": 5.8071580,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479993,\n
        "lat": 45.9107530,\n
        "lon": 5.8085870,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479994,\n
        "lat": 45.9107560,\n
        "lon": 5.8089540,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479995,\n
        "lat": 45.9107570,\n
        "lon": 5.8076140,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479996,\n
        "lat": 45.9107590,\n
        "lon": 5.8084340,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479997,\n
        "lat": 45.9107590,\n
        "lon": 5.8101600,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479998,\n
        "lat": 45.9107630,\n
        "lon": 5.8059950,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274479999,\n
        "lat": 45.9107720,\n
        "lon": 5.8058940,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480000,\n
        "lat": 45.9107720,\n
        "lon": 5.8100590,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480001,\n
        "lat": 45.9107730,\n
        "lon": 5.8074900,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480003,\n
        "lat": 45.9107760,\n
        "lon": 5.8058370,\n
        "timestamp": "2013-04-20T23:01:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480004,\n
        "lat": 45.9107930,\n
        "lon": 5.8116830,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480006,\n
        "lat": 45.9108030,\n
        "lon": 5.8076270,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480008,\n
        "lat": 45.9108090,\n
        "lon": 5.8085790,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480010,\n
        "lat": 45.9108160,\n
        "lon": 5.8105240,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480011,\n
        "lat": 45.9108180,\n
        "lon": 5.8084280,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480012,\n
        "lat": 45.9108190,\n
        "lon": 5.8075040,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480013,\n
        "lat": 45.9108250,\n
        "lon": 5.8115860,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480014,\n
        "lat": 45.9108290,\n
        "lon": 5.8101790,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480015,\n
        "lat": 45.9108300,\n
        "lon": 5.8110170,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480016,\n
        "lat": 45.9108320,\n
        "lon": 5.8104030,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480017,\n
        "lat": 45.9108330,\n
        "lon": 5.8084250,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480018,\n
        "lat": 45.9108330,\n
        "lon": 5.8101540,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480019,\n
        "lat": 45.9108350,\n
        "lon": 5.8109860,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480020,\n
        "lat": 45.9108360,\n
        "lon": 5.8090740,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480021,\n
        "lat": 45.9108370,\n
        "lon": 5.8101180,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480022,\n
        "lat": 45.9108390,\n
        "lon": 5.8096550,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480023,\n
        "lat": 45.9108400,\n
        "lon": 5.8089670,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480024,\n
        "lat": 45.9108430,\n
        "lon": 5.8100790,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480025,\n
        "lat": 45.9108430,\n
        "lon": 5.8104050,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480026,\n
        "lat": 45.9108460,\n
        "lon": 5.8085680,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480027,\n
        "lat": 45.9108460,\n
        "lon": 5.8095570,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480028,\n
        "lat": 45.9108470,\n
        "lon": 5.8103630,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480029,\n
        "lat": 45.9108490,\n
        "lon": 5.8084220,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480030,\n
        "lat": 45.9108500,\n
        "lon": 5.8108940,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480031,\n
        "lat": 45.9108640,\n
        "lon": 5.8029400,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480032,\n
        "lat": 45.9108650,\n
        "lon": 5.8101630,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480033,\n
        "lat": 45.9108730,\n
        "lon": 5.8100870,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480034,\n
        "lat": 45.9108750,\n
        "lon": 5.8105400,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480035,\n
        "lat": 45.9108790,\n
        "lon": 5.8094120,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480036,\n
        "lat": 45.9108800,\n
        "lon": 5.8028430,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480037,\n
        "lat": 45.9108820,\n
        "lon": 5.8116240,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480038,\n
        "lat": 45.9108850,\n
        "lon": 5.8093130,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480039,\n
        "lat": 45.9108860,\n
        "lon": 5.8116130,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480040,\n
        "lat": 45.9108900,\n
        "lon": 5.8089710,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480041,\n
        "lat": 45.9108920,\n
        "lon": 5.8090770,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480042,\n
        "lat": 45.9108940,\n
        "lon": 5.8041310,\n
        "timestamp": "2013-04-20T23:01:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480043,\n
        "lat": 45.9108970,\n
        "lon": 5.8103760,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480044,\n
        "lat": 45.9109080,\n
        "lon": 5.8117580,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480045,\n
        "lat": 45.9109100,\n
        "lon": 5.8110420,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480046,\n
        "lat": 45.9109110,\n
        "lon": 5.8084140,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480047,\n
        "lat": 45.9109120,\n
        "lon": 5.8040990,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480048,\n
        "lat": 45.9109140,\n
        "lon": 5.8085510,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480049,\n
        "lat": 45.9109140,\n
        "lon": 5.8110150,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480050,\n
        "lat": 45.9109190,\n
        "lon": 5.8090790,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480051,\n
        "lat": 45.9109210,\n
        "lon": 5.8041620,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480053,\n
        "lat": 45.9109220,\n
        "lon": 5.8089740,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480054,\n
        "lat": 45.9109370,\n
        "lon": 5.8085320,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480056,\n
        "lat": 45.9109390,\n
        "lon": 5.8041300,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480058,\n
        "lat": 45.9109390,\n
        "lon": 5.8085450,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480060,\n
        "lat": 45.9109420,\n
        "lon": 5.8116500,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480061,\n
        "lat": 45.9109470,\n
        "lon": 5.8102520,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480063,\n
        "lat": 45.9109500,\n
        "lon": 5.8105270,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480065,\n
        "lat": 45.9109540,\n
        "lon": 5.8096730,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480067,\n
        "lat": 45.9109540,\n
        "lon": 5.8105720,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480069,\n
        "lat": 45.9109560,\n
        "lon": 5.8096460,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480071,\n
        "lat": 45.9109620,\n
        "lon": 5.8095660,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480072,\n
        "lat": 45.9109620,\n
        "lon": 5.8095740,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480074,\n
        "lat": 45.9109620,\n
        "lon": 5.8101620,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480075,\n
        "lat": 45.9109630,\n
        "lon": 5.8105660,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480076,\n
        "lat": 45.9109660,\n
        "lon": 5.8101400,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480077,\n
        "lat": 45.9109680,\n
        "lon": 5.8110650,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480078,\n
        "lat": 45.9109760,\n
        "lon": 5.8083650,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480079,\n
        "lat": 45.9109780,\n
        "lon": 5.8083020,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480080,\n
        "lat": 45.9109810,\n
        "lon": 5.8083990,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480081,\n
        "lat": 45.9109850,\n
        "lon": 5.8094260,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480082,\n
        "lat": 45.9109860,\n
        "lon": 5.8094190,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480083,\n
        "lat": 45.9109870,\n
        "lon": 5.8109440,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480084,\n
        "lat": 45.9109900,\n
        "lon": 5.8106840,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480085,\n
        "lat": 45.9109950,\n
        "lon": 5.8104960,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480086,\n
        "lat": 45.9109960,\n
        "lon": 5.8096520,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480087,\n
        "lat": 45.9109970,\n
        "lon": 5.8084940,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480088,\n
        "lat": 45.9109980,\n
        "lon": 5.8085060,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480089,\n
        "lat": 45.9109990,\n
        "lon": 5.8096160,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480090,\n
        "lat": 45.9110080,\n
        "lon": 5.8096180,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480091,\n
        "lat": 45.9110080,\n
        "lon": 5.8101780,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480092,\n
        "lat": 45.9110110,\n
        "lon": 5.8095740,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480093,\n
        "lat": 45.9110120,\n
        "lon": 5.8101560,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480094,\n
        "lat": 45.9110130,\n
        "lon": 5.8070910,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480095,\n
        "lat": 45.9110140,\n
        "lon": 5.8094230,\n
        "timestamp": "2013-04-20T23:01:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480096,\n
        "lat": 45.9110160,\n
        "lon": 5.8070750,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480098,\n
        "lat": 45.9110180,\n
        "lon": 5.8083010,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480100,\n
        "lat": 45.9110200,\n
        "lon": 5.8093300,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480102,\n
        "lat": 45.9110290,\n
        "lon": 5.8077930,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480104,\n
        "lat": 45.9110290,\n
        "lon": 5.8078370,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480106,\n
        "lat": 45.9110300,\n
        "lon": 5.8111670,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480108,\n
        "lat": 45.9110310,\n
        "lon": 5.8069820,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480144,\n
        "lat": 45.9110450,\n
        "lon": 5.8083000,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480146,\n
        "lat": 45.9110450,\n
        "lon": 5.8106470,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480148,\n
        "lat": 45.9110460,\n
        "lon": 5.8099700,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480150,\n
        "lat": 45.9110490,\n
        "lon": 5.8084810,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480152,\n
        "lat": 45.9110520,\n
        "lon": 5.8081090,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480154,\n
        "lat": 45.9110530,\n
        "lon": 5.8079440,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480156,\n
        "lat": 45.9110540,\n
        "lon": 5.8071060,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480158,\n
        "lat": 45.9110570,\n
        "lon": 5.8070890,\n
        "timestamp": "2013-04-20T23:01:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480160,\n
        "lat": 45.9110610,\n
        "lon": 5.8041270,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480162,\n
        "lat": 45.9110620,\n
        "lon": 5.8083400,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480164,\n
        "lat": 45.9110620,\n
        "lon": 5.8098690,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480166,\n
        "lat": 45.9110640,\n
        "lon": 5.8109500,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480168,\n
        "lat": 45.9110670,\n
        "lon": 5.8078390,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480170,\n
        "lat": 45.9110680,\n
        "lon": 5.8077930,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480172,\n
        "lat": 45.9110710,\n
        "lon": 5.8109050,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480174,\n
        "lat": 45.9110790,\n
        "lon": 5.8041560,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480176,\n
        "lat": 45.9110850,\n
        "lon": 5.8040960,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480177,\n
        "lat": 45.9110860,\n
        "lon": 5.8111850,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480179,\n
        "lat": 45.9110900,\n
        "lon": 5.8109390,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480181,\n
        "lat": 45.9111005,\n
        "lon": 5.8041869,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480183,\n
        "lat": 45.9110940,\n
        "lon": 5.8109120,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480185,\n
        "lat": 45.9110960,\n
        "lon": 5.8084680,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480187,\n
        "lat": 45.9110970,\n
        "lon": 5.8103050,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480189,\n
        "lat": 45.9111085,\n
        "lon": 5.8041339,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480193,\n
        "lat": 45.9111040,\n
        "lon": 5.8041250,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480194,\n
        "lat": 45.9111160,\n
        "lon": 5.8099910,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480196,\n
        "lat": 45.9111160,\n
        "lon": 5.8101930,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480198,\n
        "lat": 45.9111270,\n
        "lon": 5.8109230,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480200,\n
        "lat": 45.9111300,\n
        "lon": 5.8083720,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480202,\n
        "lat": 45.9111320,\n
        "lon": 5.8098910,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480204,\n
        "lat": 45.9111330,\n
        "lon": 5.8074910,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480206,\n
        "lat": 45.9111350,\n
        "lon": 5.8071340,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480208,\n
        "lat": 45.9111350,\n
        "lon": 5.8082210,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480210,\n
        "lat": 45.9111350,\n
        "lon": 5.8087660,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480212,\n
        "lat": 45.9111410,\n
        "lon": 5.8074390,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480214,\n
        "lat": 45.9111485,\n
        "lon": 5.8040819,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480216,\n
        "lat": 45.9111450,\n
        "lon": 5.8085630,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480218,\n
        "lat": 45.9111460,\n
        "lon": 5.8100010,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480220,\n
        "lat": 45.9111470,\n
        "lon": 5.8113690,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480222,\n
        "lat": 45.9111540,\n
        "lon": 5.8070240,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480223,\n
        "lat": 45.9111625,\n
        "lon": 5.8041509,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480225,\n
        "lat": 45.9111655,\n
        "lon": 5.8041179,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480227,\n
        "lat": 45.9111675,\n
        "lon": 5.8040239,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480228,\n
        "lat": 45.9111610,\n
        "lon": 5.8075010,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480230,\n
        "lat": 45.9111610,\n
        "lon": 5.8099010,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480232,\n
        "lat": 45.9111650,\n
        "lon": 5.8112550,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480234,\n
        "lat": 45.9111660,\n
        "lon": 5.8087690,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480236,\n
        "lat": 45.9111745,\n
        "lon": 5.8040979,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480238,\n
        "lat": 45.9111690,\n
        "lon": 5.8074470,\n
        "timestamp": "2013-04-20T23:01:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480243,\n
        "lat": 45.9111690,\n
        "lon": 5.8087280,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480248,\n
        "lat": 45.9111790,\n
        "lon": 5.8087300,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480250,\n
        "lat": 45.9111830,\n
        "lon": 5.8083740,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480252,\n
        "lat": 45.9111925,\n
        "lon": 5.8040399,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480254,\n
        "lat": 45.9111860,\n
        "lon": 5.8074580,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480257,\n
        "lat": 45.9111890,\n
        "lon": 5.8074280,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480259,\n
        "lat": 45.9111900,\n
        "lon": 5.8082230,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480260,\n
        "lat": 45.9111920,\n
        "lon": 5.8076550,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480263,\n
        "lat": 45.9111940,\n
        "lon": 5.8081140,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480265,\n
        "lat": 45.9111990,\n
        "lon": 5.8075090,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480266,\n
        "lat": 45.9112030,\n
        "lon": 5.8079610,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480269,\n
        "lat": 45.9112070,\n
        "lon": 5.8074650,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480270,\n
        "lat": 45.9112100,\n
        "lon": 5.8074310,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480272,\n
        "lat": 45.9112195,\n
        "lon": 5.8042159,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480274,\n
        "lat": 45.9112215,\n
        "lon": 5.8041979,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480279,\n
        "lat": 45.9112280,\n
        "lon": 5.8083770,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480280,\n
        "lat": 45.9112320,\n
        "lon": 5.8076660,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480281,\n
        "lat": 45.9112395,\n
        "lon": 5.8040989,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480282,\n
        "lat": 45.9112330,\n
        "lon": 5.8076460,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480283,\n
        "lat": 45.9112360,\n
        "lon": 5.8082250,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480284,\n
        "lat": 45.9112455,\n
        "lon": 5.8040739,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480285,\n
        "lat": 45.9112400,\n
        "lon": 5.8075160,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480286,\n
        "lat": 45.9112420,\n
        "lon": 5.8109620,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480287,\n
        "lat": 45.9112495,\n
        "lon": 5.8042089,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480288,\n
        "lat": 45.9112520,\n
        "lon": 5.8114020,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480290,\n
        "lat": 45.9112580,\n
        "lon": 5.8087510,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480291,\n
        "lat": 45.9112665,\n
        "lon": 5.8041099,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480292,\n
        "lat": 45.9112600,\n
        "lon": 5.8088650,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480293,\n
        "lat": 45.9112610,\n
        "lon": 5.8086750,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480294,\n
        "lat": 45.9112610,\n
        "lon": 5.8108570,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480296,\n
        "lat": 45.9112640,\n
        "lon": 5.8086300,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480298,\n
        "lat": 45.9112670,\n
        "lon": 5.8088260,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480300,\n
        "lat": 45.9112755,\n
        "lon": 5.8042179,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480302,\n
        "lat": 45.9112690,\n
        "lon": 5.8112900,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480304,\n
        "lat": 45.9112840,\n
        "lon": 5.8202410,\n
        "timestamp": "2013-04-20T23:01:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480305,\n
        "lat": 45.9112915,\n
        "lon": 5.8041199,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480307,\n
        "lat": 45.9112850,\n
        "lon": 5.8088310,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480309,\n
        "lat": 45.9112880,\n
        "lon": 5.8074500,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480311,\n
        "lat": 45.9112900,\n
        "lon": 5.8085620,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480313,\n
        "lat": 45.9112900,\n
        "lon": 5.8086330,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480315,\n
        "lat": 45.9112920,\n
        "lon": 5.8120430,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480317,\n
        "lat": 45.9112940,\n
        "lon": 5.8074140,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480319,\n
        "lat": 45.9112960,\n
        "lon": 5.8087480,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480321,\n
        "lat": 45.9113165,\n
        "lon": 5.8042329,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480323,\n
        "lat": 45.9113110,\n
        "lon": 5.8119300,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480325,\n
        "lat": 45.9113120,\n
        "lon": 5.8076550,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480327,\n
        "lat": 45.9113130,\n
        "lon": 5.8205900,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480329,\n
        "lat": 45.9113140,\n
        "lon": 5.8095020,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480336,\n
        "lat": 45.9113140,\n
        "lon": 5.8194480,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480337,\n
        "lat": 45.9113200,\n
        "lon": 5.8094650,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480338,\n
        "lat": 45.9113220,\n
        "lon": 5.8081490,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480339,\n
        "lat": 45.9113230,\n
        "lon": 5.8075320,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480340,\n
        "lat": 45.9113305,\n
        "lon": 5.8041729,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480341,\n
        "lat": 45.9113240,\n
        "lon": 5.8081100,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480342,\n
        "lat": 45.9113375,\n
        "lon": 5.8041369,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480343,\n
        "lat": 45.9113310,\n
        "lon": 5.8074620,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480344,\n
        "lat": 45.9113310,\n
        "lon": 5.8093780,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480345,\n
        "lat": 45.9113310,\n
        "lon": 5.8094690,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480346,\n
        "lat": 45.9113360,\n
        "lon": 5.8081500,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480347,\n
        "lat": 45.9113360,\n
        "lon": 5.8088990,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480348,\n
        "lat": 45.9113380,\n
        "lon": 5.8074270,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480349,\n
        "lat": 45.9113380,\n
        "lon": 5.8081120,\n
        "timestamp": "2013-04-20T23:01:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480350,\n
        "lat": 45.9113390,\n
        "lon": 5.8095090,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480351,\n
        "lat": 45.9113410,\n
        "lon": 5.8094920,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480352,\n
        "lat": 45.9113490,\n
        "lon": 5.8083810,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480369,\n
        "lat": 45.9113550,\n
        "lon": 5.8082320,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480371,\n
        "lat": 45.9113630,\n
        "lon": 5.8110040,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480374,\n
        "lat": 45.9113720,\n
        "lon": 5.8202270,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480376,\n
        "lat": 45.9113780,\n
        "lon": 5.8095200,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480378,\n
        "lat": 45.9113800,\n
        "lon": 5.8095080,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480380,\n
        "lat": 45.9113810,\n
        "lon": 5.8108980,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480382,\n
        "lat": 45.9113820,\n
        "lon": 5.8089100,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480384,\n
        "lat": 45.9113840,\n
        "lon": 5.8103660,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480386,\n
        "lat": 45.9113860,\n
        "lon": 5.8090980,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480388,\n
        "lat": 45.9113880,\n
        "lon": 5.8077580,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480390,\n
        "lat": 45.9113890,\n
        "lon": 5.8077830,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480392,\n
        "lat": 45.9113890,\n
        "lon": 5.8083830,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480394,\n
        "lat": 45.9113900,\n
        "lon": 5.8095300,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480396,\n
        "lat": 45.9113910,\n
        "lon": 5.8090270,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480398,\n
        "lat": 45.9113920,\n
        "lon": 5.8078860,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480402,\n
        "lat": 45.9113920,\n
        "lon": 5.8103100,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480404,\n
        "lat": 45.9113930,\n
        "lon": 5.8093950,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480406,\n
        "lat": 45.9113930,\n
        "lon": 5.8095130,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480408,\n
        "lat": 45.9113940,\n
        "lon": 5.8093890,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480410,\n
        "lat": 45.9113950,\n
        "lon": 5.8082340,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480412,\n
        "lat": 45.9113960,\n
        "lon": 5.8087960,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480413,\n
        "lat": 45.9113970,\n
        "lon": 5.8104140,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480414,\n
        "lat": 45.9113970,\n
        "lon": 5.8205780,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480415,\n
        "lat": 45.9114030,\n
        "lon": 5.8103710,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480416,\n
        "lat": 45.9114040,\n
        "lon": 5.8072440,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480417,\n
        "lat": 45.9114100,\n
        "lon": 5.8076670,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480418,\n
        "lat": 45.9114100,\n
        "lon": 5.8085280,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480419,\n
        "lat": 45.9114110,\n
        "lon": 5.8046810,\n
        "timestamp": "2013-04-20T23:01:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480420,\n
        "lat": 45.9114110,\n
        "lon": 5.8077610,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480421,\n
        "lat": 45.9114120,\n
        "lon": 5.8077760,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480422,\n
        "lat": 45.9114130,\n
        "lon": 5.8107740,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480423,\n
        "lat": 45.9114140,\n
        "lon": 5.8071140,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480424,\n
        "lat": 45.9114160,\n
        "lon": 5.8086540,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480425,\n
        "lat": 45.9114180,\n
        "lon": 5.8075510,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480426,\n
        "lat": 45.9114190,\n
        "lon": 5.8119880,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480427,\n
        "lat": 45.9114200,\n
        "lon": 5.8074930,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480428,\n
        "lat": 45.9114220,\n
        "lon": 5.8091030,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480429,\n
        "lat": 45.9114220,\n
        "lon": 5.8119690,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480430,\n
        "lat": 45.9114260,\n
        "lon": 5.8089200,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480431,\n
        "lat": 45.9114270,\n
        "lon": 5.8106680,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480432,\n
        "lat": 45.9114280,\n
        "lon": 5.8090330,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480433,\n
        "lat": 45.9114280,\n
        "lon": 5.8208960,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480434,\n
        "lat": 45.9114290,\n
        "lon": 5.8045330,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480435,\n
        "lat": 45.9114350,\n
        "lon": 5.8120910,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480436,\n
        "lat": 45.9114360,\n
        "lon": 5.8074190,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480437,\n
        "lat": 45.9114360,\n
        "lon": 5.8137900,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480438,\n
        "lat": 45.9114390,\n
        "lon": 5.8088170,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480439,\n
        "lat": 45.9114410,\n
        "lon": 5.8086530,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480440,\n
        "lat": 45.9114420,\n
        "lon": 5.8087180,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480441,\n
        "lat": 45.9114440,\n
        "lon": 5.8083870,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480442,\n
        "lat": 45.9114450,\n
        "lon": 5.8085290,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480443,\n
        "lat": 45.9114470,\n
        "lon": 5.8082380,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480444,\n
        "lat": 45.9114480,\n
        "lon": 5.8071460,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480445,\n
        "lat": 45.9114510,\n
        "lon": 5.8071230,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480446,\n
        "lat": 45.9114510,\n
        "lon": 5.8119990,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480447,\n
        "lat": 45.9114530,\n
        "lon": 5.8077690,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480448,\n
        "lat": 45.9114540,\n
        "lon": 5.8095480,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480449,\n
        "lat": 45.9114550,\n
        "lon": 5.8115500,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480450,\n
        "lat": 45.9114580,\n
        "lon": 5.8087180,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480451,\n
        "lat": 45.9114580,\n
        "lon": 5.8088840,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480452,\n
        "lat": 45.9114590,\n
        "lon": 5.8087860,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480453,\n
        "lat": 45.9114650,\n
        "lon": 5.8082210,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480454,\n
        "lat": 45.9114680,\n
        "lon": 5.8137940,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480455,\n
        "lat": 45.9114720,\n
        "lon": 5.8114600,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480456,\n
        "lat": 45.9114740,\n
        "lon": 5.8094120,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480457,\n
        "lat": 45.9114760,\n
        "lon": 5.8137380,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480458,\n
        "lat": 45.9114760,\n
        "lon": 5.8138590,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480459,\n
        "lat": 45.9114800,\n
        "lon": 5.8085280,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480461,\n
        "lat": 45.9114880,\n
        "lon": 5.8081080,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480462,\n
        "lat": 45.9114890,\n
        "lon": 5.8046990,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480463,\n
        "lat": 45.9114920,\n
        "lon": 5.8137640,\n
        "timestamp": "2013-04-20T23:01:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480464,\n
        "lat": 45.9114940,\n
        "lon": 5.8138360,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480465,\n
        "lat": 45.9114950,\n
        "lon": 5.8075130,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480466,\n
        "lat": 45.9114960,\n
        "lon": 5.8074980,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480467,\n
        "lat": 45.9114980,\n
        "lon": 5.8082240,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480468,\n
        "lat": 45.9114980,\n
        "lon": 5.8104430,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480469,\n
        "lat": 45.9115050,\n
        "lon": 5.8045500,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480471,\n
        "lat": 45.9115060,\n
        "lon": 5.8108020,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480473,\n
        "lat": 45.9115070,\n
        "lon": 5.8090470,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480474,\n
        "lat": 45.9115090,\n
        "lon": 5.8081710,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480475,\n
        "lat": 45.9115130,\n
        "lon": 5.8081120,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480476,\n
        "lat": 45.9115130,\n
        "lon": 5.8089740,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480477,\n
        "lat": 45.9115160,\n
        "lon": 5.8103440,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480478,\n
        "lat": 45.9115210,\n
        "lon": 5.8106950,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480479,\n
        "lat": 45.9115260,\n
        "lon": 5.8040320,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480480,\n
        "lat": 45.9115290,\n
        "lon": 5.8079080,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480481,\n
        "lat": 45.9115290,\n
        "lon": 5.8085260,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480482,\n
        "lat": 45.9115320,\n
        "lon": 5.8040710,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480483,\n
        "lat": 45.9115320,\n
        "lon": 5.8086520,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480484,\n
        "lat": 45.9115320,\n
        "lon": 5.8101340,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480485,\n
        "lat": 45.9115340,\n
        "lon": 5.8090790,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480486,\n
        "lat": 45.9115340,\n
        "lon": 5.8091160,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480487,\n
        "lat": 45.9115350,\n
        "lon": 5.8101180,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480488,\n
        "lat": 45.9115350,\n
        "lon": 5.8137080,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480489,\n
        "lat": 45.9115350,\n
        "lon": 5.8139020,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480490,\n
        "lat": 45.9115361,\n
        "lon": 5.8090530,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480491,\n
        "lat": 45.9115369,\n
        "lon": 5.8090796,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480492,\n
        "lat": 45.9115380,\n
        "lon": 5.8077820,\n
        "timestamp": "2013-04-20T23:01:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480493,\n
        "lat": 45.9115390,\n
        "lon": 5.8039730,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480494,\n
        "lat": 45.9115419,\n
        "lon": 5.8089790,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480495,\n
        "lat": 45.9115420,\n
        "lon": 5.8115810,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480496,\n
        "lat": 45.9115440,\n
        "lon": 5.8089530,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480497,\n
        "lat": 45.9115450,\n
        "lon": 5.8040270,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480498,\n
        "lat": 45.9115490,\n
        "lon": 5.8100280,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480499,\n
        "lat": 45.9115500,\n
        "lon": 5.8088040,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480500,\n
        "lat": 45.9115530,\n
        "lon": 5.8040660,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480501,\n
        "lat": 45.9115550,\n
        "lon": 5.8087190,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480502,\n
        "lat": 45.9115570,\n
        "lon": 5.8072680,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480503,\n
        "lat": 45.9115580,\n
        "lon": 5.8114910,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480504,\n
        "lat": 45.9115590,\n
        "lon": 5.8086510,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480505,\n
        "lat": 45.9115600,\n
        "lon": 5.8041060,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480506,\n
        "lat": 45.9115600,\n
        "lon": 5.8088930,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480507,\n
        "lat": 45.9115660,\n
        "lon": 5.8088040,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480508,\n
        "lat": 45.9115670,\n
        "lon": 5.8139360,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480509,\n
        "lat": 45.9115690,\n
        "lon": 5.8071970,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480510,\n
        "lat": 45.9115710,\n
        "lon": 5.8075220,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480511,\n
        "lat": 45.9115750,\n
        "lon": 5.8074370,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480512,\n
        "lat": 45.9115810,\n
        "lon": 5.8040180,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480513,\n
        "lat": 45.9115810,\n
        "lon": 5.8091260,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480514,\n
        "lat": 45.9115830,\n
        "lon": 5.8040360,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480515,\n
        "lat": 45.9115850,\n
        "lon": 5.8090889,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480516,\n
        "lat": 45.9115960,\n
        "lon": 5.8041120,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480517,\n
        "lat": 45.9115970,\n
        "lon": 5.8078750,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480518,\n
        "lat": 45.9115990,\n
        "lon": 5.8041300,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480519,\n
        "lat": 45.9116010,\n
        "lon": 5.8138180,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480520,\n
        "lat": 45.9116020,\n
        "lon": 5.8073970,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480521,\n
        "lat": 45.9116030,\n
        "lon": 5.8072770,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480522,\n
        "lat": 45.9116030,\n
        "lon": 5.8077800,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480523,\n
        "lat": 45.9116030,\n
        "lon": 5.8101560,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480524,\n
        "lat": 45.9116050,\n
        "lon": 5.8101410,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480525,\n
        "lat": 45.9116060,\n
        "lon": 5.8090930,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480526,\n
        "lat": 45.9116120,\n
        "lon": 5.8077230,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480527,\n
        "lat": 45.9116140,\n
        "lon": 5.8093480,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480528,\n
        "lat": 45.9116160,\n
        "lon": 5.8090000,\n
        "timestamp": "2013-04-20T23:01:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480529,\n
        "lat": 45.9116200,\n
        "lon": 5.8089680,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480530,\n
        "lat": 45.9116270,\n
        "lon": 5.8043600,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480531,\n
        "lat": 45.9116270,\n
        "lon": 5.8138620,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480532,\n
        "lat": 45.9116280,\n
        "lon": 5.8092350,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480533,\n
        "lat": 45.9116300,\n
        "lon": 5.8080610,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480534,\n
        "lat": 45.9116310,\n
        "lon": 5.8072790,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480535,\n
        "lat": 45.9116320,\n
        "lon": 5.8044100,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480536,\n
        "lat": 45.9116330,\n
        "lon": 5.8100550,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480537,\n
        "lat": 45.9116340,\n
        "lon": 5.8043390,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480538,\n
        "lat": 45.9116370,\n
        "lon": 5.8100360,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480539,\n
        "lat": 45.9116390,\n
        "lon": 5.8043170,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480540,\n
        "lat": 45.9116390,\n
        "lon": 5.8080120,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480541,\n
        "lat": 45.9116400,\n
        "lon": 5.8071940,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480542,\n
        "lat": 45.9116430,\n
        "lon": 5.8140640,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480543,\n
        "lat": 45.9116500,\n
        "lon": 5.8070950,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480544,\n
        "lat": 45.9116530,\n
        "lon": 5.8080680,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480545,\n
        "lat": 45.9116530,\n
        "lon": 5.8091020,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480546,\n
        "lat": 45.9116550,\n
        "lon": 5.8039610,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480547,\n
        "lat": 45.9116600,\n
        "lon": 5.8075220,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480548,\n
        "lat": 45.9116600,\n
        "lon": 5.8080180,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480549,\n
        "lat": 45.9116610,\n
        "lon": 5.8090090,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480550,\n
        "lat": 45.9116620,\n
        "lon": 5.8074870,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480551,\n
        "lat": 45.9116630,\n
        "lon": 5.8040180,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480552,\n
        "lat": 45.9116640,\n
        "lon": 5.8101590,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480554,\n
        "lat": 45.9116660,\n
        "lon": 5.8101420,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480557,\n
        "lat": 45.9116720,\n
        "lon": 5.8042050,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480560,\n
        "lat": 45.9116720,\n
        "lon": 5.8079380,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480562,\n
        "lat": 45.9116750,\n
        "lon": 5.8090870,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480564,\n
        "lat": 45.9116766,\n
        "lon": 5.8155196,\n
        "timestamp": "2026-01-12T13:52:29Z",\n
        "version": 2,\n
        "changeset": 177139144,\n
        "user": "googlenaut",\n
        "uid": 519916\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480566,\n
        "lat": 45.9116760,\n
        "lon": 5.8042010,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480568,\n
        "lat": 45.9116760,\n
        "lon": 5.8042970,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480571,\n
        "lat": 45.9116770,\n
        "lon": 5.8041250,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480574,\n
        "lat": 45.9116780,\n
        "lon": 5.8075250,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480577,\n
        "lat": 45.9116780,\n
        "lon": 5.8100680,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480580,\n
        "lat": 45.9116790,\n
        "lon": 5.8077370,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480582,\n
        "lat": 45.9116790,\n
        "lon": 5.8078050,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480584,\n
        "lat": 45.9116810,\n
        "lon": 5.8078910,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480586,\n
        "lat": 45.9116810,\n
        "lon": 5.8100510,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480590,\n
        "lat": 45.9116840,\n
        "lon": 5.8075220,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480592,\n
        "lat": 45.9116850,\n
        "lon": 5.8042960,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480594,\n
        "lat": 45.9116850,\n
        "lon": 5.8043090,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480596,\n
        "lat": 45.9116850,\n
        "lon": 5.8072840,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480598,\n
        "lat": 45.9116850,\n
        "lon": 5.8074910,\n
        "timestamp": "2013-04-20T23:01:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480610,\n
        "lat": 45.9116850,\n
        "lon": 5.8094940,\n
        "timestamp": "2013-04-20T23:01:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480612,\n
        "lat": 45.9116920,\n
        "lon": 5.8074030,\n
        "timestamp": "2013-04-20T23:01:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480613,\n
        "lat": 45.9116920,\n
        "lon": 5.8210430,\n
        "timestamp": "2013-04-20T23:01:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480614,\n
        "lat": 45.9116950,\n
        "lon": 5.8094220,\n
        "timestamp": "2013-04-20T23:01:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480615,\n
        "lat": 45.9116976,\n
        "lon": 5.8155626,\n
        "timestamp": "2026-01-12T13:52:29Z",\n
        "version": 2,\n
        "changeset": 177139144,\n
        "user": "googlenaut",\n
        "uid": 519916\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480616,\n
        "lat": 45.9116980,\n
        "lon": 5.8071380,\n
        "timestamp": "2013-04-20T23:01:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480617,\n
        "lat": 45.9116980,\n
        "lon": 5.8093710,\n
        "timestamp": "2013-04-20T23:01:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480618,\n
        "lat": 45.9116980,\n
        "lon": 5.8210970,\n
        "timestamp": "2013-04-20T23:01:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480619,\n
        "lat": 45.9116990,\n
        "lon": 5.8071930,\n
        "timestamp": "2013-04-20T23:01:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480620,\n
        "lat": 45.9116990,\n
        "lon": 5.8072020,\n
        "timestamp": "2013-04-20T23:01:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480621,\n
        "lat": 45.9117010,\n
        "lon": 5.8071020,\n
        "timestamp": "2013-04-20T23:01:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480622,\n
        "lat": 45.9117040,\n
        "lon": 5.8139900,\n
        "timestamp": "2013-04-20T23:01:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480623,\n
        "lat": 45.9117050,\n
        "lon": 5.8089600,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480624,\n
        "lat": 45.9117076,\n
        "lon": 5.8154896,\n
        "timestamp": "2026-01-12T13:52:29Z",\n
        "version": 2,\n
        "changeset": 177139144,\n
        "user": "googlenaut",\n
        "uid": 519916\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480625,\n
        "lat": 45.9117090,\n
        "lon": 5.8089610,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480626,\n
        "lat": 45.9117120,\n
        "lon": 5.8092630,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480627,\n
        "lat": 45.9117160,\n
        "lon": 5.8092270,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480628,\n
        "lat": 45.9117160,\n
        "lon": 5.8101580,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480629,\n
        "lat": 45.9117180,\n
        "lon": 5.8041840,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480631,\n
        "lat": 45.9117280,\n
        "lon": 5.8100840,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480632,\n
        "lat": 45.9117330,\n
        "lon": 5.8078030,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480633,\n
        "lat": 45.9117340,\n
        "lon": 5.8078740,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480634,\n
        "lat": 45.9117340,\n
        "lon": 5.8111660,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480635,\n
        "lat": 45.9117360,\n
        "lon": 5.8071990,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480636,\n
        "lat": 45.9117400,\n
        "lon": 5.8071450,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480637,\n
        "lat": 45.9117400,\n
        "lon": 5.8095100,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480638,\n
        "lat": 45.9117420,\n
        "lon": 5.8080370,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480639,\n
        "lat": 45.9117420,\n
        "lon": 5.8111290,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480641,\n
        "lat": 45.9117500,\n
        "lon": 5.8094380,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480642,\n
        "lat": 45.9117510,\n
        "lon": 5.8111330,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480643,\n
        "lat": 45.9117530,\n
        "lon": 5.8041730,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480644,\n
        "lat": 45.9117530,\n
        "lon": 5.8110750,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480645,\n
        "lat": 45.9117540,\n
        "lon": 5.8039880,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480646,\n
        "lat": 45.9117560,\n
        "lon": 5.8079010,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480647,\n
        "lat": 45.9117560,\n
        "lon": 5.8111750,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480649,\n
        "lat": 45.9117600,\n
        "lon": 5.8091270,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480650,\n
        "lat": 45.9117600,\n
        "lon": 5.8111550,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480652,\n
        "lat": 45.9117680,\n
        "lon": 5.8082280,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480653,\n
        "lat": 45.9117680,\n
        "lon": 5.8210310,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480654,\n
        "lat": 45.9117690,\n
        "lon": 5.8210870,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480655,\n
        "lat": 45.9117760,\n
        "lon": 5.8072940,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480656,\n
        "lat": 45.9117810,\n
        "lon": 5.8072130,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480657,\n
        "lat": 45.9117810,\n
        "lon": 5.8093940,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480658,\n
        "lat": 45.9117840,\n
        "lon": 5.8041680,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480659,\n
        "lat": 45.9117860,\n
        "lon": 5.8039770,\n
        "timestamp": "2013-04-20T23:01:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480660,\n
        "lat": 45.9117880,\n
        "lon": 5.8080570,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480661,\n
        "lat": 45.9117920,\n
        "lon": 5.8089970,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480662,\n
        "lat": 45.9117950,\n
        "lon": 5.8041730,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480663,\n
        "lat": 45.9117950,\n
        "lon": 5.8091440,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480664,\n
        "lat": 45.9117960,\n
        "lon": 5.8042070,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480665,\n
        "lat": 45.9117990,\n
        "lon": 5.8092670,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480666,\n
        "lat": 45.9118000,\n
        "lon": 5.8040830,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480667,\n
        "lat": 45.9118000,\n
        "lon": 5.8112090,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480668,\n
        "lat": 45.9118020,\n
        "lon": 5.8044550,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480669,\n
        "lat": 45.9118030,\n
        "lon": 5.8111960,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480670,\n
        "lat": 45.9118110,\n
        "lon": 5.8042060,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480671,\n
        "lat": 45.9118110,\n
        "lon": 5.8044850,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480673,\n
        "lat": 45.9118210,\n
        "lon": 5.8042060,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480674,\n
        "lat": 45.9118210,\n
        "lon": 5.8111210,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480676,\n
        "lat": 45.9118240,\n
        "lon": 5.8111060,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480677,\n
        "lat": 45.9118250,\n
        "lon": 5.8039640,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480678,\n
        "lat": 45.9118260,\n
        "lon": 5.8082420,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480679,\n
        "lat": 45.9118280,\n
        "lon": 5.8082300,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480680,\n
        "lat": 45.9118280,\n
        "lon": 5.8090130,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480683,\n
        "lat": 45.9118300,\n
        "lon": 5.8045480,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480684,\n
        "lat": 45.9118330,\n
        "lon": 5.8040710,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480686,\n
        "lat": 45.9118430,\n
        "lon": 5.8043800,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480687,\n
        "lat": 45.9118440,\n
        "lon": 5.8042850,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480689,\n
        "lat": 45.9118450,\n
        "lon": 5.8080830,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480690,\n
        "lat": 45.9118470,\n
        "lon": 5.8080720,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480691,\n
        "lat": 45.9118480,\n
        "lon": 5.8082470,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480692,\n
        "lat": 45.9118490,\n
        "lon": 5.8082340,\n
        "timestamp": "2013-04-20T23:01:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480694,\n
        "lat": 45.9118550,\n
        "lon": 5.8073010,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480695,\n
        "lat": 45.9118550,\n
        "lon": 5.8082640,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480696,\n
        "lat": 45.9118560,\n
        "lon": 5.8044260,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480697,\n
        "lat": 45.9118610,\n
        "lon": 5.8112360,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480698,\n
        "lat": 45.9118640,\n
        "lon": 5.8044560,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480699,\n
        "lat": 45.9118650,\n
        "lon": 5.8089200,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480700,\n
        "lat": 45.9118660,\n
        "lon": 5.8092280,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480701,\n
        "lat": 45.9118690,\n
        "lon": 5.8034710,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480702,\n
        "lat": 45.9118700,\n
        "lon": 5.8041770,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480703,\n
        "lat": 45.9118730,\n
        "lon": 5.8041990,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480706,\n
        "lat": 45.9118770,\n
        "lon": 5.8082680,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480707,\n
        "lat": 45.9118780,\n
        "lon": 5.8033600,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480709,\n
        "lat": 45.9118780,\n
        "lon": 5.8089370,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480710,\n
        "lat": 45.9118790,\n
        "lon": 5.8111460,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480711,\n
        "lat": 45.9118800,\n
        "lon": 5.8093040,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480712,\n
        "lat": 45.9118830,\n
        "lon": 5.8042110,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480713,\n
        "lat": 45.9118830,\n
        "lon": 5.8088900,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480714,\n
        "lat": 45.9118860,\n
        "lon": 5.8042750,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480715,\n
        "lat": 45.9118860,\n
        "lon": 5.8082860,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480716,\n
        "lat": 45.9118960,\n
        "lon": 5.8050500,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480717,\n
        "lat": 45.9118970,\n
        "lon": 5.8043530,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480718,\n
        "lat": 45.9118980,\n
        "lon": 5.8089070,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480719,\n
        "lat": 45.9118980,\n
        "lon": 5.8094260,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480721,\n
        "lat": 45.9119050,\n
        "lon": 5.8049940,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480722,\n
        "lat": 45.9119060,\n
        "lon": 5.8092550,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480723,\n
        "lat": 45.9119070,\n
        "lon": 5.8043470,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480724,\n
        "lat": 45.9119070,\n
        "lon": 5.8082650,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480726,\n
        "lat": 45.9119090,\n
        "lon": 5.8115470,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480728,\n
        "lat": 45.9119130,\n
        "lon": 5.8093550,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480729,\n
        "lat": 45.9119150,\n
        "lon": 5.8041670,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480730,\n
        "lat": 45.9119160,\n
        "lon": 5.8090840,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480731,\n
        "lat": 45.9119180,\n
        "lon": 5.8042060,\n
        "timestamp": "2013-04-20T23:01:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480732,\n
        "lat": 45.9119180,\n
        "lon": 5.8082910,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480733,\n
        "lat": 45.9119190,\n
        "lon": 5.8051280,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480734,\n
        "lat": 45.9119210,\n
        "lon": 5.8082690,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480735,\n
        "lat": 45.9119230,\n
        "lon": 5.8116380,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480736,\n
        "lat": 45.9119240,\n
        "lon": 5.8092040,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480737,\n
        "lat": 45.9119250,\n
        "lon": 5.8081240,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480738,\n
        "lat": 45.9119270,\n
        "lon": 5.8081040,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480739,\n
        "lat": 45.9119270,\n
        "lon": 5.8116610,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480740,\n
        "lat": 45.9119280,\n
        "lon": 5.8050590,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480741,\n
        "lat": 45.9119320,\n
        "lon": 5.8119200,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480742,\n
        "lat": 45.9119330,\n
        "lon": 5.8050010,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480744,\n
        "lat": 45.9119370,\n
        "lon": 5.8049880,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480746,\n
        "lat": 45.9119370,\n
        "lon": 5.8082960,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480748,\n
        "lat": 45.9119420,\n
        "lon": 5.8082580,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480750,\n
        "lat": 45.9119460,\n
        "lon": 5.8110580,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480752,\n
        "lat": 45.9119460,\n
        "lon": 5.8118890,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480755,\n
        "lat": 45.9119460,\n
        "lon": 5.8120330,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480759,\n
        "lat": 45.9119490,\n
        "lon": 5.8051350,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480761,\n
        "lat": 45.9119490,\n
        "lon": 5.8110190,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480763,\n
        "lat": 45.9119500,\n
        "lon": 5.8044730,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480765,\n
        "lat": 45.9119500,\n
        "lon": 5.8120700,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480767,\n
        "lat": 45.9119530,\n
        "lon": 5.8109640,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480769,\n
        "lat": 45.9119560,\n
        "lon": 5.8039470,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480771,\n
        "lat": 45.9119580,\n
        "lon": 5.8110210,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480773,\n
        "lat": 45.9119590,\n
        "lon": 5.8040490,\n
        "timestamp": "2013-04-20T23:01:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480802,\n
        "lat": 45.9119680,\n
        "lon": 5.8050210,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480804,\n
        "lat": 45.9119680,\n
        "lon": 5.8110610,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480806,\n
        "lat": 45.9119700,\n
        "lon": 5.8110400,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480812,\n
        "lat": 45.9119720,\n
        "lon": 5.8049940,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480814,\n
        "lat": 45.9119720,\n
        "lon": 5.8116220,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480816,\n
        "lat": 45.9119760,\n
        "lon": 5.8116450,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480820,\n
        "lat": 45.9119810,\n
        "lon": 5.8039450,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480823,\n
        "lat": 45.9119840,\n
        "lon": 5.8040450,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480824,\n
        "lat": 45.9119840,\n
        "lon": 5.8122730,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480825,\n
        "lat": 45.9119860,\n
        "lon": 5.8034910,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480826,\n
        "lat": 45.9119930,\n
        "lon": 5.8051480,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480827,\n
        "lat": 45.9119950,\n
        "lon": 5.8033780,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480828,\n
        "lat": 45.9119980,\n
        "lon": 5.8082730,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480829,\n
        "lat": 45.9119980,\n
        "lon": 5.8123690,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480830,\n
        "lat": 45.9120000,\n
        "lon": 5.8051070,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480831,\n
        "lat": 45.9120000,\n
        "lon": 5.8092620,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480832,\n
        "lat": 45.9120030,\n
        "lon": 5.8118750,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480833,\n
        "lat": 45.9120040,\n
        "lon": 5.8074270,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480834,\n
        "lat": 45.9120100,\n
        "lon": 5.8073080,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480835,\n
        "lat": 45.9120110,\n
        "lon": 5.8050340,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480836,\n
        "lat": 45.9120130,\n
        "lon": 5.8081460,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480837,\n
        "lat": 45.9120170,\n
        "lon": 5.8110830,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480838,\n
        "lat": 45.9120180,\n
        "lon": 5.8110680,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480839,\n
        "lat": 45.9120190,\n
        "lon": 5.8091650,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480840,\n
        "lat": 45.9120200,\n
        "lon": 5.8120140,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480841,\n
        "lat": 45.9120240,\n
        "lon": 5.8041510,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480843,\n
        "lat": 45.9120250,\n
        "lon": 5.8109900,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480844,\n
        "lat": 45.9120250,\n
        "lon": 5.8120510,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480846,\n
        "lat": 45.9120260,\n
        "lon": 5.8109750,\n
        "timestamp": "2013-04-20T23:01:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480847,\n
        "lat": 45.9120290,\n
        "lon": 5.8040710,\n
        "timestamp": "2013-04-20T23:01:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480852,\n
        "lat": 45.9120380,\n
        "lon": 5.8122550,\n
        "timestamp": "2013-04-20T23:01:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480853,\n
        "lat": 45.9120430,\n
        "lon": 5.8050430,\n
        "timestamp": "2013-04-20T23:01:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480855,\n
        "lat": 45.9120480,\n
        "lon": 5.8093790,\n
        "timestamp": "2013-04-20T23:01:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480856,\n
        "lat": 45.9120490,\n
        "lon": 5.8111730,\n
        "timestamp": "2013-04-20T23:01:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480858,\n
        "lat": 45.9120530,\n
        "lon": 5.8123510,\n
        "timestamp": "2013-04-20T23:01:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480859,\n
        "lat": 45.9120540,\n
        "lon": 5.8093450,\n
        "timestamp": "2013-04-20T23:01:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480860,\n
        "lat": 45.9120550,\n
        "lon": 5.8110890,\n
        "timestamp": "2013-04-20T23:01:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480861,\n
        "lat": 45.9120590,\n
        "lon": 5.8114990,\n
        "timestamp": "2013-04-20T23:01:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480862,\n
        "lat": 45.9120600,\n
        "lon": 5.8051250,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480863,\n
        "lat": 45.9120600,\n
        "lon": 5.8115050,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480865,\n
        "lat": 45.9120650,\n
        "lon": 5.8090920,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480866,\n
        "lat": 45.9120720,\n
        "lon": 5.8050450,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480867,\n
        "lat": 45.9120760,\n
        "lon": 5.8116060,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480868,\n
        "lat": 45.9120770,\n
        "lon": 5.8091280,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480869,\n
        "lat": 45.9120770,\n
        "lon": 5.8116120,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480870,\n
        "lat": 45.9120780,\n
        "lon": 5.8051500,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480871,\n
        "lat": 45.9120790,\n
        "lon": 5.8092880,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480872,\n
        "lat": 45.9120800,\n
        "lon": 5.8041580,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480873,\n
        "lat": 45.9120800,\n
        "lon": 5.8114990,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480874,\n
        "lat": 45.9120840,\n
        "lon": 5.8110240,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480875,\n
        "lat": 45.9120840,\n
        "lon": 5.8123350,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480876,\n
        "lat": 45.9120850,\n
        "lon": 5.8040790,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480877,\n
        "lat": 45.9120860,\n
        "lon": 5.8109990,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480878,\n
        "lat": 45.9120910,\n
        "lon": 5.8084700,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480879,\n
        "lat": 45.9120920,\n
        "lon": 5.8123840,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480880,\n
        "lat": 45.9120950,\n
        "lon": 5.8111020,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480881,\n
        "lat": 45.9120960,\n
        "lon": 5.8115990,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480882,\n
        "lat": 45.9120980,\n
        "lon": 5.8110260,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480883,\n
        "lat": 45.9120980,\n
        "lon": 5.8110590,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480884,\n
        "lat": 45.9120990,\n
        "lon": 5.8091460,\n
        "timestamp": "2013-04-20T23:01:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480885,\n
        "lat": 45.9121020,\n
        "lon": 5.8111020,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480887,\n
        "lat": 45.9121040,\n
        "lon": 5.8111810,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480888,\n
        "lat": 45.9121070,\n
        "lon": 5.8050410,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480889,\n
        "lat": 45.9121080,\n
        "lon": 5.8111300,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480891,\n
        "lat": 45.9121160,\n
        "lon": 5.8083070,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480892,\n
        "lat": 45.9121200,\n
        "lon": 5.8124050,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480893,\n
        "lat": 45.9121280,\n
        "lon": 5.8089610,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480894,\n
        "lat": 45.9121280,\n
        "lon": 5.8094530,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480895,\n
        "lat": 45.9121290,\n
        "lon": 5.8124680,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480896,\n
        "lat": 45.9121310,\n
        "lon": 5.8091160,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480897,\n
        "lat": 45.9121340,\n
        "lon": 5.8123160,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480898,\n
        "lat": 45.9121370,\n
        "lon": 5.8091920,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480899,\n
        "lat": 45.9121430,\n
        "lon": 5.8073260,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480900,\n
        "lat": 45.9121430,\n
        "lon": 5.8123650,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480901,\n
        "lat": 45.9121530,\n
        "lon": 5.8072090,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480903,\n
        "lat": 45.9121530,\n
        "lon": 5.8090720,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480905,\n
        "lat": 45.9121530,\n
        "lon": 5.8209630,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480906,\n
        "lat": 45.9121550,\n
        "lon": 5.8123940,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480908,\n
        "lat": 45.9121570,\n
        "lon": 5.8210170,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480910,\n
        "lat": 45.9121580,\n
        "lon": 5.8093890,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480912,\n
        "lat": 45.9121600,\n
        "lon": 5.8081380,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480914,\n
        "lat": 45.9121630,\n
        "lon": 5.8129640,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480916,\n
        "lat": 45.9121640,\n
        "lon": 5.8124570,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480918,\n
        "lat": 45.9121640,\n
        "lon": 5.8129900,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480920,\n
        "lat": 45.9121680,\n
        "lon": 5.8087970,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480929,\n
        "lat": 45.9121740,\n
        "lon": 5.8129900,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480930,\n
        "lat": 45.9121760,\n
        "lon": 5.8089840,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480931,\n
        "lat": 45.9121770,\n
        "lon": 5.8090980,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480932,\n
        "lat": 45.9121780,\n
        "lon": 5.8129090,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480933,\n
        "lat": 45.9121790,\n
        "lon": 5.8051930,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480934,\n
        "lat": 45.9121790,\n
        "lon": 5.8094050,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480935,\n
        "lat": 45.9121790,\n
        "lon": 5.8131870,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480936,\n
        "lat": 45.9121800,\n
        "lon": 5.8093990,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480937,\n
        "lat": 45.9121800,\n
        "lon": 5.8129640,\n
        "timestamp": "2013-04-20T23:01:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480938,\n
        "lat": 45.9121810,\n
        "lon": 5.8084980,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480939,\n
        "lat": 45.9121810,\n
        "lon": 5.8086700,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480940,\n
        "lat": 45.9121830,\n
        "lon": 5.8080060,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480941,\n
        "lat": 45.9121850,\n
        "lon": 5.8073330,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480942,\n
        "lat": 45.9121850,\n
        "lon": 5.8073420,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480943,\n
        "lat": 45.9121910,\n
        "lon": 5.8089030,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480944,\n
        "lat": 45.9121960,\n
        "lon": 5.8081470,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480945,\n
        "lat": 45.9121970,\n
        "lon": 5.8089410,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480946,\n
        "lat": 45.9121983,\n
        "lon": 5.8063354,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480947,\n
        "lat": 45.9121990,\n
        "lon": 5.8080110,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480948,\n
        "lat": 45.9122040,\n
        "lon": 5.8050850,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480949,\n
        "lat": 45.9122050,\n
        "lon": 5.8083330,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480950,\n
        "lat": 45.9122060,\n
        "lon": 5.8050760,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480951,\n
        "lat": 45.9122060,\n
        "lon": 5.8088720,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480952,\n
        "lat": 45.9122100,\n
        "lon": 5.8094600,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480953,\n
        "lat": 45.9122130,\n
        "lon": 5.8089250,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480954,\n
        "lat": 45.9122163,\n
        "lon": 5.8062544,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480955,\n
        "lat": 45.9122180,\n
        "lon": 5.8080170,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480956,\n
        "lat": 45.9122180,\n
        "lon": 5.8090450,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480957,\n
        "lat": 45.9122200,\n
        "lon": 5.8090270,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480958,\n
        "lat": 45.9122200,\n
        "lon": 5.8094390,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480959,\n
        "lat": 45.9122210,\n
        "lon": 5.8072420,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480960,\n
        "lat": 45.9122230,\n
        "lon": 5.8072210,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480961,\n
        "lat": 45.9122280,\n
        "lon": 5.8088920,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480962,\n
        "lat": 45.9122290,\n
        "lon": 5.8085140,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480963,\n
        "lat": 45.9122290,\n
        "lon": 5.8092580,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480964,\n
        "lat": 45.9122330,\n
        "lon": 5.8100470,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480965,\n
        "lat": 45.9122353,\n
        "lon": 5.8064394,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480966,\n
        "lat": 45.9122420,\n
        "lon": 5.8089850,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480967,\n
        "lat": 45.9122420,\n
        "lon": 5.8130720,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480968,\n
        "lat": 45.9122420,\n
        "lon": 5.8130940,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480969,\n
        "lat": 45.9122430,\n
        "lon": 5.8129050,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480970,\n
        "lat": 45.9122430,\n
        "lon": 5.8131110,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480971,\n
        "lat": 45.9122440,\n
        "lon": 5.8073520,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480974,\n
        "lat": 45.9122470,\n
        "lon": 5.8098730,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480975,\n
        "lat": 45.9122480,\n
        "lon": 5.8129570,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480976,\n
        "lat": 45.9122480,\n
        "lon": 5.8129790,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480977,\n
        "lat": 45.9122480,\n
        "lon": 5.8131870,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480978,\n
        "lat": 45.9122490,\n
        "lon": 5.8043580,\n
        "timestamp": "2013-04-20T23:01:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480979,\n
        "lat": 45.9122510,\n
        "lon": 5.8095670,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480980,\n
        "lat": 45.9122530,\n
        "lon": 5.8072470,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480981,\n
        "lat": 45.9122533,\n
        "lon": 5.8063614,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480982,\n
        "lat": 45.9122560,\n
        "lon": 5.8043150,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480983,\n
        "lat": 45.9122580,\n
        "lon": 5.8083500,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480985,\n
        "lat": 45.9122620,\n
        "lon": 5.8081640,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480986,\n
        "lat": 45.9122656,\n
        "lon": 5.8060196,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480987,\n
        "lat": 45.9122700,\n
        "lon": 5.8199550,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480988,\n
        "lat": 45.9122716,\n
        "lon": 5.8059926,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480989,\n
        "lat": 45.9122740,\n
        "lon": 5.8095190,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480990,\n
        "lat": 45.9122750,\n
        "lon": 5.8080360,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480991,\n
        "lat": 45.9122770,\n
        "lon": 5.8080820,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480993,\n
        "lat": 45.9122776,\n
        "lon": 5.8059626,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480994,\n
        "lat": 45.9122780,\n
        "lon": 5.8043680,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480995,\n
        "lat": 45.9122780,\n
        "lon": 5.8118110,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480996,\n
        "lat": 45.9122786,\n
        "lon": 5.8060556,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480997,\n
        "lat": 45.9122820,\n
        "lon": 5.8052280,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480998,\n
        "lat": 45.9122830,\n
        "lon": 5.8080460,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274480999,\n
        "lat": 45.9122836,\n
        "lon": 5.8060286,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481000,\n
        "lat": 45.9122840,\n
        "lon": 5.8210680,\n
        "timestamp": "2013-04-20T23:01:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481001,\n
        "lat": 45.9122850,\n
        "lon": 5.8043250,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481002,\n
        "lat": 45.9122866,\n
        "lon": 5.8059256,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481003,\n
        "lat": 45.9122870,\n
        "lon": 5.8118400,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481004,\n
        "lat": 45.9122880,\n
        "lon": 5.8129800,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481005,\n
        "lat": 45.9122890,\n
        "lon": 5.8111990,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481006,\n
        "lat": 45.9122900,\n
        "lon": 5.8211280,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481007,\n
        "lat": 45.9122906,\n
        "lon": 5.8059546,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481009,\n
        "lat": 45.9122923,\n
        "lon": 5.8064664,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481010,\n
        "lat": 45.9122930,\n
        "lon": 5.8108910,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481011,\n
        "lat": 45.9122940,\n
        "lon": 5.8130700,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481012,\n
        "lat": 45.9122956,\n
        "lon": 5.8059296,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481013,\n
        "lat": 45.9122966,\n
        "lon": 5.8058816,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481015,\n
        "lat": 45.9122980,\n
        "lon": 5.8108530,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481016,\n
        "lat": 45.9122990,\n
        "lon": 5.8119100,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481017,\n
        "lat": 45.9123000,\n
        "lon": 5.8051270,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481018,\n
        "lat": 45.9123000,\n
        "lon": 5.8118310,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481019,\n
        "lat": 45.9123010,\n
        "lon": 5.8111640,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481020,\n
        "lat": 45.9123020,\n
        "lon": 5.8051310,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481021,\n
        "lat": 45.9123020,\n
        "lon": 5.8117940,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481022,\n
        "lat": 45.9123050,\n
        "lon": 5.8086950,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481023,\n
        "lat": 45.9123050,\n
        "lon": 5.8107980,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481024,\n
        "lat": 45.9123060,\n
        "lon": 5.8115140,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481025,\n
        "lat": 45.9123060,\n
        "lon": 5.8118070,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481026,\n
        "lat": 45.9123080,\n
        "lon": 5.8108560,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481027,\n
        "lat": 45.9123080,\n
        "lon": 5.8119040,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481028,\n
        "lat": 45.9123080,\n
        "lon": 5.8204150,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481029,\n
        "lat": 45.9123090,\n
        "lon": 5.8111710,\n
        "timestamp": "2013-04-20T23:01:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481030,\n
        "lat": 45.9123090,\n
        "lon": 5.8112130,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481031,\n
        "lat": 45.9123150,\n
        "lon": 5.8111950,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481033,\n
        "lat": 45.9123160,\n
        "lon": 5.8108970,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481034,\n
        "lat": 45.9123170,\n
        "lon": 5.8100620,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481035,\n
        "lat": 45.9123176,\n
        "lon": 5.8060736,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481036,\n
        "lat": 45.9123180,\n
        "lon": 5.8108760,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481037,\n
        "lat": 45.9123180,\n
        "lon": 5.8111140,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481038,\n
        "lat": 45.9123200,\n
        "lon": 5.8210630,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481040,\n
        "lat": 45.9123220,\n
        "lon": 5.8080950,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481041,\n
        "lat": 45.9123230,\n
        "lon": 5.8115350,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481042,\n
        "lat": 45.9123230,\n
        "lon": 5.8211230,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481043,\n
        "lat": 45.9123236,\n
        "lon": 5.8060466,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481044,\n
        "lat": 45.9123250,\n
        "lon": 5.8114850,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481045,\n
        "lat": 45.9123260,\n
        "lon": 5.8083700,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481046,\n
        "lat": 45.9123260,\n
        "lon": 5.8119920,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481047,\n
        "lat": 45.9123270,\n
        "lon": 5.8131010,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481048,\n
        "lat": 45.9123270,\n
        "lon": 5.8131090,\n
        "timestamp": "2013-04-20T23:01:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481049,\n
        "lat": 45.9123280,\n
        "lon": 5.8080600,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481050,\n
        "lat": 45.9123280,\n
        "lon": 5.8088600,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481051,\n
        "lat": 45.9123283,\n
        "lon": 5.8063064,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481052,\n
        "lat": 45.9123300,\n
        "lon": 5.8088440,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481053,\n
        "lat": 45.9123300,\n
        "lon": 5.8098900,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481054,\n
        "lat": 45.9123310,\n
        "lon": 5.8045010,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481055,\n
        "lat": 45.9123320,\n
        "lon": 5.8114950,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481056,\n
        "lat": 45.9123320,\n
        "lon": 5.8115200,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481057,\n
        "lat": 45.9123330,\n
        "lon": 5.8083350,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481058,\n
        "lat": 45.9123330,\n
        "lon": 5.8129810,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481059,\n
        "lat": 45.9123340,\n
        "lon": 5.8130700,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481061,\n
        "lat": 45.9123370,\n
        "lon": 5.8117710,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481062,\n
        "lat": 45.9123380,\n
        "lon": 5.8044730,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481063,\n
        "lat": 45.9123426,\n
        "lon": 5.8060556,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481064,\n
        "lat": 45.9123480,\n
        "lon": 5.8112570,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481065,\n
        "lat": 45.9123486,\n
        "lon": 5.8060296,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481066,\n
        "lat": 45.9123500,\n
        "lon": 5.8082840,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481067,\n
        "lat": 45.9123500,\n
        "lon": 5.8203400,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481068,\n
        "lat": 45.9123510,\n
        "lon": 5.8114450,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481069,\n
        "lat": 45.9123520,\n
        "lon": 5.8112450,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481070,\n
        "lat": 45.9123530,\n
        "lon": 5.8085550,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481071,\n
        "lat": 45.9123530,\n
        "lon": 5.8115940,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481072,\n
        "lat": 45.9123550,\n
        "lon": 5.8204090,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481073,\n
        "lat": 45.9123590,\n
        "lon": 5.8115840,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481074,\n
        "lat": 45.9123590,\n
        "lon": 5.8118730,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481075,\n
        "lat": 45.9123600,\n
        "lon": 5.8088780,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481076,\n
        "lat": 45.9123610,\n
        "lon": 5.8083800,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481077,\n
        "lat": 45.9123630,\n
        "lon": 5.8109230,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481078,\n
        "lat": 45.9123640,\n
        "lon": 5.8109100,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481079,\n
        "lat": 45.9123660,\n
        "lon": 5.8043700,\n
        "timestamp": "2013-04-20T23:02:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481080,\n
        "lat": 45.9123670,\n
        "lon": 5.8082900,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481081,\n
        "lat": 45.9123670,\n
        "lon": 5.8083470,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481082,\n
        "lat": 45.9123690,\n
        "lon": 5.8088680,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481083,\n
        "lat": 45.9123690,\n
        "lon": 5.8089450,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481084,\n
        "lat": 45.9123690,\n
        "lon": 5.8118670,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481085,\n
        "lat": 45.9123730,\n
        "lon": 5.8043470,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481086,\n
        "lat": 45.9123736,\n
        "lon": 5.8059186,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481087,\n
        "lat": 45.9123740,\n
        "lon": 5.8131010,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481088,\n
        "lat": 45.9123740,\n
        "lon": 5.8131870,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481089,\n
        "lat": 45.9123760,\n
        "lon": 5.8108320,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481090,\n
        "lat": 45.9123780,\n
        "lon": 5.8108170,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481091,\n
        "lat": 45.9123780,\n
        "lon": 5.8111750,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481092,\n
        "lat": 45.9123810,\n
        "lon": 5.8082160,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481093,\n
        "lat": 45.9123830,\n
        "lon": 5.8111610,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481094,\n
        "lat": 45.9123840,\n
        "lon": 5.8089080,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481095,\n
        "lat": 45.9123840,\n
        "lon": 5.8119530,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481096,\n
        "lat": 45.9123920,\n
        "lon": 5.8088290,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481098,\n
        "lat": 45.9123980,\n
        "lon": 5.8115280,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481099,\n
        "lat": 45.9123990,\n
        "lon": 5.8116560,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481101,\n
        "lat": 45.9124030,\n
        "lon": 5.8045440,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481102,\n
        "lat": 45.9124040,\n
        "lon": 5.8083040,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481103,\n
        "lat": 45.9124050,\n
        "lon": 5.8112980,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481104,\n
        "lat": 45.9124050,\n
        "lon": 5.8115170,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481105,\n
        "lat": 45.9124090,\n
        "lon": 5.8045180,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481106,\n
        "lat": 45.9124150,\n
        "lon": 5.8087320,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481107,\n
        "lat": 45.9124190,\n
        "lon": 5.8082310,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481108,\n
        "lat": 45.9124190,\n
        "lon": 5.8087190,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481109,\n
        "lat": 45.9124200,\n
        "lon": 5.8071810,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481110,\n
        "lat": 45.9124200,\n
        "lon": 5.8084420,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481111,\n
        "lat": 45.9124210,\n
        "lon": 5.8073110,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481112,\n
        "lat": 45.9124250,\n
        "lon": 5.8109390,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481113,\n
        "lat": 45.9124300,\n
        "lon": 5.8083960,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481114,\n
        "lat": 45.9124310,\n
        "lon": 5.8087950,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481115,\n
        "lat": 45.9124310,\n
        "lon": 5.8089450,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481116,\n
        "lat": 45.9124340,\n
        "lon": 5.8074780,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481117,\n
        "lat": 45.9124340,\n
        "lon": 5.8112150,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481118,\n
        "lat": 45.9124360,\n
        "lon": 5.8108470,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481119,\n
        "lat": 45.9124370,\n
        "lon": 5.8054280,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481120,\n
        "lat": 45.9124380,\n
        "lon": 5.8044130,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481121,\n
        "lat": 45.9124380,\n
        "lon": 5.8089990,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481122,\n
        "lat": 45.9124390,\n
        "lon": 5.8075190,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481123,\n
        "lat": 45.9124410,\n
        "lon": 5.8203260,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481124,\n
        "lat": 45.9124420,\n
        "lon": 5.8043880,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481125,\n
        "lat": 45.9124420,\n
        "lon": 5.8045690,\n
        "timestamp": "2013-04-20T23:02:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481126,\n
        "lat": 45.9124420,\n
        "lon": 5.8089120,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481127,\n
        "lat": 45.9124430,\n
        "lon": 5.8115880,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481128,\n
        "lat": 45.9124440,\n
        "lon": 5.8086080,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481129,\n
        "lat": 45.9124450,\n
        "lon": 5.8043910,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481130,\n
        "lat": 45.9124450,\n
        "lon": 5.8090060,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481131,\n
        "lat": 45.9124500,\n
        "lon": 5.8085860,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481132,\n
        "lat": 45.9124500,\n
        "lon": 5.8209210,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481133,\n
        "lat": 45.9124510,\n
        "lon": 5.8053530,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481134,\n
        "lat": 45.9124530,\n
        "lon": 5.8083250,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481135,\n
        "lat": 45.9124530,\n
        "lon": 5.8209720,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481136,\n
        "lat": 45.9124610,\n
        "lon": 5.8082830,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481137,\n
        "lat": 45.9124650,\n
        "lon": 5.8088190,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481138,\n
        "lat": 45.9124670,\n
        "lon": 5.8089280,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481139,\n
        "lat": 45.9124680,\n
        "lon": 5.8171580,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481140,\n
        "lat": 45.9124730,\n
        "lon": 5.8084620,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481141,\n
        "lat": 45.9124750,\n
        "lon": 5.8135370,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481142,\n
        "lat": 45.9124780,\n
        "lon": 5.8207250,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481143,\n
        "lat": 45.9124810,\n
        "lon": 5.8074660,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481144,\n
        "lat": 45.9124810,\n
        "lon": 5.8084160,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481145,\n
        "lat": 45.9124830,\n
        "lon": 5.8087520,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481147,\n
        "lat": 45.9124850,\n
        "lon": 5.8089400,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481148,\n
        "lat": 45.9124860,\n
        "lon": 5.8044160,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481149,\n
        "lat": 45.9124880,\n
        "lon": 5.8071950,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481150,\n
        "lat": 45.9124890,\n
        "lon": 5.8136120,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481151,\n
        "lat": 45.9124940,\n
        "lon": 5.8061472,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481152,\n
        "lat": 45.9124950,\n
        "lon": 5.8062522,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481153,\n
        "lat": 45.9124960,\n
        "lon": 5.8071270,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481154,\n
        "lat": 45.9124990,\n
        "lon": 5.8134950,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481156,\n
        "lat": 45.9125030,\n
        "lon": 5.8083010,\n
        "timestamp": "2013-04-20T23:02:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481157,\n
        "lat": 45.9125040,\n
        "lon": 5.8134870,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481158,\n
        "lat": 45.9125050,\n
        "lon": 5.8086410,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481159,\n
        "lat": 45.9125060,\n
        "lon": 5.8077170,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481160,\n
        "lat": 45.9125070,\n
        "lon": 5.8054580,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481161,\n
        "lat": 45.9125080,\n
        "lon": 5.8135070,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481162,\n
        "lat": 45.9125110,\n
        "lon": 5.8135250,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481163,\n
        "lat": 45.9125130,\n
        "lon": 5.8135000,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481164,\n
        "lat": 45.9125140,\n
        "lon": 5.8075120,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481165,\n
        "lat": 45.9125160,\n
        "lon": 5.8074610,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481166,\n
        "lat": 45.9125160,\n
        "lon": 5.8170840,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481167,\n
        "lat": 45.9125180,\n
        "lon": 5.8053800,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481168,\n
        "lat": 45.9125190,\n
        "lon": 5.8075860,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481169,\n
        "lat": 45.9125210,\n
        "lon": 5.8053860,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481170,\n
        "lat": 45.9125210,\n
        "lon": 5.8136340,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481171,\n
        "lat": 45.9125220,\n
        "lon": 5.8073220,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481172,\n
        "lat": 45.9125270,\n
        "lon": 5.8135970,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481173,\n
        "lat": 45.9125300,\n
        "lon": 5.8090070,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481174,\n
        "lat": 45.9125300,\n
        "lon": 5.8136160,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481175,\n
        "lat": 45.9125300,\n
        "lon": 5.8136400,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481176,\n
        "lat": 45.9125310,\n
        "lon": 5.8087960,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481177,\n
        "lat": 45.9125330,\n
        "lon": 5.8087900,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481178,\n
        "lat": 45.9125370,\n
        "lon": 5.8136220,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481179,\n
        "lat": 45.9125380,\n
        "lon": 5.8084850,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481180,\n
        "lat": 45.9125410,\n
        "lon": 5.8089760,\n
        "timestamp": "2013-04-20T23:02:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481181,\n
        "lat": 45.9125430,\n
        "lon": 5.8192450,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481182,\n
        "lat": 45.9125450,\n
        "lon": 5.8139480,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481184,\n
        "lat": 45.9125510,\n
        "lon": 5.8140810,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481185,\n
        "lat": 45.9125530,\n
        "lon": 5.8134730,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481186,\n
        "lat": 45.9125550,\n
        "lon": 5.8134850,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481187,\n
        "lat": 45.9125610,\n
        "lon": 5.8134700,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481188,\n
        "lat": 45.9125630,\n
        "lon": 5.8134820,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481189,\n
        "lat": 45.9125640,\n
        "lon": 5.8086690,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481190,\n
        "lat": 45.9125670,\n
        "lon": 5.8172880,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481191,\n
        "lat": 45.9125710,\n
        "lon": 5.8061452,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481192,\n
        "lat": 45.9125720,\n
        "lon": 5.8062502,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481193,\n
        "lat": 45.9125770,\n
        "lon": 5.8136070,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481194,\n
        "lat": 45.9125780,\n
        "lon": 5.8072140,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481195,\n
        "lat": 45.9125800,\n
        "lon": 5.8136220,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481196,\n
        "lat": 45.9125860,\n
        "lon": 5.8071500,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481197,\n
        "lat": 45.9125870,\n
        "lon": 5.8090420,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481198,\n
        "lat": 45.9125870,\n
        "lon": 5.8136040,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481199,\n
        "lat": 45.9125880,\n
        "lon": 5.8084730,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481200,\n
        "lat": 45.9125880,\n
        "lon": 5.8088320,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481201,\n
        "lat": 45.9125890,\n
        "lon": 5.8136190,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481203,\n
        "lat": 45.9125900,\n
        "lon": 5.8077340,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481204,\n
        "lat": 45.9125900,\n
        "lon": 5.8085190,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481205,\n
        "lat": 45.9125950,\n
        "lon": 5.8084350,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481206,\n
        "lat": 45.9125960,\n
        "lon": 5.8090140,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481207,\n
        "lat": 45.9125960,\n
        "lon": 5.8199010,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481208,\n
        "lat": 45.9126020,\n
        "lon": 5.8076020,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481209,\n
        "lat": 45.9126020,\n
        "lon": 5.8134550,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481210,\n
        "lat": 45.9126040,\n
        "lon": 5.8090200,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481211,\n
        "lat": 45.9126040,\n
        "lon": 5.8134680,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481212,\n
        "lat": 45.9126070,\n
        "lon": 5.8073420,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481213,\n
        "lat": 45.9126080,\n
        "lon": 5.8072200,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481214,\n
        "lat": 45.9126080,\n
        "lon": 5.8139430,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481215,\n
        "lat": 45.9126120,\n
        "lon": 5.8134510,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481216,\n
        "lat": 45.9126140,\n
        "lon": 5.8134620,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481217,\n
        "lat": 45.9126140,\n
        "lon": 5.8140750,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481218,\n
        "lat": 45.9126150,\n
        "lon": 5.8172100,\n
        "timestamp": "2013-04-20T23:02:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481219,\n
        "lat": 45.9126200,\n
        "lon": 5.8084770,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481220,\n
        "lat": 45.9126240,\n
        "lon": 5.8084590,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481221,\n
        "lat": 45.9126250,\n
        "lon": 5.8135910,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481222,\n
        "lat": 45.9126260,\n
        "lon": 5.8084430,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481223,\n
        "lat": 45.9126280,\n
        "lon": 5.8136040,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481224,\n
        "lat": 45.9126340,\n
        "lon": 5.8124130,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481225,\n
        "lat": 45.9126350,\n
        "lon": 5.8136020,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481226,\n
        "lat": 45.9126380,\n
        "lon": 5.8123020,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481227,\n
        "lat": 45.9126390,\n
        "lon": 5.8136260,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481228,\n
        "lat": 45.9126400,\n
        "lon": 5.8090390,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481229,\n
        "lat": 45.9126440,\n
        "lon": 5.8044780,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481231,\n
        "lat": 45.9126470,\n
        "lon": 5.8134070,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481233,\n
        "lat": 45.9126510,\n
        "lon": 5.8088740,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481235,\n
        "lat": 45.9126510,\n
        "lon": 5.8155270,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481237,\n
        "lat": 45.9126540,\n
        "lon": 5.8141090,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481239,\n
        "lat": 45.9126550,\n
        "lon": 5.8134470,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481241,\n
        "lat": 45.9126580,\n
        "lon": 5.8087190,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481243,\n
        "lat": 45.9126620,\n
        "lon": 5.8141850,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481245,\n
        "lat": 45.9126640,\n
        "lon": 5.8192340,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481247,\n
        "lat": 45.9126720,\n
        "lon": 5.8088850,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481248,\n
        "lat": 45.9126830,\n
        "lon": 5.8042940,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481250,\n
        "lat": 45.9126860,\n
        "lon": 5.8194910,\n
        "timestamp": "2013-04-20T23:02:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481252,\n
        "lat": 45.9126870,\n
        "lon": 5.8141000,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481254,\n
        "lat": 45.9126900,\n
        "lon": 5.8127770,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481257,\n
        "lat": 45.9126910,\n
        "lon": 5.8126850,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481259,\n
        "lat": 45.9126910,\n
        "lon": 5.8133910,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481263,\n
        "lat": 45.9126940,\n
        "lon": 5.8085930,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481265,\n
        "lat": 45.9126960,\n
        "lon": 5.8141770,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481267,\n
        "lat": 45.9126970,\n
        "lon": 5.8085820,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481269,\n
        "lat": 45.9126990,\n
        "lon": 5.8091570,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481271,\n
        "lat": 45.9126990,\n
        "lon": 5.8134330,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481273,\n
        "lat": 45.9127090,\n
        "lon": 5.8091090,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481279,\n
        "lat": 45.9127110,\n
        "lon": 5.8157800,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481281,\n
        "lat": 45.9127130,\n
        "lon": 5.8201200,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481282,\n
        "lat": 45.9127170,\n
        "lon": 5.8085250,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481283,\n
        "lat": 45.9127200,\n
        "lon": 5.8090640,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481284,\n
        "lat": 45.9127200,\n
        "lon": 5.8123100,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481287,\n
        "lat": 45.9127230,\n
        "lon": 5.8085180,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481288,\n
        "lat": 45.9127240,\n
        "lon": 5.8090620,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481289,\n
        "lat": 45.9127240,\n
        "lon": 5.8122250,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481291,\n
        "lat": 45.9127370,\n
        "lon": 5.8133490,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481292,\n
        "lat": 45.9127380,\n
        "lon": 5.8134170,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481293,\n
        "lat": 45.9127430,\n
        "lon": 5.8045260,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481294,\n
        "lat": 45.9127440,\n
        "lon": 5.8089720,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481295,\n
        "lat": 45.9127450,\n
        "lon": 5.8205690,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481296,\n
        "lat": 45.9127460,\n
        "lon": 5.8086170,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481297,\n
        "lat": 45.9127480,\n
        "lon": 5.8086130,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481298,\n
        "lat": 45.9127490,\n
        "lon": 5.8154770,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481299,\n
        "lat": 45.9127500,\n
        "lon": 5.8091770,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481300,\n
        "lat": 45.9127510,\n
        "lon": 5.8087690,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481301,\n
        "lat": 45.9127520,\n
        "lon": 5.8089180,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481302,\n
        "lat": 45.9127567,\n
        "lon": 5.8053107,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481303,\n
        "lat": 45.9127550,\n
        "lon": 5.8091270,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481304,\n
        "lat": 45.9127560,\n
        "lon": 5.8127810,\n
        "timestamp": "2013-04-20T23:02:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481305,\n
        "lat": 45.9127560,\n
        "lon": 5.8128470,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481306,\n
        "lat": 45.9127600,\n
        "lon": 5.8087730,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481307,\n
        "lat": 45.9127600,\n
        "lon": 5.8192190,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481308,\n
        "lat": 45.9127666,\n
        "lon": 5.8052400,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481309,\n
        "lat": 45.9127670,\n
        "lon": 5.8135780,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481310,\n
        "lat": 45.9127680,\n
        "lon": 5.8090870,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481311,\n
        "lat": 45.9127680,\n
        "lon": 5.8208690,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481312,\n
        "lat": 45.9127700,\n
        "lon": 5.8152650,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481314,\n
        "lat": 45.9127820,\n
        "lon": 5.8194780,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481315,\n
        "lat": 45.9127840,\n
        "lon": 5.8043430,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481316,\n
        "lat": 45.9127840,\n
        "lon": 5.8086310,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481317,\n
        "lat": 45.9127860,\n
        "lon": 5.8128480,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481318,\n
        "lat": 45.9127870,\n
        "lon": 5.8118100,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481319,\n
        "lat": 45.9127870,\n
        "lon": 5.8124240,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481320,\n
        "lat": 45.9127870,\n
        "lon": 5.8152930,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481321,\n
        "lat": 45.9127880,\n
        "lon": 5.8126900,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481322,\n
        "lat": 45.9127949,\n
        "lon": 5.8051458,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481323,\n
        "lat": 45.9127900,\n
        "lon": 5.8088040,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481324,\n
        "lat": 45.9127900,\n
        "lon": 5.8089960,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481325,\n
        "lat": 45.9127900,\n
        "lon": 5.8118610,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481326,\n
        "lat": 45.9127900,\n
        "lon": 5.8135940,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481327,\n
        "lat": 45.9127900,\n
        "lon": 5.8154570,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481328,\n
        "lat": 45.9127950,\n
        "lon": 5.8073440,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481329,\n
        "lat": 45.9127950,\n
        "lon": 5.8122320,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481330,\n
        "lat": 45.9127970,\n
        "lon": 5.8087810,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481331,\n
        "lat": 45.9128049,\n
        "lon": 5.8050720,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481332,\n
        "lat": 45.9127980,\n
        "lon": 5.8082550,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481333,\n
        "lat": 45.9128010,\n
        "lon": 5.8121340,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481334,\n
        "lat": 45.9128020,\n
        "lon": 5.8213340,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481335,\n
        "lat": 45.9128030,\n
        "lon": 5.8133120,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481336,\n
        "lat": 45.9128040,\n
        "lon": 5.8152300,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481337,\n
        "lat": 45.9128070,\n
        "lon": 5.8119310,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481338,\n
        "lat": 45.9128090,\n
        "lon": 5.8157300,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481339,\n
        "lat": 45.9128100,\n
        "lon": 5.8081670,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481340,\n
        "lat": 45.9128130,\n
        "lon": 5.8152640,\n
        "timestamp": "2013-04-20T23:02:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481341,\n
        "lat": 45.9128140,\n
        "lon": 5.8071930,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481342,\n
        "lat": 45.9128300,\n
        "lon": 5.8086510,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481343,\n
        "lat": 45.9128300,\n
        "lon": 5.8088200,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481344,\n
        "lat": 45.9128340,\n
        "lon": 5.8121370,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481345,\n
        "lat": 45.9128360,\n
        "lon": 5.8118000,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481346,\n
        "lat": 45.9128427,\n
        "lon": 5.8051601,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481347,\n
        "lat": 45.9128370,\n
        "lon": 5.8134460,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481348,\n
        "lat": 45.9128380,\n
        "lon": 5.8119320,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481349,\n
        "lat": 45.9128460,\n
        "lon": 5.8051432,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481350,\n
        "lat": 45.9128400,\n
        "lon": 5.8118510,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481351,\n
        "lat": 45.9128460,\n
        "lon": 5.8072020,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481352,\n
        "lat": 45.9128537,\n
        "lon": 5.8050854,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481353,\n
        "lat": 45.9128549,\n
        "lon": 5.8050704,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481354,\n
        "lat": 45.9128480,\n
        "lon": 5.8071890,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481355,\n
        "lat": 45.9128500,\n
        "lon": 5.8132890,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481356,\n
        "lat": 45.9128510,\n
        "lon": 5.8157110,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481357,\n
        "lat": 45.9128550,\n
        "lon": 5.8134800,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481358,\n
        "lat": 45.9128590,\n
        "lon": 5.8082730,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481359,\n
        "lat": 45.9128600,\n
        "lon": 5.8086570,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481360,\n
        "lat": 45.9128640,\n
        "lon": 5.8092560,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481361,\n
        "lat": 45.9128660,\n
        "lon": 5.8092090,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481362,\n
        "lat": 45.9128670,\n
        "lon": 5.8072070,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481363,\n
        "lat": 45.9128680,\n
        "lon": 5.8092320,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481364,\n
        "lat": 45.9128690,\n
        "lon": 5.8071950,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481365,\n
        "lat": 45.9128700,\n
        "lon": 5.8132800,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481366,\n
        "lat": 45.9128710,\n
        "lon": 5.8081840,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481367,\n
        "lat": 45.9128720,\n
        "lon": 5.8135600,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481368,\n
        "lat": 45.9128773,\n
        "lon": 5.8053431,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481369,\n
        "lat": 45.9128771,\n
        "lon": 5.8053561,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481370,\n
        "lat": 45.9128770,\n
        "lon": 5.8073770,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481371,\n
        "lat": 45.9128770,\n
        "lon": 5.8134250,\n
        "timestamp": "2013-04-20T23:02:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481372,\n
        "lat": 45.9128780,\n
        "lon": 5.8073670,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481373,\n
        "lat": 45.9128820,\n
        "lon": 5.8090850,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481374,\n
        "lat": 45.9128871,\n
        "lon": 5.8052844,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481375,\n
        "lat": 45.9128892,\n
        "lon": 5.8052724,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481376,\n
        "lat": 45.9128850,\n
        "lon": 5.8092370,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481377,\n
        "lat": 45.9128870,\n
        "lon": 5.8133640,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481378,\n
        "lat": 45.9128880,\n
        "lon": 5.8092160,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481379,\n
        "lat": 45.9128880,\n
        "lon": 5.8132720,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481380,\n
        "lat": 45.9128900,\n
        "lon": 5.8043330,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481381,\n
        "lat": 45.9128910,\n
        "lon": 5.8072720,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481382,\n
        "lat": 45.9128920,\n
        "lon": 5.8090180,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481383,\n
        "lat": 45.9128960,\n
        "lon": 5.8042530,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481384,\n
        "lat": 45.9128970,\n
        "lon": 5.8134150,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481385,\n
        "lat": 45.9128980,\n
        "lon": 5.8088340,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481386,\n
        "lat": 45.9129000,\n
        "lon": 5.8072150,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481387,\n
        "lat": 45.9129010,\n
        "lon": 5.8082040,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481388,\n
        "lat": 45.9129030,\n
        "lon": 5.8134130,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481389,\n
        "lat": 45.9129040,\n
        "lon": 5.8133550,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481390,\n
        "lat": 45.9129090,\n
        "lon": 5.8134140,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481391,\n
        "lat": 45.9129090,\n
        "lon": 5.8134520,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481392,\n
        "lat": 45.9129120,\n
        "lon": 5.8134180,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481393,\n
        "lat": 45.9129130,\n
        "lon": 5.8073860,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481394,\n
        "lat": 45.9129140,\n
        "lon": 5.8134480,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481395,\n
        "lat": 45.9129150,\n
        "lon": 5.8134240,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481396,\n
        "lat": 45.9129160,\n
        "lon": 5.8134410,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481397,\n
        "lat": 45.9129190,\n
        "lon": 5.8080770,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481398,\n
        "lat": 45.9129239,\n
        "lon": 5.8053704,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481399,\n
        "lat": 45.9129261,\n
        "lon": 5.8053555,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481400,\n
        "lat": 45.9129260,\n
        "lon": 5.8072820,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481401,\n
        "lat": 45.9129260,\n
        "lon": 5.8200910,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481402,\n
        "lat": 45.9129270,\n
        "lon": 5.8127980,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481403,\n
        "lat": 45.9129280,\n
        "lon": 5.8086690,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481405,\n
        "lat": 45.9129290,\n
        "lon": 5.8127070,\n
        "timestamp": "2013-04-20T23:02:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481407,\n
        "lat": 45.9129339,\n
        "lon": 5.8052987,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481409,\n
        "lat": 45.9129351,\n
        "lon": 5.8052837,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481422,\n
        "lat": 45.9129460,\n
        "lon": 5.8043440,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481424,\n
        "lat": 45.9129530,\n
        "lon": 5.8042650,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481426,\n
        "lat": 45.9129570,\n
        "lon": 5.8091580,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481428,\n
        "lat": 45.9129653,\n
        "lon": 5.8051935,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481430,\n
        "lat": 45.9129600,\n
        "lon": 5.8205380,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481432,\n
        "lat": 45.9129675,\n
        "lon": 5.8051776,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481434,\n
        "lat": 45.9129630,\n
        "lon": 5.8043730,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481436,\n
        "lat": 45.9129640,\n
        "lon": 5.8091120,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481438,\n
        "lat": 45.9129763,\n
        "lon": 5.8051178,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481440,\n
        "lat": 45.9129775,\n
        "lon": 5.8051038,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481444,\n
        "lat": 45.9129770,\n
        "lon": 5.8042490,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481446,\n
        "lat": 45.9129780,\n
        "lon": 5.8092920,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481448,\n
        "lat": 45.9129780,\n
        "lon": 5.8130060,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481450,\n
        "lat": 45.9129820,\n
        "lon": 5.8128760,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481452,\n
        "lat": 45.9129880,\n
        "lon": 5.8091200,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481454,\n
        "lat": 45.9129880,\n
        "lon": 5.8208320,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481456,\n
        "lat": 45.9129998,\n
        "lon": 5.8053785,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481457,\n
        "lat": 45.9129970,\n
        "lon": 5.8090510,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481458,\n
        "lat": 45.9129970,\n
        "lon": 5.8091680,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481459,\n
        "lat": 45.9129980,\n
        "lon": 5.8082330,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481460,\n
        "lat": 45.9130098,\n
        "lon": 5.8053038,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481461,\n
        "lat": 45.9130170,\n
        "lon": 5.8081060,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481462,\n
        "lat": 45.9130220,\n
        "lon": 5.8043850,\n
        "timestamp": "2013-04-20T23:02:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481463,\n
        "lat": 45.9130257,\n
        "lon": 5.8053852,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481464,\n
        "lat": 45.9130240,\n
        "lon": 5.8043670,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481465,\n
        "lat": 45.9130250,\n
        "lon": 5.8213000,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481466,\n
        "lat": 45.9130360,\n
        "lon": 5.8042630,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481467,\n
        "lat": 45.9130410,\n
        "lon": 5.8052156,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481468,\n
        "lat": 45.9130370,\n
        "lon": 5.8042460,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481469,\n
        "lat": 45.9130408,\n
        "lon": 5.8053086,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481470,\n
        "lat": 45.9130511,\n
        "lon": 5.8051379,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481471,\n
        "lat": 45.9130580,\n
        "lon": 5.8128090,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481472,\n
        "lat": 45.9130600,\n
        "lon": 5.8127520,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481473,\n
        "lat": 45.9130850,\n
        "lon": 5.8052208,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481474,\n
        "lat": 45.9130989,\n
        "lon": 5.8051482,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481475,\n
        "lat": 45.9131020,\n
        "lon": 5.8129480,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481476,\n
        "lat": 45.9131040,\n
        "lon": 5.8128850,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481477,\n
        "lat": 45.9131210,\n
        "lon": 5.8202490,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481478,\n
        "lat": 45.9131262,\n
        "lon": 5.8054270,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481479,\n
        "lat": 45.9131350,\n
        "lon": 5.8117410,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481480,\n
        "lat": 45.9131360,\n
        "lon": 5.8204590,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481481,\n
        "lat": 45.9131412,\n
        "lon": 5.8053514,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481482,\n
        "lat": 45.9131380,\n
        "lon": 5.8130170,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481483,\n
        "lat": 45.9131410,\n
        "lon": 5.8116760,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481484,\n
        "lat": 45.9131480,\n
        "lon": 5.8119670,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481485,\n
        "lat": 45.9131605,\n
        "lon": 5.8052530,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481486,\n
        "lat": 45.9131570,\n
        "lon": 5.8120670,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481487,\n
        "lat": 45.9131650,\n
        "lon": 5.8082590,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481488,\n
        "lat": 45.9131755,\n
        "lon": 5.8051834,\n
        "timestamp": "2020-12-20T19:41:25Z",\n
        "version": 2,\n
        "changeset": 96152544,\n
        "user": "cquest",\n
        "uid": 158826\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481489,\n
        "lat": 45.9131740,\n
        "lon": 5.8118420,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481490,\n
        "lat": 45.9131750,\n
        "lon": 5.8113290,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481491,\n
        "lat": 45.9131750,\n
        "lon": 5.8119780,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481492,\n
        "lat": 45.9131770,\n
        "lon": 5.8044240,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481493,\n
        "lat": 45.9131780,\n
        "lon": 5.8044020,\n
        "timestamp": "2013-04-20T23:02:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481494,\n
        "lat": 45.9131780,\n
        "lon": 5.8129520,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481495,\n
        "lat": 45.9131840,\n
        "lon": 5.8112220,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481496,\n
        "lat": 45.9131880,\n
        "lon": 5.8081050,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481497,\n
        "lat": 45.9131900,\n
        "lon": 5.8043040,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481498,\n
        "lat": 45.9131920,\n
        "lon": 5.8042810,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481499,\n
        "lat": 45.9132010,\n
        "lon": 5.8118520,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481500,\n
        "lat": 45.9132100,\n
        "lon": 5.8112250,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481501,\n
        "lat": 45.9132110,\n
        "lon": 5.8105510,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481502,\n
        "lat": 45.9132120,\n
        "lon": 5.8082740,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481503,\n
        "lat": 45.9132160,\n
        "lon": 5.8109360,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481504,\n
        "lat": 45.9132180,\n
        "lon": 5.8079080,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481505,\n
        "lat": 45.9132230,\n
        "lon": 5.8110460,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481506,\n
        "lat": 45.9132250,\n
        "lon": 5.8107960,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481507,\n
        "lat": 45.9132290,\n
        "lon": 5.8119470,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481508,\n
        "lat": 45.9132290,\n
        "lon": 5.8120970,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481509,\n
        "lat": 45.9132350,\n
        "lon": 5.8081180,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481510,\n
        "lat": 45.9132380,\n
        "lon": 5.8195500,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481511,\n
        "lat": 45.9132400,\n
        "lon": 5.8114470,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481512,\n
        "lat": 45.9132400,\n
        "lon": 5.8117180,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481513,\n
        "lat": 45.9132420,\n
        "lon": 5.8116390,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481514,\n
        "lat": 45.9132420,\n
        "lon": 5.8116490,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481515,\n
        "lat": 45.9132440,\n
        "lon": 5.8118710,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481516,\n
        "lat": 45.9132470,\n
        "lon": 5.8113390,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481517,\n
        "lat": 45.9132470,\n
        "lon": 5.8120160,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481518,\n
        "lat": 45.9132470,\n
        "lon": 5.8204520,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481519,\n
        "lat": 45.9132490,\n
        "lon": 5.8196930,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481520,\n
        "lat": 45.9132520,\n
        "lon": 5.8116370,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481521,\n
        "lat": 45.9132520,\n
        "lon": 5.8116460,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481522,\n
        "lat": 45.9132530,\n
        "lon": 5.8205390,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481523,\n
        "lat": 45.9132540,\n
        "lon": 5.8120190,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481524,\n
        "lat": 45.9132600,\n
        "lon": 5.8102770,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481525,\n
        "lat": 45.9132640,\n
        "lon": 5.8044670,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481526,\n
        "lat": 45.9132640,\n
        "lon": 5.8113400,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481527,\n
        "lat": 45.9132650,\n
        "lon": 5.8116340,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481528,\n
        "lat": 45.9132650,\n
        "lon": 5.8116420,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481529,\n
        "lat": 45.9132650,\n
        "lon": 5.8117130,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481530,\n
        "lat": 45.9132660,\n
        "lon": 5.8044430,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481531,\n
        "lat": 45.9132660,\n
        "lon": 5.8116670,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481532,\n
        "lat": 45.9132660,\n
        "lon": 5.8119610,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481533,\n
        "lat": 45.9132720,\n
        "lon": 5.8112310,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481534,\n
        "lat": 45.9132730,\n
        "lon": 5.8208070,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481535,\n
        "lat": 45.9132750,\n
        "lon": 5.8043460,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481536,\n
        "lat": 45.9132770,\n
        "lon": 5.8043230,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481537,\n
        "lat": 45.9132800,\n
        "lon": 5.8114540,\n
        "timestamp": "2013-04-20T23:02:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481538,\n
        "lat": 45.9132830,\n
        "lon": 5.8081310,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481539,\n
        "lat": 45.9132860,\n
        "lon": 5.8105800,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481540,\n
        "lat": 45.9132880,\n
        "lon": 5.8112320,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481541,\n
        "lat": 45.9132880,\n
        "lon": 5.8113430,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481542,\n
        "lat": 45.9132890,\n
        "lon": 5.8210010,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481543,\n
        "lat": 45.9132910,\n
        "lon": 5.8109480,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481544,\n
        "lat": 45.9132920,\n
        "lon": 5.8109080,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481545,\n
        "lat": 45.9132940,\n
        "lon": 5.8116280,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481546,\n
        "lat": 45.9132940,\n
        "lon": 5.8116360,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481547,\n
        "lat": 45.9132940,\n
        "lon": 5.8116630,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481548,\n
        "lat": 45.9133000,\n
        "lon": 5.8110580,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481549,\n
        "lat": 45.9133010,\n
        "lon": 5.8109100,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481550,\n
        "lat": 45.9133070,\n
        "lon": 5.8108090,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481551,\n
        "lat": 45.9133110,\n
        "lon": 5.8079340,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481552,\n
        "lat": 45.9133160,\n
        "lon": 5.8104010,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481553,\n
        "lat": 45.9133200,\n
        "lon": 5.8208000,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481554,\n
        "lat": 45.9133230,\n
        "lon": 5.8202250,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481556,\n
        "lat": 45.9133250,\n
        "lon": 5.8044790,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481558,\n
        "lat": 45.9133290,\n
        "lon": 5.8104070,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481560,\n
        "lat": 45.9133340,\n
        "lon": 5.8209940,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481562,\n
        "lat": 45.9133350,\n
        "lon": 5.8088520,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481564,\n
        "lat": 45.9133370,\n
        "lon": 5.8043610,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481566,\n
        "lat": 45.9133400,\n
        "lon": 5.8114590,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481568,\n
        "lat": 45.9133460,\n
        "lon": 5.8205290,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481570,\n
        "lat": 45.9133470,\n
        "lon": 5.8103060,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481571,\n
        "lat": 45.9133470,\n
        "lon": 5.8113500,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481572,\n
        "lat": 45.9133510,\n
        "lon": 5.8128950,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481573,\n
        "lat": 45.9133560,\n
        "lon": 5.8086370,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481574,\n
        "lat": 45.9133560,\n
        "lon": 5.8128660,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481575,\n
        "lat": 45.9133760,\n
        "lon": 5.8107160,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481576,\n
        "lat": 45.9133780,\n
        "lon": 5.8106890,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481577,\n
        "lat": 45.9133780,\n
        "lon": 5.8127360,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481578,\n
        "lat": 45.9133820,\n
        "lon": 5.8083900,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481579,\n
        "lat": 45.9133860,\n
        "lon": 5.8093640,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481580,\n
        "lat": 45.9133890,\n
        "lon": 5.8093420,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481581,\n
        "lat": 45.9133940,\n
        "lon": 5.8121840,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481582,\n
        "lat": 45.9133980,\n
        "lon": 5.8093650,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481583,\n
        "lat": 45.9133990,\n
        "lon": 5.8077810,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481584,\n
        "lat": 45.9134000,\n
        "lon": 5.8093430,\n
        "timestamp": "2013-04-20T23:02:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481585,\n
        "lat": 45.9134010,\n
        "lon": 5.8105520,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481586,\n
        "lat": 45.9134050,\n
        "lon": 5.8077330,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481587,\n
        "lat": 45.9134060,\n
        "lon": 5.8107130,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481588,\n
        "lat": 45.9134090,\n
        "lon": 5.8107010,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481589,\n
        "lat": 45.9134110,\n
        "lon": 5.8081240,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481590,\n
        "lat": 45.9134160,\n
        "lon": 5.8076680,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481591,\n
        "lat": 45.9134160,\n
        "lon": 5.8092820,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481592,\n
        "lat": 45.9134170,\n
        "lon": 5.8122060,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481593,\n
        "lat": 45.9134170,\n
        "lon": 5.8129190,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481594,\n
        "lat": 45.9134190,\n
        "lon": 5.8092450,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481595,\n
        "lat": 45.9134190,\n
        "lon": 5.8120520,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481596,\n
        "lat": 45.9134190,\n
        "lon": 5.8121930,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481599,\n
        "lat": 45.9134210,\n
        "lon": 5.8114490,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481600,\n
        "lat": 45.9134230,\n
        "lon": 5.8103300,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481601,\n
        "lat": 45.9134230,\n
        "lon": 5.8128900,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481602,\n
        "lat": 45.9134260,\n
        "lon": 5.8113400,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481603,\n
        "lat": 45.9134280,\n
        "lon": 5.8128860,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481604,\n
        "lat": 45.9134300,\n
        "lon": 5.8091330,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481605,\n
        "lat": 45.9134300,\n
        "lon": 5.8105840,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481606,\n
        "lat": 45.9134320,\n
        "lon": 5.8107350,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481607,\n
        "lat": 45.9134330,\n
        "lon": 5.8105620,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481608,\n
        "lat": 45.9134350,\n
        "lon": 5.8107230,\n
        "timestamp": "2013-04-20T23:02:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481609,\n
        "lat": 45.9134360,\n
        "lon": 5.8119600,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481610,\n
        "lat": 45.9134360,\n
        "lon": 5.8122130,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481611,\n
        "lat": 45.9134390,\n
        "lon": 5.8122000,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481612,\n
        "lat": 45.9134410,\n
        "lon": 5.8129300,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481613,\n
        "lat": 45.9134430,\n
        "lon": 5.8102110,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481614,\n
        "lat": 45.9134460,\n
        "lon": 5.8045290,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481615,\n
        "lat": 45.9134470,\n
        "lon": 5.8088750,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481616,\n
        "lat": 45.9134480,\n
        "lon": 5.8084450,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481618,\n
        "lat": 45.9134490,\n
        "lon": 5.8128940,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481619,\n
        "lat": 45.9134500,\n
        "lon": 5.8127610,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481620,\n
        "lat": 45.9134520,\n
        "lon": 5.8084060,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481621,\n
        "lat": 45.9134530,\n
        "lon": 5.8124110,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481622,\n
        "lat": 45.9134540,\n
        "lon": 5.8047050,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481623,\n
        "lat": 45.9134580,\n
        "lon": 5.8118410,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481624,\n
        "lat": 45.9134580,\n
        "lon": 5.8122060,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481625,\n
        "lat": 45.9134590,\n
        "lon": 5.8102160,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481626,\n
        "lat": 45.9134620,\n
        "lon": 5.8107330,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481627,\n
        "lat": 45.9134620,\n
        "lon": 5.8123630,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481628,\n
        "lat": 45.9134620,\n
        "lon": 5.8195110,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481629,\n
        "lat": 45.9134640,\n
        "lon": 5.8101870,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481630,\n
        "lat": 45.9134660,\n
        "lon": 5.8047950,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481631,\n
        "lat": 45.9134690,\n
        "lon": 5.8047010,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481632,\n
        "lat": 45.9134690,\n
        "lon": 5.8199380,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481633,\n
        "lat": 45.9134700,\n
        "lon": 5.8086640,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481634,\n
        "lat": 45.9134730,\n
        "lon": 5.8196580,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481635,\n
        "lat": 45.9134740,\n
        "lon": 5.8095890,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481636,\n
        "lat": 45.9134770,\n
        "lon": 5.8200220,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481637,\n
        "lat": 45.9134780,\n
        "lon": 5.8095540,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481638,\n
        "lat": 45.9134810,\n
        "lon": 5.8120760,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481639,\n
        "lat": 45.9134850,\n
        "lon": 5.8106050,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481641,\n
        "lat": 45.9134920,\n
        "lon": 5.8122100,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481642,\n
        "lat": 45.9134930,\n
        "lon": 5.8094450,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481643,\n
        "lat": 45.9134930,\n
        "lon": 5.8102290,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481644,\n
        "lat": 45.9134950,\n
        "lon": 5.8119890,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481646,\n
        "lat": 45.9134980,\n
        "lon": 5.8084560,\n
        "timestamp": "2013-04-20T23:02:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481647,\n
        "lat": 45.9134980,\n
        "lon": 5.8102010,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481648,\n
        "lat": 45.9135010,\n
        "lon": 5.8084170,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481649,\n
        "lat": 45.9135080,\n
        "lon": 5.8119130,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481650,\n
        "lat": 45.9135120,\n
        "lon": 5.8199330,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481651,\n
        "lat": 45.9135130,\n
        "lon": 5.8199550,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481652,\n
        "lat": 45.9135160,\n
        "lon": 5.8115030,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481655,\n
        "lat": 45.9135180,\n
        "lon": 5.8118640,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481656,\n
        "lat": 45.9135190,\n
        "lon": 5.8114580,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481657,\n
        "lat": 45.9135220,\n
        "lon": 5.8113940,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481658,\n
        "lat": 45.9135250,\n
        "lon": 5.8096010,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481659,\n
        "lat": 45.9135250,\n
        "lon": 5.8113490,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481660,\n
        "lat": 45.9135280,\n
        "lon": 5.8084230,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481661,\n
        "lat": 45.9135280,\n
        "lon": 5.8200130,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481663,\n
        "lat": 45.9135290,\n
        "lon": 5.8045070,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481665,\n
        "lat": 45.9135290,\n
        "lon": 5.8093000,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481667,\n
        "lat": 45.9135290,\n
        "lon": 5.8095660,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481669,\n
        "lat": 45.9135300,\n
        "lon": 5.8200630,\n
        "timestamp": "2013-04-20T23:02:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481672,\n
        "lat": 45.9135320,\n
        "lon": 5.8092650,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481680,\n
        "lat": 45.9135330,\n
        "lon": 5.8190060,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481684,\n
        "lat": 45.9135340,\n
        "lon": 5.8119240,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481690,\n
        "lat": 45.9135370,\n
        "lon": 5.8046830,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481692,\n
        "lat": 45.9135380,\n
        "lon": 5.8190550,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481694,\n
        "lat": 45.9135420,\n
        "lon": 5.8092670,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481696,\n
        "lat": 45.9135430,\n
        "lon": 5.8118730,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481699,\n
        "lat": 45.9135440,\n
        "lon": 5.8094580,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481701,\n
        "lat": 45.9135490,\n
        "lon": 5.8047730,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481704,\n
        "lat": 45.9135510,\n
        "lon": 5.8091580,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481706,\n
        "lat": 45.9135510,\n
        "lon": 5.8119320,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481708,\n
        "lat": 45.9135520,\n
        "lon": 5.8046790,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481710,\n
        "lat": 45.9135540,\n
        "lon": 5.8078300,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481712,\n
        "lat": 45.9135560,\n
        "lon": 5.8081530,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481715,\n
        "lat": 45.9135580,\n
        "lon": 5.8119470,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481717,\n
        "lat": 45.9135600,\n
        "lon": 5.8119350,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481719,\n
        "lat": 45.9135610,\n
        "lon": 5.8118800,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481721,\n
        "lat": 45.9135640,\n
        "lon": 5.8103780,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481723,\n
        "lat": 45.9135650,\n
        "lon": 5.8189990,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481725,\n
        "lat": 45.9135670,\n
        "lon": 5.8203110,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481727,\n
        "lat": 45.9135680,\n
        "lon": 5.8112390,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481729,\n
        "lat": 45.9135680,\n
        "lon": 5.8190490,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481734,\n
        "lat": 45.9135740,\n
        "lon": 5.8077170,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481737,\n
        "lat": 45.9135750,\n
        "lon": 5.8111410,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481739,\n
        "lat": 45.9135750,\n
        "lon": 5.8118860,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481741,\n
        "lat": 45.9135760,\n
        "lon": 5.8057740,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481743,\n
        "lat": 45.9135810,\n
        "lon": 5.8118550,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481745,\n
        "lat": 45.9135850,\n
        "lon": 5.8111420,\n
        "timestamp": "2013-04-20T23:02:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481768,\n
        "lat": 45.9135900,\n
        "lon": 5.8102340,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481770,\n
        "lat": 45.9135920,\n
        "lon": 5.8056290,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481772,\n
        "lat": 45.9135940,\n
        "lon": 5.8036840,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481774,\n
        "lat": 45.9135940,\n
        "lon": 5.8110250,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481776,\n
        "lat": 45.9135990,\n
        "lon": 5.8207340,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481778,\n
        "lat": 45.9136030,\n
        "lon": 5.8036240,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481780,\n
        "lat": 45.9136080,\n
        "lon": 5.8106600,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481782,\n
        "lat": 45.9136120,\n
        "lon": 5.8115120,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481783,\n
        "lat": 45.9136130,\n
        "lon": 5.8107940,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481785,\n
        "lat": 45.9136140,\n
        "lon": 5.8119700,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481787,\n
        "lat": 45.9136170,\n
        "lon": 5.8114040,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481790,\n
        "lat": 45.9136170,\n
        "lon": 5.8119020,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481792,\n
        "lat": 45.9136170,\n
        "lon": 5.8199380,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481794,\n
        "lat": 45.9136190,\n
        "lon": 5.8092170,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481796,\n
        "lat": 45.9136230,\n
        "lon": 5.8118700,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481798,\n
        "lat": 45.9136260,\n
        "lon": 5.8200510,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481800,\n
        "lat": 45.9136270,\n
        "lon": 5.8091650,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481802,\n
        "lat": 45.9136280,\n
        "lon": 5.8119050,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481804,\n
        "lat": 45.9136310,\n
        "lon": 5.8106500,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481814,\n
        "lat": 45.9136310,\n
        "lon": 5.8106600,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481817,\n
        "lat": 45.9136320,\n
        "lon": 5.8092780,\n
        "timestamp": "2013-04-20T23:02:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481819,\n
        "lat": 45.9136340,\n
        "lon": 5.8057870,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481821,\n
        "lat": 45.9136370,\n
        "lon": 5.8057690,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481823,\n
        "lat": 45.9136390,\n
        "lon": 5.8092220,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481825,\n
        "lat": 45.9136400,\n
        "lon": 5.8107920,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481827,\n
        "lat": 45.9136400,\n
        "lon": 5.8108090,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481829,\n
        "lat": 45.9136560,\n
        "lon": 5.8074500,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481831,\n
        "lat": 45.9136560,\n
        "lon": 5.8093080,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481833,\n
        "lat": 45.9136580,\n
        "lon": 5.8037030,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481835,\n
        "lat": 45.9136590,\n
        "lon": 5.8074130,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481837,\n
        "lat": 45.9136600,\n
        "lon": 5.8092850,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481839,\n
        "lat": 45.9136610,\n
        "lon": 5.8073890,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481841,\n
        "lat": 45.9136650,\n
        "lon": 5.8102690,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481842,\n
        "lat": 45.9136650,\n
        "lon": 5.8123450,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481843,\n
        "lat": 45.9136660,\n
        "lon": 5.8036430,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481844,\n
        "lat": 45.9136660,\n
        "lon": 5.8107910,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481845,\n
        "lat": 45.9136670,\n
        "lon": 5.8091790,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481846,\n
        "lat": 45.9136670,\n
        "lon": 5.8107760,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481847,\n
        "lat": 45.9136690,\n
        "lon": 5.8103930,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481848,\n
        "lat": 45.9136690,\n
        "lon": 5.8202970,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481849,\n
        "lat": 45.9136700,\n
        "lon": 5.8112510,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481850,\n
        "lat": 45.9136720,\n
        "lon": 5.8091540,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481851,\n
        "lat": 45.9136730,\n
        "lon": 5.8073910,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481852,\n
        "lat": 45.9136760,\n
        "lon": 5.8122830,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481855,\n
        "lat": 45.9136770,\n
        "lon": 5.8111550,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481857,\n
        "lat": 45.9136790,\n
        "lon": 5.8204230,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481858,\n
        "lat": 45.9136810,\n
        "lon": 5.8073120,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481860,\n
        "lat": 45.9136820,\n
        "lon": 5.8074560,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481862,\n
        "lat": 45.9136820,\n
        "lon": 5.8102390,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481864,\n
        "lat": 45.9136820,\n
        "lon": 5.8102680,\n
        "timestamp": "2013-04-20T23:02:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481881,\n
        "lat": 45.9136840,\n
        "lon": 5.8110810,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481883,\n
        "lat": 45.9136840,\n
        "lon": 5.8125000,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481885,\n
        "lat": 45.9136850,\n
        "lon": 5.8074210,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481887,\n
        "lat": 45.9136880,\n
        "lon": 5.8110390,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481888,\n
        "lat": 45.9136890,\n
        "lon": 5.8073960,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481890,\n
        "lat": 45.9136890,\n
        "lon": 5.8119920,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481892,\n
        "lat": 45.9136910,\n
        "lon": 5.8111560,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481894,\n
        "lat": 45.9136920,\n
        "lon": 5.8093180,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481895,\n
        "lat": 45.9136940,\n
        "lon": 5.8206180,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481897,\n
        "lat": 45.9136950,\n
        "lon": 5.8092970,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481899,\n
        "lat": 45.9136960,\n
        "lon": 5.8110820,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481901,\n
        "lat": 45.9137000,\n
        "lon": 5.8119320,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481903,\n
        "lat": 45.9137020,\n
        "lon": 5.8207240,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481905,\n
        "lat": 45.9137090,\n
        "lon": 5.8091670,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481907,\n
        "lat": 45.9137090,\n
        "lon": 5.8123630,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481909,\n
        "lat": 45.9137110,\n
        "lon": 5.8091630,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481911,\n
        "lat": 45.9137150,\n
        "lon": 5.8102370,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481912,\n
        "lat": 45.9137160,\n
        "lon": 5.8102650,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481914,\n
        "lat": 45.9137290,\n
        "lon": 5.8107730,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481915,\n
        "lat": 45.9137310,\n
        "lon": 5.8107850,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481917,\n
        "lat": 45.9137460,\n
        "lon": 5.8102540,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481919,\n
        "lat": 45.9137470,\n
        "lon": 5.8102340,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481921,\n
        "lat": 45.9137490,\n
        "lon": 5.8120150,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481922,\n
        "lat": 45.9137500,\n
        "lon": 5.8106390,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481923,\n
        "lat": 45.9137510,\n
        "lon": 5.8093150,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481924,\n
        "lat": 45.9137510,\n
        "lon": 5.8106520,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481925,\n
        "lat": 45.9137520,\n
        "lon": 5.8103860,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481926,\n
        "lat": 45.9137530,\n
        "lon": 5.8103990,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481927,\n
        "lat": 45.9137530,\n
        "lon": 5.8107830,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481928,\n
        "lat": 45.9137540,\n
        "lon": 5.8107990,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481929,\n
        "lat": 45.9137590,\n
        "lon": 5.8119550,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481930,\n
        "lat": 45.9137700,\n
        "lon": 5.8074770,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481931,\n
        "lat": 45.9137720,\n
        "lon": 5.8091840,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481932,\n
        "lat": 45.9137730,\n
        "lon": 5.8074430,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481933,\n
        "lat": 45.9137740,\n
        "lon": 5.8106490,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481934,\n
        "lat": 45.9137830,\n
        "lon": 5.8107800,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481935,\n
        "lat": 45.9137850,\n
        "lon": 5.8073370,\n
        "timestamp": "2013-04-20T23:02:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481936,\n
        "lat": 45.9138100,\n
        "lon": 5.8102460,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481937,\n
        "lat": 45.9138170,\n
        "lon": 5.8103940,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481938,\n
        "lat": 45.9138250,\n
        "lon": 5.8059390,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481939,\n
        "lat": 45.9138380,\n
        "lon": 5.8058180,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481940,\n
        "lat": 45.9138520,\n
        "lon": 5.8056870,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481941,\n
        "lat": 45.9138700,\n
        "lon": 5.8204000,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481942,\n
        "lat": 45.9138820,\n
        "lon": 5.8094700,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481943,\n
        "lat": 45.9138840,\n
        "lon": 5.8205870,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481944,\n
        "lat": 45.9138880,\n
        "lon": 5.8097930,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481946,\n
        "lat": 45.9138990,\n
        "lon": 5.8092940,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481947,\n
        "lat": 45.9138990,\n
        "lon": 5.8097360,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481948,\n
        "lat": 45.9139100,\n
        "lon": 5.8059590,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481949,\n
        "lat": 45.9139160,\n
        "lon": 5.8097420,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481950,\n
        "lat": 45.9139170,\n
        "lon": 5.8098030,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481951,\n
        "lat": 45.9139180,\n
        "lon": 5.8097920,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481952,\n
        "lat": 45.9139250,\n
        "lon": 5.8058350,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481953,\n
        "lat": 45.9139660,\n
        "lon": 5.8094880,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481954,\n
        "lat": 45.9139820,\n
        "lon": 5.8098150,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481956,\n
        "lat": 45.9140240,\n
        "lon": 5.8058570,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481957,\n
        "lat": 45.9140380,\n
        "lon": 5.8057310,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481958,\n
        "lat": 45.9140510,\n
        "lon": 5.8094020,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481959,\n
        "lat": 45.9140600,\n
        "lon": 5.8093270,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481960,\n
        "lat": 45.9140610,\n
        "lon": 5.8127820,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481961,\n
        "lat": 45.9140660,\n
        "lon": 5.8126930,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481962,\n
        "lat": 45.9140770,\n
        "lon": 5.8126960,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481963,\n
        "lat": 45.9140780,\n
        "lon": 5.8126260,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481964,\n
        "lat": 45.9140790,\n
        "lon": 5.8060410,\n
        "timestamp": "2013-04-20T23:02:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481965,\n
        "lat": 45.9140790,\n
        "lon": 5.8122850,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481966,\n
        "lat": 45.9140850,\n
        "lon": 5.8124340,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481967,\n
        "lat": 45.9140850,\n
        "lon": 5.8125890,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481968,\n
        "lat": 45.9140870,\n
        "lon": 5.8122460,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481969,\n
        "lat": 45.9141070,\n
        "lon": 5.8058460,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481970,\n
        "lat": 45.9141110,\n
        "lon": 5.8122980,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481971,\n
        "lat": 45.9141120,\n
        "lon": 5.8126000,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481972,\n
        "lat": 45.9141130,\n
        "lon": 5.8122900,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481973,\n
        "lat": 45.9141150,\n
        "lon": 5.8037480,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481974,\n
        "lat": 45.9141190,\n
        "lon": 5.8122590,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481975,\n
        "lat": 45.9141200,\n
        "lon": 5.8057510,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481976,\n
        "lat": 45.9141200,\n
        "lon": 5.8060490,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481977,\n
        "lat": 45.9141210,\n
        "lon": 5.8095260,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481978,\n
        "lat": 45.9141230,\n
        "lon": 5.8122940,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481979,\n
        "lat": 45.9141240,\n
        "lon": 5.8035970,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481980,\n
        "lat": 45.9141240,\n
        "lon": 5.8128060,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481981,\n
        "lat": 45.9141250,\n
        "lon": 5.8057100,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481982,\n
        "lat": 45.9141260,\n
        "lon": 5.8097270,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481983,\n
        "lat": 45.9141310,\n
        "lon": 5.8127150,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481984,\n
        "lat": 45.9141380,\n
        "lon": 5.8056100,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481985,\n
        "lat": 45.9141380,\n
        "lon": 5.8122820,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481987,\n
        "lat": 45.9141400,\n
        "lon": 5.8127180,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481989,\n
        "lat": 45.9141410,\n
        "lon": 5.8122680,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481990,\n
        "lat": 45.9141460,\n
        "lon": 5.8058560,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481991,\n
        "lat": 45.9141490,\n
        "lon": 5.8107950,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481992,\n
        "lat": 45.9141500,\n
        "lon": 5.8126140,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481993,\n
        "lat": 45.9141530,\n
        "lon": 5.8093370,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481994,\n
        "lat": 45.9141550,\n
        "lon": 5.8095360,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481995,\n
        "lat": 45.9141580,\n
        "lon": 5.8057600,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481996,\n
        "lat": 45.9141630,\n
        "lon": 5.8057210,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481997,\n
        "lat": 45.9141670,\n
        "lon": 5.8106980,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481998,\n
        "lat": 45.9141690,\n
        "lon": 5.8123660,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274481999,\n
        "lat": 45.9141710,\n
        "lon": 5.8106990,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482000,\n
        "lat": 45.9141720,\n
        "lon": 5.8104530,\n
        "timestamp": "2013-04-20T23:02:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482001,\n
        "lat": 45.9141750,\n
        "lon": 5.8106780,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482002,\n
        "lat": 45.9141760,\n
        "lon": 5.8056200,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482003,\n
        "lat": 45.9141780,\n
        "lon": 5.8124720,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482004,\n
        "lat": 45.9141850,\n
        "lon": 5.8122850,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482006,\n
        "lat": 45.9141870,\n
        "lon": 5.8106830,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482008,\n
        "lat": 45.9141970,\n
        "lon": 5.8123780,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482009,\n
        "lat": 45.9141990,\n
        "lon": 5.8103010,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482010,\n
        "lat": 45.9142100,\n
        "lon": 5.8104670,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482011,\n
        "lat": 45.9142110,\n
        "lon": 5.8104590,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482012,\n
        "lat": 45.9142270,\n
        "lon": 5.8104650,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482013,\n
        "lat": 45.9142400,\n
        "lon": 5.8097640,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482014,\n
        "lat": 45.9142420,\n
        "lon": 5.8103170,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482015,\n
        "lat": 45.9142430,\n
        "lon": 5.8104710,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482016,\n
        "lat": 45.9142450,\n
        "lon": 5.8104590,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482017,\n
        "lat": 45.9142490,\n
        "lon": 5.8104440,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482019,\n
        "lat": 45.9142570,\n
        "lon": 5.8096620,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482020,\n
        "lat": 45.9142570,\n
        "lon": 5.8104310,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482022,\n
        "lat": 45.9142590,\n
        "lon": 5.8103350,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482024,\n
        "lat": 45.9142600,\n
        "lon": 5.8103320,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482026,\n
        "lat": 45.9142600,\n
        "lon": 5.8103520,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482028,\n
        "lat": 45.9142610,\n
        "lon": 5.8103240,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482030,\n
        "lat": 45.9142610,\n
        "lon": 5.8104210,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482031,\n
        "lat": 45.9142620,\n
        "lon": 5.8102110,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482033,\n
        "lat": 45.9142640,\n
        "lon": 5.8103710,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482035,\n
        "lat": 45.9142650,\n
        "lon": 5.8104020,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482037,\n
        "lat": 45.9142670,\n
        "lon": 5.8097740,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482039,\n
        "lat": 45.9142670,\n
        "lon": 5.8103860,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482041,\n
        "lat": 45.9142830,\n
        "lon": 5.8096700,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482043,\n
        "lat": 45.9142920,\n
        "lon": 5.8037770,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482045,\n
        "lat": 45.9142930,\n
        "lon": 5.8037680,\n
        "timestamp": "2013-04-20T23:02:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482046,\n
        "lat": 45.9143010,\n
        "lon": 5.8036180,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482048,\n
        "lat": 45.9143220,\n
        "lon": 5.8094370,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482050,\n
        "lat": 45.9143240,\n
        "lon": 5.8105280,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482052,\n
        "lat": 45.9143260,\n
        "lon": 5.8093870,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482053,\n
        "lat": 45.9143300,\n
        "lon": 5.8108620,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482055,\n
        "lat": 45.9143360,\n
        "lon": 5.8104960,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482057,\n
        "lat": 45.9143420,\n
        "lon": 5.8104790,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482059,\n
        "lat": 45.9143610,\n
        "lon": 5.8098070,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482060,\n
        "lat": 45.9143760,\n
        "lon": 5.8106100,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482062,\n
        "lat": 45.9143840,\n
        "lon": 5.8037870,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482064,\n
        "lat": 45.9143920,\n
        "lon": 5.8036280,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482066,\n
        "lat": 45.9143980,\n
        "lon": 5.8103950,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482068,\n
        "lat": 45.9144020,\n
        "lon": 5.8103760,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482070,\n
        "lat": 45.9144150,\n
        "lon": 5.8094640,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482071,\n
        "lat": 45.9144180,\n
        "lon": 5.8103820,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482072,\n
        "lat": 45.9144180,\n
        "lon": 5.8105410,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482073,\n
        "lat": 45.9144190,\n
        "lon": 5.8103790,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482074,\n
        "lat": 45.9144230,\n
        "lon": 5.8105240,\n
        "timestamp": "2013-04-20T23:02:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482075,\n
        "lat": 45.9144250,\n
        "lon": 5.8125890,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482077,\n
        "lat": 45.9144370,\n
        "lon": 5.8102780,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482078,\n
        "lat": 45.9144450,\n
        "lon": 5.8104060,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482079,\n
        "lat": 45.9144460,\n
        "lon": 5.8124510,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482080,\n
        "lat": 45.9144720,\n
        "lon": 5.8039040,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482081,\n
        "lat": 45.9144790,\n
        "lon": 5.8037680,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482082,\n
        "lat": 45.9144860,\n
        "lon": 5.8124740,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482083,\n
        "lat": 45.9144880,\n
        "lon": 5.8124630,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482085,\n
        "lat": 45.9145680,\n
        "lon": 5.8126370,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482086,\n
        "lat": 45.9145700,\n
        "lon": 5.8095660,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482087,\n
        "lat": 45.9145770,\n
        "lon": 5.8095040,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482090,\n
        "lat": 45.9145870,\n
        "lon": 5.8125060,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482091,\n
        "lat": 45.9146000,\n
        "lon": 5.8093070,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482093,\n
        "lat": 45.9146300,\n
        "lon": 5.8096390,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482094,\n
        "lat": 45.9146360,\n
        "lon": 5.8095830,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482096,\n
        "lat": 45.9146670,\n
        "lon": 5.8095260,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482097,\n
        "lat": 45.9146710,\n
        "lon": 5.8096480,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482099,\n
        "lat": 45.9146840,\n
        "lon": 5.8095300,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482101,\n
        "lat": 45.9146910,\n
        "lon": 5.8093290,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482103,\n
        "lat": 45.9147180,\n
        "lon": 5.8039270,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482104,\n
        "lat": 45.9147200,\n
        "lon": 5.8038680,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482105,\n
        "lat": 45.9147230,\n
        "lon": 5.8037930,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482106,\n
        "lat": 45.9147230,\n
        "lon": 5.8037980,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482113,\n
        "lat": 45.9147680,\n
        "lon": 5.8038720,\n
        "timestamp": "2013-04-20T23:02:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482114,\n
        "lat": 45.9147681,\n
        "lon": 5.8104006,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482115,\n
        "lat": 45.9147710,\n
        "lon": 5.8038010,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482116,\n
        "lat": 45.9147738,\n
        "lon": 5.8103697,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482117,\n
        "lat": 45.9147683,\n
        "lon": 5.8087861,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 3,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482120,\n
        "lat": 45.9149195,\n
        "lon": 5.8087961,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 3,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482122,\n
        "lat": 45.9149250,\n
        "lon": 5.8086375,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 3,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482124,\n
        "lat": 45.9149070,\n
        "lon": 5.8097840,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482125,\n
        "lat": 45.9149087,\n
        "lon": 5.8104539,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482126,\n
        "lat": 45.9149140,\n
        "lon": 5.8096770,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482127,\n
        "lat": 45.9149144,\n
        "lon": 5.8104230,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482128,\n
        "lat": 45.9149170,\n
        "lon": 5.8096780,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482129,\n
        "lat": 45.9149190,\n
        "lon": 5.8096240,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482130,\n
        "lat": 45.9149250,\n
        "lon": 5.8097870,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482131,\n
        "lat": 45.9149340,\n
        "lon": 5.8096820,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482132,\n
        "lat": 45.9149572,\n
        "lon": 5.8104723,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 2,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482133,\n
        "lat": 45.9149970,\n
        "lon": 5.8098020,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482134,\n
        "lat": 45.9150120,\n
        "lon": 5.8096410,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482135,\n
        "lat": 45.9150650,\n
        "lon": 5.8040050,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482136,\n
        "lat": 45.9150690,\n
        "lon": 5.8038660,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482137,\n
        "lat": 45.9150820,\n
        "lon": 5.8071600,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482138,\n
        "lat": 45.9150940,\n
        "lon": 5.8071160,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482139,\n
        "lat": 45.9151010,\n
        "lon": 5.8072080,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482140,\n
        "lat": 45.9151100,\n
        "lon": 5.8038700,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482141,\n
        "lat": 45.9151110,\n
        "lon": 5.8071250,\n
        "timestamp": "2013-04-20T23:02:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482142,\n
        "lat": 45.9151120,\n
        "lon": 5.8037910,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482143,\n
        "lat": 45.9151170,\n
        "lon": 5.8071020,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482144,\n
        "lat": 45.9151540,\n
        "lon": 5.8070790,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482145,\n
        "lat": 45.9152040,\n
        "lon": 5.8071970,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482146,\n
        "lat": 45.9152060,\n
        "lon": 5.8071040,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482147,\n
        "lat": 45.9152060,\n
        "lon": 5.8072620,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482148,\n
        "lat": 45.9152130,\n
        "lon": 5.8040160,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482149,\n
        "lat": 45.9152150,\n
        "lon": 5.8071570,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482150,\n
        "lat": 45.9152170,\n
        "lon": 5.8039780,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482151,\n
        "lat": 45.9152180,\n
        "lon": 5.8039100,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482152,\n
        "lat": 45.9152190,\n
        "lon": 5.8038790,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482153,\n
        "lat": 45.9152200,\n
        "lon": 5.8072060,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482154,\n
        "lat": 45.9152210,\n
        "lon": 5.8038020,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482155,\n
        "lat": 45.9152490,\n
        "lon": 5.8039820,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482156,\n
        "lat": 45.9152500,\n
        "lon": 5.8039520,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482157,\n
        "lat": 45.9152510,\n
        "lon": 5.8039120,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482158,\n
        "lat": 45.9152750,\n
        "lon": 5.8145650,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482159,\n
        "lat": 45.9152760,\n
        "lon": 5.8143840,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482160,\n
        "lat": 45.9152850,\n
        "lon": 5.8039550,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482161,\n
        "lat": 45.9152870,\n
        "lon": 5.8039140,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482162,\n
        "lat": 45.9153630,\n
        "lon": 5.8041720,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482163,\n
        "lat": 45.9153670,\n
        "lon": 5.8040530,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482164,\n
        "lat": 45.9154450,\n
        "lon": 5.8098500,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482165,\n
        "lat": 45.9154490,\n
        "lon": 5.8040310,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482166,\n
        "lat": 45.9154490,\n
        "lon": 5.8040570,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482167,\n
        "lat": 45.9154500,\n
        "lon": 5.8097060,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482170,\n
        "lat": 45.9155000,\n
        "lon": 5.8041810,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482171,\n
        "lat": 45.9155040,\n
        "lon": 5.8040250,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482172,\n
        "lat": 45.9155060,\n
        "lon": 5.8097310,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482173,\n
        "lat": 45.9155080,\n
        "lon": 5.8097100,\n
        "timestamp": "2013-04-20T23:02:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482174,\n
        "lat": 45.9155270,\n
        "lon": 5.8047850,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482176,\n
        "lat": 45.9155330,\n
        "lon": 5.8049290,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482177,\n
        "lat": 45.9155340,\n
        "lon": 5.8067050,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482178,\n
        "lat": 45.9155410,\n
        "lon": 5.8068430,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482179,\n
        "lat": 45.9155420,\n
        "lon": 5.8068600,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482182,\n
        "lat": 45.9155540,\n
        "lon": 5.8079970,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482183,\n
        "lat": 45.9155540,\n
        "lon": 5.8098590,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482184,\n
        "lat": 45.9155570,\n
        "lon": 5.8079480,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482185,\n
        "lat": 45.9155580,\n
        "lon": 5.8097350,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482186,\n
        "lat": 45.9155660,\n
        "lon": 5.8038720,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482187,\n
        "lat": 45.9155660,\n
        "lon": 5.8041840,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482188,\n
        "lat": 45.9155680,\n
        "lon": 5.8041440,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482189,\n
        "lat": 45.9155737,\n
        "lon": 5.8030302,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482190,\n
        "lat": 45.9155720,\n
        "lon": 5.8040310,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482191,\n
        "lat": 45.9155770,\n
        "lon": 5.8080000,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482192,\n
        "lat": 45.9155817,\n
        "lon": 5.8029052,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482193,\n
        "lat": 45.9155800,\n
        "lon": 5.8051540,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482194,\n
        "lat": 45.9155800,\n
        "lon": 5.8079510,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482195,\n
        "lat": 45.9155810,\n
        "lon": 5.8049920,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482196,\n
        "lat": 45.9155830,\n
        "lon": 5.8037720,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482197,\n
        "lat": 45.9156027,\n
        "lon": 5.8030602,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482198,\n
        "lat": 45.9156000,\n
        "lon": 5.8080840,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482199,\n
        "lat": 45.9156047,\n
        "lon": 5.8030342,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482200,\n
        "lat": 45.9156040,\n
        "lon": 5.8079750,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482201,\n
        "lat": 45.9156127,\n
        "lon": 5.8029082,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482202,\n
        "lat": 45.9156170,\n
        "lon": 5.8068360,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482203,\n
        "lat": 45.9156180,\n
        "lon": 5.8068510,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482204,\n
        "lat": 45.9156190,\n
        "lon": 5.8145680,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482205,\n
        "lat": 45.9156200,\n
        "lon": 5.8143860,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482206,\n
        "lat": 45.9156200,\n
        "lon": 5.8144580,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482207,\n
        "lat": 45.9156330,\n
        "lon": 5.8064160,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482208,\n
        "lat": 45.9156350,\n
        "lon": 5.8063600,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482209,\n
        "lat": 45.9156360,\n
        "lon": 5.8038800,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482210,\n
        "lat": 45.9156480,\n
        "lon": 5.8095170,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482211,\n
        "lat": 45.9156500,\n
        "lon": 5.8093650,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482212,\n
        "lat": 45.9156630,\n
        "lon": 5.8064180,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482213,\n
        "lat": 45.9156630,\n
        "lon": 5.8080890,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482214,\n
        "lat": 45.9156630,\n
        "lon": 5.8080990,\n
        "timestamp": "2013-04-20T23:02:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482215,\n
        "lat": 45.9156640,\n
        "lon": 5.8105020,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482216,\n
        "lat": 45.9156650,\n
        "lon": 5.8063620,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482217,\n
        "lat": 45.9156680,\n
        "lon": 5.8105370,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482218,\n
        "lat": 45.9156760,\n
        "lon": 5.8041490,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482219,\n
        "lat": 45.9156760,\n
        "lon": 5.8066940,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482220,\n
        "lat": 45.9156807,\n
        "lon": 5.8030712,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482221,\n
        "lat": 45.9156770,\n
        "lon": 5.8040370,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482222,\n
        "lat": 45.9156817,\n
        "lon": 5.8030452,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482223,\n
        "lat": 45.9156820,\n
        "lon": 5.8068440,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482224,\n
        "lat": 45.9156830,\n
        "lon": 5.8099920,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482225,\n
        "lat": 45.9156840,\n
        "lon": 5.8100720,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482226,\n
        "lat": 45.9156850,\n
        "lon": 5.8101160,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482227,\n
        "lat": 45.9156960,\n
        "lon": 5.8038980,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482228,\n
        "lat": 45.9156960,\n
        "lon": 5.8064190,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482229,\n
        "lat": 45.9156970,\n
        "lon": 5.8104910,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482230,\n
        "lat": 45.9156980,\n
        "lon": 5.8063630,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482231,\n
        "lat": 45.9156990,\n
        "lon": 5.8038750,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482232,\n
        "lat": 45.9156990,\n
        "lon": 5.8083830,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482233,\n
        "lat": 45.9156990,\n
        "lon": 5.8084130,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482234,\n
        "lat": 45.9157000,\n
        "lon": 5.8083100,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482235,\n
        "lat": 45.9157030,\n
        "lon": 5.8105250,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482236,\n
        "lat": 45.9157087,\n
        "lon": 5.8030482,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482237,\n
        "lat": 45.9157060,\n
        "lon": 5.8037750,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482238,\n
        "lat": 45.9157070,\n
        "lon": 5.8100710,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482239,\n
        "lat": 45.9157080,\n
        "lon": 5.8101130,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482240,\n
        "lat": 45.9157100,\n
        "lon": 5.8053040,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482241,\n
        "lat": 45.9157100,\n
        "lon": 5.8104880,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482242,\n
        "lat": 45.9157177,\n
        "lon": 5.8029232,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482243,\n
        "lat": 45.9157150,\n
        "lon": 5.8105220,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482246,\n
        "lat": 45.9157210,\n
        "lon": 5.8040960,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482248,\n
        "lat": 45.9157210,\n
        "lon": 5.8041520,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482249,\n
        "lat": 45.9157220,\n
        "lon": 5.8040400,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482251,\n
        "lat": 45.9157250,\n
        "lon": 5.8081050,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482253,\n
        "lat": 45.9157310,\n
        "lon": 5.8053580,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482256,\n
        "lat": 45.9157310,\n
        "lon": 5.8079870,\n
        "timestamp": "2013-04-20T23:02:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482258,\n
        "lat": 45.9157340,\n
        "lon": 5.8144620,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482260,\n
        "lat": 45.9157340,\n
        "lon": 5.8145690,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482262,\n
        "lat": 45.9157410,\n
        "lon": 5.8064220,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482264,\n
        "lat": 45.9157430,\n
        "lon": 5.8063660,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482266,\n
        "lat": 45.9157440,\n
        "lon": 5.8040970,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482268,\n
        "lat": 45.9157450,\n
        "lon": 5.8040410,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482270,\n
        "lat": 45.9157450,\n
        "lon": 5.8084140,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482272,\n
        "lat": 45.9157450,\n
        "lon": 5.8084260,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482274,\n
        "lat": 45.9157480,\n
        "lon": 5.8099870,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482276,\n
        "lat": 45.9157480,\n
        "lon": 5.8100110,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482277,\n
        "lat": 45.9157510,\n
        "lon": 5.8100840,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482280,\n
        "lat": 45.9157520,\n
        "lon": 5.8101090,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482282,\n
        "lat": 45.9157600,\n
        "lon": 5.8047650,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482284,\n
        "lat": 45.9157610,\n
        "lon": 5.8100110,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482286,\n
        "lat": 45.9157640,\n
        "lon": 5.8051520,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482290,\n
        "lat": 45.9157650,\n
        "lon": 5.8049080,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482292,\n
        "lat": 45.9157650,\n
        "lon": 5.8049650,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482294,\n
        "lat": 45.9157650,\n
        "lon": 5.8049930,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482296,\n
        "lat": 45.9157660,\n
        "lon": 5.8038830,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482297,\n
        "lat": 45.9157690,\n
        "lon": 5.8052560,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482298,\n
        "lat": 45.9157720,\n
        "lon": 5.8037840,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482299,\n
        "lat": 45.9157860,\n
        "lon": 5.8100810,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482300,\n
        "lat": 45.9157900,\n
        "lon": 5.8053100,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482312,\n
        "lat": 45.9157920,\n
        "lon": 5.8105270,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482314,\n
        "lat": 45.9157990,\n
        "lon": 5.8101090,\n
        "timestamp": "2013-04-20T23:02:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482316,\n
        "lat": 45.9158000,\n
        "lon": 5.8084270,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482318,\n
        "lat": 45.9158010,\n
        "lon": 5.8083880,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482324,\n
        "lat": 45.9158020,\n
        "lon": 5.8056570,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482325,\n
        "lat": 45.9158020,\n
        "lon": 5.8083170,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482327,\n
        "lat": 45.9158040,\n
        "lon": 5.8057530,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482330,\n
        "lat": 45.9158040,\n
        "lon": 5.8057890,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482332,\n
        "lat": 45.9158060,\n
        "lon": 5.8106130,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482333,\n
        "lat": 45.9158070,\n
        "lon": 5.8144620,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482335,\n
        "lat": 45.9158070,\n
        "lon": 5.8145700,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482337,\n
        "lat": 45.9158110,\n
        "lon": 5.8099600,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482339,\n
        "lat": 45.9158130,\n
        "lon": 5.8051530,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482341,\n
        "lat": 45.9158140,\n
        "lon": 5.8051210,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482342,\n
        "lat": 45.9158300,\n
        "lon": 5.8042650,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482343,\n
        "lat": 45.9158330,\n
        "lon": 5.8042000,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482344,\n
        "lat": 45.9158330,\n
        "lon": 5.8093820,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482345,\n
        "lat": 45.9158380,\n
        "lon": 5.8094460,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482346,\n
        "lat": 45.9158400,\n
        "lon": 5.8106030,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482347,\n
        "lat": 45.9158430,\n
        "lon": 5.8095370,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482348,\n
        "lat": 45.9158440,\n
        "lon": 5.8106290,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482349,\n
        "lat": 45.9158450,\n
        "lon": 5.8042670,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482350,\n
        "lat": 45.9158460,\n
        "lon": 5.8141490,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482351,\n
        "lat": 45.9158490,\n
        "lon": 5.8141110,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482352,\n
        "lat": 45.9158550,\n
        "lon": 5.8100530,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482353,\n
        "lat": 45.9158021,\n
        "lon": 5.8024476,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482354,\n
        "lat": 45.9158570,\n
        "lon": 5.8142090,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482355,\n
        "lat": 45.9158600,\n
        "lon": 5.8141520,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482356,\n
        "lat": 45.9158824,\n
        "lon": 5.8024546,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482357,\n
        "lat": 45.9158620,\n
        "lon": 5.8068510,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482358,\n
        "lat": 45.9158068,\n
        "lon": 5.8023371,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482359,\n
        "lat": 45.9158680,\n
        "lon": 5.8057510,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482360,\n
        "lat": 45.9158680,\n
        "lon": 5.8057640,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482361,\n
        "lat": 45.9158680,\n
        "lon": 5.8057880,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482362,\n
        "lat": 45.9158871,\n
        "lon": 5.8023441,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482363,\n
        "lat": 45.9158710,\n
        "lon": 5.8092960,\n
        "timestamp": "2013-04-20T23:02:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482364,\n
        "lat": 45.9158740,\n
        "lon": 5.8105940,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482365,\n
        "lat": 45.9158760,\n
        "lon": 5.8106190,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482366,\n
        "lat": 45.9158790,\n
        "lon": 5.8093900,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482367,\n
        "lat": 45.9158830,\n
        "lon": 5.8048660,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482368,\n
        "lat": 45.9158840,\n
        "lon": 5.8049650,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482369,\n
        "lat": 45.9158840,\n
        "lon": 5.8142660,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482370,\n
        "lat": 45.9158860,\n
        "lon": 5.8142120,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482372,\n
        "lat": 45.9158900,\n
        "lon": 5.8141160,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482373,\n
        "lat": 45.9158910,\n
        "lon": 5.8042700,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482374,\n
        "lat": 45.9158910,\n
        "lon": 5.8067420,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482375,\n
        "lat": 45.9158910,\n
        "lon": 5.8104970,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482376,\n
        "lat": 45.9158950,\n
        "lon": 5.8042470,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482377,\n
        "lat": 45.9158950,\n
        "lon": 5.8042700,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482378,\n
        "lat": 45.9158970,\n
        "lon": 5.8042040,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482379,\n
        "lat": 45.9159030,\n
        "lon": 5.8105850,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482380,\n
        "lat": 45.9159154,\n
        "lon": 5.8024575,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482381,\n
        "lat": 45.9159200,\n
        "lon": 5.8023470,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482382,\n
        "lat": 45.9159379,\n
        "lon": 5.8026062,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482383,\n
        "lat": 45.9159409,\n
        "lon": 5.8025772,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482384,\n
        "lat": 45.9159270,\n
        "lon": 5.8092970,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482385,\n
        "lat": 45.9159290,\n
        "lon": 5.8068860,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482386,\n
        "lat": 45.9159290,\n
        "lon": 5.8093880,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482387,\n
        "lat": 45.9159370,\n
        "lon": 5.8057520,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482388,\n
        "lat": 45.9159370,\n
        "lon": 5.8057620,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482389,\n
        "lat": 45.9159410,\n
        "lon": 5.8068440,\n
        "timestamp": "2013-04-20T23:02:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482391,\n
        "lat": 45.9159819,\n
        "lon": 5.8026172,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482393,\n
        "lat": 45.9159690,\n
        "lon": 5.8048200,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482394,\n
        "lat": 45.9159700,\n
        "lon": 5.8048660,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482395,\n
        "lat": 45.9159700,\n
        "lon": 5.8049220,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482396,\n
        "lat": 45.9159700,\n
        "lon": 5.8049650,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482397,\n
        "lat": 45.9159859,\n
        "lon": 5.8025852,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482398,\n
        "lat": 45.9159740,\n
        "lon": 5.8056530,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482399,\n
        "lat": 45.9159750,\n
        "lon": 5.8057520,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482400,\n
        "lat": 45.9159780,\n
        "lon": 5.8069930,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482401,\n
        "lat": 45.9159790,\n
        "lon": 5.8142790,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482402,\n
        "lat": 45.9159949,\n
        "lon": 5.8027012,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482403,\n
        "lat": 45.9159830,\n
        "lon": 5.8142270,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482404,\n
        "lat": 45.9160029,\n
        "lon": 5.8026392,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482406,\n
        "lat": 45.9159910,\n
        "lon": 5.8141300,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482407,\n
        "lat": 45.9159920,\n
        "lon": 5.8142800,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482408,\n
        "lat": 45.9159960,\n
        "lon": 5.8142290,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482409,\n
        "lat": 45.9159970,\n
        "lon": 5.8054830,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482410,\n
        "lat": 45.9159990,\n
        "lon": 5.8055130,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482411,\n
        "lat": 45.9160060,\n
        "lon": 5.8049640,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482412,\n
        "lat": 45.9160060,\n
        "lon": 5.8049990,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482414,\n
        "lat": 45.9160070,\n
        "lon": 5.8051200,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482415,\n
        "lat": 45.9160070,\n
        "lon": 5.8068790,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482416,\n
        "lat": 45.9160090,\n
        "lon": 5.8110230,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482417,\n
        "lat": 45.9160289,\n
        "lon": 5.8027102,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482420,\n
        "lat": 45.9160369,\n
        "lon": 5.8026462,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482421,\n
        "lat": 45.9160310,\n
        "lon": 5.8054770,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482422,\n
        "lat": 45.9160320,\n
        "lon": 5.8055100,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482423,\n
        "lat": 45.9160330,\n
        "lon": 5.8068160,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482424,\n
        "lat": 45.9160330,\n
        "lon": 5.8111330,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482425,\n
        "lat": 45.9160400,\n
        "lon": 5.8070250,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482427,\n
        "lat": 45.9160530,\n
        "lon": 5.8067420,\n
        "timestamp": "2013-04-20T23:02:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482428,\n
        "lat": 45.9160560,\n
        "lon": 5.8049990,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482429,\n
        "lat": 45.9160560,\n
        "lon": 5.8051190,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482433,\n
        "lat": 45.9160720,\n
        "lon": 5.8144050,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482434,\n
        "lat": 45.9160740,\n
        "lon": 5.8143610,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482435,\n
        "lat": 45.9160770,\n
        "lon": 5.8114960,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482436,\n
        "lat": 45.9160810,\n
        "lon": 5.8024440,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482439,\n
        "lat": 45.9160880,\n
        "lon": 5.8023990,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482441,\n
        "lat": 45.9160890,\n
        "lon": 5.8068430,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482442,\n
        "lat": 45.9160970,\n
        "lon": 5.8116310,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482445,\n
        "lat": 45.9161010,\n
        "lon": 5.8068510,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482446,\n
        "lat": 45.9161050,\n
        "lon": 5.8024510,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482447,\n
        "lat": 45.9161070,\n
        "lon": 5.8049270,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482449,\n
        "lat": 45.9161090,\n
        "lon": 5.8048220,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482451,\n
        "lat": 45.9161110,\n
        "lon": 5.8024060,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482453,\n
        "lat": 45.9161190,\n
        "lon": 5.8067760,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482455,\n
        "lat": 45.9161330,\n
        "lon": 5.8109660,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482459,\n
        "lat": 45.9161480,\n
        "lon": 5.8117290,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482461,\n
        "lat": 45.9161570,\n
        "lon": 5.8110760,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482463,\n
        "lat": 45.9161570,\n
        "lon": 5.8117580,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482464,\n
        "lat": 45.9161620,\n
        "lon": 5.8144140,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482466,\n
        "lat": 45.9161640,\n
        "lon": 5.8143690,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482468,\n
        "lat": 45.9161730,\n
        "lon": 5.8117120,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482470,\n
        "lat": 45.9161750,\n
        "lon": 5.8114640,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482472,\n
        "lat": 45.9161820,\n
        "lon": 5.8117400,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482474,\n
        "lat": 45.9161960,\n
        "lon": 5.8115970,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482476,\n
        "lat": 45.9162140,\n
        "lon": 5.8142580,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482478,\n
        "lat": 45.9162180,\n
        "lon": 5.8136460,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482479,\n
        "lat": 45.9162210,\n
        "lon": 5.8137130,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482481,\n
        "lat": 45.9162230,\n
        "lon": 5.8141630,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482483,\n
        "lat": 45.9162260,\n
        "lon": 5.8050460,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482486,\n
        "lat": 45.9162260,\n
        "lon": 5.8050940,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482487,\n
        "lat": 45.9162270,\n
        "lon": 5.8051500,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482489,\n
        "lat": 45.9162270,\n
        "lon": 5.8051920,\n
        "timestamp": "2013-04-20T23:02:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482491,\n
        "lat": 45.9162741,\n
        "lon": 5.8068914,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482493,\n
        "lat": 45.9162791,\n
        "lon": 5.8068174,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482495,\n
        "lat": 45.9162460,\n
        "lon": 5.8136420,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482497,\n
        "lat": 45.9162500,\n
        "lon": 5.8137100,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482499,\n
        "lat": 45.9162840,\n
        "lon": 5.8072680,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482501,\n
        "lat": 45.9162890,\n
        "lon": 5.8072180,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482502,\n
        "lat": 45.9162960,\n
        "lon": 5.8071560,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482507,\n
        "lat": 45.9163220,\n
        "lon": 5.8050430,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482508,\n
        "lat": 45.9163220,\n
        "lon": 5.8050910,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482509,\n
        "lat": 45.9163230,\n
        "lon": 5.8052200,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482510,\n
        "lat": 45.9163240,\n
        "lon": 5.8051880,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482511,\n
        "lat": 45.9163300,\n
        "lon": 5.8025340,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482512,\n
        "lat": 45.9163310,\n
        "lon": 5.8024400,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482513,\n
        "lat": 45.9163671,\n
        "lon": 5.8069074,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482514,\n
        "lat": 45.9163711,\n
        "lon": 5.8068304,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482515,\n
        "lat": 45.9163510,\n
        "lon": 5.8055580,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482516,\n
        "lat": 45.9163560,\n
        "lon": 5.8021540,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482517,\n
        "lat": 45.9163560,\n
        "lon": 5.8050900,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482518,\n
        "lat": 45.9163560,\n
        "lon": 5.8051160,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482519,\n
        "lat": 45.9163590,\n
        "lon": 5.8021260,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482520,\n
        "lat": 45.9163620,\n
        "lon": 5.8055410,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482521,\n
        "lat": 45.9163700,\n
        "lon": 5.8126530,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482522,\n
        "lat": 45.9163710,\n
        "lon": 5.8030340,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482523,\n
        "lat": 45.9163770,\n
        "lon": 5.8020180,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482524,\n
        "lat": 45.9163770,\n
        "lon": 5.8055930,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482525,\n
        "lat": 45.9163780,\n
        "lon": 5.8125940,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482527,\n
        "lat": 45.9163830,\n
        "lon": 5.8055840,\n
        "timestamp": "2013-04-20T23:02:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482528,\n
        "lat": 45.9163860,\n
        "lon": 5.8039550,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482529,\n
        "lat": 45.9163880,\n
        "lon": 5.8055770,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482530,\n
        "lat": 45.9163890,\n
        "lon": 5.8029910,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482531,\n
        "lat": 45.9163920,\n
        "lon": 5.8021670,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482532,\n
        "lat": 45.9163920,\n
        "lon": 5.8039430,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482533,\n
        "lat": 45.9163920,\n
        "lon": 5.8050890,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482534,\n
        "lat": 45.9163920,\n
        "lon": 5.8051150,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482535,\n
        "lat": 45.9163920,\n
        "lon": 5.8178780,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482536,\n
        "lat": 45.9163940,\n
        "lon": 5.8052170,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482537,\n
        "lat": 45.9163950,\n
        "lon": 5.8027770,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482538,\n
        "lat": 45.9163950,\n
        "lon": 5.8029810,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482539,\n
        "lat": 45.9164010,\n
        "lon": 5.8026910,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482540,\n
        "lat": 45.9164030,\n
        "lon": 5.8029760,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482541,\n
        "lat": 45.9164040,\n
        "lon": 5.8072950,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482542,\n
        "lat": 45.9164050,\n
        "lon": 5.8030580,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482543,\n
        "lat": 45.9164060,\n
        "lon": 5.8072820,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482544,\n
        "lat": 45.9164070,\n
        "lon": 5.8178410,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482545,\n
        "lat": 45.9164080,\n
        "lon": 5.8054690,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482546,\n
        "lat": 45.9164120,\n
        "lon": 5.8029780,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482547,\n
        "lat": 45.9164150,\n
        "lon": 5.8020300,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482548,\n
        "lat": 45.9164170,\n
        "lon": 5.8029860,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482549,\n
        "lat": 45.9164180,\n
        "lon": 5.8039890,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482551,\n
        "lat": 45.9164200,\n
        "lon": 5.8029960,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482552,\n
        "lat": 45.9164210,\n
        "lon": 5.8027970,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482553,\n
        "lat": 45.9164220,\n
        "lon": 5.8027830,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482554,\n
        "lat": 45.9164240,\n
        "lon": 5.8039760,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482555,\n
        "lat": 45.9164250,\n
        "lon": 5.8128960,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482556,\n
        "lat": 45.9164310,\n
        "lon": 5.8030800,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482557,\n
        "lat": 45.9164330,\n
        "lon": 5.8128440,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482558,\n
        "lat": 45.9164400,\n
        "lon": 5.8029990,\n
        "timestamp": "2013-04-20T23:02:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482559,\n
        "lat": 45.9164400,\n
        "lon": 5.8179710,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482560,\n
        "lat": 45.9164410,\n
        "lon": 5.8038500,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482561,\n
        "lat": 45.9164430,\n
        "lon": 5.8028040,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482562,\n
        "lat": 45.9164440,\n
        "lon": 5.8025450,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482563,\n
        "lat": 45.9164440,\n
        "lon": 5.8025530,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482564,\n
        "lat": 45.9164470,\n
        "lon": 5.8024470,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482565,\n
        "lat": 45.9164500,\n
        "lon": 5.8126760,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482566,\n
        "lat": 45.9164510,\n
        "lon": 5.8056740,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482567,\n
        "lat": 45.9164510,\n
        "lon": 5.8129200,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482568,\n
        "lat": 45.9164520,\n
        "lon": 5.8027030,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482569,\n
        "lat": 45.9164530,\n
        "lon": 5.8072930,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482570,\n
        "lat": 45.9164530,\n
        "lon": 5.8129040,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482571,\n
        "lat": 45.9164560,\n
        "lon": 5.8179090,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482572,\n
        "lat": 45.9164580,\n
        "lon": 5.8072590,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482573,\n
        "lat": 45.9164590,\n
        "lon": 5.8126160,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482574,\n
        "lat": 45.9164600,\n
        "lon": 5.8038130,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482575,\n
        "lat": 45.9164600,\n
        "lon": 5.8128520,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482576,\n
        "lat": 45.9164630,\n
        "lon": 5.8029850,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482577,\n
        "lat": 45.9164630,\n
        "lon": 5.8030890,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482578,\n
        "lat": 45.9164660,\n
        "lon": 5.8071940,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482579,\n
        "lat": 45.9164660,\n
        "lon": 5.8178690,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482580,\n
        "lat": 45.9164680,\n
        "lon": 5.8072970,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482581,\n
        "lat": 45.9164690,\n
        "lon": 5.8029330,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482582,\n
        "lat": 45.9164730,\n
        "lon": 5.8030080,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482583,\n
        "lat": 45.9164730,\n
        "lon": 5.8127630,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482584,\n
        "lat": 45.9164730,\n
        "lon": 5.8129620,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482585,\n
        "lat": 45.9164730,\n
        "lon": 5.8131980,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482586,\n
        "lat": 45.9164790,\n
        "lon": 5.8071970,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482587,\n
        "lat": 45.9164790,\n
        "lon": 5.8132360,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482588,\n
        "lat": 45.9164810,\n
        "lon": 5.8038930,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482589,\n
        "lat": 45.9164860,\n
        "lon": 5.8021980,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482591,\n
        "lat": 45.9164920,\n
        "lon": 5.8028190,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482592,\n
        "lat": 45.9164950,\n
        "lon": 5.8040740,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482593,\n
        "lat": 45.9164960,\n
        "lon": 5.8029640,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482594,\n
        "lat": 45.9164990,\n
        "lon": 5.8029400,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482596,\n
        "lat": 45.9165000,\n
        "lon": 5.8038560,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482597,\n
        "lat": 45.9165030,\n
        "lon": 5.8027140,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482598,\n
        "lat": 45.9165030,\n
        "lon": 5.8055950,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482599,\n
        "lat": 45.9165070,\n
        "lon": 5.8129210,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482600,\n
        "lat": 45.9165100,\n
        "lon": 5.8134620,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482601,\n
        "lat": 45.9165110,\n
        "lon": 5.8129290,\n
        "timestamp": "2013-04-20T23:02:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482602,\n
        "lat": 45.9165120,\n
        "lon": 5.8020630,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482603,\n
        "lat": 45.9165140,\n
        "lon": 5.8134670,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482604,\n
        "lat": 45.9165160,\n
        "lon": 5.8128580,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482605,\n
        "lat": 45.9165200,\n
        "lon": 5.8022130,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482606,\n
        "lat": 45.9165230,\n
        "lon": 5.8131800,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482623,\n
        "lat": 45.9165250,\n
        "lon": 5.8041060,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482625,\n
        "lat": 45.9165270,\n
        "lon": 5.8030040,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482627,\n
        "lat": 45.9165280,\n
        "lon": 5.8039270,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482629,\n
        "lat": 45.9165290,\n
        "lon": 5.8040100,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482631,\n
        "lat": 45.9165300,\n
        "lon": 5.8132190,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482634,\n
        "lat": 45.9165310,\n
        "lon": 5.8029740,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482636,\n
        "lat": 45.9165330,\n
        "lon": 5.8028320,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482638,\n
        "lat": 45.9165380,\n
        "lon": 5.8040200,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482641,\n
        "lat": 45.9165410,\n
        "lon": 5.8039010,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482643,\n
        "lat": 45.9165420,\n
        "lon": 5.8027240,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482645,\n
        "lat": 45.9165420,\n
        "lon": 5.8128650,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482648,\n
        "lat": 45.9165460,\n
        "lon": 5.8024520,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482650,\n
        "lat": 45.9165460,\n
        "lon": 5.8039780,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482652,\n
        "lat": 45.9165540,\n
        "lon": 5.8127870,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482654,\n
        "lat": 45.9165550,\n
        "lon": 5.8039880,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482655,\n
        "lat": 45.9165560,\n
        "lon": 5.8039580,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482656,\n
        "lat": 45.9165580,\n
        "lon": 5.8040450,\n
        "timestamp": "2013-04-20T23:02:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482657,\n
        "lat": 45.9165590,\n
        "lon": 5.8020870,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482658,\n
        "lat": 45.9165700,\n
        "lon": 5.8025980,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482659,\n
        "lat": 45.9165730,\n
        "lon": 5.8025820,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482660,\n
        "lat": 45.9165790,\n
        "lon": 5.8132010,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482661,\n
        "lat": 45.9165870,\n
        "lon": 5.8024620,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482662,\n
        "lat": 45.9165970,\n
        "lon": 5.8028510,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482663,\n
        "lat": 45.9165980,\n
        "lon": 5.8027370,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482664,\n
        "lat": 45.9166020,\n
        "lon": 5.8067980,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482665,\n
        "lat": 45.9166070,\n
        "lon": 5.8134420,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482666,\n
        "lat": 45.9166090,\n
        "lon": 5.8067370,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482667,\n
        "lat": 45.9166160,\n
        "lon": 5.8067410,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482668,\n
        "lat": 45.9166210,\n
        "lon": 5.8066860,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482669,\n
        "lat": 45.9166230,\n
        "lon": 5.8180590,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482670,\n
        "lat": 45.9166270,\n
        "lon": 5.8182500,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482671,\n
        "lat": 45.9166490,\n
        "lon": 5.8179560,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482672,\n
        "lat": 45.9166490,\n
        "lon": 5.8181520,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482673,\n
        "lat": 45.9166640,\n
        "lon": 5.8182640,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482674,\n
        "lat": 45.9166860,\n
        "lon": 5.8181690,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482675,\n
        "lat": 45.9166910,\n
        "lon": 5.8026120,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482676,\n
        "lat": 45.9166920,\n
        "lon": 5.8026060,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482677,\n
        "lat": 45.9167040,\n
        "lon": 5.8025050,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482678,\n
        "lat": 45.9167538,\n
        "lon": 5.8046930,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482679,\n
        "lat": 45.9167180,\n
        "lon": 5.8026120,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482680,\n
        "lat": 45.9167668,\n
        "lon": 5.8045940,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482681,\n
        "lat": 45.9167280,\n
        "lon": 5.8068600,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482682,\n
        "lat": 45.9167310,\n
        "lon": 5.8025150,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482683,\n
        "lat": 45.9167360,\n
        "lon": 5.8184880,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482684,\n
        "lat": 45.9167978,\n
        "lon": 5.8047190,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482685,\n
        "lat": 45.9167988,\n
        "lon": 5.8047080,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482686,\n
        "lat": 45.9167540,\n
        "lon": 5.8067540,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482687,\n
        "lat": 45.9167540,\n
        "lon": 5.8183820,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482688,\n
        "lat": 45.9167880,\n
        "lon": 5.8181210,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482689,\n
        "lat": 45.9167890,\n
        "lon": 5.8027020,\n
        "timestamp": "2013-04-20T23:02:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482690,\n
        "lat": 45.9167930,\n
        "lon": 5.8026810,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482691,\n
        "lat": 45.9167990,\n
        "lon": 5.8183990,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482693,\n
        "lat": 45.9168578,\n
        "lon": 5.8047370,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482694,\n
        "lat": 45.9168150,\n
        "lon": 5.8027110,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482695,\n
        "lat": 45.9168150,\n
        "lon": 5.8180110,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482697,\n
        "lat": 45.9168190,\n
        "lon": 5.8026900,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482698,\n
        "lat": 45.9168200,\n
        "lon": 5.8182840,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482699,\n
        "lat": 45.9168260,\n
        "lon": 5.8028840,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482700,\n
        "lat": 45.9168738,\n
        "lon": 5.8046250,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 2,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482701,\n
        "lat": 45.9168310,\n
        "lon": 5.8028420,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482702,\n
        "lat": 45.9168440,\n
        "lon": 5.8027560,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482703,\n
        "lat": 45.9168470,\n
        "lon": 5.8027570,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482704,\n
        "lat": 45.9168880,\n
        "lon": 5.8027690,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482705,\n
        "lat": 45.9168900,\n
        "lon": 5.8028980,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482706,\n
        "lat": 45.9169060,\n
        "lon": 5.8027740,\n
        "timestamp": "2013-04-20T23:02:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482707,\n
        "lat": 45.9169070,\n
        "lon": 5.8183340,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482708,\n
        "lat": 45.9169090,\n
        "lon": 5.8183190,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482709,\n
        "lat": 45.9169120,\n
        "lon": 5.8185560,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482710,\n
        "lat": 45.9169170,\n
        "lon": 5.8185200,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482711,\n
        "lat": 45.9169290,\n
        "lon": 5.8057330,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482712,\n
        "lat": 45.9169410,\n
        "lon": 5.8056770,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482713,\n
        "lat": 45.9169480,\n
        "lon": 5.8183490,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482714,\n
        "lat": 45.9169530,\n
        "lon": 5.8056190,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482715,\n
        "lat": 45.9169610,\n
        "lon": 5.8056850,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482716,\n
        "lat": 45.9169670,\n
        "lon": 5.8029150,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482717,\n
        "lat": 45.9169740,\n
        "lon": 5.8056260,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482718,\n
        "lat": 45.9169780,\n
        "lon": 5.8027930,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482719,\n
        "lat": 45.9169910,\n
        "lon": 5.8177410,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482720,\n
        "lat": 45.9169910,\n
        "lon": 5.8182390,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482721,\n
        "lat": 45.9169980,\n
        "lon": 5.8176580,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482722,\n
        "lat": 45.9170080,\n
        "lon": 5.8029230,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482723,\n
        "lat": 45.9170102,\n
        "lon": 5.8029010,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482724,\n
        "lat": 45.9170194,\n
        "lon": 5.8028101,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482725,\n
        "lat": 45.9170200,\n
        "lon": 5.8028040,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482726,\n
        "lat": 45.9170240,\n
        "lon": 5.8177850,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482727,\n
        "lat": 45.9170270,\n
        "lon": 5.8177480,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482728,\n
        "lat": 45.9170280,\n
        "lon": 5.8177360,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482729,\n
        "lat": 45.9170350,\n
        "lon": 5.8176640,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482730,\n
        "lat": 45.9170410,\n
        "lon": 5.8177380,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482731,\n
        "lat": 45.9170470,\n
        "lon": 5.8176660,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482732,\n
        "lat": 45.9170510,\n
        "lon": 5.8025040,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482733,\n
        "lat": 45.9170560,\n
        "lon": 5.8025430,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482734,\n
        "lat": 45.9170610,\n
        "lon": 5.8029120,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482735,\n
        "lat": 45.9170670,\n
        "lon": 5.8028200,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482736,\n
        "lat": 45.9170670,\n
        "lon": 5.8182900,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482737,\n
        "lat": 45.9170910,\n
        "lon": 5.8058000,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482738,\n
        "lat": 45.9171070,\n
        "lon": 5.8048020,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482739,\n
        "lat": 45.9171070,\n
        "lon": 5.8048130,\n
        "timestamp": "2013-04-20T23:02:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482740,\n
        "lat": 45.9171150,\n
        "lon": 5.8056850,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482741,\n
        "lat": 45.9171190,\n
        "lon": 5.8024900,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482742,\n
        "lat": 45.9171220,\n
        "lon": 5.8047020,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482743,\n
        "lat": 45.9171230,\n
        "lon": 5.8025270,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482744,\n
        "lat": 45.9171310,\n
        "lon": 5.8178010,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482745,\n
        "lat": 45.9171310,\n
        "lon": 5.8178040,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482746,\n
        "lat": 45.9171380,\n
        "lon": 5.8036610,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482747,\n
        "lat": 45.9171380,\n
        "lon": 5.8183420,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482748,\n
        "lat": 45.9171410,\n
        "lon": 5.8176840,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482749,\n
        "lat": 45.9171410,\n
        "lon": 5.8176900,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482750,\n
        "lat": 45.9171620,\n
        "lon": 5.8035780,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482751,\n
        "lat": 45.9171620,\n
        "lon": 5.8048280,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482752,\n
        "lat": 45.9171630,\n
        "lon": 5.8048170,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482753,\n
        "lat": 45.9171790,\n
        "lon": 5.8182420,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482754,\n
        "lat": 45.9171860,\n
        "lon": 5.8036900,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482755,\n
        "lat": 45.9171900,\n
        "lon": 5.8178120,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482756,\n
        "lat": 45.9171930,\n
        "lon": 5.8184800,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482757,\n
        "lat": 45.9172000,\n
        "lon": 5.8177010,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482758,\n
        "lat": 45.9172060,\n
        "lon": 5.8183980,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482759,\n
        "lat": 45.9172100,\n
        "lon": 5.8036080,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482760,\n
        "lat": 45.9172260,\n
        "lon": 5.8048450,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482761,\n
        "lat": 45.9172420,\n
        "lon": 5.8047370,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482762,\n
        "lat": 45.9172940,\n
        "lon": 5.8185170,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482763,\n
        "lat": 45.9173020,\n
        "lon": 5.8034700,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482764,\n
        "lat": 45.9173060,\n
        "lon": 5.8184330,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482765,\n
        "lat": 45.9173270,\n
        "lon": 5.8033650,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482766,\n
        "lat": 45.9173420,\n
        "lon": 5.8180900,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482767,\n
        "lat": 45.9173430,\n
        "lon": 5.8179780,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482768,\n
        "lat": 45.9174152,\n
        "lon": 5.8057079,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482769,\n
        "lat": 45.9174000,\n
        "lon": 5.8033990,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482770,\n
        "lat": 45.9174202,\n
        "lon": 5.8056059,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482771,\n
        "lat": 45.9174212,\n
        "lon": 5.8055669,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482772,\n
        "lat": 45.9174170,\n
        "lon": 5.8033200,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482773,\n
        "lat": 45.9174170,\n
        "lon": 5.8180910,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482774,\n
        "lat": 45.9174180,\n
        "lon": 5.8034070,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482775,\n
        "lat": 45.9174210,\n
        "lon": 5.8179770,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482776,\n
        "lat": 45.9174320,\n
        "lon": 5.8035300,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482777,\n
        "lat": 45.9174360,\n
        "lon": 5.8033280,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482778,\n
        "lat": 45.9174530,\n
        "lon": 5.8179770,\n
        "timestamp": "2013-04-20T23:02:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482779,\n
        "lat": 45.9174530,\n
        "lon": 5.8180920,\n
        "timestamp": "2013-04-20T23:02:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482780,\n
        "lat": 45.9174782,\n
        "lon": 5.8056099,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482781,\n
        "lat": 45.9174802,\n
        "lon": 5.8055709,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482782,\n
        "lat": 45.9174730,\n
        "lon": 5.8033450,\n
        "timestamp": "2013-04-20T23:02:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482783,\n
        "lat": 45.9175062,\n
        "lon": 5.8078219,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482784,\n
        "lat": 45.9175092,\n
        "lon": 5.8077909,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482785,\n
        "lat": 45.9175152,\n
        "lon": 5.8077209,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482787,\n
        "lat": 45.9175332,\n
        "lon": 5.8057219,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482788,\n
        "lat": 45.9175352,\n
        "lon": 5.8077239,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482789,\n
        "lat": 45.9175362,\n
        "lon": 5.8056139,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482790,\n
        "lat": 45.9175452,\n
        "lon": 5.8077809,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482791,\n
        "lat": 45.9175492,\n
        "lon": 5.8077269,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482792,\n
        "lat": 45.9175672,\n
        "lon": 5.8057259,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482793,\n
        "lat": 45.9175702,\n
        "lon": 5.8078339,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482794,\n
        "lat": 45.9175712,\n
        "lon": 5.8056179,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482795,\n
        "lat": 45.9175742,\n
        "lon": 5.8077859,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482796,\n
        "lat": 45.9176012,\n
        "lon": 5.8073419,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482797,\n
        "lat": 45.9176122,\n
        "lon": 5.8072079,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482798,\n
        "lat": 45.9176030,\n
        "lon": 5.8179200,\n
        "timestamp": "2013-04-20T23:02:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482799,\n
        "lat": 45.9176100,\n
        "lon": 5.8178020,\n
        "timestamp": "2013-04-20T23:02:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482800,\n
        "lat": 45.9176300,\n
        "lon": 5.8030460,\n
        "timestamp": "2013-04-20T23:02:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482801,\n
        "lat": 45.9176462,\n
        "lon": 5.8073519,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482802,\n
        "lat": 45.9176482,\n
        "lon": 5.8073339,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482803,\n
        "lat": 45.9176340,\n
        "lon": 5.8030970,\n
        "timestamp": "2013-04-20T23:02:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482804,\n
        "lat": 45.9176390,\n
        "lon": 5.8178040,\n
        "timestamp": "2013-04-20T23:02:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482805,\n
        "lat": 45.9176390,\n
        "lon": 5.8179230,\n
        "timestamp": "2013-04-20T23:02:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482806,\n
        "lat": 45.9176400,\n
        "lon": 5.8178041,\n
        "timestamp": "2013-06-08T22:41:16Z",\n
        "version": 2,\n
        "changeset": 16475421,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482807,\n
        "lat": 45.9176420,\n
        "lon": 5.8029940,\n
        "timestamp": "2013-04-20T23:02:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482808,\n
        "lat": 45.9176420,\n
        "lon": 5.8177530,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482809,\n
        "lat": 45.9176430,\n
        "lon": 5.8030530,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482810,\n
        "lat": 45.9176600,\n
        "lon": 5.8176250,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482811,\n
        "lat": 45.9176610,\n
        "lon": 5.8175860,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482812,\n
        "lat": 45.9176710,\n
        "lon": 5.8176260,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482813,\n
        "lat": 45.9176720,\n
        "lon": 5.8175880,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482814,\n
        "lat": 45.9177062,\n
        "lon": 5.8073449,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482815,\n
        "lat": 45.9176980,\n
        "lon": 5.8176280,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482816,\n
        "lat": 45.9177152,\n
        "lon": 5.8072279,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482817,\n
        "lat": 45.9176990,\n
        "lon": 5.8175890,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482818,\n
        "lat": 45.9177070,\n
        "lon": 5.8179280,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482819,\n
        "lat": 45.9177100,\n
        "lon": 5.8178090,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482820,\n
        "lat": 45.9177120,\n
        "lon": 5.8030250,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482821,\n
        "lat": 45.9177130,\n
        "lon": 5.8177580,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482822,\n
        "lat": 45.9177160,\n
        "lon": 5.8030100,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482823,\n
        "lat": 45.9177380,\n
        "lon": 5.8031450,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482824,\n
        "lat": 45.9177640,\n
        "lon": 5.8030320,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482825,\n
        "lat": 45.9178130,\n
        "lon": 5.8226590,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482826,\n
        "lat": 45.9178290,\n
        "lon": 5.8225360,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482827,\n
        "lat": 45.9178552,\n
        "lon": 5.8068569,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482828,\n
        "lat": 45.9178672,\n
        "lon": 5.8060729,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482829,\n
        "lat": 45.9178682,\n
        "lon": 5.8067419,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482830,\n
        "lat": 45.9178772,\n
        "lon": 5.8059679,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482831,\n
        "lat": 45.9178822,\n
        "lon": 5.8059159,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482834,\n
        "lat": 45.9178902,\n
        "lon": 5.8057379,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482835,\n
        "lat": 45.9178800,\n
        "lon": 5.8226710,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482836,\n
        "lat": 45.9178972,\n
        "lon": 5.8056699,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482838,\n
        "lat": 45.9178880,\n
        "lon": 5.8225510,\n
        "timestamp": "2013-04-20T23:02:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482839,\n
        "lat": 45.9179252,\n
        "lon": 5.8060849,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482840,\n
        "lat": 45.9179282,\n
        "lon": 5.8060539,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482841,\n
        "lat": 45.9179622,\n
        "lon": 5.8068809,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482842,\n
        "lat": 45.9179742,\n
        "lon": 5.8067659,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482843,\n
        "lat": 45.9179792,\n
        "lon": 5.8057569,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482844,\n
        "lat": 45.9179650,\n
        "lon": 5.8026130,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482845,\n
        "lat": 45.9179872,\n
        "lon": 5.8056899,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482846,\n
        "lat": 45.9179830,\n
        "lon": 5.8025270,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482847,\n
        "lat": 45.9180162,\n
        "lon": 5.8060719,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482848,\n
        "lat": 45.9180120,\n
        "lon": 5.8025400,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482849,\n
        "lat": 45.9180292,\n
        "lon": 5.8059449,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482850,\n
        "lat": 45.9180200,\n
        "lon": 5.8024970,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482851,\n
        "lat": 45.9180200,\n
        "lon": 5.8177560,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482852,\n
        "lat": 45.9180250,\n
        "lon": 5.8177320,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482853,\n
        "lat": 45.9180460,\n
        "lon": 5.8176460,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482854,\n
        "lat": 45.9180550,\n
        "lon": 5.8177710,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482855,\n
        "lat": 45.9180570,\n
        "lon": 5.8026500,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482856,\n
        "lat": 45.9180600,\n
        "lon": 5.8177510,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482857,\n
        "lat": 45.9180690,\n
        "lon": 5.8025870,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482858,\n
        "lat": 45.9180920,\n
        "lon": 5.8025970,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482859,\n
        "lat": 45.9181060,\n
        "lon": 5.8025340,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482860,\n
        "lat": 45.9181250,\n
        "lon": 5.8178040,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482861,\n
        "lat": 45.9181500,\n
        "lon": 5.8176940,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482862,\n
        "lat": 45.9181772,\n
        "lon": 5.8076349,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482863,\n
        "lat": 45.9181872,\n
        "lon": 5.8075369,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482864,\n
        "lat": 45.9181912,\n
        "lon": 5.8076379,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482865,\n
        "lat": 45.9182002,\n
        "lon": 5.8075389,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482866,\n
        "lat": 45.9182452,\n
        "lon": 5.8077219,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482867,\n
        "lat": 45.9182512,\n
        "lon": 5.8076509,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482868,\n
        "lat": 45.9182380,\n
        "lon": 5.8178150,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482869,\n
        "lat": 45.9182430,\n
        "lon": 5.8179150,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482870,\n
        "lat": 45.9182430,\n
        "lon": 5.8179600,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482871,\n
        "lat": 45.9182652,\n
        "lon": 5.8075539,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482872,\n
        "lat": 45.9182720,\n
        "lon": 5.8179410,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482873,\n
        "lat": 45.9182730,\n
        "lon": 5.8179170,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482874,\n
        "lat": 45.9182880,\n
        "lon": 5.8177610,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482875,\n
        "lat": 45.9182890,\n
        "lon": 5.8178130,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482876,\n
        "lat": 45.9183152,\n
        "lon": 5.8077369,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482877,\n
        "lat": 45.9183080,\n
        "lon": 5.8178020,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482878,\n
        "lat": 45.9183080,\n
        "lon": 5.8178120,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482879,\n
        "lat": 45.9183080,\n
        "lon": 5.8178330,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482880,\n
        "lat": 45.9183110,\n
        "lon": 5.8177600,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482881,\n
        "lat": 45.9183120,\n
        "lon": 5.8178010,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482882,\n
        "lat": 45.9183120,\n
        "lon": 5.8179440,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482883,\n
        "lat": 45.9183130,\n
        "lon": 5.8179580,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482884,\n
        "lat": 45.9183302,\n
        "lon": 5.8075649,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482885,\n
        "lat": 45.9183430,\n
        "lon": 5.8178340,\n
        "timestamp": "2013-04-20T23:02:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482886,\n
        "lat": 45.9183470,\n
        "lon": 5.8179570,\n
        "timestamp": "2013-04-20T23:02:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482887,\n
        "lat": 45.9183870,\n
        "lon": 5.8176050,\n
        "timestamp": "2013-04-20T23:02:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482888,\n
        "lat": 45.9183940,\n
        "lon": 5.8174820,\n
        "timestamp": "2013-04-20T23:02:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482889,\n
        "lat": 45.9184030,\n
        "lon": 5.8175260,\n
        "timestamp": "2013-04-20T23:02:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482890,\n
        "lat": 45.9184110,\n
        "lon": 5.8177080,\n
        "timestamp": "2013-04-20T23:02:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482891,\n
        "lat": 45.9184170,\n
        "lon": 5.8175910,\n
        "timestamp": "2013-04-20T23:02:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482892,\n
        "lat": 45.9184600,\n
        "lon": 5.8175710,\n
        "timestamp": "2013-04-20T23:02:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482893,\n
        "lat": 45.9184872,\n
        "lon": 5.8075119,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482894,\n
        "lat": 45.9184962,\n
        "lon": 5.8074189,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482895,\n
        "lat": 45.9184840,\n
        "lon": 5.8174470,\n
        "timestamp": "2013-04-20T23:02:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482896,\n
        "lat": 45.9184850,\n
        "lon": 5.8176780,\n
        "timestamp": "2013-04-20T23:02:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482897,\n
        "lat": 45.9184910,\n
        "lon": 5.8174880,\n
        "timestamp": "2013-04-20T23:02:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482898,\n
        "lat": 45.9185200,\n
        "lon": 5.8174780,\n
        "timestamp": "2013-04-20T23:02:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482899,\n
        "lat": 45.9185330,\n
        "lon": 5.8175450,\n
        "timestamp": "2013-04-20T23:02:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482900,\n
        "lat": 45.9185572,\n
        "lon": 5.8076009,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482901,\n
        "lat": 45.9185652,\n
        "lon": 5.8075299,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482902,\n
        "lat": 45.9186262,\n
        "lon": 5.8076169,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482904,\n
        "lat": 45.9186432,\n
        "lon": 5.8074539,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482917,\n
        "lat": 45.9189132,\n
        "lon": 5.8048401,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482919,\n
        "lat": 45.9189212,\n
        "lon": 5.8047651,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482921,\n
        "lat": 45.9189532,\n
        "lon": 5.8046941,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482923,\n
        "lat": 45.9189632,\n
        "lon": 5.8047741,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482925,\n
        "lat": 45.9189692,\n
        "lon": 5.8047251,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482928,\n
        "lat": 45.9189752,\n
        "lon": 5.8046711,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482930,\n
        "lat": 45.9189852,\n
        "lon": 5.8045811,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482931,\n
        "lat": 45.9189862,\n
        "lon": 5.8047801,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482933,\n
        "lat": 45.9189912,\n
        "lon": 5.8047311,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482935,\n
        "lat": 45.9190022,\n
        "lon": 5.8048601,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482937,\n
        "lat": 45.9190072,\n
        "lon": 5.8048221,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482939,\n
        "lat": 45.9190102,\n
        "lon": 5.8047861,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482941,\n
        "lat": 45.9189580,\n
        "lon": 5.8230090,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482944,\n
        "lat": 45.9189600,\n
        "lon": 5.8229350,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482946,\n
        "lat": 45.9189600,\n
        "lon": 5.8229480,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482948,\n
        "lat": 45.9190242,\n
        "lon": 5.8048261,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482950,\n
        "lat": 45.9190282,\n
        "lon": 5.8047901,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482952,\n
        "lat": 45.9189720,\n
        "lon": 5.8224770,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482954,\n
        "lat": 45.9189750,\n
        "lon": 5.8223730,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482956,\n
        "lat": 45.9189800,\n
        "lon": 5.8226880,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482958,\n
        "lat": 45.9190442,\n
        "lon": 5.8047471,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482960,\n
        "lat": 45.9189880,\n
        "lon": 5.8226610,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482962,\n
        "lat": 45.9189900,\n
        "lon": 5.8230110,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482964,\n
        "lat": 45.9189910,\n
        "lon": 5.8229460,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482966,\n
        "lat": 45.9189920,\n
        "lon": 5.8229370,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482969,\n
        "lat": 45.9190000,\n
        "lon": 5.8224840,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482971,\n
        "lat": 45.9190612,\n
        "lon": 5.8045991,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482973,\n
        "lat": 45.9190130,\n
        "lon": 5.8225710,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482975,\n
        "lat": 45.9190140,\n
        "lon": 5.8162460,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482977,\n
        "lat": 45.9190150,\n
        "lon": 5.8161420,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482979,\n
        "lat": 45.9190912,\n
        "lon": 5.8048421,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482981,\n
        "lat": 45.9191002,\n
        "lon": 5.8047601,\n
        "timestamp": "2024-05-08T16:53:07Z",\n
        "version": 2,\n
        "changeset": 151066275,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482983,\n
        "lat": 45.9190680,\n
        "lon": 5.8227270,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482985,\n
        "lat": 45.9190690,\n
        "lon": 5.8227230,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482987,\n
        "lat": 45.9190770,\n
        "lon": 5.8224950,\n
        "timestamp": "2013-04-20T23:02:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482996,\n
        "lat": 45.9190950,\n
        "lon": 5.8223930,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274482998,\n
        "lat": 45.9190990,\n
        "lon": 5.8226430,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483000,\n
        "lat": 45.9191050,\n
        "lon": 5.8226210,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483002,\n
        "lat": 45.9191170,\n
        "lon": 5.8227530,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483004,\n
        "lat": 45.9191200,\n
        "lon": 5.8035520,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483006,\n
        "lat": 45.9191260,\n
        "lon": 5.8227590,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483008,\n
        "lat": 45.9191280,\n
        "lon": 5.8227160,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483010,\n
        "lat": 45.9191370,\n
        "lon": 5.8227220,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483012,\n
        "lat": 45.9191490,\n
        "lon": 5.8034320,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483014,\n
        "lat": 45.9191510,\n
        "lon": 5.8161460,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483017,\n
        "lat": 45.9191510,\n
        "lon": 5.8226760,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483019,\n
        "lat": 45.9191520,\n
        "lon": 5.8162500,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483021,\n
        "lat": 45.9191880,\n
        "lon": 5.8225180,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483023,\n
        "lat": 45.9192210,\n
        "lon": 5.8225180,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483025,\n
        "lat": 45.9192240,\n
        "lon": 5.8224070,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483027,\n
        "lat": 45.9192270,\n
        "lon": 5.8228830,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483029,\n
        "lat": 45.9192310,\n
        "lon": 5.8228140,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483031,\n
        "lat": 45.9192320,\n
        "lon": 5.8225180,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483034,\n
        "lat": 45.9192390,\n
        "lon": 5.8226460,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483036,\n
        "lat": 45.9192420,\n
        "lon": 5.8036120,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483038,\n
        "lat": 45.9192730,\n
        "lon": 5.8034920,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483040,\n
        "lat": 45.9192780,\n
        "lon": 5.8225250,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483042,\n
        "lat": 45.9192810,\n
        "lon": 5.8224130,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483044,\n
        "lat": 45.9192810,\n
        "lon": 5.8228160,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483048,\n
        "lat": 45.9192860,\n
        "lon": 5.8226490,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483051,\n
        "lat": 45.9193310,\n
        "lon": 5.8209070,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483053,\n
        "lat": 45.9193350,\n
        "lon": 5.8208430,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483055,\n
        "lat": 45.9193450,\n
        "lon": 5.8211370,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483057,\n
        "lat": 45.9193550,\n
        "lon": 5.8228910,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483059,\n
        "lat": 45.9193570,\n
        "lon": 5.8228640,\n
        "timestamp": "2013-04-20T23:02:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483061,\n
        "lat": 45.9193580,\n
        "lon": 5.8228220,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483063,\n
        "lat": 45.9193600,\n
        "lon": 5.8210000,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483065,\n
        "lat": 45.9193620,\n
        "lon": 5.8227460,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483067,\n
        "lat": 45.9193660,\n
        "lon": 5.8209120,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483069,\n
        "lat": 45.9193660,\n
        "lon": 5.8226790,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483071,\n
        "lat": 45.9193674,\n
        "lon": 5.8226560,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483073,\n
        "lat": 45.9193680,\n
        "lon": 5.8209010,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483075,\n
        "lat": 45.9193680,\n
        "lon": 5.8226460,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483077,\n
        "lat": 45.9193700,\n
        "lon": 5.8161530,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483079,\n
        "lat": 45.9193710,\n
        "lon": 5.8161220,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483081,\n
        "lat": 45.9193720,\n
        "lon": 5.8208490,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483083,\n
        "lat": 45.9193730,\n
        "lon": 5.8162310,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483085,\n
        "lat": 45.9193750,\n
        "lon": 5.8161890,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483087,\n
        "lat": 45.9193760,\n
        "lon": 5.8224100,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483089,\n
        "lat": 45.9193780,\n
        "lon": 5.8225410,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483091,\n
        "lat": 45.9193890,\n
        "lon": 5.8221630,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483094,\n
        "lat": 45.9193910,\n
        "lon": 5.8221210,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483096,\n
        "lat": 45.9194040,\n
        "lon": 5.8162350,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483098,\n
        "lat": 45.9194070,\n
        "lon": 5.8161920,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483118,\n
        "lat": 45.9194080,\n
        "lon": 5.8226490,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483121,\n
        "lat": 45.9194080,\n
        "lon": 5.8226840,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483123,\n
        "lat": 45.9194100,\n
        "lon": 5.8212310,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483125,\n
        "lat": 45.9194100,\n
        "lon": 5.8212920,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483127,\n
        "lat": 45.9194110,\n
        "lon": 5.8214020,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483129,\n
        "lat": 45.9194200,\n
        "lon": 5.8210420,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483131,\n
        "lat": 45.9194220,\n
        "lon": 5.8209930,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483133,\n
        "lat": 45.9194240,\n
        "lon": 5.8162460,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483135,\n
        "lat": 45.9194280,\n
        "lon": 5.8161580,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483138,\n
        "lat": 45.9194294,\n
        "lon": 5.8161279,\n
        "timestamp": "2013-04-20T23:02:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483141,\n
        "lat": 45.9194300,\n
        "lon": 5.8161140,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483144,\n
        "lat": 45.9194310,\n
        "lon": 5.8211460,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483147,\n
        "lat": 45.9194320,\n
        "lon": 5.8193670,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483150,\n
        "lat": 45.9194340,\n
        "lon": 5.8193400,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483154,\n
        "lat": 45.9194360,\n
        "lon": 5.8210440,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483157,\n
        "lat": 45.9194390,\n
        "lon": 5.8162470,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483160,\n
        "lat": 45.9194400,\n
        "lon": 5.8209950,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483163,\n
        "lat": 45.9194420,\n
        "lon": 5.8221280,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483166,\n
        "lat": 45.9194430,\n
        "lon": 5.8209100,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483169,\n
        "lat": 45.9194430,\n
        "lon": 5.8226380,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483173,\n
        "lat": 45.9194440,\n
        "lon": 5.8194760,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483177,\n
        "lat": 45.9194440,\n
        "lon": 5.8221660,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483180,\n
        "lat": 45.9194450,\n
        "lon": 5.8228050,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483183,\n
        "lat": 45.9194460,\n
        "lon": 5.8161160,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483186,\n
        "lat": 45.9194490,\n
        "lon": 5.8193670,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483189,\n
        "lat": 45.9194500,\n
        "lon": 5.8212970,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483192,\n
        "lat": 45.9194530,\n
        "lon": 5.8212370,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483196,\n
        "lat": 45.9194540,\n
        "lon": 5.8169630,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483199,\n
        "lat": 45.9194550,\n
        "lon": 5.8212980,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483203,\n
        "lat": 45.9194570,\n
        "lon": 5.8214020,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483206,\n
        "lat": 45.9194630,\n
        "lon": 5.8225460,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483209,\n
        "lat": 45.9194660,\n
        "lon": 5.8168990,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483213,\n
        "lat": 45.9194670,\n
        "lon": 5.8224150,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483216,\n
        "lat": 45.9194830,\n
        "lon": 5.8226360,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483219,\n
        "lat": 45.9194860,\n
        "lon": 5.8227710,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483223,\n
        "lat": 45.9194870,\n
        "lon": 5.8228030,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483226,\n
        "lat": 45.9194880,\n
        "lon": 5.8169610,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483230,\n
        "lat": 45.9194940,\n
        "lon": 5.8190040,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483233,\n
        "lat": 45.9194940,\n
        "lon": 5.8190630,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483236,\n
        "lat": 45.9194970,\n
        "lon": 5.8213070,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483239,\n
        "lat": 45.9194980,\n
        "lon": 5.8212560,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483241,\n
        "lat": 45.9194990,\n
        "lon": 5.8211960,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483245,\n
        "lat": 45.9195000,\n
        "lon": 5.8168960,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483248,\n
        "lat": 45.9195000,\n
        "lon": 5.8227690,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483251,\n
        "lat": 45.9195010,\n
        "lon": 5.8214250,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483254,\n
        "lat": 45.9195030,\n
        "lon": 5.8205040,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483257,\n
        "lat": 45.9195030,\n
        "lon": 5.8228560,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483260,\n
        "lat": 45.9195040,\n
        "lon": 5.8205550,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483262,\n
        "lat": 45.9195040,\n
        "lon": 5.8213070,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483265,\n
        "lat": 45.9195070,\n
        "lon": 5.8218900,\n
        "timestamp": "2013-04-20T23:02:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483296,\n
        "lat": 45.9195100,\n
        "lon": 5.8218270,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483298,\n
        "lat": 45.9195110,\n
        "lon": 5.8202620,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483300,\n
        "lat": 45.9195120,\n
        "lon": 5.8208610,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483302,\n
        "lat": 45.9195130,\n
        "lon": 5.8209990,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483303,\n
        "lat": 45.9195150,\n
        "lon": 5.8210450,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483304,\n
        "lat": 45.9195160,\n
        "lon": 5.8211320,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483305,\n
        "lat": 45.9195170,\n
        "lon": 5.8202310,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483306,\n
        "lat": 45.9195300,\n
        "lon": 5.8218920,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483307,\n
        "lat": 45.9195310,\n
        "lon": 5.8193400,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483308,\n
        "lat": 45.9195330,\n
        "lon": 5.8218280,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483309,\n
        "lat": 45.9195330,\n
        "lon": 5.8222740,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483310,\n
        "lat": 45.9195340,\n
        "lon": 5.8202730,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483311,\n
        "lat": 45.9195350,\n
        "lon": 5.8222080,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483312,\n
        "lat": 45.9195360,\n
        "lon": 5.8221210,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483313,\n
        "lat": 45.9195430,\n
        "lon": 5.8202410,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483314,\n
        "lat": 45.9195460,\n
        "lon": 5.8208550,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483315,\n
        "lat": 45.9195490,\n
        "lon": 5.8195870,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483316,\n
        "lat": 45.9195500,\n
        "lon": 5.8187370,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483317,\n
        "lat": 45.9195510,\n
        "lon": 5.8205600,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483318,\n
        "lat": 45.9195520,\n
        "lon": 5.8195590,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483319,\n
        "lat": 45.9195530,\n
        "lon": 5.8205140,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483320,\n
        "lat": 45.9195540,\n
        "lon": 5.8188000,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483321,\n
        "lat": 45.9195560,\n
        "lon": 5.8195280,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483322,\n
        "lat": 45.9195560,\n
        "lon": 5.8209680,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483323,\n
        "lat": 45.9195580,\n
        "lon": 5.8209990,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483324,\n
        "lat": 45.9195590,\n
        "lon": 5.8164080,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483325,\n
        "lat": 45.9195590,\n
        "lon": 5.8195200,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483326,\n
        "lat": 45.9195610,\n
        "lon": 5.8162870,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483327,\n
        "lat": 45.9195640,\n
        "lon": 5.8195130,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483328,\n
        "lat": 45.9195670,\n
        "lon": 5.8190020,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483329,\n
        "lat": 45.9195680,\n
        "lon": 5.8190620,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483330,\n
        "lat": 45.9195730,\n
        "lon": 5.8194720,\n
        "timestamp": "2013-04-20T23:02:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483331,\n
        "lat": 45.9195730,\n
        "lon": 5.8195080,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483332,\n
        "lat": 45.9195730,\n
        "lon": 5.8224940,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483333,\n
        "lat": 45.9195740,\n
        "lon": 5.8161480,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483334,\n
        "lat": 45.9195740,\n
        "lon": 5.8187330,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483335,\n
        "lat": 45.9195750,\n
        "lon": 5.8161260,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483336,\n
        "lat": 45.9195750,\n
        "lon": 5.8193410,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483337,\n
        "lat": 45.9195750,\n
        "lon": 5.8223750,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483338,\n
        "lat": 45.9195760,\n
        "lon": 5.8212580,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483339,\n
        "lat": 45.9195760,\n
        "lon": 5.8213100,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483340,\n
        "lat": 45.9195770,\n
        "lon": 5.8222770,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483341,\n
        "lat": 45.9195770,\n
        "lon": 5.8222820,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483342,\n
        "lat": 45.9195780,\n
        "lon": 5.8192810,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483343,\n
        "lat": 45.9195780,\n
        "lon": 5.8222080,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483344,\n
        "lat": 45.9195790,\n
        "lon": 5.8187960,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483345,\n
        "lat": 45.9195790,\n
        "lon": 5.8194490,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483346,\n
        "lat": 45.9195790,\n
        "lon": 5.8194730,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483347,\n
        "lat": 45.9195800,\n
        "lon": 5.8192370,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483348,\n
        "lat": 45.9195800,\n
        "lon": 5.8195110,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483349,\n
        "lat": 45.9195800,\n
        "lon": 5.8212580,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483350,\n
        "lat": 45.9195810,\n
        "lon": 5.8211980,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483351,\n
        "lat": 45.9195820,\n
        "lon": 5.8224940,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483352,\n
        "lat": 45.9195840,\n
        "lon": 5.8195940,\n
        "timestamp": "2013-04-20T23:02:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483353,\n
        "lat": 45.9195860,\n
        "lon": 5.8208460,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483354,\n
        "lat": 45.9195870,\n
        "lon": 5.8195200,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483355,\n
        "lat": 45.9195890,\n
        "lon": 5.8195320,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483356,\n
        "lat": 45.9195890,\n
        "lon": 5.8195470,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483357,\n
        "lat": 45.9195890,\n
        "lon": 5.8221180,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483358,\n
        "lat": 45.9195900,\n
        "lon": 5.8209660,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483359,\n
        "lat": 45.9195990,\n
        "lon": 5.8216400,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483360,\n
        "lat": 45.9196010,\n
        "lon": 5.8225360,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483361,\n
        "lat": 45.9196070,\n
        "lon": 5.8162590,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483362,\n
        "lat": 45.9196070,\n
        "lon": 5.8217840,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483363,\n
        "lat": 45.9196080,\n
        "lon": 5.8162180,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483364,\n
        "lat": 45.9196100,\n
        "lon": 5.8161510,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483365,\n
        "lat": 45.9196150,\n
        "lon": 5.8225520,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483366,\n
        "lat": 45.9196220,\n
        "lon": 5.8216370,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483367,\n
        "lat": 45.9196240,\n
        "lon": 5.8211220,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483368,\n
        "lat": 45.9196250,\n
        "lon": 5.8211700,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483369,\n
        "lat": 45.9196260,\n
        "lon": 5.8208110,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483370,\n
        "lat": 45.9196260,\n
        "lon": 5.8226320,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483371,\n
        "lat": 45.9196270,\n
        "lon": 5.8192820,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483372,\n
        "lat": 45.9196270,\n
        "lon": 5.8193840,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483373,\n
        "lat": 45.9196270,\n
        "lon": 5.8194500,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483374,\n
        "lat": 45.9196270,\n
        "lon": 5.8194700,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483375,\n
        "lat": 45.9196270,\n
        "lon": 5.8207470,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483376,\n
        "lat": 45.9196270,\n
        "lon": 5.8208400,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483377,\n
        "lat": 45.9196280,\n
        "lon": 5.8192360,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483378,\n
        "lat": 45.9196280,\n
        "lon": 5.8206040,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483379,\n
        "lat": 45.9196280,\n
        "lon": 5.8206500,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483380,\n
        "lat": 45.9196300,\n
        "lon": 5.8164120,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483381,\n
        "lat": 45.9196300,\n
        "lon": 5.8217810,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483382,\n
        "lat": 45.9196310,\n
        "lon": 5.8163870,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483383,\n
        "lat": 45.9196380,\n
        "lon": 5.8196210,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483385,\n
        "lat": 45.9196460,\n
        "lon": 5.8163880,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483386,\n
        "lat": 45.9196490,\n
        "lon": 5.8162630,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483387,\n
        "lat": 45.9196490,\n
        "lon": 5.8162940,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483388,\n
        "lat": 45.9196500,\n
        "lon": 5.8162210,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483389,\n
        "lat": 45.9196520,\n
        "lon": 5.8194700,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483390,\n
        "lat": 45.9196530,\n
        "lon": 5.8169880,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483391,\n
        "lat": 45.9196530,\n
        "lon": 5.8189240,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483392,\n
        "lat": 45.9196530,\n
        "lon": 5.8214220,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483393,\n
        "lat": 45.9196560,\n
        "lon": 5.8188330,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483394,\n
        "lat": 45.9196570,\n
        "lon": 5.8206060,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483395,\n
        "lat": 45.9196570,\n
        "lon": 5.8207500,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483396,\n
        "lat": 45.9196570,\n
        "lon": 5.8213180,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483397,\n
        "lat": 45.9196600,\n
        "lon": 5.8189580,\n
        "timestamp": "2013-04-20T23:02:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483398,\n
        "lat": 45.9196600,\n
        "lon": 5.8228480,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483399,\n
        "lat": 45.9196610,\n
        "lon": 5.8205510,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483400,\n
        "lat": 45.9196630,\n
        "lon": 5.8037290,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483402,\n
        "lat": 45.9196630,\n
        "lon": 5.8224950,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483403,\n
        "lat": 45.9196660,\n
        "lon": 5.8168790,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483404,\n
        "lat": 45.9196660,\n
        "lon": 5.8223740,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483405,\n
        "lat": 45.9196670,\n
        "lon": 5.8217530,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483406,\n
        "lat": 45.9196680,\n
        "lon": 5.8217770,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483407,\n
        "lat": 45.9196680,\n
        "lon": 5.8222810,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483408,\n
        "lat": 45.9196710,\n
        "lon": 5.8222100,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483409,\n
        "lat": 45.9196720,\n
        "lon": 5.8222040,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483410,\n
        "lat": 45.9196810,\n
        "lon": 5.8225550,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483411,\n
        "lat": 45.9196810,\n
        "lon": 5.8227270,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483412,\n
        "lat": 45.9196820,\n
        "lon": 5.8225040,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483413,\n
        "lat": 45.9196830,\n
        "lon": 5.8209610,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483414,\n
        "lat": 45.9196850,\n
        "lon": 5.8208330,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483415,\n
        "lat": 45.9196850,\n
        "lon": 5.8208410,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483416,\n
        "lat": 45.9196860,\n
        "lon": 5.8036160,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483417,\n
        "lat": 45.9196860,\n
        "lon": 5.8208080,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483418,\n
        "lat": 45.9196980,\n
        "lon": 5.8217930,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483419,\n
        "lat": 45.9197000,\n
        "lon": 5.8218420,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483420,\n
        "lat": 45.9197040,\n
        "lon": 5.8207410,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483421,\n
        "lat": 45.9197040,\n
        "lon": 5.8211620,\n
        "timestamp": "2013-04-20T23:02:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483423,\n
        "lat": 45.9197070,\n
        "lon": 5.8214070,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483424,\n
        "lat": 45.9197070,\n
        "lon": 5.8214210,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483425,\n
        "lat": 45.9197070,\n
        "lon": 5.8222050,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483426,\n
        "lat": 45.9197100,\n
        "lon": 5.8232560,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483427,\n
        "lat": 45.9197110,\n
        "lon": 5.8221150,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483428,\n
        "lat": 45.9197120,\n
        "lon": 5.8228610,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483429,\n
        "lat": 45.9197130,\n
        "lon": 5.8233680,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483430,\n
        "lat": 45.9197150,\n
        "lon": 5.8229180,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483431,\n
        "lat": 45.9197170,\n
        "lon": 5.8213480,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483432,\n
        "lat": 45.9197180,\n
        "lon": 5.8198990,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483433,\n
        "lat": 45.9197180,\n
        "lon": 5.8214070,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483434,\n
        "lat": 45.9197240,\n
        "lon": 5.8188350,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483435,\n
        "lat": 45.9197240,\n
        "lon": 5.8192310,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483436,\n
        "lat": 45.9197250,\n
        "lon": 5.8189550,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483437,\n
        "lat": 45.9197260,\n
        "lon": 5.8193850,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483438,\n
        "lat": 45.9197260,\n
        "lon": 5.8227390,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483439,\n
        "lat": 45.9197260,\n
        "lon": 5.8231570,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483441,\n
        "lat": 45.9197270,\n
        "lon": 5.8227210,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483442,\n
        "lat": 45.9197280,\n
        "lon": 5.8188360,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483443,\n
        "lat": 45.9197280,\n
        "lon": 5.8217910,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483444,\n
        "lat": 45.9197290,\n
        "lon": 5.8189070,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483445,\n
        "lat": 45.9197290,\n
        "lon": 5.8218400,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483446,\n
        "lat": 45.9197320,\n
        "lon": 5.8230660,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483447,\n
        "lat": 45.9197340,\n
        "lon": 5.8226520,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483448,\n
        "lat": 45.9197350,\n
        "lon": 5.8194870,\n
        "timestamp": "2013-04-20T23:02:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483449,\n
        "lat": 45.9197360,\n
        "lon": 5.8229190,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483450,\n
        "lat": 45.9197370,\n
        "lon": 5.8229610,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483451,\n
        "lat": 45.9197380,\n
        "lon": 5.8225330,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483452,\n
        "lat": 45.9197380,\n
        "lon": 5.8229950,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483453,\n
        "lat": 45.9197390,\n
        "lon": 5.8200090,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483454,\n
        "lat": 45.9197440,\n
        "lon": 5.8205570,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483455,\n
        "lat": 45.9197480,\n
        "lon": 5.8230690,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483456,\n
        "lat": 45.9197510,\n
        "lon": 5.8230190,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483457,\n
        "lat": 45.9197540,\n
        "lon": 5.8211590,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483458,\n
        "lat": 45.9197550,\n
        "lon": 5.8210910,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483459,\n
        "lat": 45.9197550,\n
        "lon": 5.8216210,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483460,\n
        "lat": 45.9197560,\n
        "lon": 5.8210240,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483461,\n
        "lat": 45.9197580,\n
        "lon": 5.8191870,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483462,\n
        "lat": 45.9197590,\n
        "lon": 5.8233660,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483463,\n
        "lat": 45.9197600,\n
        "lon": 5.8205730,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483464,\n
        "lat": 45.9197610,\n
        "lon": 5.8217420,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483465,\n
        "lat": 45.9197660,\n
        "lon": 5.8206850,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483466,\n
        "lat": 45.9197660,\n
        "lon": 5.8209560,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483467,\n
        "lat": 45.9197670,\n
        "lon": 5.8207440,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483468,\n
        "lat": 45.9197680,\n
        "lon": 5.8208400,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483469,\n
        "lat": 45.9197690,\n
        "lon": 5.8196610,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483470,\n
        "lat": 45.9197710,\n
        "lon": 5.8188370,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483471,\n
        "lat": 45.9197720,\n
        "lon": 5.8196360,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483472,\n
        "lat": 45.9197730,\n
        "lon": 5.8189090,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483474,\n
        "lat": 45.9197740,\n
        "lon": 5.8198770,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483475,\n
        "lat": 45.9197740,\n
        "lon": 5.8232510,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483476,\n
        "lat": 45.9197760,\n
        "lon": 5.8170140,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483477,\n
        "lat": 45.9197770,\n
        "lon": 5.8192250,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483478,\n
        "lat": 45.9197770,\n
        "lon": 5.8206830,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483479,\n
        "lat": 45.9197780,\n
        "lon": 5.8233630,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483480,\n
        "lat": 45.9197790,\n
        "lon": 5.8207490,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483481,\n
        "lat": 45.9197810,\n
        "lon": 5.8227310,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483482,\n
        "lat": 45.9197830,\n
        "lon": 5.8205610,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483483,\n
        "lat": 45.9197850,\n
        "lon": 5.8226620,\n
        "timestamp": "2013-04-20T23:02:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483484,\n
        "lat": 45.9197850,\n
        "lon": 5.8231830,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483485,\n
        "lat": 45.9197860,\n
        "lon": 5.8226560,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483486,\n
        "lat": 45.9197860,\n
        "lon": 5.8232330,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483487,\n
        "lat": 45.9197870,\n
        "lon": 5.8191560,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483488,\n
        "lat": 45.9197880,\n
        "lon": 5.8037800,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483489,\n
        "lat": 45.9197880,\n
        "lon": 5.8210940,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483490,\n
        "lat": 45.9197890,\n
        "lon": 5.8169040,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483491,\n
        "lat": 45.9197890,\n
        "lon": 5.8206980,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483492,\n
        "lat": 45.9197890,\n
        "lon": 5.8211580,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483493,\n
        "lat": 45.9197890,\n
        "lon": 5.8230260,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483494,\n
        "lat": 45.9197900,\n
        "lon": 5.8216170,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483495,\n
        "lat": 45.9197910,\n
        "lon": 5.8190570,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483496,\n
        "lat": 45.9197910,\n
        "lon": 5.8230100,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483497,\n
        "lat": 45.9197930,\n
        "lon": 5.8189290,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483498,\n
        "lat": 45.9197930,\n
        "lon": 5.8192550,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483499,\n
        "lat": 45.9197930,\n
        "lon": 5.8229970,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483500,\n
        "lat": 45.9197960,\n
        "lon": 5.8197200,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483501,\n
        "lat": 45.9197960,\n
        "lon": 5.8199850,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483502,\n
        "lat": 45.9197960,\n
        "lon": 5.8229630,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483503,\n
        "lat": 45.9197970,\n
        "lon": 5.8217370,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483504,\n
        "lat": 45.9197990,\n
        "lon": 5.8196650,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483505,\n
        "lat": 45.9198030,\n
        "lon": 5.8188360,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483506,\n
        "lat": 45.9198040,\n
        "lon": 5.8189120,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483507,\n
        "lat": 45.9198040,\n
        "lon": 5.8228380,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483508,\n
        "lat": 45.9198040,\n
        "lon": 5.8228730,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483509,\n
        "lat": 45.9198040,\n
        "lon": 5.8231810,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483510,\n
        "lat": 45.9198050,\n
        "lon": 5.8231670,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483511,\n
        "lat": 45.9198050,\n
        "lon": 5.8231980,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483512,\n
        "lat": 45.9198080,\n
        "lon": 5.8036690,\n
        "timestamp": "2013-04-20T23:02:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483514,\n
        "lat": 45.9198170,\n
        "lon": 5.8230040,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483515,\n
        "lat": 45.9198200,\n
        "lon": 5.8208360,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483516,\n
        "lat": 45.9198200,\n
        "lon": 5.8209520,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483517,\n
        "lat": 45.9198220,\n
        "lon": 5.8192240,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483518,\n
        "lat": 45.9198270,\n
        "lon": 5.8195050,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483519,\n
        "lat": 45.9198330,\n
        "lon": 5.8207040,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483520,\n
        "lat": 45.9198340,\n
        "lon": 5.8228080,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483521,\n
        "lat": 45.9198340,\n
        "lon": 5.8228370,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483522,\n
        "lat": 45.9198350,\n
        "lon": 5.8227600,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483523,\n
        "lat": 45.9198360,\n
        "lon": 5.8227310,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483524,\n
        "lat": 45.9198370,\n
        "lon": 5.8226620,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483525,\n
        "lat": 45.9198370,\n
        "lon": 5.8226680,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483526,\n
        "lat": 45.9198390,\n
        "lon": 5.8213460,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483527,\n
        "lat": 45.9198400,\n
        "lon": 5.8205700,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483528,\n
        "lat": 45.9198400,\n
        "lon": 5.8214180,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483529,\n
        "lat": 45.9198420,\n
        "lon": 5.8231760,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483530,\n
        "lat": 45.9198430,\n
        "lon": 5.8231950,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483531,\n
        "lat": 45.9198450,\n
        "lon": 5.8232280,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483532,\n
        "lat": 45.9198460,\n
        "lon": 5.8210390,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483533,\n
        "lat": 45.9198540,\n
        "lon": 5.8225440,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483534,\n
        "lat": 45.9198540,\n
        "lon": 5.8228130,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483535,\n
        "lat": 45.9198560,\n
        "lon": 5.8227630,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483536,\n
        "lat": 45.9198640,\n
        "lon": 5.8209140,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483537,\n
        "lat": 45.9198660,\n
        "lon": 5.8192440,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483538,\n
        "lat": 45.9198770,\n
        "lon": 5.8191460,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483539,\n
        "lat": 45.9198850,\n
        "lon": 5.8197280,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483540,\n
        "lat": 45.9198930,\n
        "lon": 5.8230230,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483541,\n
        "lat": 45.9198980,\n
        "lon": 5.8196700,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483542,\n
        "lat": 45.9198980,\n
        "lon": 5.8228230,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483543,\n
        "lat": 45.9198990,\n
        "lon": 5.8229760,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483544,\n
        "lat": 45.9199020,\n
        "lon": 5.8195860,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483545,\n
        "lat": 45.9199030,\n
        "lon": 5.8195590,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483546,\n
        "lat": 45.9199050,\n
        "lon": 5.8195230,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483547,\n
        "lat": 45.9199110,\n
        "lon": 5.8227310,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483548,\n
        "lat": 45.9199140,\n
        "lon": 5.8228270,\n
        "timestamp": "2013-04-20T23:02:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483549,\n
        "lat": 45.9199150,\n
        "lon": 5.8195880,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483550,\n
        "lat": 45.9199160,\n
        "lon": 5.8210600,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483551,\n
        "lat": 45.9199170,\n
        "lon": 5.8195610,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483552,\n
        "lat": 45.9199180,\n
        "lon": 5.8197630,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483553,\n
        "lat": 45.9199190,\n
        "lon": 5.8195690,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483554,\n
        "lat": 45.9199240,\n
        "lon": 5.8190720,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483555,\n
        "lat": 45.9199310,\n
        "lon": 5.8196680,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483556,\n
        "lat": 45.9199320,\n
        "lon": 5.8196570,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483557,\n
        "lat": 45.9199340,\n
        "lon": 5.8209350,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483558,\n
        "lat": 45.9199510,\n
        "lon": 5.8226720,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483560,\n
        "lat": 45.9199530,\n
        "lon": 5.8195940,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483561,\n
        "lat": 45.9199590,\n
        "lon": 5.8227320,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483562,\n
        "lat": 45.9199610,\n
        "lon": 5.8166450,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483563,\n
        "lat": 45.9199610,\n
        "lon": 5.8189370,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483564,\n
        "lat": 45.9199640,\n
        "lon": 5.8167040,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483565,\n
        "lat": 45.9199680,\n
        "lon": 5.8166450,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483566,\n
        "lat": 45.9199690,\n
        "lon": 5.8165030,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483567,\n
        "lat": 45.9199760,\n
        "lon": 5.8230450,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483568,\n
        "lat": 45.9199800,\n
        "lon": 5.8192690,\n
        "timestamp": "2013-04-20T23:02:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483569,\n
        "lat": 45.9199800,\n
        "lon": 5.8229930,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483570,\n
        "lat": 45.9199840,\n
        "lon": 5.8192260,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483571,\n
        "lat": 45.9199840,\n
        "lon": 5.8197810,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483572,\n
        "lat": 45.9199850,\n
        "lon": 5.8225460,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483573,\n
        "lat": 45.9199910,\n
        "lon": 5.8228520,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483574,\n
        "lat": 45.9199920,\n
        "lon": 5.8228390,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483576,\n
        "lat": 45.9200160,\n
        "lon": 5.8192780,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483577,\n
        "lat": 45.9200170,\n
        "lon": 5.8226750,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483578,\n
        "lat": 45.9200190,\n
        "lon": 5.8189610,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483579,\n
        "lat": 45.9200190,\n
        "lon": 5.8190800,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483580,\n
        "lat": 45.9200200,\n
        "lon": 5.8192350,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483581,\n
        "lat": 45.9200210,\n
        "lon": 5.8225470,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483582,\n
        "lat": 45.9200260,\n
        "lon": 5.8191820,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483583,\n
        "lat": 45.9200260,\n
        "lon": 5.8191890,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483584,\n
        "lat": 45.9200280,\n
        "lon": 5.8165010,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483585,\n
        "lat": 45.9200340,\n
        "lon": 5.8197940,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483586,\n
        "lat": 45.9200370,\n
        "lon": 5.8166930,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483587,\n
        "lat": 45.9200390,\n
        "lon": 5.8227330,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483588,\n
        "lat": 45.9200410,\n
        "lon": 5.8228460,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483589,\n
        "lat": 45.9200470,\n
        "lon": 5.8227350,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483590,\n
        "lat": 45.9200480,\n
        "lon": 5.8196990,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483591,\n
        "lat": 45.9200550,\n
        "lon": 5.8190820,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483592,\n
        "lat": 45.9200580,\n
        "lon": 5.8190210,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483593,\n
        "lat": 45.9200580,\n
        "lon": 5.8196320,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483594,\n
        "lat": 45.9200590,\n
        "lon": 5.8196230,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483595,\n
        "lat": 45.9200720,\n
        "lon": 5.8228510,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483596,\n
        "lat": 45.9200740,\n
        "lon": 5.8164990,\n
        "timestamp": "2013-04-20T23:03:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483597,\n
        "lat": 45.9200750,\n
        "lon": 5.8165230,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483598,\n
        "lat": 45.9200780,\n
        "lon": 5.8227410,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483599,\n
        "lat": 45.9200830,\n
        "lon": 5.8166260,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483600,\n
        "lat": 45.9200870,\n
        "lon": 5.8166770,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483601,\n
        "lat": 45.9200930,\n
        "lon": 5.8163520,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483602,\n
        "lat": 45.9201020,\n
        "lon": 5.8164300,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483603,\n
        "lat": 45.9201030,\n
        "lon": 5.8226770,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483604,\n
        "lat": 45.9201040,\n
        "lon": 5.8226690,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483605,\n
        "lat": 45.9201080,\n
        "lon": 5.8226710,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483606,\n
        "lat": 45.9201130,\n
        "lon": 5.8192990,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483607,\n
        "lat": 45.9201220,\n
        "lon": 5.8192110,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483609,\n
        "lat": 45.9201340,\n
        "lon": 5.8198150,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483610,\n
        "lat": 45.9201360,\n
        "lon": 5.8225730,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483611,\n
        "lat": 45.9201390,\n
        "lon": 5.8225640,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483612,\n
        "lat": 45.9201390,\n
        "lon": 5.8228630,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483613,\n
        "lat": 45.9201440,\n
        "lon": 5.8227550,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483614,\n
        "lat": 45.9201510,\n
        "lon": 5.8226900,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483615,\n
        "lat": 45.9201550,\n
        "lon": 5.8165150,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483616,\n
        "lat": 45.9201550,\n
        "lon": 5.8196720,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483617,\n
        "lat": 45.9201720,\n
        "lon": 5.8226940,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483618,\n
        "lat": 45.9201760,\n
        "lon": 5.8226520,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483619,\n
        "lat": 45.9201800,\n
        "lon": 5.8161880,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483620,\n
        "lat": 45.9201810,\n
        "lon": 5.8226540,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483621,\n
        "lat": 45.9201870,\n
        "lon": 5.8162450,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483622,\n
        "lat": 45.9201870,\n
        "lon": 5.8225720,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483623,\n
        "lat": 45.9201880,\n
        "lon": 5.8162620,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483624,\n
        "lat": 45.9201960,\n
        "lon": 5.8163270,\n
        "timestamp": "2013-04-20T23:03:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483625,\n
        "lat": 45.9202030,\n
        "lon": 5.8164050,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483626,\n
        "lat": 45.9202150,\n
        "lon": 5.8162560,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483627,\n
        "lat": 45.9202150,\n
        "lon": 5.8195760,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483628,\n
        "lat": 45.9202180,\n
        "lon": 5.8229400,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483629,\n
        "lat": 45.9202200,\n
        "lon": 5.8161790,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483630,\n
        "lat": 45.9202230,\n
        "lon": 5.8163210,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483631,\n
        "lat": 45.9202230,\n
        "lon": 5.8164760,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483632,\n
        "lat": 45.9202250,\n
        "lon": 5.8164990,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483633,\n
        "lat": 45.9202250,\n
        "lon": 5.8194810,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483634,\n
        "lat": 45.9202270,\n
        "lon": 5.8162360,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483635,\n
        "lat": 45.9202270,\n
        "lon": 5.8194660,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483636,\n
        "lat": 45.9202270,\n
        "lon": 5.8227730,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483637,\n
        "lat": 45.9202270,\n
        "lon": 5.8228850,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483638,\n
        "lat": 45.9202310,\n
        "lon": 5.8228530,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483639,\n
        "lat": 45.9202370,\n
        "lon": 5.8227770,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483640,\n
        "lat": 45.9202460,\n
        "lon": 5.8164700,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483641,\n
        "lat": 45.9202550,\n
        "lon": 5.8166030,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483642,\n
        "lat": 45.9202610,\n
        "lon": 5.8194890,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483643,\n
        "lat": 45.9202630,\n
        "lon": 5.8194730,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483644,\n
        "lat": 45.9202740,\n
        "lon": 5.8212960,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483645,\n
        "lat": 45.9202740,\n
        "lon": 5.8229540,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483646,\n
        "lat": 45.9202800,\n
        "lon": 5.8228600,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483647,\n
        "lat": 45.9202840,\n
        "lon": 5.8211740,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483648,\n
        "lat": 45.9202860,\n
        "lon": 5.8167960,\n
        "timestamp": "2013-04-20T23:03:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483649,\n
        "lat": 45.9202890,\n
        "lon": 5.8169130,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483652,\n
        "lat": 45.9203250,\n
        "lon": 5.8194880,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483653,\n
        "lat": 45.9203260,\n
        "lon": 5.8194740,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483654,\n
        "lat": 45.9203420,\n
        "lon": 5.8229690,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483655,\n
        "lat": 45.9203450,\n
        "lon": 5.8196040,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483656,\n
        "lat": 45.9203480,\n
        "lon": 5.8228700,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483657,\n
        "lat": 45.9203540,\n
        "lon": 5.8202220,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483658,\n
        "lat": 45.9203570,\n
        "lon": 5.8167920,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483659,\n
        "lat": 45.9203580,\n
        "lon": 5.8194820,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483660,\n
        "lat": 45.9203610,\n
        "lon": 5.8169080,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483661,\n
        "lat": 45.9203650,\n
        "lon": 5.8201720,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483662,\n
        "lat": 45.9203720,\n
        "lon": 5.8213140,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483663,\n
        "lat": 45.9203810,\n
        "lon": 5.8211920,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483664,\n
        "lat": 45.9203940,\n
        "lon": 5.8201880,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483665,\n
        "lat": 45.9204040,\n
        "lon": 5.8165270,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483666,\n
        "lat": 45.9204090,\n
        "lon": 5.8201190,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483667,\n
        "lat": 45.9204100,\n
        "lon": 5.8166380,\n
        "timestamp": "2013-04-20T23:03:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483668,\n
        "lat": 45.9204530,\n
        "lon": 5.8229180,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483669,\n
        "lat": 45.9204610,\n
        "lon": 5.8228510,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483670,\n
        "lat": 45.9204820,\n
        "lon": 5.8161820,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483671,\n
        "lat": 45.9204880,\n
        "lon": 5.8162910,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483672,\n
        "lat": 45.9204910,\n
        "lon": 5.8186640,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483673,\n
        "lat": 45.9204970,\n
        "lon": 5.8165160,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483674,\n
        "lat": 45.9205040,\n
        "lon": 5.8166270,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483675,\n
        "lat": 45.9205110,\n
        "lon": 5.8229320,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483676,\n
        "lat": 45.9205120,\n
        "lon": 5.8202980,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483677,\n
        "lat": 45.9205170,\n
        "lon": 5.8228640,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483678,\n
        "lat": 45.9205360,\n
        "lon": 5.8184250,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483679,\n
        "lat": 45.9205390,\n
        "lon": 5.8201770,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483680,\n
        "lat": 45.9205920,\n
        "lon": 5.8161640,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483681,\n
        "lat": 45.9205950,\n
        "lon": 5.8162490,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483682,\n
        "lat": 45.9205960,\n
        "lon": 5.8162760,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483683,\n
        "lat": 45.9206210,\n
        "lon": 5.8161600,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483684,\n
        "lat": 45.9206270,\n
        "lon": 5.8162470,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483685,\n
        "lat": 45.9206380,\n
        "lon": 5.8187330,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483686,\n
        "lat": 45.9206700,\n
        "lon": 5.8172450,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483687,\n
        "lat": 45.9206710,\n
        "lon": 5.8185810,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483688,\n
        "lat": 45.9206860,\n
        "lon": 5.8184800,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483689,\n
        "lat": 45.9206930,\n
        "lon": 5.8184430,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483690,\n
        "lat": 45.9206980,\n
        "lon": 5.8170850,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483691,\n
        "lat": 45.9207080,\n
        "lon": 5.8230570,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483692,\n
        "lat": 45.9207170,\n
        "lon": 5.8229850,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483693,\n
        "lat": 45.9207530,\n
        "lon": 5.8172760,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483694,\n
        "lat": 45.9207750,\n
        "lon": 5.8186180,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483695,\n
        "lat": 45.9207820,\n
        "lon": 5.8171190,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483697,\n
        "lat": 45.9208060,\n
        "lon": 5.8230790,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483698,\n
        "lat": 45.9208150,\n
        "lon": 5.8230070,\n
        "timestamp": "2013-04-20T23:03:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483699,\n
        "lat": 45.9208190,\n
        "lon": 5.8185560,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483700,\n
        "lat": 45.9208250,\n
        "lon": 5.8186360,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483701,\n
        "lat": 45.9208310,\n
        "lon": 5.8184880,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483702,\n
        "lat": 45.9209560,\n
        "lon": 5.8186830,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483703,\n
        "lat": 45.9209690,\n
        "lon": 5.8186070,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483704,\n
        "lat": 45.9212400,\n
        "lon": 5.7871030,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483705,\n
        "lat": 45.9212460,\n
        "lon": 5.7871860,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483706,\n
        "lat": 45.9212470,\n
        "lon": 5.7871990,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483707,\n
        "lat": 45.9212970,\n
        "lon": 5.7871920,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483708,\n
        "lat": 45.9212980,\n
        "lon": 5.7871980,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483709,\n
        "lat": 45.9213210,\n
        "lon": 5.7870910,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483710,\n
        "lat": 45.9213280,\n
        "lon": 5.7871820,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483711,\n
        "lat": 45.9213290,\n
        "lon": 5.7871940,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483712,\n
        "lat": 45.9216320,\n
        "lon": 5.8048320,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483713,\n
        "lat": 45.9216390,\n
        "lon": 5.8047080,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483714,\n
        "lat": 45.9216710,\n
        "lon": 5.8048370,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483715,\n
        "lat": 45.9216720,\n
        "lon": 5.8048220,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483716,\n
        "lat": 45.9216750,\n
        "lon": 5.8047120,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483717,\n
        "lat": 45.9216760,\n
        "lon": 5.8046950,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483718,\n
        "lat": 45.9217060,\n
        "lon": 5.8048260,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483719,\n
        "lat": 45.9217210,\n
        "lon": 5.8047080,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483720,\n
        "lat": 45.9217600,\n
        "lon": 5.8048320,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483721,\n
        "lat": 45.9217610,\n
        "lon": 5.8047370,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483722,\n
        "lat": 45.9217610,\n
        "lon": 5.8048220,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483723,\n
        "lat": 45.9217630,\n
        "lon": 5.8047250,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483724,\n
        "lat": 45.9217630,\n
        "lon": 5.8047800,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483725,\n
        "lat": 45.9217840,\n
        "lon": 5.8048240,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483726,\n
        "lat": 45.9217860,\n
        "lon": 5.8047830,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483727,\n
        "lat": 45.9217880,\n
        "lon": 5.8047540,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483728,\n
        "lat": 45.9219010,\n
        "lon": 5.8088230,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483729,\n
        "lat": 45.9219190,\n
        "lon": 5.8086640,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483730,\n
        "lat": 45.9219620,\n
        "lon": 5.8086740,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483731,\n
        "lat": 45.9219670,\n
        "lon": 5.8104030,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483732,\n
        "lat": 45.9219680,\n
        "lon": 5.8086250,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483733,\n
        "lat": 45.9219940,\n
        "lon": 5.8087370,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483734,\n
        "lat": 45.9219940,\n
        "lon": 5.8088430,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483735,\n
        "lat": 45.9219990,\n
        "lon": 5.8103660,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483736,\n
        "lat": 45.9220020,\n
        "lon": 5.8104670,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483737,\n
        "lat": 45.9220050,\n
        "lon": 5.8086330,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483738,\n
        "lat": 45.9220060,\n
        "lon": 5.8087400,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483739,\n
        "lat": 45.9220350,\n
        "lon": 5.8104280,\n
        "timestamp": "2013-04-20T23:03:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483740,\n
        "lat": 45.9229520,\n
        "lon": 5.8084930,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483741,\n
        "lat": 45.9229710,\n
        "lon": 5.8084190,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483742,\n
        "lat": 45.9229990,\n
        "lon": 5.8085210,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483743,\n
        "lat": 45.9230130,\n
        "lon": 5.8085860,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483744,\n
        "lat": 45.9230180,\n
        "lon": 5.8084430,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483745,\n
        "lat": 45.9230270,\n
        "lon": 5.8085380,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483746,\n
        "lat": 45.9230270,\n
        "lon": 5.8086870,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483747,\n
        "lat": 45.9230350,\n
        "lon": 5.8085990,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483748,\n
        "lat": 45.9230420,\n
        "lon": 5.8086360,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483749,\n
        "lat": 45.9230490,\n
        "lon": 5.8085510,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483750,\n
        "lat": 45.9230520,\n
        "lon": 5.8085520,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483751,\n
        "lat": 45.9230590,\n
        "lon": 5.8087070,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483752,\n
        "lat": 45.9230650,\n
        "lon": 5.8086170,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483753,\n
        "lat": 45.9230710,\n
        "lon": 5.8084710,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483754,\n
        "lat": 45.9230740,\n
        "lon": 5.8086560,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483755,\n
        "lat": 45.9230800,\n
        "lon": 5.8085690,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483756,\n
        "lat": 45.9230800,\n
        "lon": 5.8086260,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483757,\n
        "lat": 45.9230900,\n
        "lon": 5.8085910,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483758,\n
        "lat": 45.9231070,\n
        "lon": 5.8084960,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483759,\n
        "lat": 45.9231090,\n
        "lon": 5.8084890,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483760,\n
        "lat": 45.9231120,\n
        "lon": 5.8086040,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483761,\n
        "lat": 45.9231270,\n
        "lon": 5.7876340,\n
        "timestamp": "2013-04-20T23:03:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483762,\n
        "lat": 45.9231340,\n
        "lon": 5.7874950,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483763,\n
        "lat": 45.9231360,\n
        "lon": 5.7873940,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483764,\n
        "lat": 45.9231380,\n
        "lon": 5.8085140,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483765,\n
        "lat": 45.9231400,\n
        "lon": 5.7872620,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483766,\n
        "lat": 45.9231890,\n
        "lon": 5.8093890,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483767,\n
        "lat": 45.9231930,\n
        "lon": 5.8093770,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483768,\n
        "lat": 45.9232170,\n
        "lon": 5.7873990,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483769,\n
        "lat": 45.9232170,\n
        "lon": 5.7874260,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483770,\n
        "lat": 45.9232190,\n
        "lon": 5.8094120,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483771,\n
        "lat": 45.9232210,\n
        "lon": 5.7876440,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483772,\n
        "lat": 45.9232230,\n
        "lon": 5.8092910,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483773,\n
        "lat": 45.9232230,\n
        "lon": 5.8093990,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483774,\n
        "lat": 45.9232240,\n
        "lon": 5.7931100,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483775,\n
        "lat": 45.9232290,\n
        "lon": 5.7875070,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483776,\n
        "lat": 45.9232290,\n
        "lon": 5.7929730,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483777,\n
        "lat": 45.9232570,\n
        "lon": 5.8048950,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483778,\n
        "lat": 45.9232620,\n
        "lon": 5.7874310,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483779,\n
        "lat": 45.9232640,\n
        "lon": 5.7931150,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483780,\n
        "lat": 45.9232680,\n
        "lon": 5.7872720,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483781,\n
        "lat": 45.9232690,\n
        "lon": 5.7929800,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483782,\n
        "lat": 45.9232760,\n
        "lon": 5.8048100,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483783,\n
        "lat": 45.9232820,\n
        "lon": 5.8094590,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483784,\n
        "lat": 45.9232930,\n
        "lon": 5.8089070,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483785,\n
        "lat": 45.9233010,\n
        "lon": 5.8088910,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483786,\n
        "lat": 45.9233140,\n
        "lon": 5.8049160,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483787,\n
        "lat": 45.9233160,\n
        "lon": 5.8093580,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483788,\n
        "lat": 45.9233170,\n
        "lon": 5.7876570,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483790,\n
        "lat": 45.9233240,\n
        "lon": 5.7875620,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483791,\n
        "lat": 45.9233270,\n
        "lon": 5.7875260,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483794,\n
        "lat": 45.9233310,\n
        "lon": 5.8048340,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483795,\n
        "lat": 45.9233310,\n
        "lon": 5.8088160,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483797,\n
        "lat": 45.9233510,\n
        "lon": 5.8089540,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483798,\n
        "lat": 45.9233530,\n
        "lon": 5.8087740,\n
        "timestamp": "2013-04-20T23:03:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483799,\n
        "lat": 45.9233540,\n
        "lon": 5.7931260,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483800,\n
        "lat": 45.9233560,\n
        "lon": 5.8083590,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483801,\n
        "lat": 45.9233560,\n
        "lon": 5.8089390,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483802,\n
        "lat": 45.9233590,\n
        "lon": 5.7929960,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483803,\n
        "lat": 45.9233640,\n
        "lon": 5.8087700,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483804,\n
        "lat": 45.9233760,\n
        "lon": 5.7876620,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483805,\n
        "lat": 45.9233790,\n
        "lon": 5.7876240,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483806,\n
        "lat": 45.9233830,\n
        "lon": 5.7875710,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483808,\n
        "lat": 45.9233830,\n
        "lon": 5.8082470,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483810,\n
        "lat": 45.9233840,\n
        "lon": 5.7875520,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483812,\n
        "lat": 45.9233860,\n
        "lon": 5.7875360,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483815,\n
        "lat": 45.9233932,\n
        "lon": 5.8088665,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483817,\n
        "lat": 45.9234010,\n
        "lon": 5.8087990,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483820,\n
        "lat": 45.9234040,\n
        "lon": 5.8088150,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483822,\n
        "lat": 45.9234070,\n
        "lon": 5.8089990,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483824,\n
        "lat": 45.9234080,\n
        "lon": 5.7876280,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483827,\n
        "lat": 45.9234140,\n
        "lon": 5.7875560,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483829,\n
        "lat": 45.9234190,\n
        "lon": 5.8079320,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483831,\n
        "lat": 45.9234230,\n
        "lon": 5.8079130,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483833,\n
        "lat": 45.9234430,\n
        "lon": 5.8089070,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483835,\n
        "lat": 45.9234510,\n
        "lon": 5.8078150,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483837,\n
        "lat": 45.9234540,\n
        "lon": 5.8084270,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483840,\n
        "lat": 45.9234580,\n
        "lon": 5.8084080,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483848,\n
        "lat": 45.9234840,\n
        "lon": 5.8084410,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483850,\n
        "lat": 45.9234920,\n
        "lon": 5.8079770,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483852,\n
        "lat": 45.9234980,\n
        "lon": 5.8079540,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483854,\n
        "lat": 45.9235150,\n
        "lon": 5.8083140,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483856,\n
        "lat": 45.9235240,\n
        "lon": 5.8074620,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483858,\n
        "lat": 45.9235280,\n
        "lon": 5.8095020,\n
        "timestamp": "2013-04-20T23:03:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483861,\n
        "lat": 45.9235420,\n
        "lon": 5.8073600,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483863,\n
        "lat": 45.9235490,\n
        "lon": 5.8093930,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483865,\n
        "lat": 45.9235640,\n
        "lon": 5.8090790,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483867,\n
        "lat": 45.9235700,\n
        "lon": 5.8090560,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483869,\n
        "lat": 45.9235740,\n
        "lon": 5.8078870,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483871,\n
        "lat": 45.9235840,\n
        "lon": 5.8078520,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483874,\n
        "lat": 45.9235890,\n
        "lon": 5.8089750,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483876,\n
        "lat": 45.9236010,\n
        "lon": 5.8080380,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483878,\n
        "lat": 45.9236090,\n
        "lon": 5.8075040,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483880,\n
        "lat": 45.9236110,\n
        "lon": 5.8074920,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483882,\n
        "lat": 45.9236230,\n
        "lon": 5.8091080,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483884,\n
        "lat": 45.9236300,\n
        "lon": 5.8090850,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483886,\n
        "lat": 45.9236390,\n
        "lon": 5.8078840,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483889,\n
        "lat": 45.9236400,\n
        "lon": 5.8075140,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483891,\n
        "lat": 45.9236460,\n
        "lon": 5.8095470,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483894,\n
        "lat": 45.9236590,\n
        "lon": 5.8073990,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483896,\n
        "lat": 45.9236660,\n
        "lon": 5.8094390,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483898,\n
        "lat": 45.9236930,\n
        "lon": 5.7873330,\n
        "timestamp": "2013-04-20T23:03:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483925,\n
        "lat": 45.9236970,\n
        "lon": 5.7874470,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483928,\n
        "lat": 45.9236990,\n
        "lon": 5.8081880,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483930,\n
        "lat": 45.9237040,\n
        "lon": 5.7873320,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483932,\n
        "lat": 45.9237040,\n
        "lon": 5.7873380,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483934,\n
        "lat": 45.9237080,\n
        "lon": 5.8091510,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483936,\n
        "lat": 45.9237220,\n
        "lon": 5.8080920,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483938,\n
        "lat": 45.9237250,\n
        "lon": 5.7873370,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483941,\n
        "lat": 45.9237260,\n
        "lon": 5.7874470,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483943,\n
        "lat": 45.9237330,\n
        "lon": 5.8090450,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483945,\n
        "lat": 45.9237680,\n
        "lon": 5.8082200,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483947,\n
        "lat": 45.9237900,\n
        "lon": 5.8081240,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483949,\n
        "lat": 45.9238300,\n
        "lon": 5.7873350,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483952,\n
        "lat": 45.9238450,\n
        "lon": 5.7874430,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483955,\n
        "lat": 45.9238470,\n
        "lon": 5.7873340,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483957,\n
        "lat": 45.9238590,\n
        "lon": 5.7868050,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483959,\n
        "lat": 45.9238640,\n
        "lon": 5.7867960,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483961,\n
        "lat": 45.9238670,\n
        "lon": 5.7868990,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483963,\n
        "lat": 45.9238740,\n
        "lon": 5.7867900,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483965,\n
        "lat": 45.9238870,\n
        "lon": 5.7867890,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483967,\n
        "lat": 45.9238970,\n
        "lon": 5.7867950,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483969,\n
        "lat": 45.9239000,\n
        "lon": 5.7874400,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483971,\n
        "lat": 45.9239040,\n
        "lon": 5.7868080,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483974,\n
        "lat": 45.9239110,\n
        "lon": 5.7868930,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483976,\n
        "lat": 45.9239330,\n
        "lon": 5.7873300,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483978,\n
        "lat": 45.9239380,\n
        "lon": 5.7874210,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483981,\n
        "lat": 45.9239420,\n
        "lon": 5.8091970,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483983,\n
        "lat": 45.9239610,\n
        "lon": 5.8090880,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483985,\n
        "lat": 45.9240490,\n
        "lon": 5.7870250,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483987,\n
        "lat": 45.9240530,\n
        "lon": 5.7869220,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483990,\n
        "lat": 45.9240620,\n
        "lon": 5.8054730,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483992,\n
        "lat": 45.9240850,\n
        "lon": 5.8053730,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483995,\n
        "lat": 45.9240860,\n
        "lon": 5.8092460,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483997,\n
        "lat": 45.9241030,\n
        "lon": 5.8091400,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274483999,\n
        "lat": 45.9241140,\n
        "lon": 5.8054980,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484001,\n
        "lat": 45.9241170,\n
        "lon": 5.8092570,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484003,\n
        "lat": 45.9241350,\n
        "lon": 5.8091520,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484006,\n
        "lat": 45.9241380,\n
        "lon": 5.8054130,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484008,\n
        "lat": 45.9241410,\n
        "lon": 5.8053990,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484010,\n
        "lat": 45.9241580,\n
        "lon": 5.8055170,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484012,\n
        "lat": 45.9241770,\n
        "lon": 5.8054330,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484015,\n
        "lat": 45.9241800,\n
        "lon": 5.7870320,\n
        "timestamp": "2013-04-20T23:03:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484017,\n
        "lat": 45.9241820,\n
        "lon": 5.7869270,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484019,\n
        "lat": 45.9242540,\n
        "lon": 5.8054740,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484022,\n
        "lat": 45.9242590,\n
        "lon": 5.8054540,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484024,\n
        "lat": 45.9242620,\n
        "lon": 5.8054790,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484031,\n
        "lat": 45.9242630,\n
        "lon": 5.8055630,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484032,\n
        "lat": 45.9242670,\n
        "lon": 5.8054580,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484033,\n
        "lat": 45.9242790,\n
        "lon": 5.8054870,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484034,\n
        "lat": 45.9242980,\n
        "lon": 5.8055780,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484035,\n
        "lat": 45.9243200,\n
        "lon": 5.8054820,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484052,\n
        "lat": 45.9245570,\n
        "lon": 5.8058650,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484054,\n
        "lat": 45.9245700,\n
        "lon": 5.8095020,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484056,\n
        "lat": 45.9245710,\n
        "lon": 5.8057980,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484058,\n
        "lat": 45.9245900,\n
        "lon": 5.8058000,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484061,\n
        "lat": 45.9245920,\n
        "lon": 5.8093950,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484062,\n
        "lat": 45.9245940,\n
        "lon": 5.8058820,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484065,\n
        "lat": 45.9246100,\n
        "lon": 5.8058090,\n
        "timestamp": "2013-04-20T23:03:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484067,\n
        "lat": 45.9246250,\n
        "lon": 5.8087310,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484069,\n
        "lat": 45.9246340,\n
        "lon": 5.8059000,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484071,\n
        "lat": 45.9246340,\n
        "lon": 5.8095460,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484073,\n
        "lat": 45.9246360,\n
        "lon": 5.8095280,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484075,\n
        "lat": 45.9246470,\n
        "lon": 5.8086860,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484077,\n
        "lat": 45.9246490,\n
        "lon": 5.8058290,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484079,\n
        "lat": 45.9246660,\n
        "lon": 5.8087020,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484082,\n
        "lat": 45.9246690,\n
        "lon": 5.8058370,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484083,\n
        "lat": 45.9246730,\n
        "lon": 5.8086300,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484084,\n
        "lat": 45.9246770,\n
        "lon": 5.8062550,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484085,\n
        "lat": 45.9246810,\n
        "lon": 5.8058520,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484086,\n
        "lat": 45.9246860,\n
        "lon": 5.8095660,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484087,\n
        "lat": 45.9246880,\n
        "lon": 5.8095480,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484088,\n
        "lat": 45.9246890,\n
        "lon": 5.8059230,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484089,\n
        "lat": 45.9246900,\n
        "lon": 5.8086460,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484090,\n
        "lat": 45.9246920,\n
        "lon": 5.8061030,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484091,\n
        "lat": 45.9247090,\n
        "lon": 5.8094410,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484092,\n
        "lat": 45.9247120,\n
        "lon": 5.8062630,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484093,\n
        "lat": 45.9247270,\n
        "lon": 5.8061100,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484094,\n
        "lat": 45.9247320,\n
        "lon": 5.8088310,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484095,\n
        "lat": 45.9247790,\n
        "lon": 5.8087320,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484096,\n
        "lat": 45.9248850,\n
        "lon": 5.8093790,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484097,\n
        "lat": 45.9248890,\n
        "lon": 5.8094910,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484098,\n
        "lat": 45.9249000,\n
        "lon": 5.8086320,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484099,\n
        "lat": 45.9249050,\n
        "lon": 5.8087290,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484100,\n
        "lat": 45.9249680,\n
        "lon": 5.8087230,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484101,\n
        "lat": 45.9249690,\n
        "lon": 5.8087400,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484102,\n
        "lat": 45.9249760,\n
        "lon": 5.7874890,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484103,\n
        "lat": 45.9249780,\n
        "lon": 5.7876230,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484104,\n
        "lat": 45.9249930,\n
        "lon": 5.8086220,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484105,\n
        "lat": 45.9249990,\n
        "lon": 5.8087360,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484106,\n
        "lat": 45.9250050,\n
        "lon": 5.8093680,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484107,\n
        "lat": 45.9250100,\n
        "lon": 5.8094810,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484108,\n
        "lat": 45.9251010,\n
        "lon": 5.8087050,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484109,\n
        "lat": 45.9251020,\n
        "lon": 5.8086880,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484110,\n
        "lat": 45.9251080,\n
        "lon": 5.7874870,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484111,\n
        "lat": 45.9251080,\n
        "lon": 5.7876260,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484112,\n
        "lat": 45.9251110,\n
        "lon": 5.8085850,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484113,\n
        "lat": 45.9251580,\n
        "lon": 5.8094400,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484114,\n
        "lat": 45.9251690,\n
        "lon": 5.8093720,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484115,\n
        "lat": 45.9251710,\n
        "lon": 5.8087170,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484116,\n
        "lat": 45.9251720,\n
        "lon": 5.8087000,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484117,\n
        "lat": 45.9251820,\n
        "lon": 5.8095310,\n
        "timestamp": "2013-04-20T23:03:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484118,\n
        "lat": 45.9251940,\n
        "lon": 5.8094510,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484119,\n
        "lat": 45.9252060,\n
        "lon": 5.8087060,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484120,\n
        "lat": 45.9252070,\n
        "lon": 5.8086960,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484121,\n
        "lat": 45.9252090,\n
        "lon": 5.8059860,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484122,\n
        "lat": 45.9252140,\n
        "lon": 5.8059660,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484123,\n
        "lat": 45.9252410,\n
        "lon": 5.8058650,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484124,\n
        "lat": 45.9252430,\n
        "lon": 5.8087010,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484125,\n
        "lat": 45.9252500,\n
        "lon": 5.8086090,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484126,\n
        "lat": 45.9252660,\n
        "lon": 5.8095580,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484127,\n
        "lat": 45.9252760,\n
        "lon": 5.8060220,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484128,\n
        "lat": 45.9252810,\n
        "lon": 5.8060030,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484129,\n
        "lat": 45.9252880,\n
        "lon": 5.8094090,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484130,\n
        "lat": 45.9253080,\n
        "lon": 5.8086870,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484131,\n
        "lat": 45.9253110,\n
        "lon": 5.8060420,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484132,\n
        "lat": 45.9253170,\n
        "lon": 5.8085880,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484133,\n
        "lat": 45.9253300,\n
        "lon": 5.8091270,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484134,\n
        "lat": 45.9253400,\n
        "lon": 5.8090190,\n
        "timestamp": "2013-04-20T23:03:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484135,\n
        "lat": 45.9253440,\n
        "lon": 5.8059260,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484136,\n
        "lat": 45.9253550,\n
        "lon": 5.8087090,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484137,\n
        "lat": 45.9253560,\n
        "lon": 5.8086970,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484138,\n
        "lat": 45.9254110,\n
        "lon": 5.7882480,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484139,\n
        "lat": 45.9254140,\n
        "lon": 5.8087190,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484140,\n
        "lat": 45.9254160,\n
        "lon": 5.8087030,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484141,\n
        "lat": 45.9254180,\n
        "lon": 5.8095760,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484142,\n
        "lat": 45.9254190,\n
        "lon": 5.7881450,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484143,\n
        "lat": 45.9254370,\n
        "lon": 5.8091460,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484144,\n
        "lat": 45.9254370,\n
        "lon": 5.8094690,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484145,\n
        "lat": 45.9254480,\n
        "lon": 5.8090380,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484146,\n
        "lat": 45.9254510,\n
        "lon": 5.8087090,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484147,\n
        "lat": 45.9254590,\n
        "lon": 5.8086140,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484148,\n
        "lat": 45.9255050,\n
        "lon": 5.7882650,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484149,\n
        "lat": 45.9255130,\n
        "lon": 5.7881660,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484150,\n
        "lat": 45.9255130,\n
        "lon": 5.8094960,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484151,\n
        "lat": 45.9255220,\n
        "lon": 5.8094490,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484152,\n
        "lat": 45.9255260,\n
        "lon": 5.8095010,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484153,\n
        "lat": 45.9255340,\n
        "lon": 5.8094540,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484154,\n
        "lat": 45.9255560,\n
        "lon": 5.8096240,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484155,\n
        "lat": 45.9255820,\n
        "lon": 5.8094710,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484156,\n
        "lat": 45.9255830,\n
        "lon": 5.8086430,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484157,\n
        "lat": 45.9255860,\n
        "lon": 5.8085520,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484158,\n
        "lat": 45.9256320,\n
        "lon": 5.8086740,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484159,\n
        "lat": 45.9256330,\n
        "lon": 5.8086470,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484160,\n
        "lat": 45.9256560,\n
        "lon": 5.8086490,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484161,\n
        "lat": 45.9256560,\n
        "lon": 5.8086750,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484162,\n
        "lat": 45.9257000,\n
        "lon": 5.8086770,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484163,\n
        "lat": 45.9257030,\n
        "lon": 5.8085600,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484164,\n
        "lat": 45.9257090,\n
        "lon": 5.8094440,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484165,\n
        "lat": 45.9257200,\n
        "lon": 5.8095410,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484166,\n
        "lat": 45.9258220,\n
        "lon": 5.8094160,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484167,\n
        "lat": 45.9258240,\n
        "lon": 5.8094280,\n
        "timestamp": "2013-04-20T23:03:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484168,\n
        "lat": 45.9258340,\n
        "lon": 5.8091000,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484169,\n
        "lat": 45.9258500,\n
        "lon": 5.8094210,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484170,\n
        "lat": 45.9258600,\n
        "lon": 5.8095060,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484171,\n
        "lat": 45.9258610,\n
        "lon": 5.8090140,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484172,\n
        "lat": 45.9259400,\n
        "lon": 5.8091690,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484173,\n
        "lat": 45.9259680,\n
        "lon": 5.8090830,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484174,\n
        "lat": 45.9260280,\n
        "lon": 5.8094530,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484175,\n
        "lat": 45.9260590,\n
        "lon": 5.8090420,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484176,\n
        "lat": 45.9260590,\n
        "lon": 5.8095560,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484177,\n
        "lat": 45.9260700,\n
        "lon": 5.8089500,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484178,\n
        "lat": 45.9261140,\n
        "lon": 5.8089610,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484179,\n
        "lat": 45.9261160,\n
        "lon": 5.8089400,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484180,\n
        "lat": 45.9261260,\n
        "lon": 5.8089430,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484181,\n
        "lat": 45.9261310,\n
        "lon": 5.8072380,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484182,\n
        "lat": 45.9261320,\n
        "lon": 5.8088990,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484183,\n
        "lat": 45.9261360,\n
        "lon": 5.8089670,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484184,\n
        "lat": 45.9261380,\n
        "lon": 5.8089470,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484185,\n
        "lat": 45.9261480,\n
        "lon": 5.8093780,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484187,\n
        "lat": 45.9261780,\n
        "lon": 5.8069800,\n
        "timestamp": "2013-04-20T23:03:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484188,\n
        "lat": 45.9261790,\n
        "lon": 5.8094810,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484189,\n
        "lat": 45.9261860,\n
        "lon": 5.8090730,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484190,\n
        "lat": 45.9262030,\n
        "lon": 5.8089170,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484192,\n
        "lat": 45.9263180,\n
        "lon": 5.8073110,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484193,\n
        "lat": 45.9263620,\n
        "lon": 5.8070520,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484194,\n
        "lat": 45.9263730,\n
        "lon": 5.8073340,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484195,\n
        "lat": 45.9263800,\n
        "lon": 5.8073000,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484196,\n
        "lat": 45.9264120,\n
        "lon": 5.8073500,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484197,\n
        "lat": 45.9264180,\n
        "lon": 5.8073180,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484198,\n
        "lat": 45.9264500,\n
        "lon": 5.8071880,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484199,\n
        "lat": 45.9264530,\n
        "lon": 5.8073660,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484200,\n
        "lat": 45.9264590,\n
        "lon": 5.8073360,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484201,\n
        "lat": 45.9264620,\n
        "lon": 5.8071300,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484202,\n
        "lat": 45.9264730,\n
        "lon": 5.8073750,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484203,\n
        "lat": 45.9264820,\n
        "lon": 5.8073420,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484204,\n
        "lat": 45.9265780,\n
        "lon": 5.8073860,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484205,\n
        "lat": 45.9265830,\n
        "lon": 5.8072410,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484207,\n
        "lat": 45.9265900,\n
        "lon": 5.8071240,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484209,\n
        "lat": 45.9265940,\n
        "lon": 5.8070810,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484212,\n
        "lat": 45.9265960,\n
        "lon": 5.8071780,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484214,\n
        "lat": 45.9266030,\n
        "lon": 5.8071390,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484216,\n
        "lat": 45.9266070,\n
        "lon": 5.8068430,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484218,\n
        "lat": 45.9266100,\n
        "lon": 5.8067890,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484220,\n
        "lat": 45.9266100,\n
        "lon": 5.8070830,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484222,\n
        "lat": 45.9266160,\n
        "lon": 5.8072540,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484225,\n
        "lat": 45.9266180,\n
        "lon": 5.8067930,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484227,\n
        "lat": 45.9266240,\n
        "lon": 5.8067370,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484229,\n
        "lat": 45.9266330,\n
        "lon": 5.8071280,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484231,\n
        "lat": 45.9266350,\n
        "lon": 5.8070820,\n
        "timestamp": "2013-04-20T23:03:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484232,\n
        "lat": 45.9266370,\n
        "lon": 5.8071020,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484233,\n
        "lat": 45.9266610,\n
        "lon": 5.8074230,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484234,\n
        "lat": 45.9266800,\n
        "lon": 5.8071260,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484235,\n
        "lat": 45.9266880,\n
        "lon": 5.8068800,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484236,\n
        "lat": 45.9266880,\n
        "lon": 5.8070650,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484237,\n
        "lat": 45.9266940,\n
        "lon": 5.8072840,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484238,\n
        "lat": 45.9266970,\n
        "lon": 5.8068330,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484239,\n
        "lat": 45.9267070,\n
        "lon": 5.8067810,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484240,\n
        "lat": 45.9267090,\n
        "lon": 5.8077870,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484241,\n
        "lat": 45.9267100,\n
        "lon": 5.8071350,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484242,\n
        "lat": 45.9267170,\n
        "lon": 5.8070720,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484243,\n
        "lat": 45.9267230,\n
        "lon": 5.8076810,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484244,\n
        "lat": 45.9267480,\n
        "lon": 5.8071440,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484245,\n
        "lat": 45.9267550,\n
        "lon": 5.8070810,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484246,\n
        "lat": 45.9268240,\n
        "lon": 5.8078180,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484247,\n
        "lat": 45.9268390,\n
        "lon": 5.8077120,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484248,\n
        "lat": 45.9272410,\n
        "lon": 5.8074030,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484249,\n
        "lat": 45.9272590,\n
        "lon": 5.8072990,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484250,\n
        "lat": 45.9273520,\n
        "lon": 5.8074420,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484251,\n
        "lat": 45.9273680,\n
        "lon": 5.8073410,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484252,\n
        "lat": 45.9273750,\n
        "lon": 5.8075140,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484253,\n
        "lat": 45.9273780,\n
        "lon": 5.8076060,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484254,\n
        "lat": 45.9274210,\n
        "lon": 5.8076850,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484255,\n
        "lat": 45.9274260,\n
        "lon": 5.8074970,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484256,\n
        "lat": 45.9274270,\n
        "lon": 5.8075070,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484257,\n
        "lat": 45.9274280,\n
        "lon": 5.8076460,\n
        "timestamp": "2013-04-20T23:03:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484258,\n
        "lat": 45.9274410,\n
        "lon": 5.8072750,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484259,\n
        "lat": 45.9274530,\n
        "lon": 5.8072230,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484260,\n
        "lat": 45.9274570,\n
        "lon": 5.8072070,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484261,\n
        "lat": 45.9274580,\n
        "lon": 5.8076790,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484262,\n
        "lat": 45.9274580,\n
        "lon": 5.8076860,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484263,\n
        "lat": 45.9274600,\n
        "lon": 5.8074910,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484264,\n
        "lat": 45.9274690,\n
        "lon": 5.8075900,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484265,\n
        "lat": 45.9274750,\n
        "lon": 5.8073040,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484266,\n
        "lat": 45.9274780,\n
        "lon": 5.8072940,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484267,\n
        "lat": 45.9274900,\n
        "lon": 5.8074310,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484268,\n
        "lat": 45.9274950,\n
        "lon": 5.8072480,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484269,\n
        "lat": 45.9274980,\n
        "lon": 5.8076350,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484270,\n
        "lat": 45.9275000,\n
        "lon": 5.8076900,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484271,\n
        "lat": 45.9275020,\n
        "lon": 5.8072290,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484272,\n
        "lat": 45.9275160,\n
        "lon": 5.8071890,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484273,\n
        "lat": 45.9275180,\n
        "lon": 5.8073150,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484274,\n
        "lat": 45.9275410,\n
        "lon": 5.8078580,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484275,\n
        "lat": 45.9275450,\n
        "lon": 5.8072040,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484276,\n
        "lat": 45.9275550,\n
        "lon": 5.8077230,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484277,\n
        "lat": 45.9275760,\n
        "lon": 5.8078640,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484278,\n
        "lat": 45.9275870,\n
        "lon": 5.8074860,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484279,\n
        "lat": 45.9275870,\n
        "lon": 5.8077350,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484280,\n
        "lat": 45.9275880,\n
        "lon": 5.8077300,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484281,\n
        "lat": 45.9275890,\n
        "lon": 5.8074790,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484282,\n
        "lat": 45.9275930,\n
        "lon": 5.8076750,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484283,\n
        "lat": 45.9276050,\n
        "lon": 5.8076200,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484284,\n
        "lat": 45.9276180,\n
        "lon": 5.8073570,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484285,\n
        "lat": 45.9276430,\n
        "lon": 5.8072550,\n
        "timestamp": "2013-04-20T23:03:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484286,\n
        "lat": 45.9276570,\n
        "lon": 5.8075130,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484287,\n
        "lat": 45.9276700,\n
        "lon": 5.8077520,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484288,\n
        "lat": 45.9276800,\n
        "lon": 5.8076350,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484289,\n
        "lat": 45.9276870,\n
        "lon": 5.8073890,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484290,\n
        "lat": 45.9277060,\n
        "lon": 5.8075330,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484291,\n
        "lat": 45.9277130,\n
        "lon": 5.8075010,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484292,\n
        "lat": 45.9277460,\n
        "lon": 5.8075500,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484293,\n
        "lat": 45.9277530,\n
        "lon": 5.8075180,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484294,\n
        "lat": 45.9277680,\n
        "lon": 5.8079060,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484295,\n
        "lat": 45.9277700,\n
        "lon": 5.8078930,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484296,\n
        "lat": 45.9277720,\n
        "lon": 5.8076270,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484297,\n
        "lat": 45.9277740,\n
        "lon": 5.8074290,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484298,\n
        "lat": 45.9277780,\n
        "lon": 5.8078130,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484299,\n
        "lat": 45.9277810,\n
        "lon": 5.8075130,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484300,\n
        "lat": 45.9277820,\n
        "lon": 5.8085310,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484301,\n
        "lat": 45.9277830,\n
        "lon": 5.8077750,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484302,\n
        "lat": 45.9277910,\n
        "lon": 5.8078990,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484303,\n
        "lat": 45.9277910,\n
        "lon": 5.8084720,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484304,\n
        "lat": 45.9277940,\n
        "lon": 5.8070320,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484305,\n
        "lat": 45.9277940,\n
        "lon": 5.8071020,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484306,\n
        "lat": 45.9277980,\n
        "lon": 5.8078170,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484307,\n
        "lat": 45.9278150,\n
        "lon": 5.8072090,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484308,\n
        "lat": 45.9278170,\n
        "lon": 5.8073060,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484309,\n
        "lat": 45.9278200,\n
        "lon": 5.8081850,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484310,\n
        "lat": 45.9278300,\n
        "lon": 5.8070020,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484311,\n
        "lat": 45.9278310,\n
        "lon": 5.8080360,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484312,\n
        "lat": 45.9278400,\n
        "lon": 5.8078990,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484313,\n
        "lat": 45.9278470,\n
        "lon": 5.8085880,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484314,\n
        "lat": 45.9278480,\n
        "lon": 5.8085380,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484315,\n
        "lat": 45.9278520,\n
        "lon": 5.8076470,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484316,\n
        "lat": 45.9278570,\n
        "lon": 5.8077760,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484317,\n
        "lat": 45.9278620,\n
        "lon": 5.8071720,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484318,\n
        "lat": 45.9278620,\n
        "lon": 5.8079010,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484319,\n
        "lat": 45.9278640,\n
        "lon": 5.8078850,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484320,\n
        "lat": 45.9278650,\n
        "lon": 5.8075540,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484321,\n
        "lat": 45.9278650,\n
        "lon": 5.8077050,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484322,\n
        "lat": 45.9278690,\n
        "lon": 5.8075280,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484323,\n
        "lat": 45.9278700,\n
        "lon": 5.8076520,\n
        "timestamp": "2013-04-20T23:03:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484324,\n
        "lat": 45.9278770,\n
        "lon": 5.8078860,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484325,\n
        "lat": 45.9278830,\n
        "lon": 5.8071080,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484326,\n
        "lat": 45.9278840,\n
        "lon": 5.8080410,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484327,\n
        "lat": 45.9278840,\n
        "lon": 5.8085930,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484328,\n
        "lat": 45.9278850,\n
        "lon": 5.8080270,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484329,\n
        "lat": 45.9278860,\n
        "lon": 5.8070040,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484330,\n
        "lat": 45.9278870,\n
        "lon": 5.8085420,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484331,\n
        "lat": 45.9278880,\n
        "lon": 5.8078170,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484332,\n
        "lat": 45.9278900,\n
        "lon": 5.8084820,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484333,\n
        "lat": 45.9278910,\n
        "lon": 5.8103770,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484334,\n
        "lat": 45.9278920,\n
        "lon": 5.8076740,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484335,\n
        "lat": 45.9278920,\n
        "lon": 5.8079060,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484336,\n
        "lat": 45.9278930,\n
        "lon": 5.8078900,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484337,\n
        "lat": 45.9278940,\n
        "lon": 5.8076570,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484338,\n
        "lat": 45.9278940,\n
        "lon": 5.8078220,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484339,\n
        "lat": 45.9279070,\n
        "lon": 5.8073100,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484340,\n
        "lat": 45.9279090,\n
        "lon": 5.8072880,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484341,\n
        "lat": 45.9279120,\n
        "lon": 5.8108540,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484342,\n
        "lat": 45.9279160,\n
        "lon": 5.8071770,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484343,\n
        "lat": 45.9279160,\n
        "lon": 5.8081960,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484344,\n
        "lat": 45.9279170,\n
        "lon": 5.8102790,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484345,\n
        "lat": 45.9279240,\n
        "lon": 5.8080460,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484346,\n
        "lat": 45.9279290,\n
        "lon": 5.8076130,\n
        "timestamp": "2013-04-20T23:03:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484347,\n
        "lat": 45.9279330,\n
        "lon": 5.8075680,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484348,\n
        "lat": 45.9279350,\n
        "lon": 5.8080340,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484349,\n
        "lat": 45.9279390,\n
        "lon": 5.8079610,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484350,\n
        "lat": 45.9279410,\n
        "lon": 5.8074010,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484351,\n
        "lat": 45.9279410,\n
        "lon": 5.8079130,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484352,\n
        "lat": 45.9279450,\n
        "lon": 5.8073210,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484353,\n
        "lat": 45.9279450,\n
        "lon": 5.8076760,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484354,\n
        "lat": 45.9279450,\n
        "lon": 5.8086220,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484355,\n
        "lat": 45.9279460,\n
        "lon": 5.8107280,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484356,\n
        "lat": 45.9279480,\n
        "lon": 5.8085490,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484357,\n
        "lat": 45.9279500,\n
        "lon": 5.8076190,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484358,\n
        "lat": 45.9279510,\n
        "lon": 5.8073200,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484359,\n
        "lat": 45.9279530,\n
        "lon": 5.8072940,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484360,\n
        "lat": 45.9279540,\n
        "lon": 5.8071170,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484361,\n
        "lat": 45.9279610,\n
        "lon": 5.8071830,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484362,\n
        "lat": 45.9279640,\n
        "lon": 5.8069960,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484363,\n
        "lat": 45.9279690,\n
        "lon": 5.8080380,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484364,\n
        "lat": 45.9279740,\n
        "lon": 5.8078280,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484365,\n
        "lat": 45.9279750,\n
        "lon": 5.8079660,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484366,\n
        "lat": 45.9279760,\n
        "lon": 5.8077080,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484367,\n
        "lat": 45.9279760,\n
        "lon": 5.8078610,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484368,\n
        "lat": 45.9279920,\n
        "lon": 5.8074130,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484369,\n
        "lat": 45.9279980,\n
        "lon": 5.8073630,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484370,\n
        "lat": 45.9279980,\n
        "lon": 5.8078600,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484371,\n
        "lat": 45.9279990,\n
        "lon": 5.8071240,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484372,\n
        "lat": 45.9279990,\n
        "lon": 5.8078690,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484373,\n
        "lat": 45.9280000,\n
        "lon": 5.8073190,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484374,\n
        "lat": 45.9280010,\n
        "lon": 5.8073320,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484375,\n
        "lat": 45.9280090,\n
        "lon": 5.8070040,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484376,\n
        "lat": 45.9280130,\n
        "lon": 5.8071970,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484377,\n
        "lat": 45.9280150,\n
        "lon": 5.8104410,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484378,\n
        "lat": 45.9280190,\n
        "lon": 5.8077100,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484379,\n
        "lat": 45.9280250,\n
        "lon": 5.8074970,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484380,\n
        "lat": 45.9280280,\n
        "lon": 5.8076100,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484381,\n
        "lat": 45.9280350,\n
        "lon": 5.8086290,\n
        "timestamp": "2013-04-20T23:03:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484384,\n
        "lat": 45.9280390,\n
        "lon": 5.8085590,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484386,\n
        "lat": 45.9280390,\n
        "lon": 5.8103390,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484389,\n
        "lat": 45.9280400,\n
        "lon": 5.8109130,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484391,\n
        "lat": 45.9280410,\n
        "lon": 5.8078680,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484393,\n
        "lat": 45.9280500,\n
        "lon": 5.8073690,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484395,\n
        "lat": 45.9280670,\n
        "lon": 5.8072180,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484397,\n
        "lat": 45.9280700,\n
        "lon": 5.8107930,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484398,\n
        "lat": 45.9280800,\n
        "lon": 5.8079020,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484400,\n
        "lat": 45.9280880,\n
        "lon": 5.8077900,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484403,\n
        "lat": 45.9280910,\n
        "lon": 5.8085640,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484405,\n
        "lat": 45.9280980,\n
        "lon": 5.8084420,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484407,\n
        "lat": 45.9280990,\n
        "lon": 5.8074670,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484409,\n
        "lat": 45.9281080,\n
        "lon": 5.8080690,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484411,\n
        "lat": 45.9281110,\n
        "lon": 5.8109480,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484413,\n
        "lat": 45.9281140,\n
        "lon": 5.8073780,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484415,\n
        "lat": 45.9281170,\n
        "lon": 5.8073470,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484417,\n
        "lat": 45.9281180,\n
        "lon": 5.8075800,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484419,\n
        "lat": 45.9281200,\n
        "lon": 5.8082240,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484421,\n
        "lat": 45.9281210,\n
        "lon": 5.8072380,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484423,\n
        "lat": 45.9281220,\n
        "lon": 5.8074220,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484425,\n
        "lat": 45.9281220,\n
        "lon": 5.8082120,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484427,\n
        "lat": 45.9281280,\n
        "lon": 5.8076370,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484429,\n
        "lat": 45.9281300,\n
        "lon": 5.8073480,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484431,\n
        "lat": 45.9281440,\n
        "lon": 5.8074250,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484433,\n
        "lat": 45.9281440,\n
        "lon": 5.8108300,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484435,\n
        "lat": 45.9281480,\n
        "lon": 5.8109680,\n
        "timestamp": "2013-04-20T23:03:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484437,\n
        "lat": 45.9281520,\n
        "lon": 5.8079540,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484439,\n
        "lat": 45.9281730,\n
        "lon": 5.8075590,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484442,\n
        "lat": 45.9281780,\n
        "lon": 5.8080350,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484444,\n
        "lat": 45.9281790,\n
        "lon": 5.8074330,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484446,\n
        "lat": 45.9281820,\n
        "lon": 5.8074910,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484448,\n
        "lat": 45.9281820,\n
        "lon": 5.8108480,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484449,\n
        "lat": 45.9281830,\n
        "lon": 5.8080210,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484451,\n
        "lat": 45.9281840,\n
        "lon": 5.8078430,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484453,\n
        "lat": 45.9281850,\n
        "lon": 5.8073560,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484455,\n
        "lat": 45.9281870,\n
        "lon": 5.8080130,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484457,\n
        "lat": 45.9281890,\n
        "lon": 5.8078270,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484460,\n
        "lat": 45.9281950,\n
        "lon": 5.8079830,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484462,\n
        "lat": 45.9282010,\n
        "lon": 5.8069970,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484464,\n
        "lat": 45.9282020,\n
        "lon": 5.8079870,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484466,\n
        "lat": 45.9282090,\n
        "lon": 5.8079770,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484468,\n
        "lat": 45.9282150,\n
        "lon": 5.8068750,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484470,\n
        "lat": 45.9282160,\n
        "lon": 5.8076550,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484472,\n
        "lat": 45.9282180,\n
        "lon": 5.8076380,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484474,\n
        "lat": 45.9282230,\n
        "lon": 5.8079420,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484476,\n
        "lat": 45.9282240,\n
        "lon": 5.8080670,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484478,\n
        "lat": 45.9282240,\n
        "lon": 5.8084650,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484480,\n
        "lat": 45.9282260,\n
        "lon": 5.8075710,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484482,\n
        "lat": 45.9282260,\n
        "lon": 5.8078740,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484484,\n
        "lat": 45.9282300,\n
        "lon": 5.8084700,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484493,\n
        "lat": 45.9282300,\n
        "lon": 5.8085790,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484495,\n
        "lat": 45.9282330,\n
        "lon": 5.8078510,\n
        "timestamp": "2013-04-20T23:03:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484497,\n
        "lat": 45.9282339,\n
        "lon": 5.8075140,\n
        "timestamp": "2013-06-08T22:41:16Z",\n
        "version": 2,\n
        "changeset": 16475421,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484499,\n
        "lat": 45.9282350,\n
        "lon": 5.8075060,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484501,\n
        "lat": 45.9282400,\n
        "lon": 5.8078850,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484504,\n
        "lat": 45.9282420,\n
        "lon": 5.8080140,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484506,\n
        "lat": 45.9282620,\n
        "lon": 5.8077860,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484508,\n
        "lat": 45.9282670,\n
        "lon": 5.8070040,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484510,\n
        "lat": 45.9282750,\n
        "lon": 5.8068870,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484512,\n
        "lat": 45.9282750,\n
        "lon": 5.8075801,\n
        "timestamp": "2013-06-08T22:41:16Z",\n
        "version": 2,\n
        "changeset": 16475421,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484514,\n
        "lat": 45.9282830,\n
        "lon": 5.8075230,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484516,\n
        "lat": 45.9282830,\n
        "lon": 5.8076770,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484518,\n
        "lat": 45.9282840,\n
        "lon": 5.8080440,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484520,\n
        "lat": 45.9282890,\n
        "lon": 5.8079220,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484522,\n
        "lat": 45.9283133,\n
        "lon": 5.8083340,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484524,\n
        "lat": 45.9283070,\n
        "lon": 5.8075860,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484526,\n
        "lat": 45.9283173,\n
        "lon": 5.8083050,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484529,\n
        "lat": 45.9283120,\n
        "lon": 5.8074770,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484531,\n
        "lat": 45.9283120,\n
        "lon": 5.8080650,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484535,\n
        "lat": 45.9283190,\n
        "lon": 5.8073770,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484537,\n
        "lat": 45.9283210,\n
        "lon": 5.8079480,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484539,\n
        "lat": 45.9283230,\n
        "lon": 5.8078040,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484541,\n
        "lat": 45.9283290,\n
        "lon": 5.8076400,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484543,\n
        "lat": 45.9283340,\n
        "lon": 5.8076170,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484545,\n
        "lat": 45.9283400,\n
        "lon": 5.8075920,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484547,\n
        "lat": 45.9283400,\n
        "lon": 5.8098360,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484549,\n
        "lat": 45.9283420,\n
        "lon": 5.8097980,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484551,\n
        "lat": 45.9283450,\n
        "lon": 5.8077040,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484555,\n
        "lat": 45.9283530,\n
        "lon": 5.8075320,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484557,\n
        "lat": 45.9283570,\n
        "lon": 5.8079430,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484559,\n
        "lat": 45.9283683,\n
        "lon": 5.8083530,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484561,\n
        "lat": 45.9283620,\n
        "lon": 5.8078150,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484564,\n
        "lat": 45.9283723,\n
        "lon": 5.8083190,\n
        "timestamp": "2019-02-08T03:46:58Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484566,\n
        "lat": 45.9283650,\n
        "lon": 5.8078050,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484568,\n
        "lat": 45.9283660,\n
        "lon": 5.8079850,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484570,\n
        "lat": 45.9283660,\n
        "lon": 5.8098400,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484572,\n
        "lat": 45.9283690,\n
        "lon": 5.8098020,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484575,\n
        "lat": 45.9283750,\n
        "lon": 5.8077460,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484577,\n
        "lat": 45.9283760,\n
        "lon": 5.8079120,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484579,\n
        "lat": 45.9283770,\n
        "lon": 5.8079700,\n
        "timestamp": "2013-04-20T23:03:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484581,\n
        "lat": 45.9283800,\n
        "lon": 5.8077200,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484583,\n
        "lat": 45.9283890,\n
        "lon": 5.8076270,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484585,\n
        "lat": 45.9283890,\n
        "lon": 5.8101150,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484587,\n
        "lat": 45.9283970,\n
        "lon": 5.8075410,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484589,\n
        "lat": 45.9283970,\n
        "lon": 5.8079410,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484591,\n
        "lat": 45.9284020,\n
        "lon": 5.8099880,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484593,\n
        "lat": 45.9284070,\n
        "lon": 5.8099340,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484595,\n
        "lat": 45.9284190,\n
        "lon": 5.8074900,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484615,\n
        "lat": 45.9284200,\n
        "lon": 5.8098080,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484618,\n
        "lat": 45.9284300,\n
        "lon": 5.8074000,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484620,\n
        "lat": 45.9284320,\n
        "lon": 5.8073820,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484621,\n
        "lat": 45.9284340,\n
        "lon": 5.8073820,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484623,\n
        "lat": 45.9284350,\n
        "lon": 5.8073660,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484624,\n
        "lat": 45.9284620,\n
        "lon": 5.8074970,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484625,\n
        "lat": 45.9284690,\n
        "lon": 5.8074060,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484626,\n
        "lat": 45.9284720,\n
        "lon": 5.8073670,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484627,\n
        "lat": 45.9284730,\n
        "lon": 5.8078500,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484628,\n
        "lat": 45.9284880,\n
        "lon": 5.8077690,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484629,\n
        "lat": 45.9284890,\n
        "lon": 5.8075610,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484630,\n
        "lat": 45.9284940,\n
        "lon": 5.8075010,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484631,\n
        "lat": 45.9284950,\n
        "lon": 5.8074870,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484632,\n
        "lat": 45.9285070,\n
        "lon": 5.8099470,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484633,\n
        "lat": 45.9285200,\n
        "lon": 5.8098260,\n
        "timestamp": "2013-04-20T23:03:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484634,\n
        "lat": 45.9285220,\n
        "lon": 5.8101430,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484635,\n
        "lat": 45.9285270,\n
        "lon": 5.8074900,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484636,\n
        "lat": 45.9285340,\n
        "lon": 5.8074160,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484637,\n
        "lat": 45.9285350,\n
        "lon": 5.8100150,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484638,\n
        "lat": 45.9285620,\n
        "lon": 5.8079300,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484639,\n
        "lat": 45.9285630,\n
        "lon": 5.8073280,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484640,\n
        "lat": 45.9285670,\n
        "lon": 5.8072930,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484641,\n
        "lat": 45.9285680,\n
        "lon": 5.8078920,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484642,\n
        "lat": 45.9285800,\n
        "lon": 5.8072890,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484643,\n
        "lat": 45.9285800,\n
        "lon": 5.8073510,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484644,\n
        "lat": 45.9285820,\n
        "lon": 5.8073330,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484645,\n
        "lat": 45.9285820,\n
        "lon": 5.8079380,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484646,\n
        "lat": 45.9285860,\n
        "lon": 5.8079060,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484647,\n
        "lat": 45.9285880,\n
        "lon": 5.8072910,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484648,\n
        "lat": 45.9285930,\n
        "lon": 5.8099660,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484649,\n
        "lat": 45.9286030,\n
        "lon": 5.8075770,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484650,\n
        "lat": 45.9286130,\n
        "lon": 5.8073590,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484651,\n
        "lat": 45.9286150,\n
        "lon": 5.8074290,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484652,\n
        "lat": 45.9286170,\n
        "lon": 5.8073750,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484653,\n
        "lat": 45.9286220,\n
        "lon": 5.8098520,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484654,\n
        "lat": 45.9286650,\n
        "lon": 5.8074260,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484655,\n
        "lat": 45.9286700,\n
        "lon": 5.8073890,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484656,\n
        "lat": 45.9286720,\n
        "lon": 5.8073730,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484657,\n
        "lat": 45.9286840,\n
        "lon": 5.8073170,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484658,\n
        "lat": 45.9286850,\n
        "lon": 5.8073120,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484659,\n
        "lat": 45.9287030,\n
        "lon": 5.8074360,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484660,\n
        "lat": 45.9287060,\n
        "lon": 5.8100110,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484661,\n
        "lat": 45.9287070,\n
        "lon": 5.8101260,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484662,\n
        "lat": 45.9287090,\n
        "lon": 5.8073820,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484663,\n
        "lat": 45.9287160,\n
        "lon": 5.8101920,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484664,\n
        "lat": 45.9287170,\n
        "lon": 5.8073200,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484665,\n
        "lat": 45.9287170,\n
        "lon": 5.8100890,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484666,\n
        "lat": 45.9287290,\n
        "lon": 5.8098990,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484667,\n
        "lat": 45.9287300,\n
        "lon": 5.8101390,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484668,\n
        "lat": 45.9287370,\n
        "lon": 5.8073900,\n
        "timestamp": "2013-04-20T23:03:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484669,\n
        "lat": 45.9287470,\n
        "lon": 5.8073280,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484670,\n
        "lat": 45.9287660,\n
        "lon": 5.8102180,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484671,\n
        "lat": 45.9287910,\n
        "lon": 5.8101260,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484672,\n
        "lat": 45.9287930,\n
        "lon": 5.8100770,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484673,\n
        "lat": 45.9287970,\n
        "lon": 5.8100520,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484674,\n
        "lat": 45.9288510,\n
        "lon": 5.8101040,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484675,\n
        "lat": 45.9288810,\n
        "lon": 5.8099590,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484676,\n
        "lat": 45.9289160,\n
        "lon": 5.8088450,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484677,\n
        "lat": 45.9289420,\n
        "lon": 5.8086930,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484678,\n
        "lat": 45.9289830,\n
        "lon": 5.8085990,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484679,\n
        "lat": 45.9289950,\n
        "lon": 5.8085230,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484680,\n
        "lat": 45.9290040,\n
        "lon": 5.8085270,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484681,\n
        "lat": 45.9290140,\n
        "lon": 5.8088780,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484682,\n
        "lat": 45.9290400,\n
        "lon": 5.8087340,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484683,\n
        "lat": 45.9290550,\n
        "lon": 5.8087430,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484684,\n
        "lat": 45.9290670,\n
        "lon": 5.8086750,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484685,\n
        "lat": 45.9290780,\n
        "lon": 5.8086310,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484686,\n
        "lat": 45.9290900,\n
        "lon": 5.8085600,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484687,\n
        "lat": 45.9292240,\n
        "lon": 5.8087870,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484688,\n
        "lat": 45.9292250,\n
        "lon": 5.8087750,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484689,\n
        "lat": 45.9292270,\n
        "lon": 5.8084130,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484690,\n
        "lat": 45.9292310,\n
        "lon": 5.8087020,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484691,\n
        "lat": 45.9292330,\n
        "lon": 5.8091230,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484692,\n
        "lat": 45.9292380,\n
        "lon": 5.8090970,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484693,\n
        "lat": 45.9292500,\n
        "lon": 5.8083180,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484694,\n
        "lat": 45.9292550,\n
        "lon": 5.8090110,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484695,\n
        "lat": 45.9292610,\n
        "lon": 5.8084470,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484696,\n
        "lat": 45.9292660,\n
        "lon": 5.8084310,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484697,\n
        "lat": 45.9292690,\n
        "lon": 5.8091370,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484698,\n
        "lat": 45.9292720,\n
        "lon": 5.8091110,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484699,\n
        "lat": 45.9292780,\n
        "lon": 5.8090210,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484700,\n
        "lat": 45.9292790,\n
        "lon": 5.8093920,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484701,\n
        "lat": 45.9292980,\n
        "lon": 5.8087650,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484702,\n
        "lat": 45.9293100,\n
        "lon": 5.8093010,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484703,\n
        "lat": 45.9293200,\n
        "lon": 5.8086460,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484704,\n
        "lat": 45.9293270,\n
        "lon": 5.8092490,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484705,\n
        "lat": 45.9293540,\n
        "lon": 5.8084920,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484706,\n
        "lat": 45.9293580,\n
        "lon": 5.8091270,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484707,\n
        "lat": 45.9293800,\n
        "lon": 5.8083820,\n
        "timestamp": "2013-04-20T23:03:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484708,\n
        "lat": 45.9293970,\n
        "lon": 5.8088210,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484709,\n
        "lat": 45.9294060,\n
        "lon": 5.8094710,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484710,\n
        "lat": 45.9294200,\n
        "lon": 5.8086950,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484711,\n
        "lat": 45.9294300,\n
        "lon": 5.8093820,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484712,\n
        "lat": 45.9294450,\n
        "lon": 5.8093300,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484713,\n
        "lat": 45.9294600,\n
        "lon": 5.8088860,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484714,\n
        "lat": 45.9294660,\n
        "lon": 5.8088580,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484715,\n
        "lat": 45.9294780,\n
        "lon": 5.8092090,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484716,\n
        "lat": 45.9294840,\n
        "lon": 5.8089000,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484717,\n
        "lat": 45.9294890,\n
        "lon": 5.8088850,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484718,\n
        "lat": 45.9294930,\n
        "lon": 5.8087310,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484719,\n
        "lat": 45.9295250,\n
        "lon": 5.8089020,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484720,\n
        "lat": 45.9295510,\n
        "lon": 5.8087600,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484721,\n
        "lat": 45.9298850,\n
        "lon": 5.8107190,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484722,\n
        "lat": 45.9298910,\n
        "lon": 5.8109600,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484723,\n
        "lat": 45.9298960,\n
        "lon": 5.8106680,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484724,\n
        "lat": 45.9299170,\n
        "lon": 5.8113830,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484725,\n
        "lat": 45.9299200,\n
        "lon": 5.8107340,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484726,\n
        "lat": 45.9299210,\n
        "lon": 5.8113020,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484727,\n
        "lat": 45.9299220,\n
        "lon": 5.8108760,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484728,\n
        "lat": 45.9299310,\n
        "lon": 5.8106830,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484729,\n
        "lat": 45.9299640,\n
        "lon": 5.8110220,\n
        "timestamp": "2013-04-20T23:03:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484730,\n
        "lat": 45.9299690,\n
        "lon": 5.8110090,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484731,\n
        "lat": 45.9299720,\n
        "lon": 5.8113900,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484732,\n
        "lat": 45.9299740,\n
        "lon": 5.8113090,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484733,\n
        "lat": 45.9300360,\n
        "lon": 5.8110690,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484734,\n
        "lat": 45.9300690,\n
        "lon": 5.8109720,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484735,\n
        "lat": 45.9304980,\n
        "lon": 5.8134200,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484736,\n
        "lat": 45.9305310,\n
        "lon": 5.8134700,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484737,\n
        "lat": 45.9305840,\n
        "lon": 5.8133940,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484738,\n
        "lat": 45.9305980,\n
        "lon": 5.8132690,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484739,\n
        "lat": 45.9306200,\n
        "lon": 5.8134450,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484740,\n
        "lat": 45.9306350,\n
        "lon": 5.8132110,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484741,\n
        "lat": 45.9306470,\n
        "lon": 5.8134810,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484742,\n
        "lat": 45.9306710,\n
        "lon": 5.8133650,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484743,\n
        "lat": 45.9306970,\n
        "lon": 5.8133990,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484744,\n
        "lat": 45.9307080,\n
        "lon": 5.8133070,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484745,\n
        "lat": 45.9307330,\n
        "lon": 5.8133420,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484746,\n
        "lat": 45.9312820,\n
        "lon": 5.8120970,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484747,\n
        "lat": 45.9312910,\n
        "lon": 5.8119750,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484748,\n
        "lat": 45.9314180,\n
        "lon": 5.8121150,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484749,\n
        "lat": 45.9314280,\n
        "lon": 5.8119890,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484754,\n
        "lat": 45.9319950,\n
        "lon": 5.8111550,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484755,\n
        "lat": 45.9320090,\n
        "lon": 5.8110800,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484756,\n
        "lat": 45.9320310,\n
        "lon": 5.8117310,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484757,\n
        "lat": 45.9320570,\n
        "lon": 5.8115860,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484758,\n
        "lat": 45.9320730,\n
        "lon": 5.8116950,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484759,\n
        "lat": 45.9320920,\n
        "lon": 5.8115980,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484760,\n
        "lat": 45.9321210,\n
        "lon": 5.8117660,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484761,\n
        "lat": 45.9321240,\n
        "lon": 5.8117480,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484762,\n
        "lat": 45.9321280,\n
        "lon": 5.8117160,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484763,\n
        "lat": 45.9321530,\n
        "lon": 5.8117600,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484764,\n
        "lat": 45.9321600,\n
        "lon": 5.8117280,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484765,\n
        "lat": 45.9321680,\n
        "lon": 5.8112200,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484766,\n
        "lat": 45.9321780,\n
        "lon": 5.8117350,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484767,\n
        "lat": 45.9321800,\n
        "lon": 5.8111420,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484768,\n
        "lat": 45.9321950,\n
        "lon": 5.8116330,\n
        "timestamp": "2013-04-20T23:03:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484769,\n
        "lat": 45.9323310,\n
        "lon": 5.8118130,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484770,\n
        "lat": 45.9323850,\n
        "lon": 5.8119040,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484771,\n
        "lat": 45.9324010,\n
        "lon": 5.8117220,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484772,\n
        "lat": 45.9324550,\n
        "lon": 5.8118130,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484773,\n
        "lat": 45.9327280,\n
        "lon": 5.8088540,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484774,\n
        "lat": 45.9327340,\n
        "lon": 5.8088160,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484775,\n
        "lat": 45.9327370,\n
        "lon": 5.8102950,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484776,\n
        "lat": 45.9327410,\n
        "lon": 5.8087600,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484777,\n
        "lat": 45.9327690,\n
        "lon": 5.8088650,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484778,\n
        "lat": 45.9327740,\n
        "lon": 5.8101940,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484779,\n
        "lat": 45.9327820,\n
        "lon": 5.8087730,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484780,\n
        "lat": 45.9327960,\n
        "lon": 5.8087770,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484781,\n
        "lat": 45.9328080,\n
        "lon": 5.8088770,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484782,\n
        "lat": 45.9328120,\n
        "lon": 5.8088490,\n
        "timestamp": "2013-04-20T23:03:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484783,\n
        "lat": 45.9328180,\n
        "lon": 5.8087970,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484784,\n
        "lat": 45.9328200,\n
        "lon": 5.8087850,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484785,\n
        "lat": 45.9328240,\n
        "lon": 5.8091920,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484786,\n
        "lat": 45.9328280,\n
        "lon": 5.8087330,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484787,\n
        "lat": 45.9328370,\n
        "lon": 5.8097080,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484788,\n
        "lat": 45.9328440,\n
        "lon": 5.8090890,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484789,\n
        "lat": 45.9328490,\n
        "lon": 5.8103710,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484790,\n
        "lat": 45.9328530,\n
        "lon": 5.8088900,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484791,\n
        "lat": 45.9328570,\n
        "lon": 5.8089170,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484792,\n
        "lat": 45.9328570,\n
        "lon": 5.8096180,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484793,\n
        "lat": 45.9328580,\n
        "lon": 5.8103460,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484794,\n
        "lat": 45.9328650,\n
        "lon": 5.8087980,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484795,\n
        "lat": 45.9328670,\n
        "lon": 5.8088370,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484796,\n
        "lat": 45.9328720,\n
        "lon": 5.8087440,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484797,\n
        "lat": 45.9328830,\n
        "lon": 5.8102750,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484798,\n
        "lat": 45.9329040,\n
        "lon": 5.8089440,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484799,\n
        "lat": 45.9329120,\n
        "lon": 5.8088610,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484800,\n
        "lat": 45.9329130,\n
        "lon": 5.8092270,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484801,\n
        "lat": 45.9329330,\n
        "lon": 5.8091240,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484802,\n
        "lat": 45.9329450,\n
        "lon": 5.8096600,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484803,\n
        "lat": 45.9329450,\n
        "lon": 5.8104850,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484804,\n
        "lat": 45.9329580,\n
        "lon": 5.8097620,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484805,\n
        "lat": 45.9329770,\n
        "lon": 5.8096750,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484806,\n
        "lat": 45.9329870,\n
        "lon": 5.8103630,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484807,\n
        "lat": 45.9330220,\n
        "lon": 5.8105410,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484808,\n
        "lat": 45.9330640,\n
        "lon": 5.8104190,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484809,\n
        "lat": 45.9333980,\n
        "lon": 5.8103060,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484810,\n
        "lat": 45.9334300,\n
        "lon": 5.8103930,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484811,\n
        "lat": 45.9334760,\n
        "lon": 5.8102480,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484813,\n
        "lat": 45.9335080,\n
        "lon": 5.8103350,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484815,\n
        "lat": 45.9337700,\n
        "lon": 5.8100350,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484819,\n
        "lat": 45.9337800,\n
        "lon": 5.8099500,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484821,\n
        "lat": 45.9338020,\n
        "lon": 5.8100940,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484823,\n
        "lat": 45.9338070,\n
        "lon": 5.8100420,\n
        "timestamp": "2013-04-20T23:03:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484844,\n
        "lat": 45.9338170,\n
        "lon": 5.8099580,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484846,\n
        "lat": 45.9338190,\n
        "lon": 5.8099360,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484851,\n
        "lat": 45.9338510,\n
        "lon": 5.8101220,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484853,\n
        "lat": 45.9338520,\n
        "lon": 5.8101050,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484855,\n
        "lat": 45.9338890,\n
        "lon": 5.8099520,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484857,\n
        "lat": 45.9339040,\n
        "lon": 5.8101310,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484859,\n
        "lat": 45.9339120,\n
        "lon": 5.8100700,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484861,\n
        "lat": 45.9339240,\n
        "lon": 5.8099850,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484864,\n
        "lat": 45.9339270,\n
        "lon": 5.8099590,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484866,\n
        "lat": 45.9339720,\n
        "lon": 5.8100810,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484868,\n
        "lat": 45.9339810,\n
        "lon": 5.8099990,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484871,\n
        "lat": 45.9344730,\n
        "lon": 5.8097790,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484873,\n
        "lat": 45.9344900,\n
        "lon": 5.8096180,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484875,\n
        "lat": 45.9345640,\n
        "lon": 5.8097990,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484878,\n
        "lat": 45.9345780,\n
        "lon": 5.8098010,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484880,\n
        "lat": 45.9345940,\n
        "lon": 5.8096390,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484882,\n
        "lat": 45.9352300,\n
        "lon": 5.8091400,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484884,\n
        "lat": 45.9352320,\n
        "lon": 5.8091830,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484886,\n
        "lat": 45.9352740,\n
        "lon": 5.8091340,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484889,\n
        "lat": 45.9352770,\n
        "lon": 5.8091790,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484891,\n
        "lat": 45.9354270,\n
        "lon": 5.8093370,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484893,\n
        "lat": 45.9354300,\n
        "lon": 5.8092080,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484895,\n
        "lat": 45.9354610,\n
        "lon": 5.8093400,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484897,\n
        "lat": 45.9355070,\n
        "lon": 5.8092060,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484899,\n
        "lat": 45.9355840,\n
        "lon": 5.8093310,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484901,\n
        "lat": 45.9355850,\n
        "lon": 5.8091980,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484903,\n
        "lat": 45.9356020,\n
        "lon": 5.8091520,\n
        "timestamp": "2013-04-20T23:03:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484905,\n
        "lat": 45.9356040,\n
        "lon": 5.8091970,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484907,\n
        "lat": 45.9356890,\n
        "lon": 5.8091460,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484909,\n
        "lat": 45.9356900,\n
        "lon": 5.8091900,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484911,\n
        "lat": 45.9357030,\n
        "lon": 5.8091890,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484913,\n
        "lat": 45.9357070,\n
        "lon": 5.8093210,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484915,\n
        "lat": 45.9357840,\n
        "lon": 5.8080850,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484917,\n
        "lat": 45.9357860,\n
        "lon": 5.8081980,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484918,\n
        "lat": 45.9358120,\n
        "lon": 5.8091850,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484919,\n
        "lat": 45.9358120,\n
        "lon": 5.8094850,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484920,\n
        "lat": 45.9358140,\n
        "lon": 5.8093770,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484921,\n
        "lat": 45.9358160,\n
        "lon": 5.8092890,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484922,\n
        "lat": 45.9358320,\n
        "lon": 5.8080850,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484923,\n
        "lat": 45.9358320,\n
        "lon": 5.8080920,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484924,\n
        "lat": 45.9358320,\n
        "lon": 5.8081990,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484925,\n
        "lat": 45.9358410,\n
        "lon": 5.8094860,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484926,\n
        "lat": 45.9358450,\n
        "lon": 5.8093770,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484927,\n
        "lat": 45.9358650,\n
        "lon": 5.8082030,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484928,\n
        "lat": 45.9358660,\n
        "lon": 5.8080930,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484929,\n
        "lat": 45.9358850,\n
        "lon": 5.8094870,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484930,\n
        "lat": 45.9358860,\n
        "lon": 5.8095140,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484931,\n
        "lat": 45.9359060,\n
        "lon": 5.8082060,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484932,\n
        "lat": 45.9359100,\n
        "lon": 5.8095130,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484933,\n
        "lat": 45.9359110,\n
        "lon": 5.8080970,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484934,\n
        "lat": 45.9359120,\n
        "lon": 5.8093760,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484935,\n
        "lat": 45.9359150,\n
        "lon": 5.8091810,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484936,\n
        "lat": 45.9359200,\n
        "lon": 5.8092730,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484937,\n
        "lat": 45.9360020,\n
        "lon": 5.8091780,\n
        "timestamp": "2013-04-20T23:03:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484938,\n
        "lat": 45.9360040,\n
        "lon": 5.8092640,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484939,\n
        "lat": 45.9362620,\n
        "lon": 5.8082770,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484940,\n
        "lat": 45.9362750,\n
        "lon": 5.8081850,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484941,\n
        "lat": 45.9362840,\n
        "lon": 5.8094320,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484942,\n
        "lat": 45.9362870,\n
        "lon": 5.8093670,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484943,\n
        "lat": 45.9363170,\n
        "lon": 5.8082920,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484944,\n
        "lat": 45.9363300,\n
        "lon": 5.8081990,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484945,\n
        "lat": 45.9363510,\n
        "lon": 5.8094380,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484946,\n
        "lat": 45.9363560,\n
        "lon": 5.8093710,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484947,\n
        "lat": 45.9365200,\n
        "lon": 5.8091480,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484948,\n
        "lat": 45.9365240,\n
        "lon": 5.8091940,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484949,\n
        "lat": 45.9365580,\n
        "lon": 5.8091420,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484950,\n
        "lat": 45.9365620,\n
        "lon": 5.8091880,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484951,\n
        "lat": 45.9365760,\n
        "lon": 5.8090910,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484952,\n
        "lat": 45.9365770,\n
        "lon": 5.8091920,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484953,\n
        "lat": 45.9366150,\n
        "lon": 5.8091920,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484954,\n
        "lat": 45.9366160,\n
        "lon": 5.8090890,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484955,\n
        "lat": 45.9366170,\n
        "lon": 5.8090710,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484956,\n
        "lat": 45.9366190,\n
        "lon": 5.8090880,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484957,\n
        "lat": 45.9366250,\n
        "lon": 5.8090670,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484958,\n
        "lat": 45.9366610,\n
        "lon": 5.8090690,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484959,\n
        "lat": 45.9366680,\n
        "lon": 5.8091950,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484960,\n
        "lat": 45.9366700,\n
        "lon": 5.8092340,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484961,\n
        "lat": 45.9367030,\n
        "lon": 5.8090710,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484962,\n
        "lat": 45.9367060,\n
        "lon": 5.8091280,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484963,\n
        "lat": 45.9367100,\n
        "lon": 5.8092360,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484964,\n
        "lat": 45.9367380,\n
        "lon": 5.8090720,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484965,\n
        "lat": 45.9367390,\n
        "lon": 5.8091260,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484966,\n
        "lat": 45.9367640,\n
        "lon": 5.8090730,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484967,\n
        "lat": 45.9367690,\n
        "lon": 5.8092390,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484968,\n
        "lat": 45.9368110,\n
        "lon": 5.8090750,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484969,\n
        "lat": 45.9368140,\n
        "lon": 5.8092400,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484970,\n
        "lat": 45.9368370,\n
        "lon": 5.8094590,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484971,\n
        "lat": 45.9368440,\n
        "lon": 5.8089460,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484972,\n
        "lat": 45.9368480,\n
        "lon": 5.8089780,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484973,\n
        "lat": 45.9368500,\n
        "lon": 5.8090230,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484974,\n
        "lat": 45.9368530,\n
        "lon": 5.8093240,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484975,\n
        "lat": 45.9368650,\n
        "lon": 5.8091500,\n
        "timestamp": "2013-04-20T23:03:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484976,\n
        "lat": 45.9368730,\n
        "lon": 5.8092330,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484977,\n
        "lat": 45.9368760,\n
        "lon": 5.8089390,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484978,\n
        "lat": 45.9368810,\n
        "lon": 5.8089790,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484979,\n
        "lat": 45.9368840,\n
        "lon": 5.8090160,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484980,\n
        "lat": 45.9369020,\n
        "lon": 5.8094790,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484981,\n
        "lat": 45.9369030,\n
        "lon": 5.8090790,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484982,\n
        "lat": 45.9369060,\n
        "lon": 5.8094590,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484983,\n
        "lat": 45.9369110,\n
        "lon": 5.8091410,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484984,\n
        "lat": 45.9369170,\n
        "lon": 5.8091870,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484985,\n
        "lat": 45.9369170,\n
        "lon": 5.8092240,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484986,\n
        "lat": 45.9369200,\n
        "lon": 5.8089000,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484987,\n
        "lat": 45.9369250,\n
        "lon": 5.8089770,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484988,\n
        "lat": 45.9369280,\n
        "lon": 5.8090070,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484989,\n
        "lat": 45.9369420,\n
        "lon": 5.8092670,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484990,\n
        "lat": 45.9369460,\n
        "lon": 5.8087000,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484991,\n
        "lat": 45.9369460,\n
        "lon": 5.8091790,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484992,\n
        "lat": 45.9369550,\n
        "lon": 5.8094730,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484993,\n
        "lat": 45.9369650,\n
        "lon": 5.8088920,\n
        "timestamp": "2013-04-20T23:03:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484994,\n
        "lat": 45.9369670,\n
        "lon": 5.8093540,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484995,\n
        "lat": 45.9369680,\n
        "lon": 5.8086280,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484996,\n
        "lat": 45.9369740,\n
        "lon": 5.8089970,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484997,\n
        "lat": 45.9369770,\n
        "lon": 5.8091810,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484998,\n
        "lat": 45.9369810,\n
        "lon": 5.8091150,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274484999,\n
        "lat": 45.9370160,\n
        "lon": 5.8092690,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485000,\n
        "lat": 45.9370180,\n
        "lon": 5.8091240,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485001,\n
        "lat": 45.9370210,\n
        "lon": 5.8094880,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485002,\n
        "lat": 45.9370300,\n
        "lon": 5.8091160,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485003,\n
        "lat": 45.9370330,\n
        "lon": 5.8090410,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485004,\n
        "lat": 45.9370400,\n
        "lon": 5.8093710,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485005,\n
        "lat": 45.9370450,\n
        "lon": 5.8087590,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485006,\n
        "lat": 45.9370670,\n
        "lon": 5.8086870,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485007,\n
        "lat": 45.9370820,\n
        "lon": 5.8092710,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485008,\n
        "lat": 45.9370850,\n
        "lon": 5.8091290,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485009,\n
        "lat": 45.9370870,\n
        "lon": 5.8090450,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485010,\n
        "lat": 45.9371120,\n
        "lon": 5.8095170,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485011,\n
        "lat": 45.9371310,\n
        "lon": 5.8094000,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485012,\n
        "lat": 45.9372130,\n
        "lon": 5.8088670,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485013,\n
        "lat": 45.9372140,\n
        "lon": 5.8088550,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485014,\n
        "lat": 45.9372160,\n
        "lon": 5.8089230,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485015,\n
        "lat": 45.9372230,\n
        "lon": 5.8088430,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485016,\n
        "lat": 45.9372330,\n
        "lon": 5.8088430,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485017,\n
        "lat": 45.9372390,\n
        "lon": 5.8089170,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485018,\n
        "lat": 45.9372410,\n
        "lon": 5.8088510,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485019,\n
        "lat": 45.9372460,\n
        "lon": 5.8088680,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485020,\n
        "lat": 45.9372470,\n
        "lon": 5.8089120,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485021,\n
        "lat": 45.9374270,\n
        "lon": 5.8087260,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485022,\n
        "lat": 45.9374680,\n
        "lon": 5.8086250,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485023,\n
        "lat": 45.9375000,\n
        "lon": 5.8087900,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2274485024,\n
        "lat": 45.9375160,\n
        "lon": 5.8086790,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229\n
      },\n
      {\n
        "type": "node",\n
        "id": 2679624218,\n
        "lat": 45.8771697,\n
        "lon": 5.8118662,\n
        "timestamp": "2025-03-21T08:36:08Z",\n
        "version": 3,\n
        "changeset": 163894245,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 2750412489,\n
        "lat": 45.9115626,\n
        "lon": 5.8212023,\n
        "timestamp": "2014-03-28T19:03:12Z",\n
        "version": 1,\n
        "changeset": 21371055,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 2750412491,\n
        "lat": 45.9115835,\n
        "lon": 5.8214759,\n
        "timestamp": "2014-03-28T19:03:12Z",\n
        "version": 1,\n
        "changeset": 21371055,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 2750412492,\n
        "lat": 45.9119155,\n
        "lon": 5.8210066,\n
        "timestamp": "2024-09-17T19:19:14Z",\n
        "version": 2,\n
        "changeset": 156744484,\n
        "user": "jbcharron",\n
        "uid": 8241440\n
      },\n
      {\n
        "type": "node",\n
        "id": 2750412493,\n
        "lat": 45.9119235,\n
        "lon": 5.8211469,\n
        "timestamp": "2024-09-17T19:19:14Z",\n
        "version": 2,\n
        "changeset": 156744484,\n
        "user": "jbcharron",\n
        "uid": 8241440\n
      },\n
      {\n
        "type": "node",\n
        "id": 2750412494,\n
        "lat": 45.9120699,\n
        "lon": 5.8209905,\n
        "timestamp": "2014-03-28T19:03:12Z",\n
        "version": 1,\n
        "changeset": 21371055,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 2750412496,\n
        "lat": 45.9120712,\n
        "lon": 5.8209380,\n
        "timestamp": "2014-03-28T19:03:12Z",\n
        "version": 1,\n
        "changeset": 21371055,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 2750412498,\n
        "lat": 45.9121990,\n
        "lon": 5.8209211,\n
        "timestamp": "2014-03-28T19:03:12Z",\n
        "version": 1,\n
        "changeset": 21371055,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 2750412499,\n
        "lat": 45.9122264,\n
        "lon": 5.8213634,\n
        "timestamp": "2014-03-28T19:03:12Z",\n
        "version": 1,\n
        "changeset": 21371055,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 2753790975,\n
        "lat": 45.9114227,\n
        "lon": 5.8208412,\n
        "timestamp": "2014-06-01T09:20:27Z",\n
        "version": 2,\n
        "changeset": 22669275,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266155342,\n
        "lat": 45.8785814,\n
        "lon": 5.8117848,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 2,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266155345,\n
        "lat": 45.8786091,\n
        "lon": 5.8116653,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 2,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266156166,\n
        "lat": 45.8787339,\n
        "lon": 5.8115447,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 2,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266156173,\n
        "lat": 45.8788151,\n
        "lon": 5.8118530,\n
        "timestamp": "2015-01-02T23:42:09Z",\n
        "version": 1,\n
        "changeset": 27876402,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266156193,\n
        "lat": 45.8789283,\n
        "lon": 5.8112769,\n
        "timestamp": "2015-01-02T23:42:09Z",\n
        "version": 1,\n
        "changeset": 27876402,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266156236,\n
        "lat": 45.8801289,\n
        "lon": 5.8136013,\n
        "timestamp": "2015-01-02T23:42:10Z",\n
        "version": 1,\n
        "changeset": 27876402,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266156237,\n
        "lat": 45.8801333,\n
        "lon": 5.8137013,\n
        "timestamp": "2015-01-02T23:42:10Z",\n
        "version": 1,\n
        "changeset": 27876402,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266156240,\n
        "lat": 45.8802021,\n
        "lon": 5.8135946,\n
        "timestamp": "2015-01-02T23:42:10Z",\n
        "version": 1,\n
        "changeset": 27876402,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266156242,\n
        "lat": 45.8802065,\n
        "lon": 5.8136946,\n
        "timestamp": "2015-01-02T23:42:10Z",\n
        "version": 1,\n
        "changeset": 27876402,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266156313,\n
        "lat": 45.9239346,\n
        "lon": 5.8243546,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 2,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266156315,\n
        "lat": 45.9239464,\n
        "lon": 5.8243856,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 2,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266156316,\n
        "lat": 45.9239706,\n
        "lon": 5.8243264,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 2,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 3266156317,\n
        "lat": 45.9239823,\n
        "lon": 5.8243574,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 2,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 4386783736,\n
        "lat": 45.9139770,\n
        "lon": 5.8093775,\n
        "timestamp": "2025-04-16T17:18:09Z",\n
        "version": 3,\n
        "changeset": 165038797,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "tags": {\n
          "amenity": "townhall",\n
          "contact:email": "mairie.anglefort@gmail.com",\n
          "contact:phone": "+33 4 50 56 17 16",\n
          "contact:website": "http://www.anglefort.fr",\n
          "opening_hours": "Mo 08:00-12:00; Tu 13:30-17:30; We 08:00-12:00; Th 13:30-17:30; Fr 08:00-12:00",\n
          "ref:FR:SIRET": "21010010300014",\n
          "source": "Service-Public.fr - 03/2025",\n
          "wheelchair": "yes"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4386842063,\n
        "lat": 45.9139385,\n
        "lon": 5.8109071,\n
        "timestamp": "2016-09-06T09:14:22Z",\n
        "version": 1,\n
        "changeset": 41949857,\n
        "user": "gsimon",\n
        "uid": 1668080\n
      },\n
      {\n
        "type": "node",\n
        "id": 4386842064,\n
        "lat": 45.9140925,\n
        "lon": 5.8100769,\n
        "timestamp": "2016-09-06T09:14:22Z",\n
        "version": 1,\n
        "changeset": 41949857,\n
        "user": "gsimon",\n
        "uid": 1668080\n
      },\n
      {\n
        "type": "node",\n
        "id": 4386842065,\n
        "lat": 45.9144989,\n
        "lon": 5.8101694,\n
        "timestamp": "2017-11-15T17:40:39Z",\n
        "version": 3,\n
        "changeset": 53810967,\n
        "user": "JeaRRo",\n
        "uid": 187177\n
      },\n
      {\n
        "type": "node",\n
        "id": 4386842066,\n
        "lat": 45.9143418,\n
        "lon": 5.8110809,\n
        "timestamp": "2017-05-22T17:21:49Z",\n
        "version": 2,\n
        "changeset": 48894813,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 4386842071,\n
        "lat": 45.9144278,\n
        "lon": 5.8105855,\n
        "timestamp": "2017-05-22T17:21:49Z",\n
        "version": 2,\n
        "changeset": 48894813,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 4498269865,\n
        "lat": 45.9118788,\n
        "lon": 5.8081755,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 3,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "tags": {\n
          "addr:city": "Anglefort",\n
          "addr:country": "FR",\n
          "addr:postcode": "01350",\n
          "alt_name": "Le Haylton",\n
          "amenity": "restaurant",\n
          "email": "daviaud.pro@gmail.com",\n
          "name": "L'Auberge d'Anglefort",\n
          "opening_hours": "Tu-Th 07:00-14:30,18:30-23:00; Fr 07:00-14:30,18:30-23:30; Sa 18:30-24:00; Su 00:00-01:00",\n
          "phone": "+33 4 50 56 64 98",\n
          "rooms": "15",\n
          "tourism": "hotel",\n
          "website": "https://www.facebook.com/laubergedanglefort/"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4548329642,\n
        "lat": 45.9314980,\n
        "lon": 5.8107269,\n
        "timestamp": "2024-07-30T10:46:08Z",\n
        "version": 4,\n
        "changeset": 154599794,\n
        "user": "n1c0_74",\n
        "uid": 683370,\n
        "tags": {\n
          "couplings": "3",\n
          "couplings:diameters": "65;65;100",\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:position": "lane",\n
          "fire_hydrant:pressure": "4.5",\n
          "fire_hydrant:type": "pillar",\n
          "flow_rate": "547",\n
          "ref": "3",\n
          "survey:date": "2016-12-10"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4548332685,\n
        "lat": 45.9335687,\n
        "lon": 5.8098149,\n
        "timestamp": "2016-12-10T18:53:14Z",\n
        "version": 1,\n
        "changeset": 44309486,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:position": "lane",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4548333683,\n
        "lat": 45.9365011,\n
        "lon": 5.8091176,\n
        "timestamp": "2016-12-10T18:54:13Z",\n
        "version": 1,\n
        "changeset": 44309486,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4548335493,\n
        "lat": 45.9292332,\n
        "lon": 5.8086750,\n
        "timestamp": "2016-12-10T18:58:09Z",\n
        "version": 1,\n
        "changeset": 44309486,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4548348307,\n
        "lat": 45.9285094,\n
        "lon": 5.8078998,\n
        "timestamp": "2016-12-10T19:00:19Z",\n
        "version": 1,\n
        "changeset": 44309486,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4548349145,\n
        "lat": 45.9281586,\n
        "lon": 5.8095628,\n
        "timestamp": "2024-07-30T10:45:14Z",\n
        "version": 4,\n
        "changeset": 154599768,\n
        "user": "n1c0_74",\n
        "uid": 683370,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:position": "green",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4548354200,\n
        "lat": 45.9271698,\n
        "lon": 5.8075887,\n
        "timestamp": "2016-12-10T19:03:38Z",\n
        "version": 1,\n
        "changeset": 44309486,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4548355180,\n
        "lat": 45.9249683,\n
        "lon": 5.8089888,\n
        "timestamp": "2016-12-12T17:17:01Z",\n
        "version": 2,\n
        "changeset": 44351783,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4548358488,\n
        "lat": 45.9196805,\n
        "lon": 5.8038336,\n
        "timestamp": "2016-12-10T19:07:45Z",\n
        "version": 1,\n
        "changeset": 44309486,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4551174620,\n
        "lat": 45.9086108,\n
        "lon": 5.8079857,\n
        "timestamp": "2016-12-12T17:18:39Z",\n
        "version": 1,\n
        "changeset": 44351783,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4551174834,\n
        "lat": 45.9093871,\n
        "lon": 5.8163971,\n
        "timestamp": "2016-12-12T17:19:37Z",\n
        "version": 1,\n
        "changeset": 44351783,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4551175696,\n
        "lat": 45.9048146,\n
        "lon": 5.8122396,\n
        "timestamp": "2016-12-12T17:22:05Z",\n
        "version": 1,\n
        "changeset": 44351783,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567167994,\n
        "lat": 45.9180721,\n
        "lon": 5.8066714,\n
        "timestamp": "2016-12-22T16:57:38Z",\n
        "version": 1,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567168851,\n
        "lat": 45.9164785,\n
        "lon": 5.8050406,\n
        "timestamp": "2016-12-22T16:59:00Z",\n
        "version": 1,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567169643,\n
        "lat": 45.9169301,\n
        "lon": 5.8030719,\n
        "timestamp": "2016-12-22T17:00:19Z",\n
        "version": 1,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567172327,\n
        "lat": 45.9161986,\n
        "lon": 5.8069772,\n
        "timestamp": "2016-12-22T17:01:12Z",\n
        "version": 1,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567172357,\n
        "lat": 45.9153104,\n
        "lon": 5.8036673,\n
        "timestamp": "2016-12-22T17:02:18Z",\n
        "version": 1,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567173658,\n
        "lat": 45.9127053,\n
        "lon": 5.8050567,\n
        "timestamp": "2016-12-22T17:09:05Z",\n
        "version": 2,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "125",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567174458,\n
        "lat": 45.9114288,\n
        "lon": 5.8038068,\n
        "timestamp": "2016-12-22T17:05:16Z",\n
        "version": 1,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567175455,\n
        "lat": 45.9102008,\n
        "lon": 5.8032328,\n
        "timestamp": "2016-12-22T17:06:17Z",\n
        "version": 1,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567177989,\n
        "lat": 45.9099433,\n
        "lon": 5.8030772,\n
        "timestamp": "2016-12-22T17:08:21Z",\n
        "version": 1,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "150",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567179103,\n
        "lat": 45.9115445,\n
        "lon": 5.8076799,\n
        "timestamp": "2016-12-22T19:40:53Z",\n
        "version": 3,\n
        "changeset": 44599273,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567184205,\n
        "lat": 45.9125821,\n
        "lon": 5.8083826,\n
        "timestamp": "2016-12-22T17:16:38Z",\n
        "version": 1,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567189400,\n
        "lat": 45.9105293,\n
        "lon": 5.8060974,\n
        "timestamp": "2016-12-22T17:22:03Z",\n
        "version": 1,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567191328,\n
        "lat": 45.9078269,\n
        "lon": 5.8087367,\n
        "timestamp": "2016-12-22T17:23:17Z",\n
        "version": 1,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "125",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567192691,\n
        "lat": 45.9043069,\n
        "lon": 5.8050621,\n
        "timestamp": "2016-12-22T17:24:18Z",\n
        "version": 1,\n
        "changeset": 44595523,\n
        "user": "gregory derobert",\n
        "uid": 4951365,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:type": "pillar"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567195533,\n
        "lat": 45.9009528,\n
        "lon": 5.8069208,\n
        "timestamp": "2025-12-26T07:35:29Z",\n
        "version": 4,\n
        "changeset": 176423514,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:position": "green",\n
          "fire_hydrant:type": "pillar",\n
          "ref": "30"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567203970,\n
        "lat": 45.8987838,\n
        "lon": 5.8070510,\n
        "timestamp": "2025-12-26T07:35:28Z",\n
        "version": 4,\n
        "changeset": 176423515,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:position": "sidewalk",\n
          "fire_hydrant:type": "pillar",\n
          "ref": "31"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4567207196,\n
        "lat": 45.8958177,\n
        "lon": 5.8079481,\n
        "timestamp": "2025-12-26T07:35:25Z",\n
        "version": 5,\n
        "changeset": 176423514,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:diameter": "100",\n
          "fire_hydrant:position": "green",\n
          "fire_hydrant:type": "pillar",\n
          "ref": "32"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4870259514,\n
        "lat": 45.9065200,\n
        "lon": 5.8138550,\n
        "timestamp": "2017-05-22T17:26:16Z",\n
        "version": 1,\n
        "changeset": 48894909,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 4870259515,\n
        "lat": 45.9064771,\n
        "lon": 5.8137021,\n
        "timestamp": "2017-05-22T17:26:16Z",\n
        "version": 1,\n
        "changeset": 48894909,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 4870259517,\n
        "lat": 45.9063679,\n
        "lon": 5.8139301,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 4870259518,\n
        "lat": 45.9064473,\n
        "lon": 5.8138657,\n
        "timestamp": "2017-05-22T17:26:16Z",\n
        "version": 1,\n
        "changeset": 48894909,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 4870259519,\n
        "lat": 45.9064585,\n
        "lon": 5.8139006,\n
        "timestamp": "2017-05-22T17:26:16Z",\n
        "version": 1,\n
        "changeset": 48894909,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 4870259520,\n
        "lat": 45.9053302,\n
        "lon": 5.8167672,\n
        "timestamp": "2017-05-22T17:26:16Z",\n
        "version": 1,\n
        "changeset": 48894909,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 4870261021,\n
        "lat": 45.9052046,\n
        "lon": 5.8172308,\n
        "timestamp": "2017-05-22T17:26:16Z",\n
        "version": 1,\n
        "changeset": 48894909,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 4870261022,\n
        "lat": 45.9050963,\n
        "lon": 5.8171707,\n
        "timestamp": "2017-05-22T17:26:16Z",\n
        "version": 1,\n
        "changeset": 48894909,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 4870261023,\n
        "lat": 45.9051111,\n
        "lon": 5.8171176,\n
        "timestamp": "2017-05-22T17:26:16Z",\n
        "version": 1,\n
        "changeset": 48894909,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 4870261024,\n
        "lat": 45.9049091,\n
        "lon": 5.8170114,\n
        "timestamp": "2017-05-22T17:26:16Z",\n
        "version": 1,\n
        "changeset": 48894909,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 4870261025,\n
        "lat": 45.9050076,\n
        "lon": 5.8166044,\n
        "timestamp": "2017-05-22T17:26:16Z",\n
        "version": 1,\n
        "changeset": 48894909,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 4945438267,\n
        "lat": 45.9118390,\n
        "lon": 5.8088958,\n
        "timestamp": "2017-07-01T11:25:20Z",\n
        "version": 2,\n
        "changeset": 49962804,\n
        "user": "Darknut",\n
        "uid": 1058782,\n
        "tags": {\n
          "amenity": "recycling",\n
          "recycling_type": "container"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4945438269,\n
        "lat": 45.9147705,\n
        "lon": 5.8086325,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 2,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 5640472399,\n
        "lat": 45.8788193,\n
        "lon": 5.8113803,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 2,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 5640472400,\n
        "lat": 45.8786797,\n
        "lon": 5.8113196,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 2,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 5640472401,\n
        "lat": 45.8786408,\n
        "lon": 5.8115042,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 2,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 5961568728,\n
        "lat": 45.8976079,\n
        "lon": 5.7690454,\n
        "timestamp": "2018-10-06T14:27:30Z",\n
        "version": 1,\n
        "changeset": 63258399,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 5961568729,\n
        "lat": 45.8975724,\n
        "lon": 5.7689461,\n
        "timestamp": "2018-10-06T14:27:30Z",\n
        "version": 1,\n
        "changeset": 63258399,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 5961568730,\n
        "lat": 45.8976377,\n
        "lon": 5.7689086,\n
        "timestamp": "2018-10-06T14:27:30Z",\n
        "version": 1,\n
        "changeset": 63258399,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 5961568731,\n
        "lat": 45.8976732,\n
        "lon": 5.7690158,\n
        "timestamp": "2018-10-06T14:27:30Z",\n
        "version": 1,\n
        "changeset": 63258399,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093377,\n
        "lat": 45.9099074,\n
        "lon": 5.8058955,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093378,\n
        "lat": 45.9099002,\n
        "lon": 5.8058162,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093379,\n
        "lat": 45.9099319,\n
        "lon": 5.8058102,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093380,\n
        "lat": 45.9099249,\n
        "lon": 5.8057331,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093381,\n
        "lat": 45.9098115,\n
        "lon": 5.8057544,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093382,\n
        "lat": 45.9098257,\n
        "lon": 5.8059109,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093383,\n
        "lat": 45.9082403,\n
        "lon": 5.8101952,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093384,\n
        "lat": 45.9082778,\n
        "lon": 5.8100460,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093385,\n
        "lat": 45.9083506,\n
        "lon": 5.8100838,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093386,\n
        "lat": 45.9083131,\n
        "lon": 5.8102330,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093387,\n
        "lat": 45.9075628,\n
        "lon": 5.8091944,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093388,\n
        "lat": 45.9075687,\n
        "lon": 5.8091642,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093389,\n
        "lat": 45.9075878,\n
        "lon": 5.8091719,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093390,\n
        "lat": 45.9075820,\n
        "lon": 5.8092020,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093391,\n
        "lat": 45.9077016,\n
        "lon": 5.8093711,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093392,\n
        "lat": 45.9076214,\n
        "lon": 5.8093483,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093393,\n
        "lat": 45.9077183,\n
        "lon": 5.8092500,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093394,\n
        "lat": 45.9076380,\n
        "lon": 5.8092272,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093395,\n
        "lat": 45.9076277,\n
        "lon": 5.8093023,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093396,\n
        "lat": 45.9077079,\n
        "lon": 5.8093251,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093397,\n
        "lat": 45.9093823,\n
        "lon": 5.8084319,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093398,\n
        "lat": 45.9093568,\n
        "lon": 5.8084282,\n
        "timestamp": "2019-02-08T03:46:34Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093399,\n
        "lat": 45.9093549,\n
        "lon": 5.8084547,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093400,\n
        "lat": 45.9093804,\n
        "lon": 5.8084584,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093401,\n
        "lat": 45.9095360,\n
        "lon": 5.8081902,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093402,\n
        "lat": 45.9094566,\n
        "lon": 5.8081800,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093403,\n
        "lat": 45.9094502,\n
        "lon": 5.8082845,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093404,\n
        "lat": 45.9095295,\n
        "lon": 5.8082947,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093405,\n
        "lat": 45.9094628,\n
        "lon": 5.8078259,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093406,\n
        "lat": 45.9095285,\n
        "lon": 5.8078370,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093407,\n
        "lat": 45.9095298,\n
        "lon": 5.8078211,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093408,\n
        "lat": 45.9096013,\n
        "lon": 5.8077314,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093409,\n
        "lat": 45.9094723,\n
        "lon": 5.8077096,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093410,\n
        "lat": 45.9094641,\n
        "lon": 5.8078100,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093411,\n
        "lat": 45.9095931,\n
        "lon": 5.8078318,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093412,\n
        "lat": 45.9093376,\n
        "lon": 5.8076589,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093413,\n
        "lat": 45.9092268,\n
        "lon": 5.8076422,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093414,\n
        "lat": 45.9092185,\n
        "lon": 5.8077560,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093415,\n
        "lat": 45.9093293,\n
        "lon": 5.8077728,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093416,\n
        "lat": 45.9080191,\n
        "lon": 5.8073010,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093417,\n
        "lat": 45.9080136,\n
        "lon": 5.8071991,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093418,\n
        "lat": 45.9080317,\n
        "lon": 5.8073163,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093419,\n
        "lat": 45.9081024,\n
        "lon": 5.8073088,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093420,\n
        "lat": 45.9080855,\n
        "lon": 5.8073106,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093421,\n
        "lat": 45.9080838,\n
        "lon": 5.8072783,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093422,\n
        "lat": 45.9080963,\n
        "lon": 5.8071903,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093423,\n
        "lat": 45.9081499,\n
        "lon": 5.8071845,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093424,\n
        "lat": 45.9081544,\n
        "lon": 5.8072708,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093425,\n
        "lat": 45.9081008,\n
        "lon": 5.8072765,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093426,\n
        "lat": 45.9089727,\n
        "lon": 5.8076759,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093427,\n
        "lat": 45.9089765,\n
        "lon": 5.8076254,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093428,\n
        "lat": 45.9090039,\n
        "lon": 5.8076296,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093429,\n
        "lat": 45.9090001,\n
        "lon": 5.8076802,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093430,\n
        "lat": 45.9090059,\n
        "lon": 5.8076030,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093431,\n
        "lat": 45.9091095,\n
        "lon": 5.8076191,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093432,\n
        "lat": 45.9091007,\n
        "lon": 5.8077362,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093433,\n
        "lat": 45.9089971,\n
        "lon": 5.8077201,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093434,\n
        "lat": 45.9088899,\n
        "lon": 5.8076694,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093435,\n
        "lat": 45.9087592,\n
        "lon": 5.8076472,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093436,\n
        "lat": 45.9087503,\n
        "lon": 5.8077563,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093437,\n
        "lat": 45.9088809,\n
        "lon": 5.8077785,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093438,\n
        "lat": 45.9076589,\n
        "lon": 5.8080121,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093439,\n
        "lat": 45.9076624,\n
        "lon": 5.8079434,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093440,\n
        "lat": 45.9076977,\n
        "lon": 5.8079471,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093441,\n
        "lat": 45.9076942,\n
        "lon": 5.8080158,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093442,\n
        "lat": 45.9085117,\n
        "lon": 5.8087219,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093443,\n
        "lat": 45.9085466,\n
        "lon": 5.8087279,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093444,\n
        "lat": 45.9085898,\n
        "lon": 5.8087964,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093445,\n
        "lat": 45.9084832,\n
        "lon": 5.8084028,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093446,\n
        "lat": 45.9084289,\n
        "lon": 5.8083934,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093447,\n
        "lat": 45.9084886,\n
        "lon": 5.8083380,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093448,\n
        "lat": 45.9084343,\n
        "lon": 5.8083286,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093449,\n
        "lat": 45.9084304,\n
        "lon": 5.8083746,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093450,\n
        "lat": 45.9084848,\n
        "lon": 5.8083840,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093451,\n
        "lat": 45.9084508,\n
        "lon": 5.8077097,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093452,\n
        "lat": 45.9082954,\n
        "lon": 5.8076883,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093453,\n
        "lat": 45.9082879,\n
        "lon": 5.8078006,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093454,\n
        "lat": 45.9084433,\n
        "lon": 5.8078220,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093455,\n
        "lat": 45.9080530,\n
        "lon": 5.8076066,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093456,\n
        "lat": 45.9080524,\n
        "lon": 5.8076155,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093457,\n
        "lat": 45.9080095,\n
        "lon": 5.8076095,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093458,\n
        "lat": 45.9080834,\n
        "lon": 5.8076108,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093459,\n
        "lat": 45.9080756,\n
        "lon": 5.8077264,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093460,\n
        "lat": 45.9080023,\n
        "lon": 5.8077162,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093461,\n
        "lat": 45.9079805,\n
        "lon": 5.8074497,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093462,\n
        "lat": 45.9079315,\n
        "lon": 5.8074430,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093463,\n
        "lat": 45.9079282,\n
        "lon": 5.8074935,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093464,\n
        "lat": 45.9079772,\n
        "lon": 5.8075002,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093465,\n
        "lat": 45.9083889,\n
        "lon": 5.8067830,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093466,\n
        "lat": 45.9082713,\n
        "lon": 5.8067777,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093467,\n
        "lat": 45.9082688,\n
        "lon": 5.8068930,\n
        "timestamp": "2019-02-08T03:46:35Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093468,\n
        "lat": 45.9083863,\n
        "lon": 5.8068984,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093469,\n
        "lat": 45.9085491,\n
        "lon": 5.8072387,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093470,\n
        "lat": 45.9085519,\n
        "lon": 5.8071895,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093471,\n
        "lat": 45.9085329,\n
        "lon": 5.8071873,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093472,\n
        "lat": 45.9085302,\n
        "lon": 5.8072365,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093473,\n
        "lat": 45.9082661,\n
        "lon": 5.8072164,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093474,\n
        "lat": 45.9083153,\n
        "lon": 5.8072211,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093475,\n
        "lat": 45.9083138,\n
        "lon": 5.8072538,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093476,\n
        "lat": 45.9083494,\n
        "lon": 5.8073681,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093477,\n
        "lat": 45.9083482,\n
        "lon": 5.8073944,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093478,\n
        "lat": 45.9083804,\n
        "lon": 5.8073975,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093479,\n
        "lat": 45.9083867,\n
        "lon": 5.8072608,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093480,\n
        "lat": 45.9082646,\n
        "lon": 5.8072490,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093481,\n
        "lat": 45.9082595,\n
        "lon": 5.8073594,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093482,\n
        "lat": 45.9087091,\n
        "lon": 5.8075884,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093483,\n
        "lat": 45.9087159,\n
        "lon": 5.8075026,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093484,\n
        "lat": 45.9087233,\n
        "lon": 5.8075038,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093485,\n
        "lat": 45.9087271,\n
        "lon": 5.8074562,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093486,\n
        "lat": 45.9087349,\n
        "lon": 5.8074575,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093487,\n
        "lat": 45.9087416,\n
        "lon": 5.8073730,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093488,\n
        "lat": 45.9086549,\n
        "lon": 5.8073587,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093489,\n
        "lat": 45.9086408,\n
        "lon": 5.8075357,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093490,\n
        "lat": 45.9086439,\n
        "lon": 5.8075362,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265093491,\n
        "lat": 45.9086406,\n
        "lon": 5.8075772,\n
        "timestamp": "2019-02-08T03:46:36Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094167,\n
        "lat": 45.9284351,\n
        "lon": 5.8095174,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094168,\n
        "lat": 45.9284427,\n
        "lon": 5.8094388,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094169,\n
        "lat": 45.9284098,\n
        "lon": 5.8094322,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094170,\n
        "lat": 45.9284022,\n
        "lon": 5.8095108,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094171,\n
        "lat": 45.9287836,\n
        "lon": 5.8087799,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094172,\n
        "lat": 45.9287291,\n
        "lon": 5.8087665,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094173,\n
        "lat": 45.9287234,\n
        "lon": 5.8088138,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094174,\n
        "lat": 45.9287780,\n
        "lon": 5.8088272,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094175,\n
        "lat": 45.9283634,\n
        "lon": 5.8090194,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094176,\n
        "lat": 45.9283574,\n
        "lon": 5.8090722,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094177,\n
        "lat": 45.9284473,\n
        "lon": 5.8090935,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094178,\n
        "lat": 45.9284531,\n
        "lon": 5.8090423,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094179,\n
        "lat": 45.9284435,\n
        "lon": 5.8090400,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094180,\n
        "lat": 45.9284573,\n
        "lon": 5.8089200,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094181,\n
        "lat": 45.9283764,\n
        "lon": 5.8089009,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094182,\n
        "lat": 45.9283696,\n
        "lon": 5.8089597,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094183,\n
        "lat": 45.9283784,\n
        "lon": 5.8089618,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094184,\n
        "lat": 45.9283716,\n
        "lon": 5.8090213,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094185,\n
        "lat": 45.9284106,\n
        "lon": 5.8086037,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094186,\n
        "lat": 45.9284047,\n
        "lon": 5.8086541,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094187,\n
        "lat": 45.9285193,\n
        "lon": 5.8086819,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094188,\n
        "lat": 45.9285210,\n
        "lon": 5.8086674,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094189,\n
        "lat": 45.9285513,\n
        "lon": 5.8086748,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094190,\n
        "lat": 45.9285620,\n
        "lon": 5.8085831,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094191,\n
        "lat": 45.9284259,\n
        "lon": 5.8085502,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094192,\n
        "lat": 45.9284194,\n
        "lon": 5.8086058,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094193,\n
        "lat": 45.9286519,\n
        "lon": 5.8091418,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094194,\n
        "lat": 45.9286469,\n
        "lon": 5.8091849,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094195,\n
        "lat": 45.9287062,\n
        "lon": 5.8091991,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094196,\n
        "lat": 45.9287301,\n
        "lon": 5.8089921,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094197,\n
        "lat": 45.9286649,\n
        "lon": 5.8089765,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094198,\n
        "lat": 45.9286590,\n
        "lon": 5.8090281,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094199,\n
        "lat": 45.9286502,\n
        "lon": 5.8090260,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094200,\n
        "lat": 45.9286372,\n
        "lon": 5.8091383,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094201,\n
        "lat": 45.9285876,\n
        "lon": 5.8094707,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094202,\n
        "lat": 45.9285815,\n
        "lon": 5.8095230,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094203,\n
        "lat": 45.9286458,\n
        "lon": 5.8095385,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094204,\n
        "lat": 45.9286700,\n
        "lon": 5.8093303,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094205,\n
        "lat": 45.9286053,\n
        "lon": 5.8093148,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094206,\n
        "lat": 45.9286002,\n
        "lon": 5.8093592,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094207,\n
        "lat": 45.9285917,\n
        "lon": 5.8093571,\n
        "timestamp": "2019-02-08T03:46:45Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094208,\n
        "lat": 45.9285787,\n
        "lon": 5.8094686,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094209,\n
        "lat": 45.9283116,\n
        "lon": 5.8094171,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094210,\n
        "lat": 45.9283059,\n
        "lon": 5.8094694,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094211,\n
        "lat": 45.9283781,\n
        "lon": 5.8094856,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094212,\n
        "lat": 45.9283939,\n
        "lon": 5.8093406,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094213,\n
        "lat": 45.9283128,\n
        "lon": 5.8093223,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094214,\n
        "lat": 45.9283027,\n
        "lon": 5.8094151,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094215,\n
        "lat": 45.9287139,\n
        "lon": 5.8087253,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094216,\n
        "lat": 45.9287268,\n
        "lon": 5.8086129,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094217,\n
        "lat": 45.9287360,\n
        "lon": 5.8086151,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094218,\n
        "lat": 45.9287420,\n
        "lon": 5.8085633,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094219,\n
        "lat": 45.9288062,\n
        "lon": 5.8085785,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 6265094220,\n
        "lat": 45.9287874,\n
        "lon": 5.8087427,\n
        "timestamp": "2019-02-08T03:46:46Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348\n
      },\n
      {\n
        "type": "node",\n
        "id": 7099363160,\n
        "lat": 45.8865118,\n
        "lon": 5.7919769,\n
        "timestamp": "2020-01-01T09:40:46Z",\n
        "version": 1,\n
        "changeset": 79076614,\n
        "user": "JFK73",\n
        "uid": 662440\n
      },\n
      {\n
        "type": "node",\n
        "id": 7099363161,\n
        "lat": 45.8865304,\n
        "lon": 5.7918911,\n
        "timestamp": "2020-01-01T09:40:46Z",\n
        "version": 1,\n
        "changeset": 79076614,\n
        "user": "JFK73",\n
        "uid": 662440\n
      },\n
      {\n
        "type": "node",\n
        "id": 7099363162,\n
        "lat": 45.8864646,\n
        "lon": 5.7918616,\n
        "timestamp": "2020-01-01T09:40:46Z",\n
        "version": 1,\n
        "changeset": 79076614,\n
        "user": "JFK73",\n
        "uid": 662440\n
      },\n
      {\n
        "type": "node",\n
        "id": 7099363163,\n
        "lat": 45.8864460,\n
        "lon": 5.7919474,\n
        "timestamp": "2020-01-01T09:40:46Z",\n
        "version": 1,\n
        "changeset": 79076614,\n
        "user": "JFK73",\n
        "uid": 662440\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750616,\n
        "lat": 45.8947266,\n
        "lon": 5.8057696,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750617,\n
        "lat": 45.8946758,\n
        "lon": 5.8056857,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750618,\n
        "lat": 45.8947405,\n
        "lon": 5.8056035,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750619,\n
        "lat": 45.8947952,\n
        "lon": 5.8056820,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750620,\n
        "lat": 45.8949349,\n
        "lon": 5.8057933,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750621,\n
        "lat": 45.8949171,\n
        "lon": 5.8056400,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750622,\n
        "lat": 45.8950085,\n
        "lon": 5.8056236,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750623,\n
        "lat": 45.8950212,\n
        "lon": 5.8057751,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750633,\n
        "lat": 45.9096409,\n
        "lon": 5.8071453,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750634,\n
        "lat": 45.9096447,\n
        "lon": 5.8070103,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750635,\n
        "lat": 45.9097437,\n
        "lon": 5.8070231,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750636,\n
        "lat": 45.9097971,\n
        "lon": 5.8071618,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750637,\n
        "lat": 45.9100027,\n
        "lon": 5.8071764,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750638,\n
        "lat": 45.9100078,\n
        "lon": 5.8070468,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750639,\n
        "lat": 45.9101094,\n
        "lon": 5.8070541,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750640,\n
        "lat": 45.9101056,\n
        "lon": 5.8070778,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750641,\n
        "lat": 45.9101653,\n
        "lon": 5.8070833,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750642,\n
        "lat": 45.9101589,\n
        "lon": 5.8071946,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750643,\n
        "lat": 45.9097437,\n
        "lon": 5.8070596,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750644,\n
        "lat": 45.9098034,\n
        "lon": 5.8070632,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750645,\n
        "lat": 45.9097413,\n
        "lon": 5.8063866,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750646,\n
        "lat": 45.9097124,\n
        "lon": 5.8063316,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750647,\n
        "lat": 45.9097192,\n
        "lon": 5.8062202,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750648,\n
        "lat": 45.9097890,\n
        "lon": 5.8062348,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750649,\n
        "lat": 45.9097907,\n
        "lon": 5.8062202,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750650,\n
        "lat": 45.9098350,\n
        "lon": 5.8062214,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750651,\n
        "lat": 45.9098299,\n
        "lon": 5.8063719,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750652,\n
        "lat": 45.9098001,\n
        "lon": 5.8063707,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750653,\n
        "lat": 45.9097882,\n
        "lon": 5.8063915,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750654,\n
        "lat": 45.9124297,\n
        "lon": 5.8125790,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750655,\n
        "lat": 45.9124238,\n
        "lon": 5.8124265,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750656,\n
        "lat": 45.9125377,\n
        "lon": 5.8124279,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750657,\n
        "lat": 45.9125474,\n
        "lon": 5.8126167,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750658,\n
        "lat": 45.9124764,\n
        "lon": 5.8126195,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750659,\n
        "lat": 45.9124764,\n
        "lon": 5.8125762,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750660,\n
        "lat": 45.9132158,\n
        "lon": 5.8093030,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750661,\n
        "lat": 45.9132295,\n
        "lon": 5.8091548,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750662,\n
        "lat": 45.9133900,\n
        "lon": 5.8092038,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750663,\n
        "lat": 45.9133754,\n
        "lon": 5.8093352,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750664,\n
        "lat": 45.9131857,\n
        "lon": 5.8097142,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750665,\n
        "lat": 45.9131506,\n
        "lon": 5.8096470,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750666,\n
        "lat": 45.9131682,\n
        "lon": 5.8096247,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750667,\n
        "lat": 45.9131224,\n
        "lon": 5.8095366,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750668,\n
        "lat": 45.9131925,\n
        "lon": 5.8094527,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750669,\n
        "lat": 45.9132363,\n
        "lon": 5.8095394,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750670,\n
        "lat": 45.9132742,\n
        "lon": 5.8095016,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750671,\n
        "lat": 45.9133229,\n
        "lon": 5.8095855,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750672,\n
        "lat": 45.9132586,\n
        "lon": 5.8096638,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750673,\n
        "lat": 45.9132382,\n
        "lon": 5.8096275,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750674,\n
        "lat": 45.9135947,\n
        "lon": 5.8089517,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750675,\n
        "lat": 45.9136200,\n
        "lon": 5.8086693,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750676,\n
        "lat": 45.9135363,\n
        "lon": 5.8086497,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750677,\n
        "lat": 45.9135392,\n
        "lon": 5.8085630,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750678,\n
        "lat": 45.9137212,\n
        "lon": 5.8085854,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750679,\n
        "lat": 45.9137270,\n
        "lon": 5.8085378,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750680,\n
        "lat": 45.9138311,\n
        "lon": 5.8085574,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750681,\n
        "lat": 45.9138224,\n
        "lon": 5.8086595,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750682,\n
        "lat": 45.9137222,\n
        "lon": 5.8086343,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750683,\n
        "lat": 45.9136900,\n
        "lon": 5.8089699,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750684,\n
        "lat": 45.9150074,\n
        "lon": 5.8076568,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750685,\n
        "lat": 45.9150228,\n
        "lon": 5.8076201,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750686,\n
        "lat": 45.9150168,\n
        "lon": 5.8075650,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750687,\n
        "lat": 45.9149930,\n
        "lon": 5.8075515,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750688,\n
        "lat": 45.9149853,\n
        "lon": 5.8075148,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750689,\n
        "lat": 45.9149989,\n
        "lon": 5.8074756,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750690,\n
        "lat": 45.9150832,\n
        "lon": 5.8074352,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750691,\n
        "lat": 45.9151105,\n
        "lon": 5.8075968,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750692,\n
        "lat": 45.9150705,\n
        "lon": 5.8077070,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750693,\n
        "lat": 45.9152561,\n
        "lon": 5.8076446,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750694,\n
        "lat": 45.9152732,\n
        "lon": 5.8075491,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750695,\n
        "lat": 45.9154316,\n
        "lon": 5.8076066,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750696,\n
        "lat": 45.9154001,\n
        "lon": 5.8078025,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750697,\n
        "lat": 45.9153115,\n
        "lon": 5.8077511,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750698,\n
        "lat": 45.9153285,\n
        "lon": 5.8076703,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750699,\n
        "lat": 45.9154478,\n
        "lon": 5.8074597,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750700,\n
        "lat": 45.9153490,\n
        "lon": 5.8073924,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750701,\n
        "lat": 45.9154026,\n
        "lon": 5.8072320,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750702,\n
        "lat": 45.9154759,\n
        "lon": 5.8072834,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750703,\n
        "lat": 45.9154588,\n
        "lon": 5.8073336,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750704,\n
        "lat": 45.9154852,\n
        "lon": 5.8073520,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750705,\n
        "lat": 45.9155947,\n
        "lon": 5.8027023,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 3,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750706,\n
        "lat": 45.9156025,\n
        "lon": 5.8025650,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 3,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750707,\n
        "lat": 45.9157681,\n
        "lon": 5.8025841,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 3,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750708,\n
        "lat": 45.9157559,\n
        "lon": 5.8027231,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 3,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750712,\n
        "lat": 45.9237512,\n
        "lon": 5.8076858,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750713,\n
        "lat": 45.9237791,\n
        "lon": 5.8075617,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750714,\n
        "lat": 45.9239327,\n
        "lon": 5.8076256,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750715,\n
        "lat": 45.9239099,\n
        "lon": 5.8077442,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750716,\n
        "lat": 45.9241715,\n
        "lon": 5.8095754,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750717,\n
        "lat": 45.9241959,\n
        "lon": 5.8094552,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750718,\n
        "lat": 45.9243058,\n
        "lon": 5.8095013,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750719,\n
        "lat": 45.9242999,\n
        "lon": 5.8095307,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750720,\n
        "lat": 45.9243301,\n
        "lon": 5.8095391,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 8972750721,\n
        "lat": 45.9243077,\n
        "lon": 5.8096425,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468\n
      },\n
      {\n
        "type": "node",\n
        "id": 9489089086,\n
        "lat": 45.9125569,\n
        "lon": 5.8055599,\n
        "timestamp": "2022-02-08T08:25:15Z",\n
        "version": 1,\n
        "changeset": 117149123,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 9489089087,\n
        "lat": 45.9125980,\n
        "lon": 5.8055613,\n
        "timestamp": "2022-02-08T08:25:15Z",\n
        "version": 1,\n
        "changeset": 117149123,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 9489089088,\n
        "lat": 45.9125856,\n
        "lon": 5.8057135,\n
        "timestamp": "2022-02-08T08:25:15Z",\n
        "version": 1,\n
        "changeset": 117149123,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 9489089089,\n
        "lat": 45.9125252,\n
        "lon": 5.8057085,\n
        "timestamp": "2022-02-08T08:25:15Z",\n
        "version": 1,\n
        "changeset": 117149123,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 9489089090,\n
        "lat": 45.9125255,\n
        "lon": 5.8056851,\n
        "timestamp": "2022-02-08T08:25:15Z",\n
        "version": 1,\n
        "changeset": 117149123,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 9489089091,\n
        "lat": 45.9124486,\n
        "lon": 5.8056655,\n
        "timestamp": "2022-02-08T08:25:15Z",\n
        "version": 1,\n
        "changeset": 117149123,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 9489089092,\n
        "lat": 45.9124625,\n
        "lon": 5.8054832,\n
        "timestamp": "2022-02-08T08:25:15Z",\n
        "version": 1,\n
        "changeset": 117149123,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 9489089093,\n
        "lat": 45.9125615,\n
        "lon": 5.8054942,\n
        "timestamp": "2022-02-08T08:25:15Z",\n
        "version": 1,\n
        "changeset": 117149123,\n
        "user": "Darknut",\n
        "uid": 1058782\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597191,\n
        "lat": 45.8786596,\n
        "lon": 5.8114148,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597194,\n
        "lat": 45.8787804,\n
        "lon": 5.8115649,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597195,\n
        "lat": 45.8786892,\n
        "lon": 5.8115253,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597196,\n
        "lat": 45.8787703,\n
        "lon": 5.8113590,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597202,\n
        "lat": 45.8787289,\n
        "lon": 5.8113410,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597203,\n
        "lat": 45.8788438,\n
        "lon": 5.8105532,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597204,\n
        "lat": 45.8787770,\n
        "lon": 5.8108375,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597205,\n
        "lat": 45.8788353,\n
        "lon": 5.8108238,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597206,\n
        "lat": 45.8788401,\n
        "lon": 5.8107329,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597207,\n
        "lat": 45.8788275,\n
        "lon": 5.8107289,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597208,\n
        "lat": 45.8788205,\n
        "lon": 5.8107638,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597209,\n
        "lat": 45.8788321,\n
        "lon": 5.8107671,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597210,\n
        "lat": 45.8788237,\n
        "lon": 5.8108141,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597211,\n
        "lat": 45.8788746,\n
        "lon": 5.8108570,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597212,\n
        "lat": 45.8789250,\n
        "lon": 5.8106022,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538597213,\n
        "lat": 45.8788723,\n
        "lon": 5.8105820,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538635773,\n
        "lat": 45.8791995,\n
        "lon": 5.8107135,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538635775,\n
        "lat": 45.8789166,\n
        "lon": 5.8105981,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538635776,\n
        "lat": 45.8789250,\n
        "lon": 5.8105485,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538635784,\n
        "lat": 45.8788718,\n
        "lon": 5.8105633,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9538635792,\n
        "lat": 45.8788335,\n
        "lon": 5.8105592,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222\n
      },\n
      {\n
        "type": "node",\n
        "id": 9819900878,\n
        "lat": 45.9039391,\n
        "lon": 5.7623828,\n
        "timestamp": "2022-06-15T13:30:16Z",\n
        "version": 1,\n
        "changeset": 122419279,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 9819900879,\n
        "lat": 45.9039124,\n
        "lon": 5.7623830,\n
        "timestamp": "2022-06-15T13:30:16Z",\n
        "version": 1,\n
        "changeset": 122419279,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 9819900880,\n
        "lat": 45.9039120,\n
        "lon": 5.7622987,\n
        "timestamp": "2022-06-15T13:30:16Z",\n
        "version": 1,\n
        "changeset": 122419279,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 9819900881,\n
        "lat": 45.9039387,\n
        "lon": 5.7622985,\n
        "timestamp": "2022-06-15T13:30:16Z",\n
        "version": 1,\n
        "changeset": 122419279,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 9819900882,\n
        "lat": 45.9039070,\n
        "lon": 5.7622923,\n
        "timestamp": "2022-06-15T13:30:16Z",\n
        "version": 1,\n
        "changeset": 122419279,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 9819900883,\n
        "lat": 45.9038629,\n
        "lon": 5.7622426,\n
        "timestamp": "2022-06-15T13:30:16Z",\n
        "version": 1,\n
        "changeset": 122419279,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 9819900884,\n
        "lat": 45.9038810,\n
        "lon": 5.7622094,\n
        "timestamp": "2022-06-15T13:30:16Z",\n
        "version": 1,\n
        "changeset": 122419279,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 9819900885,\n
        "lat": 45.9039251,\n
        "lon": 5.7622591,\n
        "timestamp": "2022-06-15T13:30:16Z",\n
        "version": 1,\n
        "changeset": 122419279,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 9819900886,\n
        "lat": 45.9038565,\n
        "lon": 5.7622453,\n
        "timestamp": "2022-06-15T13:30:16Z",\n
        "version": 1,\n
        "changeset": 122419279,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 9819900887,\n
        "lat": 45.9038023,\n
        "lon": 5.7622633,\n
        "timestamp": "2022-06-15T13:30:16Z",\n
        "version": 1,\n
        "changeset": 122419279,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 9819900888,\n
        "lat": 45.9037938,\n
        "lon": 5.7622104,\n
        "timestamp": "2022-06-15T13:30:16Z",\n
        "version": 1,\n
        "changeset": 122419279,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 9819900889,\n
        "lat": 45.9038480,\n
        "lon": 5.7621924,\n
        "timestamp": "2022-06-15T13:30:16Z",\n
        "version": 1,\n
        "changeset": 122419279,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 10767133711,\n
        "lat": 45.9020892,\n
        "lon": 5.7764344,\n
        "timestamp": "2023-03-27T20:13:05Z",\n
        "version": 1,\n
        "changeset": 134193185,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 10767133712,\n
        "lat": 45.9020852,\n
        "lon": 5.7765168,\n
        "timestamp": "2023-03-27T20:13:05Z",\n
        "version": 1,\n
        "changeset": 134193185,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 10767133713,\n
        "lat": 45.9021342,\n
        "lon": 5.7765218,\n
        "timestamp": "2023-03-27T20:13:05Z",\n
        "version": 1,\n
        "changeset": 134193185,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 10767133714,\n
        "lat": 45.9021382,\n
        "lon": 5.7764394,\n
        "timestamp": "2023-03-27T20:13:05Z",\n
        "version": 1,\n
        "changeset": 134193185,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 10873198521,\n
        "lat": 45.9231978,\n
        "lon": 5.7932101,\n
        "timestamp": "2023-05-06T11:02:15Z",\n
        "version": 1,\n
        "changeset": 135772269,\n
        "user": "qwertz0",\n
        "uid": 13404938\n
      },\n
      {\n
        "type": "node",\n
        "id": 10873198522,\n
        "lat": 45.9231939,\n
        "lon": 5.7932995,\n
        "timestamp": "2023-05-06T11:02:15Z",\n
        "version": 1,\n
        "changeset": 135772269,\n
        "user": "qwertz0",\n
        "uid": 13404938\n
      },\n
      {\n
        "type": "node",\n
        "id": 10873198523,\n
        "lat": 45.9231479,\n
        "lon": 5.7932954,\n
        "timestamp": "2023-05-06T11:02:15Z",\n
        "version": 1,\n
        "changeset": 135772269,\n
        "user": "qwertz0",\n
        "uid": 13404938\n
      },\n
      {\n
        "type": "node",\n
        "id": 10873198524,\n
        "lat": 45.9231518,\n
        "lon": 5.7932059,\n
        "timestamp": "2023-05-06T11:02:15Z",\n
        "version": 1,\n
        "changeset": 135772269,\n
        "user": "qwertz0",\n
        "uid": 13404938\n
      },\n
      {\n
        "type": "node",\n
        "id": 10899054421,\n
        "lat": 45.9074203,\n
        "lon": 5.8263318,\n
        "timestamp": "2023-05-15T09:59:12Z",\n
        "version": 1,\n
        "changeset": 136118366,\n
        "user": "Ydel",\n
        "uid": 3842332,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900100965,\n
        "lat": 45.9075128,\n
        "lon": 5.8096239,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 1,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900100966,\n
        "lat": 45.9073695,\n
        "lon": 5.8095579,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 1,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900100967,\n
        "lat": 45.9073462,\n
        "lon": 5.8096627,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 1,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900100968,\n
        "lat": 45.9074895,\n
        "lon": 5.8097286,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 1,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900100969,\n
        "lat": 45.9086469,\n
        "lon": 5.8096960,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 1,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900100970,\n
        "lat": 45.9086728,\n
        "lon": 5.8095374,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 1,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900100971,\n
        "lat": 45.9087517,\n
        "lon": 5.8095641,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 1,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900100972,\n
        "lat": 45.9087258,\n
        "lon": 5.8097226,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 1,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110949,\n
        "lat": 45.9104506,\n
        "lon": 5.8181911,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110950,\n
        "lat": 45.9107201,\n
        "lon": 5.8182485,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110951,\n
        "lat": 45.9107298,\n
        "lon": 5.8181546,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110952,\n
        "lat": 45.9104603,\n
        "lon": 5.8180972,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110953,\n
        "lat": 45.9110866,\n
        "lon": 5.8186975,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110954,\n
        "lat": 45.9113360,\n
        "lon": 5.8186670,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110955,\n
        "lat": 45.9113470,\n
        "lon": 5.8188521,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110956,\n
        "lat": 45.9110976,\n
        "lon": 5.8188826,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110957,\n
        "lat": 45.9109477,\n
        "lon": 5.8196852,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110958,\n
        "lat": 45.9109324,\n
        "lon": 5.8193662,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110959,\n
        "lat": 45.9107877,\n
        "lon": 5.8193806,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110960,\n
        "lat": 45.9108031,\n
        "lon": 5.8196995,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110961,\n
        "lat": 45.9123675,\n
        "lon": 5.8214721,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110962,\n
        "lat": 45.9125792,\n
        "lon": 5.8214351,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110963,\n
        "lat": 45.9125959,\n
        "lon": 5.8216323,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110964,\n
        "lat": 45.9123843,\n
        "lon": 5.8216694,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110965,\n
        "lat": 45.9115077,\n
        "lon": 5.8216053,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110966,\n
        "lat": 45.9117114,\n
        "lon": 5.8215761,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110967,\n
        "lat": 45.9117248,\n
        "lon": 5.8217697,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110968,\n
        "lat": 45.9115211,\n
        "lon": 5.8217988,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110969,\n
        "lat": 45.9111268,\n
        "lon": 5.8210603,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110970,\n
        "lat": 45.9113894,\n
        "lon": 5.8210179,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110971,\n
        "lat": 45.9114086,\n
        "lon": 5.8212634,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900110972,\n
        "lat": 45.9111459,\n
        "lon": 5.8213058,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900195722,\n
        "lat": 45.9191647,\n
        "lon": 5.8215670,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 1,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900195723,\n
        "lat": 45.9191029,\n
        "lon": 5.8215688,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 1,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900195724,\n
        "lat": 45.9191038,\n
        "lon": 5.8216285,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 1,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10900195725,\n
        "lat": 45.9191655,\n
        "lon": 5.8216267,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 1,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385633,\n
        "lat": 45.9035947,\n
        "lon": 5.8050450,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385634,\n
        "lat": 45.9035387,\n
        "lon": 5.8050309,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385635,\n
        "lat": 45.9035333,\n
        "lon": 5.8050755,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385636,\n
        "lat": 45.9035893,\n
        "lon": 5.8050895,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385637,\n
        "lat": 45.9036047,\n
        "lon": 5.8050868,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385638,\n
        "lat": 45.9036416,\n
        "lon": 5.8050895,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385639,\n
        "lat": 45.9036429,\n
        "lon": 5.8050513,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385640,\n
        "lat": 45.9036061,\n
        "lon": 5.8050486,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385642,\n
        "lat": 45.9041921,\n
        "lon": 5.8122919,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385643,\n
        "lat": 45.9042219,\n
        "lon": 5.8124126,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385644,\n
        "lat": 45.9041772,\n
        "lon": 5.8124354,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385645,\n
        "lat": 45.9041473,\n
        "lon": 5.8123147,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385646,\n
        "lat": 45.9062936,\n
        "lon": 5.8108437,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385647,\n
        "lat": 45.9062190,\n
        "lon": 5.8109032,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385648,\n
        "lat": 45.9062427,\n
        "lon": 5.8109644,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385649,\n
        "lat": 45.9063172,\n
        "lon": 5.8109049,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385650,\n
        "lat": 45.9065205,\n
        "lon": 5.8153591,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385651,\n
        "lat": 45.9058542,\n
        "lon": 5.8147797,\n
        "timestamp": "2024-01-06T10:20:54Z",\n
        "version": 2,\n
        "changeset": 145950888,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385652,\n
        "lat": 45.9058076,\n
        "lon": 5.8143291,\n
        "timestamp": "2024-01-06T10:20:54Z",\n
        "version": 2,\n
        "changeset": 145950888,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385653,\n
        "lat": 45.9057963,\n
        "lon": 5.8130041,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385654,\n
        "lat": 45.9058504,\n
        "lon": 5.8128566,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385655,\n
        "lat": 45.9065877,\n
        "lon": 5.8136934,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385656,\n
        "lat": 45.9072819,\n
        "lon": 5.8141091,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385657,\n
        "lat": 45.9069535,\n
        "lon": 5.8149111,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385658,\n
        "lat": 45.9066325,\n
        "lon": 5.8152223,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385673,\n
        "lat": 45.9063231,\n
        "lon": 5.8138040,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385677,\n
        "lat": 45.9119518,\n
        "lon": 5.8081307,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "tags": {\n
          "entrance": "yes"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385678,\n
        "lat": 45.9119270,\n
        "lon": 5.8082934,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "tags": {\n
          "entrance": "yes"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385680,\n
        "lat": 45.9086852,\n
        "lon": 5.8081913,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385681,\n
        "lat": 45.9085676,\n
        "lon": 5.8081645,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385682,\n
        "lat": 45.9085548,\n
        "lon": 5.8082807,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 10991385683,\n
        "lat": 45.9086724,\n
        "lon": 5.8083075,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879\n
      },\n
      {\n
        "type": "node",\n
        "id": 11367319916,\n
        "lat": 45.9149270,\n
        "lon": 5.8106366,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 1,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 11367319917,\n
        "lat": 45.9147380,\n
        "lon": 5.8105649,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 1,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338\n
      },\n
      {\n
        "type": "node",\n
        "id": 11494116905,\n
        "lat": 45.9044405,\n
        "lon": 5.8125395,\n
        "timestamp": "2024-01-06T10:10:11Z",\n
        "version": 1,\n
        "changeset": 145950581,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11494116906,\n
        "lat": 45.9044357,\n
        "lon": 5.8125786,\n
        "timestamp": "2024-01-06T10:10:11Z",\n
        "version": 1,\n
        "changeset": 145950581,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11494116907,\n
        "lat": 45.9044794,\n
        "lon": 5.8125899,\n
        "timestamp": "2024-01-06T10:10:11Z",\n
        "version": 1,\n
        "changeset": 145950581,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11494116908,\n
        "lat": 45.9044842,\n
        "lon": 5.8125508,\n
        "timestamp": "2024-01-06T10:10:11Z",\n
        "version": 1,\n
        "changeset": 145950581,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11494116909,\n
        "lat": 45.9044477,\n
        "lon": 5.8124148,\n
        "timestamp": "2024-01-06T10:10:11Z",\n
        "version": 1,\n
        "changeset": 145950581,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11494116910,\n
        "lat": 45.9044162,\n
        "lon": 5.8124607,\n
        "timestamp": "2024-01-06T10:10:11Z",\n
        "version": 1,\n
        "changeset": 145950581,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11494116911,\n
        "lat": 45.9044649,\n
        "lon": 5.8125297,\n
        "timestamp": "2024-01-06T10:10:11Z",\n
        "version": 1,\n
        "changeset": 145950581,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11494116912,\n
        "lat": 45.9044964,\n
        "lon": 5.8124837,\n
        "timestamp": "2024-01-06T10:10:11Z",\n
        "version": 1,\n
        "changeset": 145950581,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11494119361,\n
        "lat": 45.9060725,\n
        "lon": 5.8130282,\n
        "timestamp": "2024-01-06T10:20:54Z",\n
        "version": 1,\n
        "changeset": 145950888,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11494119362,\n
        "lat": 45.9062424,\n
        "lon": 5.8133259,\n
        "timestamp": "2024-01-06T10:20:54Z",\n
        "version": 1,\n
        "changeset": 145950888,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11506223840,\n
        "lat": 45.9103968,\n
        "lon": 5.8078703,\n
        "timestamp": "2024-01-10T16:18:21Z",\n
        "version": 1,\n
        "changeset": 146110342,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11506292954,\n
        "lat": 45.9143400,\n
        "lon": 5.8011997,\n
        "timestamp": "2024-01-10T16:18:21Z",\n
        "version": 1,\n
        "changeset": 146110342,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11506292955,\n
        "lat": 45.9141720,\n
        "lon": 5.8013499,\n
        "timestamp": "2024-01-10T16:18:21Z",\n
        "version": 1,\n
        "changeset": 146110342,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11506292958,\n
        "lat": 45.9138137,\n
        "lon": 5.8072078,\n
        "timestamp": "2024-01-10T16:18:21Z",\n
        "version": 1,\n
        "changeset": 146110342,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11506292959,\n
        "lat": 45.9139183,\n
        "lon": 5.8067250,\n
        "timestamp": "2024-01-10T16:18:21Z",\n
        "version": 1,\n
        "changeset": 146110342,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11506292960,\n
        "lat": 45.9135152,\n
        "lon": 5.8066606,\n
        "timestamp": "2024-01-10T16:18:21Z",\n
        "version": 1,\n
        "changeset": 146110342,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11506292961,\n
        "lat": 45.9130785,\n
        "lon": 5.8070522,\n
        "timestamp": "2024-01-10T16:18:21Z",\n
        "version": 1,\n
        "changeset": 146110342,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11506292962,\n
        "lat": 45.9130561,\n
        "lon": 5.8066821,\n
        "timestamp": "2024-01-10T16:18:21Z",\n
        "version": 1,\n
        "changeset": 146110342,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11506292965,\n
        "lat": 45.9144221,\n
        "lon": 5.8071005,\n
        "timestamp": "2024-01-10T16:18:21Z",\n
        "version": 1,\n
        "changeset": 146110342,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11890879520,\n
        "lat": 45.9289343,\n
        "lon": 5.8171813,\n
        "timestamp": "2024-05-09T08:18:35Z",\n
        "version": 1,\n
        "changeset": 151087633,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11890879521,\n
        "lat": 45.9289492,\n
        "lon": 5.8173288,\n
        "timestamp": "2024-05-09T08:18:35Z",\n
        "version": 1,\n
        "changeset": 151087633,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11890879522,\n
        "lat": 45.9288899,\n
        "lon": 5.8173412,\n
        "timestamp": "2024-05-09T08:18:35Z",\n
        "version": 1,\n
        "changeset": 151087633,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 11890879523,\n
        "lat": 45.9288750,\n
        "lon": 5.8171937,\n
        "timestamp": "2024-05-09T08:18:35Z",\n
        "version": 1,\n
        "changeset": 151087633,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12109686113,\n
        "lat": 45.9293645,\n
        "lon": 5.8096091,\n
        "timestamp": "2024-08-14T05:40:24Z",\n
        "version": 1,\n
        "changeset": 155222590,\n
        "user": "Rabeza",\n
        "uid": 21845898\n
      },\n
      {\n
        "type": "node",\n
        "id": 12109686114,\n
        "lat": 45.9293085,\n
        "lon": 5.8097727,\n
        "timestamp": "2024-08-14T05:40:24Z",\n
        "version": 1,\n
        "changeset": 155222590,\n
        "user": "Rabeza",\n
        "uid": 21845898\n
      },\n
      {\n
        "type": "node",\n
        "id": 12109686115,\n
        "lat": 45.9292283,\n
        "lon": 5.8097191,\n
        "timestamp": "2024-08-14T05:40:24Z",\n
        "version": 1,\n
        "changeset": 155222590,\n
        "user": "Rabeza",\n
        "uid": 21845898\n
      },\n
      {\n
        "type": "node",\n
        "id": 12109686116,\n
        "lat": 45.9292824,\n
        "lon": 5.8095581,\n
        "timestamp": "2024-08-14T05:40:24Z",\n
        "version": 1,\n
        "changeset": 155222590,\n
        "user": "Rabeza",\n
        "uid": 21845898\n
      },\n
      {\n
        "type": "node",\n
        "id": 12182745591,\n
        "lat": 45.9108746,\n
        "lon": 5.8212430,\n
        "timestamp": "2024-09-17T19:19:14Z",\n
        "version": 1,\n
        "changeset": 156744484,\n
        "user": "jbcharron",\n
        "uid": 8241440\n
      },\n
      {\n
        "type": "node",\n
        "id": 12182745592,\n
        "lat": 45.9109210,\n
        "lon": 5.8218766,\n
        "timestamp": "2024-09-17T19:19:14Z",\n
        "version": 1,\n
        "changeset": 156744484,\n
        "user": "jbcharron",\n
        "uid": 8241440\n
      },\n
      {\n
        "type": "node",\n
        "id": 12182745593,\n
        "lat": 45.9110956,\n
        "lon": 5.8218501,\n
        "timestamp": "2024-09-17T19:19:14Z",\n
        "version": 1,\n
        "changeset": 156744484,\n
        "user": "jbcharron",\n
        "uid": 8241440\n
      },\n
      {\n
        "type": "node",\n
        "id": 12182745594,\n
        "lat": 45.9110492,\n
        "lon": 5.8212166,\n
        "timestamp": "2024-09-17T19:19:14Z",\n
        "version": 1,\n
        "changeset": 156744484,\n
        "user": "jbcharron",\n
        "uid": 8241440\n
      },\n
      {\n
        "type": "node",\n
        "id": 12299296774,\n
        "lat": 45.9239878,\n
        "lon": 5.8096500,\n
        "timestamp": "2024-10-30T11:45:13Z",\n
        "version": 1,\n
        "changeset": 158537366,\n
        "user": "bicente01",\n
        "uid": 687178,\n
        "tags": {\n
          "amenity": "recycling",\n
          "recycling:waste": "yes",\n
          "recycling_type": "container"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12299296775,\n
        "lat": 45.9239878,\n
        "lon": 5.8096097,\n
        "timestamp": "2024-10-30T11:45:13Z",\n
        "version": 1,\n
        "changeset": 158537366,\n
        "user": "bicente01",\n
        "uid": 687178,\n
        "tags": {\n
          "amenity": "recycling",\n
          "recycling:waste": "yes",\n
          "recycling_type": "container"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813464,\n
        "lat": 45.9143221,\n
        "lon": 5.8092022,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "amenity": "waste_basket"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813465,\n
        "lat": 45.9175578,\n
        "lon": 5.8052838,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813466,\n
        "lat": 45.9175679,\n
        "lon": 5.8052139,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813467,\n
        "lat": 45.9175402,\n
        "lon": 5.8052057,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813468,\n
        "lat": 45.9174807,\n
        "lon": 5.8052893,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813469,\n
        "lat": 45.9174445,\n
        "lon": 5.8052785,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813470,\n
        "lat": 45.9174484,\n
        "lon": 5.8052512,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813471,\n
        "lat": 45.9174846,\n
        "lon": 5.8052620,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813472,\n
        "lat": 45.9175301,\n
        "lon": 5.8052756,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813473,\n
        "lat": 45.9174133,\n
        "lon": 5.8052407,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813474,\n
        "lat": 45.9174282,\n
        "lon": 5.8051375,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813475,\n
        "lat": 45.9175450,\n
        "lon": 5.8051724,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813476,\n
        "lat": 45.9178319,\n
        "lon": 5.8036140,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813477,\n
        "lat": 45.9178454,\n
        "lon": 5.8035383,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813478,\n
        "lat": 45.9178155,\n
        "lon": 5.8035273,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813479,\n
        "lat": 45.9178020,\n
        "lon": 5.8036030,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813480,\n
        "lat": 45.9178211,\n
        "lon": 5.8034958,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813481,\n
        "lat": 45.9176977,\n
        "lon": 5.8034504,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813482,\n
        "lat": 45.9176758,\n
        "lon": 5.8035735,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813483,\n
        "lat": 45.9177992,\n
        "lon": 5.8036189,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813484,\n
        "lat": 45.9160907,\n
        "lon": 5.8061442,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813485,\n
        "lat": 45.9160580,\n
        "lon": 5.8060362,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813486,\n
        "lat": 45.9160188,\n
        "lon": 5.8061681,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813487,\n
        "lat": 45.9160736,\n
        "lon": 5.8062018,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813488,\n
        "lat": 45.9161129,\n
        "lon": 5.8060699,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813489,\n
        "lat": 45.9161256,\n
        "lon": 5.8060273,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813490,\n
        "lat": 45.9161434,\n
        "lon": 5.8061766,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813491,\n
        "lat": 45.9161782,\n
        "lon": 5.8060596,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813492,\n
        "lat": 45.9151959,\n
        "lon": 5.8080254,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813493,\n
        "lat": 45.9151969,\n
        "lon": 5.8078946,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813494,\n
        "lat": 45.9150982,\n
        "lon": 5.8079728,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813495,\n
        "lat": 45.9151407,\n
        "lon": 5.8080735,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813496,\n
        "lat": 45.9152958,\n
        "lon": 5.8080735,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813497,\n
        "lat": 45.9153233,\n
        "lon": 5.8079555,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463813500,\n
        "lat": 45.9142361,\n
        "lon": 5.8093600,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "entrance": "yes"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12463828107,\n
        "lat": 45.9142173,\n
        "lon": 5.8093549,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "access": "yes",\n
          "defibrillator:location": "Façade NW",\n
          "emergency": "defibrillator",\n
          "indoor": "no",\n
          "name": "DAE"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686548343,\n
        "lat": 45.8773785,\n
        "lon": 5.8053359,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 1,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686548344,\n
        "lat": 45.8795331,\n
        "lon": 5.8059032,\n
        "timestamp": "2025-03-21T09:16:36Z",\n
        "version": 1,\n
        "changeset": 163895752,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634374,\n
        "lat": 45.8977536,\n
        "lon": 5.8088842,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634375,\n
        "lat": 45.8974269,\n
        "lon": 5.8078853,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634376,\n
        "lat": 45.8970015,\n
        "lon": 5.8065636,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634377,\n
        "lat": 45.8967704,\n
        "lon": 5.8058513,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634378,\n
        "lat": 45.8965216,\n
        "lon": 5.8051108,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634379,\n
        "lat": 45.8962652,\n
        "lon": 5.8043094,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634380,\n
        "lat": 45.8959980,\n
        "lon": 5.8034780,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634381,\n
        "lat": 45.8957321,\n
        "lon": 5.8026665,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634382,\n
        "lat": 45.8954593,\n
        "lon": 5.8017987,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634383,\n
        "lat": 45.8949805,\n
        "lon": 5.8003112,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634384,\n
        "lat": 45.8947067,\n
        "lon": 5.7994472,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634385,\n
        "lat": 45.8944933,\n
        "lon": 5.7988186,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634386,\n
        "lat": 45.8942652,\n
        "lon": 5.7980858,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634387,\n
        "lat": 45.8940196,\n
        "lon": 5.7973452,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634388,\n
        "lat": 45.8937780,\n
        "lon": 5.7965855,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634389,\n
        "lat": 45.8935203,\n
        "lon": 5.7958314,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634390,\n
        "lat": 45.8932733,\n
        "lon": 5.7950485,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634391,\n
        "lat": 45.8930411,\n
        "lon": 5.7943388,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634392,\n
        "lat": 45.8928505,\n
        "lon": 5.7937237,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634393,\n
        "lat": 45.8928801,\n
        "lon": 5.7933438,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634394,\n
        "lat": 45.8950590,\n
        "lon": 5.8058850,\n
        "timestamp": "2025-12-26T07:35:17Z",\n
        "version": 3,\n
        "changeset": 176423506,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "tags": {\n
          "line_attachment": "anchor",\n
          "material": "concrete",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634395,\n
        "lat": 45.8956615,\n
        "lon": 5.8050170,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634396,\n
        "lat": 45.8845461,\n
        "lon": 5.7696352,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634397,\n
        "lat": 45.8850626,\n
        "lon": 5.7720808,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634398,\n
        "lat": 45.8869581,\n
        "lon": 5.7879520,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12686634399,\n
        "lat": 45.8867610,\n
        "lon": 5.7906738,\n
        "timestamp": "2025-03-21T09:28:49Z",\n
        "version": 1,\n
        "changeset": 163896244,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036779,\n
        "lat": 45.9172846,\n
        "lon": 5.7691741,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036780,\n
        "lat": 45.9170495,\n
        "lon": 5.7694906,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036781,\n
        "lat": 45.9170346,\n
        "lon": 5.7696676,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036782,\n
        "lat": 45.9182904,\n
        "lon": 5.7702255,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036787,\n
        "lat": 45.9177045,\n
        "lon": 5.7694638,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036788,\n
        "lat": 45.9179265,\n
        "lon": 5.7701692,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036789,\n
        "lat": 45.9182587,\n
        "lon": 5.7702523,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036790,\n
        "lat": 45.9181169,\n
        "lon": 5.7702658,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036791,\n
        "lat": 45.9185815,\n
        "lon": 5.7706600,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036792,\n
        "lat": 45.9184677,\n
        "lon": 5.7706574,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036793,\n
        "lat": 45.9141683,\n
        "lon": 5.7664248,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036794,\n
        "lat": 45.9136215,\n
        "lon": 5.7665455,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036795,\n
        "lat": 45.9135656,\n
        "lon": 5.7665294,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036797,\n
        "lat": 45.9139388,\n
        "lon": 5.7682890,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036798,\n
        "lat": 45.9141907,\n
        "lon": 5.7669210,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036799,\n
        "lat": 45.9148382,\n
        "lon": 5.7666448,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717036800,\n
        "lat": 45.9149707,\n
        "lon": 5.7666662,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717037901,\n
        "lat": 45.9149502,\n
        "lon": 5.7672349,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717037902,\n
        "lat": 45.9150696,\n
        "lon": 5.7670015,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717037903,\n
        "lat": 45.9151387,\n
        "lon": 5.7667789,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717037904,\n
        "lat": 45.9146591,\n
        "lon": 5.7675514,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717037905,\n
        "lat": 45.9145789,\n
        "lon": 5.7674977,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717037906,\n
        "lat": 45.9146050,\n
        "lon": 5.7671410,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12717037907,\n
        "lat": 45.9143624,\n
        "lon": 5.7674414,\n
        "timestamp": "2025-03-31T20:16:07Z",\n
        "version": 1,\n
        "changeset": 164347603,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526060,\n
        "lat": 45.9111071,\n
        "lon": 5.8107000,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526061,\n
        "lat": 45.9111563,\n
        "lon": 5.8107175,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526062,\n
        "lat": 45.9111794,\n
        "lon": 5.8105835,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526063,\n
        "lat": 45.9111302,\n
        "lon": 5.8105659,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526064,\n
        "lat": 45.9089725,\n
        "lon": 5.8080654,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526065,\n
        "lat": 45.9089632,\n
        "lon": 5.8081901,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526066,\n
        "lat": 45.9090895,\n
        "lon": 5.8082096,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526067,\n
        "lat": 45.9090988,\n
        "lon": 5.8080849,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526072,\n
        "lat": 45.9077841,\n
        "lon": 5.8083822,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526073,\n
        "lat": 45.9077858,\n
        "lon": 5.8082015,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526074,\n
        "lat": 45.9078687,\n
        "lon": 5.8082031,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526075,\n
        "lat": 45.9158877,\n
        "lon": 5.8060550,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526076,\n
        "lat": 45.9158267,\n
        "lon": 5.8060416,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526077,\n
        "lat": 45.9158800,\n
        "lon": 5.8061149,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526078,\n
        "lat": 45.9158192,\n
        "lon": 5.8061004,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526079,\n
        "lat": 45.9158833,\n
        "lon": 5.8062313,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526080,\n
        "lat": 45.9157825,\n
        "lon": 5.8062071,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526081,\n
        "lat": 45.9157955,\n
        "lon": 5.8060947,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526082,\n
        "lat": 45.9158963,\n
        "lon": 5.8061188,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526083,\n
        "lat": 45.9158998,\n
        "lon": 5.8060576,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526084,\n
        "lat": 45.9158018,\n
        "lon": 5.8060362,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526085,\n
        "lat": 45.9158133,\n
        "lon": 5.8059284,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526086,\n
        "lat": 45.9159112,\n
        "lon": 5.8059499,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526091,\n
        "lat": 45.9121634,\n
        "lon": 5.8191805,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526092,\n
        "lat": 45.9117193,\n
        "lon": 5.8192448,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526093,\n
        "lat": 45.9116994,\n
        "lon": 5.8189613,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526094,\n
        "lat": 45.9121435,\n
        "lon": 5.8188969,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526095,\n
        "lat": 45.9117478,\n
        "lon": 5.8220673,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526096,\n
        "lat": 45.9116470,\n
        "lon": 5.8220807,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526097,\n
        "lat": 45.9116434,\n
        "lon": 5.8220243,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526098,\n
        "lat": 45.9117442,\n
        "lon": 5.8220109,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526099,\n
        "lat": 45.9116624,\n
        "lon": 5.8218070,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861526100,\n
        "lat": 45.9116699,\n
        "lon": 5.8219304,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527501,\n
        "lat": 45.9117554,\n
        "lon": 5.8219197,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527502,\n
        "lat": 45.9117479,\n
        "lon": 5.8217964,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527503,\n
        "lat": 45.9112283,\n
        "lon": 5.8214534,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527504,\n
        "lat": 45.9112435,\n
        "lon": 5.8214554,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527505,\n
        "lat": 45.9112546,\n
        "lon": 5.8214704,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527506,\n
        "lat": 45.9112570,\n
        "lon": 5.8214922,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527507,\n
        "lat": 45.9112496,\n
        "lon": 5.8215112,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527508,\n
        "lat": 45.9112357,\n
        "lon": 5.8215197,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527509,\n
        "lat": 45.9112210,\n
        "lon": 5.8215143,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527510,\n
        "lat": 45.9112127,\n
        "lon": 5.8215004,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527511,\n
        "lat": 45.9112106,\n
        "lon": 5.8214823,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527512,\n
        "lat": 45.9112154,\n
        "lon": 5.8214653,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527513,\n
        "lat": 45.9112217,\n
        "lon": 5.8213723,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527514,\n
        "lat": 45.9112370,\n
        "lon": 5.8213742,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527515,\n
        "lat": 45.9112481,\n
        "lon": 5.8213893,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527516,\n
        "lat": 45.9112504,\n
        "lon": 5.8214110,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527517,\n
        "lat": 45.9112431,\n
        "lon": 5.8214300,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527518,\n
        "lat": 45.9112291,\n
        "lon": 5.8214386,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527519,\n
        "lat": 45.9112145,\n
        "lon": 5.8214332,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527520,\n
        "lat": 45.9112061,\n
        "lon": 5.8214193,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527521,\n
        "lat": 45.9112041,\n
        "lon": 5.8214012,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527522,\n
        "lat": 45.9112089,\n
        "lon": 5.8213842,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527523,\n
        "lat": 45.9112852,\n
        "lon": 5.8214413,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527524,\n
        "lat": 45.9113004,\n
        "lon": 5.8214433,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527525,\n
        "lat": 45.9113116,\n
        "lon": 5.8214584,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527526,\n
        "lat": 45.9113139,\n
        "lon": 5.8214801,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527527,\n
        "lat": 45.9113065,\n
        "lon": 5.8214991,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527528,\n
        "lat": 45.9112926,\n
        "lon": 5.8215076,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527529,\n
        "lat": 45.9112780,\n
        "lon": 5.8215022,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527530,\n
        "lat": 45.9112696,\n
        "lon": 5.8214884,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527531,\n
        "lat": 45.9112675,\n
        "lon": 5.8214703,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527532,\n
        "lat": 45.9112724,\n
        "lon": 5.8214533,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527533,\n
        "lat": 45.9112768,\n
        "lon": 5.8213669,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527534,\n
        "lat": 45.9112920,\n
        "lon": 5.8213689,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527535,\n
        "lat": 45.9113032,\n
        "lon": 5.8213839,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527536,\n
        "lat": 45.9113055,\n
        "lon": 5.8214057,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527537,\n
        "lat": 45.9112981,\n
        "lon": 5.8214247,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527538,\n
        "lat": 45.9112842,\n
        "lon": 5.8214332,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527539,\n
        "lat": 45.9112696,\n
        "lon": 5.8214278,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527540,\n
        "lat": 45.9112612,\n
        "lon": 5.8214139,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527541,\n
        "lat": 45.9112591,\n
        "lon": 5.8213958,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527542,\n
        "lat": 45.9112640,\n
        "lon": 5.8213788,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527543,\n
        "lat": 45.9112704,\n
        "lon": 5.8212875,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527544,\n
        "lat": 45.9112856,\n
        "lon": 5.8212895,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527545,\n
        "lat": 45.9112968,\n
        "lon": 5.8213046,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527546,\n
        "lat": 45.9112917,\n
        "lon": 5.8213453,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527547,\n
        "lat": 45.9112778,\n
        "lon": 5.8213539,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527548,\n
        "lat": 45.9112548,\n
        "lon": 5.8213346,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527549,\n
        "lat": 45.9112527,\n
        "lon": 5.8213165,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527550,\n
        "lat": 45.9112632,\n
        "lon": 5.8213484,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527551,\n
        "lat": 45.9112576,\n
        "lon": 5.8212995,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527552,\n
        "lat": 45.9112991,\n
        "lon": 5.8213263,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527553,\n
        "lat": 45.9107764,\n
        "lon": 5.8181513,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527554,\n
        "lat": 45.9107690,\n
        "lon": 5.8182720,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527555,\n
        "lat": 45.9108521,\n
        "lon": 5.8182827,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527556,\n
        "lat": 45.9108596,\n
        "lon": 5.8181620,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527557,\n
        "lat": 45.9115979,\n
        "lon": 5.8188682,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527558,\n
        "lat": 45.9115947,\n
        "lon": 5.8185951,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527559,\n
        "lat": 45.9115141,\n
        "lon": 5.8188702,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527560,\n
        "lat": 45.9115109,\n
        "lon": 5.8185972,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527561,\n
        "lat": 45.9115146,\n
        "lon": 5.8189137,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527562,\n
        "lat": 45.9114325,\n
        "lon": 5.8189157,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527563,\n
        "lat": 45.9114288,\n
        "lon": 5.8185992,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527564,\n
        "lat": 45.9109456,\n
        "lon": 5.8202362,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527565,\n
        "lat": 45.9109420,\n
        "lon": 5.8201905,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527566,\n
        "lat": 45.9109915,\n
        "lon": 5.8201823,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527567,\n
        "lat": 45.9109821,\n
        "lon": 5.8200644,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527568,\n
        "lat": 45.9109952,\n
        "lon": 5.8202280,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527569,\n
        "lat": 45.9110565,\n
        "lon": 5.8202179,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527570,\n
        "lat": 45.9110434,\n
        "lon": 5.8200543,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527571,\n
        "lat": 45.9131674,\n
        "lon": 5.8212687,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527572,\n
        "lat": 45.9130536,\n
        "lon": 5.8212875,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527573,\n
        "lat": 45.9130496,\n
        "lon": 5.8212371,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527574,\n
        "lat": 45.9131634,\n
        "lon": 5.8212183,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527575,\n
        "lat": 45.9131571,\n
        "lon": 5.8187437,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527576,\n
        "lat": 45.9131776,\n
        "lon": 5.8189556,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527577,\n
        "lat": 45.9132296,\n
        "lon": 5.8189452,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527578,\n
        "lat": 45.9132091,\n
        "lon": 5.8187333,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527579,\n
        "lat": 45.9129786,\n
        "lon": 5.8190338,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527580,\n
        "lat": 45.9126427,\n
        "lon": 5.8190875,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527581,\n
        "lat": 45.9126287,\n
        "lon": 5.8189076,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 12861527582,\n
        "lat": 45.9129647,\n
        "lon": 5.8188540,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448\n
      },\n
      {\n
        "type": "node",\n
        "id": 13097826326,\n
        "lat": 45.8788071,\n
        "lon": 5.8104946,\n
        "timestamp": "2025-08-26T07:23:12Z",\n
        "version": 1,\n
        "changeset": 171011770,\n
        "user": "Fred3sa",\n
        "uid": 23215753\n
      },\n
      {\n
        "type": "node",\n
        "id": 13097826327,\n
        "lat": 45.8785802,\n
        "lon": 5.8116524,\n
        "timestamp": "2025-08-26T07:23:12Z",\n
        "version": 1,\n
        "changeset": 171011770,\n
        "user": "Fred3sa",\n
        "uid": 23215753\n
      },\n
      {\n
        "type": "node",\n
        "id": 13097826328,\n
        "lat": 45.8793064,\n
        "lon": 5.8107929,\n
        "timestamp": "2025-08-26T07:23:12Z",\n
        "version": 1,\n
        "changeset": 171011770,\n
        "user": "Fred3sa",\n
        "uid": 23215753\n
      },\n
      {\n
        "type": "node",\n
        "id": 13119292974,\n
        "lat": 45.9117652,\n
        "lon": 5.8145040,\n
        "timestamp": "2025-09-04T12:50:18Z",\n
        "version": 1,\n
        "changeset": 171451749,\n
        "user": "casoum",\n
        "uid": 1774142\n
      },\n
      {\n
        "type": "node",\n
        "id": 13119292975,\n
        "lat": 45.9118052,\n
        "lon": 5.8145607,\n
        "timestamp": "2025-09-04T12:50:18Z",\n
        "version": 1,\n
        "changeset": 171451749,\n
        "user": "casoum",\n
        "uid": 1774142\n
      },\n
      {\n
        "type": "node",\n
        "id": 13119292976,\n
        "lat": 45.9117895,\n
        "lon": 5.8145922,\n
        "timestamp": "2025-09-04T12:50:18Z",\n
        "version": 1,\n
        "changeset": 171451749,\n
        "user": "casoum",\n
        "uid": 1774142\n
      },\n
      {\n
        "type": "node",\n
        "id": 13119292977,\n
        "lat": 45.9118447,\n
        "lon": 5.8146624,\n
        "timestamp": "2025-09-04T12:50:18Z",\n
        "version": 1,\n
        "changeset": 171451749,\n
        "user": "casoum",\n
        "uid": 1774142\n
      },\n
      {\n
        "type": "node",\n
        "id": 13119292978,\n
        "lat": 45.9118025,\n
        "lon": 5.8147222,\n
        "timestamp": "2025-09-04T12:50:18Z",\n
        "version": 1,\n
        "changeset": 171451749,\n
        "user": "casoum",\n
        "uid": 1774142\n
      },\n
      {\n
        "type": "node",\n
        "id": 13119292979,\n
        "lat": 45.9116992,\n
        "lon": 5.8146000,\n
        "timestamp": "2025-09-04T12:50:18Z",\n
        "version": 1,\n
        "changeset": 171451749,\n
        "user": "casoum",\n
        "uid": 1774142\n
      },\n
      {\n
        "type": "node",\n
        "id": 13130556675,\n
        "lat": 45.9023109,\n
        "lon": 5.8069859,\n
        "timestamp": "2025-09-09T09:18:06Z",\n
        "version": 7,\n
        "changeset": 171674637,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "tags": {\n
          "bench": "yes",\n
          "bin": "no",\n
          "bus": "yes",\n
          "highway": "bus_stop",\n
          "lit": "no",\n
          "name": "Anglefort Route Chevrier",\n
          "public_transport": "platform",\n
          "shelter": "yes",\n
          "tactile_paving": "no"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13130593302,\n
        "lat": 45.9023505,\n
        "lon": 5.8068647,\n
        "timestamp": "2025-09-09T09:18:07Z",\n
        "version": 7,\n
        "changeset": 171674637,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "tags": {\n
          "bench": "no",\n
          "bin": "no",\n
          "bus": "yes",\n
          "highway": "bus_stop",\n
          "lit": "no",\n
          "name": "Anglefort Route Chevrier",\n
          "public_transport": "platform",\n
          "shelter": "no",\n
          "tactile_paving": "no"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13247633607,\n
        "lat": 45.9143591,\n
        "lon": 5.8092034,\n
        "timestamp": "2025-10-21T11:12:09Z",\n
        "version": 1,\n
        "changeset": 173576638,\n
        "user": "bicente01",\n
        "uid": 687178,\n
        "tags": {\n
          "colour": "red",\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:type": "pillar",\n
          "water_source": "main"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13247633608,\n
        "lat": 45.9117437,\n
        "lon": 5.8088560,\n
        "timestamp": "2025-10-21T11:12:09Z",\n
        "version": 1,\n
        "changeset": 173576638,\n
        "user": "bicente01",\n
        "uid": 687178,\n
        "tags": {\n
          "amenity": "recycling",\n
          "recycling_type": "container"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13247633609,\n
        "lat": 45.9117675,\n
        "lon": 5.8088674,\n
        "timestamp": "2025-10-21T11:12:09Z",\n
        "version": 1,\n
        "changeset": 173576638,\n
        "user": "bicente01",\n
        "uid": 687178,\n
        "tags": {\n
          "amenity": "recycling",\n
          "recycling_type": "container"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13247633610,\n
        "lat": 45.9117974,\n
        "lon": 5.8088782,\n
        "timestamp": "2025-10-21T11:12:09Z",\n
        "version": 1,\n
        "changeset": 173576638,\n
        "user": "bicente01",\n
        "uid": 687178,\n
        "tags": {\n
          "amenity": "recycling",\n
          "recycling_type": "container"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13247633611,\n
        "lat": 45.9118188,\n
        "lon": 5.8088902,\n
        "timestamp": "2025-10-21T11:12:09Z",\n
        "version": 1,\n
        "changeset": 173576638,\n
        "user": "bicente01",\n
        "uid": 687178,\n
        "tags": {\n
          "amenity": "recycling",\n
          "recycling_type": "container"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13247633612,\n
        "lat": 45.8987699,\n
        "lon": 5.8072105,\n
        "timestamp": "2025-12-07T15:27:13Z",\n
        "version": 2,\n
        "changeset": 175628502,\n
        "user": "bicente01",\n
        "uid": 687178,\n
        "tags": {\n
          "colour": "red",\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:type": "pillar",\n
          "ref": "55",\n
          "water_source": "main"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13408195339,\n
        "lat": 45.8958725,\n
        "lon": 5.8079440,\n
        "timestamp": "2025-12-26T07:35:27Z",\n
        "version": 2,\n
        "changeset": 176423516,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "tags": {\n
          "amenity": "recycling",\n
          "recycling:cans": "yes",\n
          "recycling:paper": "yes",\n
          "recycling:plastic_packaging": "yes",\n
          "recycling_type": "container"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13408202423,\n
        "lat": 45.8957494,\n
        "lon": 5.8080874,\n
        "timestamp": "2025-12-26T07:35:26Z",\n
        "version": 2,\n
        "changeset": 176423509,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "tags": {\n
          "amenity": "recycling",\n
          "recycling_type": "container"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13408204440,\n
        "lat": 45.8958945,\n
        "lon": 5.8079197,\n
        "timestamp": "2025-12-26T07:35:27Z",\n
        "version": 2,\n
        "changeset": 176423516,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "tags": {\n
          "amenity": "recycling",\n
          "recycling:glass_bottles": "yes",\n
          "recycling_type": "container"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13408209668,\n
        "lat": 45.8950172,\n
        "lon": 5.8058737,\n
        "timestamp": "2025-12-26T07:35:23Z",\n
        "version": 3,\n
        "changeset": 176423515,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:position": "green",\n
          "fire_hydrant:type": "pillar",\n
          "ref": "33"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13450269295,\n
        "lat": 45.9117276,\n
        "lon": 5.8155334,\n
        "timestamp": "2026-01-12T13:52:29Z",\n
        "version": 1,\n
        "changeset": 177139144,\n
        "user": "googlenaut",\n
        "uid": 519916\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173376,\n
        "timestamp": "2013-04-20T23:03:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481436,\n
          2274481373,\n
          2274481361,\n
          2274481378,\n
          2274481376,\n
          2274481363,\n
          2274481360,\n
          2274481446,\n
          2274481458,\n
          2274481426,\n
          2274481436\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173377,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480687,\n
          2274480673,\n
          2274480670,\n
          2274480664,\n
          2274480662,\n
          2274480658,\n
          2274480643,\n
          2274480629,\n
          2274480566,\n
          2274480557,\n
          2274480568,\n
          2274480592,\n
          2274480594,\n
          2274480539,\n
          2274480537,\n
          2274480530,\n
          2274480535,\n
          2274480686,\n
          2274480696,\n
          2274480698,\n
          2274480671,\n
          2274480683,\n
          2274480763,\n
          2274480723,\n
          2274480717,\n
          2274480714,\n
          2274480687\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173378,\n
        "timestamp": "2013-04-20T23:03:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481892,\n
          2274481899,\n
          2274481881,\n
          2274481887,\n
          2274481774,\n
          2274481745,\n
          2274481737,\n
          2274481727,\n
          2274481849,\n
          2274481855,\n
          2274481892\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173379,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          2274479100,\n
          2274479104,\n
          2274479103,\n
          2274479114,\n
          2274479116,\n
          2274479108,\n
          2274479102,\n
          2274479098,\n
          2274479095,\n
          2274479094,\n
          2274479092,\n
          2274479087,\n
          2274479088,\n
          2274479076,\n
          2274479077,\n
          2274479062,\n
          2274479058,\n
          2274479059,\n
          2274479068,\n
          2274479065,\n
          2274479071,\n
          2274479070,\n
          2274479075,\n
          2274479073,\n
          2274479085,\n
          2274479091,\n
          2274479096,\n
          2274479099,\n
          2274479100\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173380,\n
        "timestamp": "2013-04-20T23:03:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481013,\n
          2274481002,\n
          2274481012,\n
          2274481007,\n
          2274480993,\n
          2274480988,\n
          2274480999,\n
          2274481043,\n
          2274481065,\n
          2274481086,\n
          2274481013\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173381,\n
        "timestamp": "2016-07-03T09:40:49Z",\n
        "version": 2,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274479951,\n
          2274479957,\n
          2274479956,\n
          2274479973,\n
          2274479972,\n
          2274479988,\n
          2274479991,\n
          2274479987,\n
          2274479976,\n
          2274479974,\n
          2274479955,\n
          2274479951\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173382,\n
        "timestamp": "2013-04-20T23:03:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479882,\n
          2274479816,\n
          2274479810,\n
          2274479842,\n
          2274479838,\n
          2274479871,\n
          2274479872,\n
          2274479890,\n
          2274479898,\n
          2274479878,\n
          2274479882\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173383,\n
        "timestamp": "2013-04-20T23:03:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479305,\n
          2274479289,\n
          2274479287,\n
          2274479280,\n
          2274479278,\n
          2274479275,\n
          2274479276,\n
          2274479282,\n
          2274479281,\n
          2274479292,\n
          2274479305\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173384,\n
        "timestamp": "2013-04-20T23:03:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481362,\n
          2274481351,\n
          2274481341,\n
          2274481328,\n
          2274481372,\n
          2274481370,\n
          2274481393,\n
          2274481400,\n
          2274481381,\n
          2274481386,\n
          2274481362\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173385,\n
        "timestamp": "2013-04-20T23:03:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477937,\n
          2274477933,\n
          2274477930,\n
          2274477926,\n
          2274477928,\n
          2274477922,\n
          2274477924,\n
          2274477939,\n
          2274477941,\n
          2274477935,\n
          2274477937\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173386,\n
        "timestamp": "2013-04-20T23:03:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479419,\n
          2274479415,\n
          2274479418,\n
          2274479412,\n
          2274479413,\n
          2274479405,\n
          2274479399,\n
          2274479404,\n
          2274479402,\n
          2274479416,\n
          2274479419\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173387,\n
        "timestamp": "2013-04-20T23:03:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478364,\n
          2274478367,\n
          2274478372,\n
          2274478375,\n
          2274478383,\n
          2274478385,\n
          2274478394,\n
          2274478392,\n
          2274478384,\n
          2274478382,\n
          2274478364\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173388,\n
        "timestamp": "2013-04-20T23:03:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478502,\n
          2274478483,\n
          2274478485,\n
          2274478477,\n
          2274478475,\n
          2274478492,\n
          2274478493,\n
          2274478500,\n
          2274478498,\n
          2274478504,\n
          2274478502\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173389,\n
        "timestamp": "2013-04-20T23:03:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482156,\n
          2274482157,\n
          2274482151,\n
          2274482152,\n
          2274482140,\n
          2274482136,\n
          2274482135,\n
          2274482148,\n
          2274482150,\n
          2274482155,\n
          2274482156\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173390,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480938,\n
          2274480962,\n
          2274481070,\n
          2274481131,\n
          2274481128,\n
          2274481158,\n
          2274481179,\n
          2274481140,\n
          2274481110,\n
          2274481113,\n
          2274481144,\n
          2274481156,\n
          2274481136,\n
          2274481134,\n
          2274481102,\n
          2274481107,\n
          2274481092,\n
          2274481080,\n
          2274481066,\n
          2274481057,\n
          2274481081,\n
          2274481076,\n
          2274481045,\n
          2274480983,\n
          2274480949,\n
          2274480891,\n
          2274480878,\n
          2274480938\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173391,\n
        "timestamp": "2013-04-20T23:03:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479207,\n
          2274479209,\n
          2274479210,\n
          2274479213,\n
          2274479212,\n
          2274479214,\n
          2274479215,\n
          2274479206,\n
          2274479205,\n
          2274479208,\n
          2274479207\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173392,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274481052,\n
          2274481050,\n
          2274481075,\n
          2274481082,\n
          2274481096,\n
          2274481106,\n
          2274481108,\n
          2274481022,\n
          2274480939,\n
          2274480920,\n
          2274481052\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173393,\n
        "timestamp": "2013-04-20T23:03:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480092,\n
          2274480071,\n
          2274480072,\n
          2274480027,\n
          2274480022,\n
          2274480065,\n
          2274480069,\n
          2274480086,\n
          2274480089,\n
          2274480090,\n
          2274480092\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173394,\n
        "timestamp": "2013-04-20T23:03:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478137,\n
          2274478140,\n
          2274478146,\n
          2274478152,\n
          2274478151,\n
          2274478148,\n
          2274478147,\n
          2274478145,\n
          2274478143,\n
          2274478136,\n
          2274478137\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173395,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483700,\n
          2274483702,\n
          2274483703,\n
          2274483699,\n
          2274483701,\n
          2274483689,\n
          2274483688,\n
          2274483678,\n
          2274483672,\n
          2274483685,\n
          2274483687,\n
          2274483694,\n
          2274483700\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173396,\n
        "timestamp": "2013-04-20T23:03:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480735,\n
          2274480814,\n
          2274480816,\n
          2274480869,\n
          2274480867,\n
          2274480881,\n
          2274480873,\n
          2274480863,\n
          2274480861,\n
          2274480726,\n
          2274480735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173397,\n
        "timestamp": "2013-06-08T22:40:47Z",\n
        "version": 2,\n
        "changeset": 16475421,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          2274482757,\n
          2274482749,\n
          2274482748,\n
          2274482731,\n
          2274482730,\n
          2274482728,\n
          2274482727,\n
          2274482726,\n
          2274482745,\n
          2274482744,\n
          2274482755,\n
          2274482757\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173398,\n
        "timestamp": "2013-04-20T23:03:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479925,\n
          2274479873,\n
          2274479840,\n
          2274479874,\n
          2274479885,\n
          2274479892,\n
          2274479896,\n
          2274479894,\n
          2274479895,\n
          2274479910,\n
          2274479925\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173399,\n
        "timestamp": "2013-04-20T23:03:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484999,\n
          2274485000,\n
          2274485008,\n
          2274485009,\n
          2274485003,\n
          2274485002,\n
          2274484998,\n
          2274484997,\n
          2274484991,\n
          2274484989,\n
          2274484999\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173400,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274481200,\n
          2274481176,\n
          2274481177,\n
          2274481145,\n
          2274481137,\n
          2274481114,\n
          2274481094,\n
          2274481115,\n
          2274481126,\n
          2274481138,\n
          2274481147,\n
          2274481180,\n
          2274481173,\n
          2274481197,\n
          2274481206,\n
          2274481210,\n
          2274481233,\n
          2274481200\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173401,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274482960,\n
          2274482956,\n
          2274482983,\n
          2274482985,\n
          2274483002,\n
          2274483008,\n
          2274483010,\n
          2274483017,\n
          2274482998,\n
          2274483000,\n
          2274482973,\n
          2274482960\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173402,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 4,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274482286,\n
          2274482339,\n
          2274482341,\n
          2274482414,\n
          2274482429,\n
          2274482428,\n
          2274482412,\n
          2274482411,\n
          2274482396,\n
          2274482395,\n
          2274482394,\n
          2274482367,\n
          2274482368,\n
          2274482292,\n
          2274482294,\n
          2274482195,\n
          2274482193,\n
          2274482286\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173403,\n
        "timestamp": "2013-04-20T23:03:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479746,\n
          2274479744,\n
          2274479712,\n
          2274479691,\n
          2274479694,\n
          2274479718,\n
          2274479716,\n
          2274479729,\n
          2274479730,\n
          2274479757,\n
          2274479755,\n
          2274479746\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173404,\n
        "timestamp": "2013-04-20T23:03:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481015,\n
          2274481026,\n
          2274481036,\n
          2274481033,\n
          2274481078,\n
          2274481077,\n
          2274481112,\n
          2274481118,\n
          2274481089,\n
          2274481090,\n
          2274481023,\n
          2274481015\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173405,\n
        "timestamp": "2013-04-20T23:03:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479272,\n
          2274479263,\n
          2274479262,\n
          2274479256,\n
          2274479255,\n
          2274479251,\n
          2274479250,\n
          2274479254,\n
          2274479253,\n
          2274479259,\n
          2274479270,\n
          2274479272\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173406,\n
        "timestamp": "2013-04-20T23:03:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481044,\n
          2274481055,\n
          2274481056,\n
          2274481041,\n
          2274481073,\n
          2274481071,\n
          2274481099,\n
          2274481127,\n
          2274481098,\n
          2274481104,\n
          2274481068,\n
          2274481044\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173407,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483584,\n
          2274483566,\n
          2274483562,\n
          2274483565,\n
          2274483564,\n
          2274483586,\n
          2274483600,\n
          2274483599,\n
          2274483641,\n
          2274483640,\n
          2274483631,\n
          2274483632,\n
          2274483615,\n
          2274483597,\n
          2274483596,\n
          2274483584\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173412,\n
        "timestamp": "2013-04-20T23:03:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480639,\n
          2274480642,\n
          2274480650,\n
          2274480647,\n
          2274480669,\n
          2274480667,\n
          2274480697,\n
          2274480710,\n
          2274480674,\n
          2274480676,\n
          2274480644,\n
          2274480639\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173414,\n
        "timestamp": "2013-04-20T23:03:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481019,\n
          2274481029,\n
          2274481031,\n
          2274481030,\n
          2274481069,\n
          2274481064,\n
          2274481103,\n
          2274481117,\n
          2274481091,\n
          2274481093,\n
          2274481037,\n
          2274481019\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173416,\n
        "timestamp": "2013-04-20T23:03:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479179,\n
          2274479174,\n
          2274479175,\n
          2274479152,\n
          2274479154,\n
          2274479158,\n
          2274479159,\n
          2274479165,\n
          2274479169,\n
          2274479167,\n
          2274479180,\n
          2274479179\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173417,\n
        "timestamp": "2013-04-20T23:03:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481911,\n
          2274481912,\n
          2274481864,\n
          2274481841,\n
          2274481847,\n
          2274481925,\n
          2274481926,\n
          2274481937,\n
          2274481936,\n
          2274481917,\n
          2274481919,\n
          2274481911\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173418,\n
        "timestamp": "2013-04-20T23:03:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483321,\n
          2274483318,\n
          2274483315,\n
          2274483352,\n
          2274483356,\n
          2274483355,\n
          2274483354,\n
          2274483348,\n
          2274483331,\n
          2274483327,\n
          2274483325,\n
          2274483321\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173419,\n
        "timestamp": "2013-04-20T23:03:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482869,\n
          2274482873,\n
          2274482872,\n
          2274482882,\n
          2274482883,\n
          2274482886,\n
          2274482885,\n
          2274482879,\n
          2274482878,\n
          2274482875,\n
          2274482868,\n
          2274482869\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173420,\n
        "timestamp": "2013-04-20T23:03:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482143,\n
          2274482141,\n
          2274482138,\n
          2274482137,\n
          2274482139,\n
          2274482147,\n
          2274482153,\n
          2274482145,\n
          2274482149,\n
          2274482146,\n
          2274482144,\n
          2274482143\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173421,\n
        "timestamp": "2013-04-20T23:03:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483581,\n
          2274483572,\n
          2274483533,\n
          2274483451,\n
          2274483447,\n
          2274483485,\n
          2274483483,\n
          2274483525,\n
          2274483524,\n
          2274483558,\n
          2274483577,\n
          2274483581\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173422,\n
        "timestamp": "2013-04-20T23:03:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480487,\n
          2274480524,\n
          2274480552,\n
          2274480554,\n
          2274480628,\n
          2274480631,\n
          2274480577,\n
          2274480586,\n
          2274480538,\n
          2274480536,\n
          2274480498,\n
          2274480487\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173423,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480666,\n
          2274480684,\n
          2274480677,\n
          2274480659,\n
          2274480645,\n
          2274480551,\n
          2274480514,\n
          2274480512,\n
          2274480497,\n
          2274480479,\n
          2274480482,\n
          2274480500,\n
          2274480505,\n
          2274480516,\n
          2274480518,\n
          2274480571,\n
          2274480666\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173424,\n
        "timestamp": "2013-04-20T23:03:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478218,\n
          2274478215,\n
          2274478220,\n
          2274478233,\n
          2274478232,\n
          2274478237,\n
          2274478240,\n
          2274478241,\n
          2274478243,\n
          2274478230,\n
          2274478231,\n
          2274478218\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173425,\n
        "timestamp": "2013-04-20T23:03:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481021,\n
          2274481025,\n
          2274481018,\n
          2274481003,\n
          2274481027,\n
          2274481016,\n
          2274481046,\n
          2274481095,\n
          2274481074,\n
          2274481084,\n
          2274481061,\n
          2274481021\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173427,\n
        "timestamp": "2023-05-14T17:58:31Z",\n
        "version": 2,\n
        "changeset": 136095736,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274481537,\n
          2274481566,\n
          2274481571,\n
          2274481541,\n
          2274481526,\n
          2274481533,\n
          2274481540,\n
          2274481548,\n
          2274481505,\n
          2274481500,\n
          2274481495,\n
          2274481490,\n
          2274481516,\n
          2274481511,\n
          2274481537\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173429,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483450,\n
          2274483452,\n
          2274483496,\n
          2274483493,\n
          2274483456,\n
          2274483455,\n
          2274483446,\n
          2274483439,\n
          2274483510,\n
          2274483514,\n
          2274483499,\n
          2274483502,\n
          2274483508,\n
          2274483507,\n
          2274483521,\n
          2274483520,\n
          2274483534,\n
          2274483535,\n
          2274483522,\n
          2274483523,\n
          2274483481,\n
          2274483438,\n
          2274483441,\n
          2274483411,\n
          2274483428,\n
          2274483430,\n
          2274483449,\n
          2274483450\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173430,\n
        "timestamp": "2013-04-20T23:03:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484437,\n
          2274484460,\n
          2274484449,\n
          2274484455,\n
          2274484464,\n
          2274484466,\n
          2274484474,\n
          2274484501,\n
          2274484482,\n
          2274484495,\n
          2274484457,\n
          2274484451,\n
          2274484437\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173433,\n
        "timestamp": "2013-04-20T23:03:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481353,\n
          2274481352,\n
          2274481331,\n
          2274481322,\n
          2274481346,\n
          2274481349,\n
          2274481432,\n
          2274481428,\n
          2274481467,\n
          2274481470,\n
          2274481438,\n
          2274481440,\n
          2274481353\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173434,\n
        "timestamp": "2013-04-20T23:03:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481374,\n
          2274481375,\n
          2274481308,\n
          2274481302,\n
          2274481368,\n
          2274481369,\n
          2274481398,\n
          2274481399,\n
          2274481456,\n
          2274481460,\n
          2274481409,\n
          2274481407,\n
          2274481374\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173435,\n
        "timestamp": "2013-04-20T23:03:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484518,\n
          2274484537,\n
          2274484520,\n
          2274484501,\n
          2274484474,\n
          2274484466,\n
          2274484464,\n
          2274484455,\n
          2274484449,\n
          2274484442,\n
          2274484476,\n
          2274484504,\n
          2274484518\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173436,\n
        "timestamp": "2013-04-20T23:03:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479410,\n
          2274479414,\n
          2274479406,\n
          2274479407,\n
          2274479403,\n
          2274479401,\n
          2274479397,\n
          2274479398,\n
          2274479393,\n
          2274479390,\n
          2274479392,\n
          2274479395,\n
          2274479394,\n
          2274479410\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173437,\n
        "timestamp": "2013-04-20T23:03:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480337,\n
          2274480345,\n
          2274480351,\n
          2274480350,\n
          2274480376,\n
          2274480378,\n
          2274480406,\n
          2274480394,\n
          2274480448,\n
          2274480456,\n
          2274480408,\n
          2274480404,\n
          2274480344,\n
          2274480337\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173438,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480300,\n
          2274480321,\n
          2274480340,\n
          2274480342,\n
          2274480305,\n
          2274480291,\n
          2274480281,\n
          2274480284,\n
          2274480252,\n
          2274480227,\n
          2274480214,\n
          2274480236,\n
          2274480225,\n
          2274480223,\n
          2274480189,\n
          2274480181,\n
          2274480272,\n
          2274480274,\n
          2274480287,\n
          2274480300\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173440,\n
        "timestamp": "2013-04-20T23:03:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482930,\n
          2274482928,\n
          2274482921,\n
          2274482925,\n
          2274482933,\n
          2274482931,\n
          2274482939,\n
          2274482950,\n
          2274482948,\n
          2274482979,\n
          2274482981,\n
          2274482958,\n
          2274482971,\n
          2274482930\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173441,\n
        "timestamp": "2013-04-20T23:03:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482225,\n
          2274482238,\n
          2274482239,\n
          2274482280,\n
          2274482277,\n
          2274482299,\n
          2274482314,\n
          2274482352,\n
          2274482337,\n
          2274482284,\n
          2274482276,\n
          2274482274,\n
          2274482224,\n
          2274482225\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173442,\n
        "timestamp": "2013-04-20T23:03:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483063,\n
          2274483055,\n
          2274483144,\n
          2274483154,\n
          2274483129,\n
          2274483131,\n
          2274483160,\n
          2274483166,\n
          2274483073,\n
          2274483081,\n
          2274483053,\n
          2274483051,\n
          2274483067,\n
          2274483063\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173443,\n
        "timestamp": "2013-04-20T23:03:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478975,\n
          2274478977,\n
          2274478978,\n
          2274478981,\n
          2274478983,\n
          2274478988,\n
          2274478989,\n
          2274478985,\n
          2274478984,\n
          2274478980,\n
          2274478979,\n
          2274478974,\n
          2274478973,\n
          2274478975\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173444,\n
        "timestamp": "2016-07-03T09:40:55Z",\n
        "version": 2,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274484823,\n
          2274484821,\n
          2274484853,\n
          2274484851,\n
          2274484857,\n
          2274484859,\n
          2274484866,\n
          2274484868,\n
          2274484861,\n
          2274484864,\n
          2274484855,\n
          2274484846,\n
          2274484844,\n
          2274484823\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173445,\n
        "timestamp": "2013-04-20T23:03:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484647,\n
          2274484642,\n
          2274484640,\n
          2274484639,\n
          2274484644,\n
          2274484643,\n
          2274484650,\n
          2274484652,\n
          2274484655,\n
          2274484656,\n
          2274484662,\n
          2274484664,\n
          2274484658,\n
          2274484657,\n
          2274484647\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173446,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 4,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274481181,\n
          2274480336,\n
          2274480374,\n
          2274480304,\n
          2274480327,\n
          2274480414,\n
          2753790975,\n
          2274480433,\n
          2274481142,\n
          2274481123,\n
          2274481067,\n
          2274481072,\n
          2274481028,\n
          2274480987,\n
          2274481207,\n
          2274481181\n
        ],\n
        "tags": {\n
          "addr:city": "Anglefort",\n
          "addr:housename": "Ferropem Route Gare",\n
          "addr:postcode": "01350",\n
          "building": "industrial"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173447,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483420,\n
          2274483467,\n
          2274483480,\n
          2274483478,\n
          2274483465,\n
          2274483463,\n
          2274483454,\n
          2274483399,\n
          2274483394,\n
          2274483378,\n
          2274483379,\n
          2274483375,\n
          2274483395,\n
          2274483420\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173448,\n
        "timestamp": "2013-04-20T23:03:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479924,\n
          2274479917,\n
          2274479914,\n
          2274479899,\n
          2274479919,\n
          2274479912,\n
          2274479923,\n
          2274479948,\n
          2274479940,\n
          2274479937,\n
          2274479934,\n
          2274479936,\n
          2274479938,\n
          2274479928,\n
          2274479924\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173449,\n
        "timestamp": "2013-04-20T23:03:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481825,\n
          2274481844,\n
          2274481846,\n
          2274481914,\n
          2274481915,\n
          2274481927,\n
          2274481934,\n
          2274481933,\n
          2274481924,\n
          2274481922,\n
          2274481804,\n
          2274481814,\n
          2274481780,\n
          2274481783,\n
          2274481825\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173450,\n
        "timestamp": "2013-04-20T23:03:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481905,\n
          2274481850,\n
          2274481845,\n
          2274481800,\n
          2274481794,\n
          2274481823,\n
          2274481817,\n
          2274481837,\n
          2274481831,\n
          2274481894,\n
          2274481897,\n
          2274481923,\n
          2274481931,\n
          2274481909,\n
          2274481905\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173451,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483518,\n
          2274483448,\n
          2274483389,\n
          2274483383,\n
          2274483471,\n
          2274483469,\n
          2274483504,\n
          2274483500,\n
          2274483539,\n
          2274483541,\n
          2274483544,\n
          2274483549,\n
          2274483553,\n
          2274483551,\n
          2274483545,\n
          2274483546,\n
          2274483518\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173452,\n
        "timestamp": "2023-05-14T17:58:31Z",\n
        "version": 2,\n
        "changeset": 136095736,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480970,\n
          2274480968,\n
          2274480967,\n
          2274481011,\n
          2274481059,\n
          2274481058,\n
          2274481004,\n
          2274480976,\n
          2274480975,\n
          2274480969,\n
          2274480932,\n
          2274480937,\n
          2274480914,\n
          2274480918,\n
          2274480929,\n
          2274480935,\n
          2274480977,\n
          2274481088,\n
          2274481087,\n
          2274481047,\n
          2274481048,\n
          2274480970\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173454,\n
        "timestamp": "2013-04-20T23:03:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479466,\n
          2274479464,\n
          2274479454,\n
          2274479455,\n
          2274479449,\n
          2274479443,\n
          2274479450,\n
          2274479444,\n
          2274479453,\n
          2274479456,\n
          2274479462,\n
          2274479461,\n
          2274479470,\n
          2274479471,\n
          2274479467,\n
          2274479466\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173455,\n
        "timestamp": "2013-04-20T23:03:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481468,\n
          2274481466,\n
          2274481444,\n
          2274481434,\n
          2274481462,\n
          2274481464,\n
          2274481493,\n
          2274481492,\n
          2274481530,\n
          2274481525,\n
          2274481556,\n
          2274481564,\n
          2274481535,\n
          2274481536,\n
          2274481497,\n
          2274481498,\n
          2274481468\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173456,\n
        "timestamp": "2013-04-20T23:03:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484194,\n
          2274484195,\n
          2274484197,\n
          2274484200,\n
          2274484199,\n
          2274484202,\n
          2274484203,\n
          2274484204,\n
          2274484222,\n
          2274484205,\n
          2274484198,\n
          2274484201,\n
          2274484212,\n
          2274484214,\n
          2274484193,\n
          2274484192,\n
          2274484194\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173459,\n
        "timestamp": "2013-04-20T23:03:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481377,\n
          2274481365,\n
          2274481355,\n
          2274481371,\n
          2274481347,\n
          2274481335,\n
          2274481291,\n
          2274481326,\n
          2274481367,\n
          2274481357,\n
          2274481391,\n
          2274481394,\n
          2274481396,\n
          2274481395,\n
          2274481392,\n
          2274481390,\n
          2274481388,\n
          2274481384,\n
          2274481377\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173460,\n
        "timestamp": "2013-04-20T23:03:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480883,\n
          2274480882,\n
          2274480874,\n
          2274480877,\n
          2274480843,\n
          2274480846,\n
          2274480767,\n
          2274480761,\n
          2274480771,\n
          2274480806,\n
          2274480804,\n
          2274480838,\n
          2274480837,\n
          2274480860,\n
          2274480856,\n
          2274480887,\n
          2274480889,\n
          2274480885,\n
          2274480880,\n
          2274480883\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173461,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          2274480678,\n
          2274480679,\n
          2274480692,\n
          2274480691,\n
          2274480695,\n
          2274480706,\n
          2274480715,\n
          2274480724,\n
          2274480734,\n
          2274480732,\n
          10991385678,\n
          2274480746,\n
          2274480748,\n
          2274480828,\n
          2274480836,\n
          10991385677,\n
          2274480737,\n
          2274480738,\n
          2274480689,\n
          2274480690,\n
          2274480660,\n
          2274480652,\n
          2274480678\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173462,\n
        "timestamp": "2016-07-03T13:01:40Z",\n
        "version": 2,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274482073,\n
          2274482077,\n
          2274482031,\n
          2274482014,\n
          2274482028,\n
          2274482024,\n
          2274482022,\n
          2274482026,\n
          2274482033,\n
          2274482039,\n
          2274482035,\n
          2274482030,\n
          2274482020,\n
          2274482017,\n
          2274482016,\n
          2274482015,\n
          2274482012,\n
          2274482006,\n
          2274482001,\n
          2274481999,\n
          2274481997,\n
          2274481991,\n
          2274482053,\n
          2274482060,\n
          2274482050,\n
          2274482055,\n
          2274482057,\n
          2274482074,\n
          2274482078,\n
          2274482066,\n
          2274482068,\n
          2274482071,\n
          2274482073\n
        ],\n
        "tags": {\n
          "building": "school",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173469,\n
        "timestamp": "2016-07-03T09:40:56Z",\n
        "version": 2,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274482592,\n
          2274482629,\n
          2274482638,\n
          2274482654,\n
          2274482650,\n
          2274482655,\n
          2274482627,\n
          2274482641,\n
          2274482596,\n
          2274482588,\n
          2274482560,\n
          2274482532,\n
          2274482554,\n
          2274482549,\n
          2274482592\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173473,\n
        "timestamp": "2016-07-03T13:02:13Z",\n
        "version": 2,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274480841,\n
          2274480872,\n
          2274480876,\n
          2274480847,\n
          2274480841\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173474,\n
        "timestamp": "2013-04-20T23:03:47Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481971,\n
          2274481967,\n
          2274481963,\n
          2274481971\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173475,\n
        "timestamp": "2018-11-02T23:17:01Z",\n
        "version": 3,\n
        "changeset": 64130299,\n
        "user": "chabe01",\n
        "uid": 502891,\n
        "nodes": [\n
          2274481157,\n
          2274481154,\n
          2274481161,\n
          2274481162,\n
          2274481141,\n
          2274481150,\n
          2274481172,\n
          2274481174,\n
          2274481170,\n
          2274481175,\n
          2274481178,\n
          2274481193,\n
          2274481195,\n
          2274481201,\n
          2274481198,\n
          2274481221,\n
          2274481223,\n
          2274481225,\n
          2274481227,\n
          2274481309,\n
          2274481292,\n
          2274481271,\n
          2274481259,\n
          2274481231,\n
          2274481239,\n
          2274481216,\n
          2274481215,\n
          2274481209,\n
          2274481211,\n
          2274481188,\n
          2274481187,\n
          2274481185,\n
          2274481186,\n
          2274481163,\n
          2274481157\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Martin",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wikidata": "Q27305450"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173476,\n
        "timestamp": "2013-04-20T23:03:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482845,\n
          2274482836,\n
          2274482834,\n
          2274482843,\n
          2274482845\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173477,\n
        "timestamp": "2013-04-20T23:03:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478719,\n
          2274478723,\n
          2274478722,\n
          2274478713,\n
          2274478719\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173478,\n
        "timestamp": "2013-04-20T23:03:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482366,\n
          2274482386,\n
          2274482384,\n
          2274482363,\n
          2274482366\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173479,\n
        "timestamp": "2013-04-20T23:03:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274485008,\n
          2274485000,\n
          2274484999,\n
          2274485007,\n
          2274485008\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173480,\n
        "timestamp": "2013-04-20T23:03:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482459,\n
          2274482463,\n
          2274482472,\n
          2274482468,\n
          2274482459\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173481,\n
        "timestamp": "2013-04-20T23:03:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481191,\n
          2274481151,\n
          2274481152,\n
          2274481192,\n
          2274481191\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173482,\n
        "timestamp": "2013-04-20T23:03:48Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483098,\n
          2274483085,\n
          2274483083,\n
          2274483096,\n
          2274483098\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173483,\n
        "timestamp": "2026-01-12T13:52:29Z",\n
        "version": 2,\n
        "changeset": 177139144,\n
        "user": "googlenaut",\n
        "uid": 519916,\n
        "nodes": [\n
          2274480624,\n
          2274480564,\n
          2274480615,\n
          13450269295,\n
          2274480624\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173484,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 2,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274479329,\n
          2274479331,\n
          2274479319,\n
          2274479318,\n
          2274479327,\n
          2274479340,\n
          2274479345,\n
          2274479346,\n
          2274479341,\n
          2274479329\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173485,\n
        "timestamp": "2013-04-20T23:03:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478165,\n
          2274478161,\n
          2274478162,\n
          2274478167,\n
          2274478165\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173486,\n
        "timestamp": "2013-04-20T23:03:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479261,\n
          2274479252,\n
          2274479249,\n
          2274479257,\n
          2274479261\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173487,\n
        "timestamp": "2013-04-20T23:03:49Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484537,\n
          2274484518,\n
          2274484531,\n
          2274484568,\n
          2274484537\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173489,\n
        "timestamp": "2013-04-20T23:03:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477918,\n
          2274477920,\n
          2274477943,\n
          2274477945,\n
          2274477918\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173490,\n
        "timestamp": "2013-04-20T23:03:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484212,\n
          2274484201,\n
          2274484198,\n
          2274484205,\n
          2274484212\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173491,\n
        "timestamp": "2013-04-20T23:03:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482194,\n
          2274482184,\n
          2274482182,\n
          2274482191,\n
          2274482194\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173492,\n
        "timestamp": "2013-04-20T23:03:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484102,\n
          2274484103,\n
          2274484111,\n
          2274484110,\n
          2274484102\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173493,\n
        "timestamp": "2013-04-20T23:03:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478706,\n
          2274478705,\n
          2274478712,\n
          2274478716,\n
          2274478706\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173494,\n
        "timestamp": "2013-04-20T23:03:50Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484149,\n
          2274484142,\n
          2274484138,\n
          2274484148,\n
          2274484149\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173496,\n
        "timestamp": "2013-04-20T23:03:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479472,\n
          2274479478,\n
          2274479483,\n
          2274479473,\n
          2274479472\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173497,\n
        "timestamp": "2013-04-20T23:03:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478718,\n
          2274478717,\n
          2274478709,\n
          2274478710,\n
          2274478718\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173498,\n
        "timestamp": "2013-04-20T23:03:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483472,\n
          2274483470,\n
          2274483442,\n
          2274483444,\n
          2274483472\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173499,\n
        "timestamp": "2013-04-20T23:03:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483381,\n
          2274483366,\n
          2274483359,\n
          2274483362,\n
          2274483381\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173500,\n
        "timestamp": "2013-04-20T23:03:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478979,\n
          2274478980,\n
          2274478984,\n
          2274478985,\n
          2274478979\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173502,\n
        "timestamp": "2013-04-20T23:03:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481000,\n
          2274481006,\n
          2274481042,\n
          2274481038,\n
          2274481000\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173503,\n
        "timestamp": "2025-08-10T20:05:25Z",\n
        "version": 2,\n
        "changeset": 170263061,\n
        "user": "that_dude",\n
        "uid": 11342958,\n
        "nodes": [\n
          2274479220,\n
          2274479223,\n
          2274479224,\n
          2274479222,\n
          2274479220\n
        ],\n
        "tags": {\n
          "building": "farm",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173504,\n
        "timestamp": "2013-04-20T23:03:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480895,\n
          2274480916,\n
          2274480906,\n
          2274480892,\n
          2274480895\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173506,\n
        "timestamp": "2013-04-20T23:03:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481365,\n
          2274481377,\n
          2274481389,\n
          2274481379,\n
          2274481365\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173508,\n
        "timestamp": "2017-07-01T10:41:51Z",\n
        "version": 4,\n
        "changeset": 49962130,\n
        "user": "Darknut",\n
        "uid": 1058782,\n
        "nodes": [\n
          2274482117,\n
          2274482120,\n
          2274482122,\n
          4945438269,\n
          2274482117\n
        ],\n
        "tags": {\n
          "addr:city": "Anglefort",\n
          "addr:housenumber": "26",\n
          "addr:postcode": "01350",\n
          "addr:street": "Rue de la Grande Vigne",\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173510,\n
        "timestamp": "2013-04-20T23:03:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484249,\n
          2274484248,\n
          2274484250,\n
          2274484251,\n
          2274484249\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173512,\n
        "timestamp": "2013-04-20T23:03:51Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483945,\n
          2274483947,\n
          2274483936,\n
          2274483928,\n
          2274483945\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173513,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480596,\n
          2274480620,\n
          2274480619,\n
          2274480635,\n
          2274480636,\n
          2274480616,\n
          2274480621,\n
          2274480543,\n
          2274480541,\n
          2274480534,\n
          2274480521,\n
          2274480520,\n
          2274480612,\n
          2274480833,\n
          2274480834,\n
          2274480694,\n
          2274480655,\n
          2274480596\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173514,\n
        "timestamp": "2013-04-20T23:03:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479714,\n
          2274479712,\n
          2274479744,\n
          2274479746,\n
          2274479714\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173515,\n
        "timestamp": "2013-04-20T23:03:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478127,\n
          2274478131,\n
          2274478129,\n
          2274478126,\n
          2274478127\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173516,\n
        "timestamp": "2023-05-14T17:58:31Z",\n
        "version": 2,\n
        "changeset": 136095736,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274481644,\n
          2274481649,\n
          2274481655,\n
          2274481623,\n
          2274481609,\n
          2274481595,\n
          2274481581,\n
          2274481596,\n
          2274481592,\n
          2274481610,\n
          2274481611,\n
          2274481624,\n
          2274481638,\n
          2274481644\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173517,\n
        "timestamp": "2013-04-20T23:03:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481512,\n
          2274481514,\n
          2274481483,\n
          2274481479,\n
          2274481512\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173518,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          2274482864,\n
          2274482867,\n
          2274482866,\n
          2274482876,\n
          2274482884,\n
          2274482871,\n
          2274482865,\n
          2274482863,\n
          2274482862,\n
          2274482864\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173519,\n
        "timestamp": "2013-04-20T23:03:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483342,\n
          2274483371,\n
          2274483377,\n
          2274483347,\n
          2274483342\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173520,\n
        "timestamp": "2013-04-20T23:03:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482391,\n
          2274482397,\n
          2274482383,\n
          2274482382,\n
          2274482391\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173521,\n
        "timestamp": "2013-04-20T23:03:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484384,\n
          2274484356,\n
          2274484354,\n
          2274484381,\n
          2274484384\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173522,\n
        "timestamp": "2013-04-20T23:03:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479497,\n
          2274479495,\n
          2274479493,\n
          2274479496,\n
          2274479497\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173523,\n
        "timestamp": "2013-04-20T23:03:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479377,\n
          2274479388,\n
          2274479391,\n
          2274479381,\n
          2274479377\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173524,\n
        "timestamp": "2013-04-20T23:03:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483750,\n
          2274483753,\n
          2274483744,\n
          2274483742,\n
          2274483750\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173525,\n
        "timestamp": "2023-06-20T06:19:02Z",\n
        "version": 2,\n
        "changeset": 137545460,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          2274482661,\n
          2274482648,\n
          2274482564,\n
          2274482512,\n
          2274482511,\n
          2274482562,\n
          2274482563,\n
          2274482658,\n
          2274482659,\n
          2274482675,\n
          2274482677,\n
          2274482661\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173527,\n
        "timestamp": "2013-04-20T23:03:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479045,\n
          2274479047,\n
          2274479036,\n
          2274479031,\n
          2274479045\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173528,\n
        "timestamp": "2013-04-20T23:03:52Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482570,\n
          2274482575,\n
          2274482557,\n
          2274482555,\n
          2274482570\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173529,\n
        "timestamp": "2013-04-20T23:03:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482775,\n
          2274482773,\n
          2274482779,\n
          2274482778,\n
          2274482775\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173530,\n
        "timestamp": "2013-04-20T23:03:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482258,\n
          2274482260,\n
          2274482335,\n
          2274482333,\n
          2274482258\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173533,\n
        "timestamp": "2013-04-20T23:03:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480905,\n
          2274480908,\n
          2274481135,\n
          2274481132,\n
          2274480905\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173535,\n
        "timestamp": "2013-04-20T23:03:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484808,\n
          2274484806,\n
          2274484803,\n
          2274484807,\n
          2274484808\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173536,\n
        "timestamp": "2013-04-20T23:03:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479409,\n
          2274479417,\n
          2274479411,\n
          2274479408,\n
          2274479409\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173537,\n
        "timestamp": "2013-04-20T23:03:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479335,\n
          2274479333,\n
          2274479337,\n
          2274479338,\n
          2274479335\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173538,\n
        "timestamp": "2013-04-20T23:03:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478573,\n
          2274478571,\n
          2274478606,\n
          2274478608,\n
          2274478573\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173540,\n
        "timestamp": "2013-04-20T23:03:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482821,\n
          2274482808,\n
          2274482806,\n
          2274482819,\n
          2274482821\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173541,\n
        "timestamp": "2013-04-20T23:03:53Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479476,\n
          2274479480,\n
          2274479475,\n
          2274479474,\n
          2274479476\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173544,\n
        "timestamp": "2013-04-20T23:03:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483509,\n
          2274483511,\n
          2274483530,\n
          2274483529,\n
          2274483509\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173545,\n
        "timestamp": "2013-04-20T23:03:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484185,\n
          2274484174,\n
          2274484176,\n
          2274484188,\n
          2274484185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173546,\n
        "timestamp": "2013-04-20T23:03:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482525,\n
          2274482521,\n
          2274482565,\n
          2274482573,\n
          2274482525\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173547,\n
        "timestamp": "2013-04-20T23:03:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483698,\n
          2274483692,\n
          2274483691,\n
          2274483697,\n
          2274483698\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173548,\n
        "timestamp": "2013-04-20T23:03:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479880,\n
          2274479888,\n
          2274479700,\n
          2274479692,\n
          2274479880\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173549,\n
        "timestamp": "2013-04-20T23:03:54Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479263,\n
          2274479255,\n
          2274479256,\n
          2274479262,\n
          2274479263\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173550,\n
        "timestamp": "2013-04-20T23:03:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479455,\n
          2274479454,\n
          2274479464,\n
          2274479466,\n
          2274479455\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173551,\n
        "timestamp": "2013-04-20T23:03:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484330,\n
          2274484314,\n
          2274484313,\n
          2274484327,\n
          2274484330\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173552,\n
        "timestamp": "2013-04-20T23:03:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482216,\n
          2274482212,\n
          2274482228,\n
          2274482230,\n
          2274482216\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173553,\n
        "timestamp": "2013-04-20T23:03:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482712,\n
          2274482715,\n
          2274482717,\n
          2274482714,\n
          2274482712\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173555,\n
        "timestamp": "2013-04-20T23:03:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478407,\n
          2274478400,\n
          2274478402,\n
          2274478409,\n
          2274478407\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173556,\n
        "timestamp": "2013-04-20T23:03:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478168,\n
          2274478177,\n
          2274478178,\n
          2274478169,\n
          2274478168\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173558,\n
        "timestamp": "2013-04-20T23:03:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478930,\n
          2274478932,\n
          2274478926,\n
          2274478927,\n
          2274478930\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173559,\n
        "timestamp": "2013-04-20T23:03:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482514,\n
          2274482493,\n
          2274482491,\n
          2274482513,\n
          2274482514\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173560,\n
        "timestamp": "2013-04-20T23:03:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483668,\n
          2274483675,\n
          2274483677,\n
          2274483669,\n
          2274483668\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173561,\n
        "timestamp": "2013-04-20T23:03:55Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480338,\n
          2274480346,\n
          2274480349,\n
          2274480341,\n
          2274480338\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173562,\n
        "timestamp": "2013-04-20T23:03:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484754,\n
          2274484765,\n
          2274484767,\n
          2274484755,\n
          2274484754\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173563,\n
        "timestamp": "2013-04-20T23:03:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483735,\n
          2274483731,\n
          2274483736,\n
          2274483739,\n
          2274483735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173564,\n
        "timestamp": "2013-04-20T23:03:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482889,\n
          2274482897,\n
          2274482895,\n
          2274482888,\n
          2274482889\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173565,\n
        "timestamp": "2013-04-20T23:03:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484159,\n
          2274484158,\n
          2274484161,\n
          2274484160,\n
          2274484159\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173566,\n
        "timestamp": "2013-04-20T23:03:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478873,\n
          2274478874,\n
          2274478876,\n
          2274478875,\n
          2274478873\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173568,\n
        "timestamp": "2013-04-20T23:03:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482381,\n
          2274482362,\n
          2274482356,\n
          2274482380,\n
          2274482381\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173569,\n
        "timestamp": "2013-04-20T23:03:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484769,\n
          2274484770,\n
          2274484772,\n
          2274484771,\n
          2274484769\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173570,\n
        "timestamp": "2013-04-20T23:03:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483779,\n
          2274483799,\n
          2274483802,\n
          2274483781,\n
          2274483779\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173571,\n
        "timestamp": "2013-04-20T23:03:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480825,\n
          2274480827,\n
          2274480707,\n
          2274480701,\n
          2274480825\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173572,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          2274482787,\n
          2274482792,\n
          2274482794,\n
          2274482789,\n
          2274482780,\n
          2274482781,\n
          2274482771,\n
          2274482770,\n
          2274482768,\n
          2274482787\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173573,\n
        "timestamp": "2016-07-03T09:41:04Z",\n
        "version": 2,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274484844,\n
          2274484819,\n
          2274484815,\n
          2274484823,\n
          2274484844\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173574,\n
        "timestamp": "2013-04-20T23:03:56Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481336,\n
          2274481312,\n
          2274481320,\n
          2274481340,\n
          2274481336\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173575,\n
        "timestamp": "2013-04-20T23:03:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274485005,\n
          2274485006,\n
          2274484995,\n
          2274484990,\n
          2274485005\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173576,\n
        "timestamp": "2013-04-20T23:03:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482966,\n
          2274482944,\n
          2274482946,\n
          2274482964,\n
          2274482966\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173577,\n
        "timestamp": "2013-04-20T23:03:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478794,\n
          2274478818,\n
          2274478817,\n
          2274478791,\n
          2274478794\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173578,\n
        "timestamp": "2013-04-20T23:03:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483619,\n
          2274483621,\n
          2274483634,\n
          2274483629,\n
          2274483619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173579,\n
        "timestamp": "2013-04-20T23:03:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480816,\n
          2274480814,\n
          2274480735,\n
          2274480739,\n
          2274480816\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173581,\n
        "timestamp": "2013-04-20T23:03:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482773,\n
          2274482775,\n
          2274482767,\n
          2274482766,\n
          2274482773\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173582,\n
        "timestamp": "2013-04-20T23:03:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479980,\n
          2274479970,\n
          2274479965,\n
          2274479978,\n
          2274479980\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173583,\n
        "timestamp": "2013-04-20T23:03:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484106,\n
          2274484096,\n
          2274484097,\n
          2274484107,\n
          2274484106\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173584,\n
        "timestamp": "2013-04-20T23:03:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481311,\n
          2274481334,\n
          2274481465,\n
          2274481454,\n
          2274481311\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173585,\n
        "timestamp": "2013-04-20T23:03:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482579,\n
          2274482544,\n
          2274482535,\n
          2274482571,\n
          2274482579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173586,\n
        "timestamp": "2013-04-20T23:03:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484744,\n
          2274484742,\n
          2274484743,\n
          2274484745,\n
          2274484744\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173587,\n
        "timestamp": "2013-04-20T23:03:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478432,\n
          2274478428,\n
          2274478423,\n
          2274478426,\n
          2274478432\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173588,\n
        "timestamp": "2013-04-20T23:03:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484572,\n
          2274484549,\n
          2274484547,\n
          2274484570,\n
          2274484572\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173589,\n
        "timestamp": "2013-04-20T23:03:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274485023,\n
          2274485024,\n
          2274485022,\n
          2274485021,\n
          2274485023\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173590,\n
        "timestamp": "2013-04-20T23:03:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482435,\n
          2274482442,\n
          2274482474,\n
          2274482470,\n
          2274482435\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173603,\n
        "timestamp": "2013-04-20T23:04:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479908,\n
          2274479906,\n
          2274479927,\n
          2274479932,\n
          2274479908\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173604,\n
        "timestamp": "2013-04-20T23:04:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481593,\n
          2274481601,\n
          2274481574,\n
          2274481572,\n
          2274481593\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173605,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480040,\n
          2274480023,\n
          2274480020,\n
          2274480041,\n
          2274480050,\n
          2274480053,\n
          2274480040\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173606,\n
        "timestamp": "2013-04-20T23:04:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484968,\n
          2274484966,\n
          2274484967,\n
          2274484969,\n
          2274484968\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173607,\n
        "timestamp": "2013-04-20T23:04:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483476,\n
          2274483490,\n
          2274483403,\n
          2274483390,\n
          2274483476\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173608,\n
        "timestamp": "2013-04-20T23:04:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478198,\n
          2274478197,\n
          2274478210,\n
          2274478214,\n
          2274478198\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173609,\n
        "timestamp": "2013-04-20T23:04:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481534,\n
          2274481542,\n
          2274481560,\n
          2274481553,\n
          2274481534\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173611,\n
        "timestamp": "2013-04-20T23:04:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479432,\n
          2274479428,\n
          2274479424,\n
          2274479426,\n
          2274479432\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173612,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          2274482841,\n
          2274482842,\n
          2274482829,\n
          2274482827,\n
          2274482841\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173613,\n
        "timestamp": "2013-04-20T23:04:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479064,\n
          2274479067,\n
          2274479061,\n
          2274479060,\n
          2274479064\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173615,\n
        "timestamp": "2013-04-20T23:04:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484168,\n
          2274484172,\n
          2274484173,\n
          2274484171,\n
          2274484168\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173617,\n
        "timestamp": "2013-04-20T23:04:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481478,\n
          2274481481,\n
          2274481469,\n
          2274481463,\n
          2274481478\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173618,\n
        "timestamp": "2013-04-20T23:04:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480622,\n
          2274480531,\n
          2274480508,\n
          2274480542,\n
          2274480622\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173619,\n
        "timestamp": "2013-04-20T23:04:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479240,\n
          2274479241,\n
          2274479237,\n
          2274479236,\n
          2274479240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173620,\n
        "timestamp": "2013-04-20T23:04:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480096,\n
          2274480094,\n
          2274480156,\n
          2274480158,\n
          2274480096\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173621,\n
        "timestamp": "2013-04-20T23:04:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484433,\n
          2274484411,\n
          2274484435,\n
          2274484448,\n
          2274484433\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173622,\n
        "timestamp": "2013-04-20T23:04:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480691,\n
          2274480692,\n
          2274480679,\n
          2274480678,\n
          2274480691\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173623,\n
        "timestamp": "2013-04-20T23:04:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478678,\n
          2274478677,\n
          2274478693,\n
          2274478692,\n
          2274478678\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173624,\n
        "timestamp": "2013-04-20T23:04:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481527,\n
          2274481528,\n
          2274481546,\n
          2274481545,\n
          2274481527\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173625,\n
        "timestamp": "2013-04-20T23:04:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480045,\n
          2274480049,\n
          2274480019,\n
          2274480015,\n
          2274480045\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173626,\n
        "timestamp": "2013-04-20T23:04:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478978,\n
          2274478977,\n
          2274478975,\n
          2274478976,\n
          2274478978\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173627,\n
        "timestamp": "2013-04-20T23:04:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484143,\n
          2274484145,\n
          2274484134,\n
          2274484133,\n
          2274484143\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173628,\n
        "timestamp": "2013-04-20T23:04:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478641,\n
          2274478655,\n
          2274478657,\n
          2274478646,\n
          2274478641\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173630,\n
        "timestamp": "2013-04-20T23:04:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484017,\n
          2274483987,\n
          2274483985,\n
          2274484015,\n
          2274484017\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173631,\n
        "timestamp": "2013-04-20T23:04:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478124,\n
          2274478122,\n
          2274478123,\n
          2274478125,\n
          2274478124\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173633,\n
        "timestamp": "2023-05-14T17:58:31Z",\n
        "version": 2,\n
        "changeset": 136095736,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274482087,\n
          2274482096,\n
          2274482101,\n
          2274482091,\n
          2274482087\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173634,\n
        "timestamp": "2013-04-20T23:04:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478053,\n
          2274478059,\n
          2274478061,\n
          2274478055,\n
          2274478053\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173635,\n
        "timestamp": "2013-04-20T23:04:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480220,\n
          2274480288,\n
          2274480302,\n
          2274480232,\n
          2274480220\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173636,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 2,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480412,\n
          2274480319,\n
          2274480307,\n
          2274480298,\n
          2274480292,\n
          2274480347,\n
          2274480382,\n
          2274480430,\n
          2274480438,\n
          2274480412\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173637,\n
        "timestamp": "2013-04-20T23:04:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479825,\n
          2274479822,\n
          2274479770,\n
          2274479776,\n
          2274479825\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173638,\n
        "timestamp": "2013-04-20T23:04:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483125,\n
          2274483189,\n
          2274483192,\n
          2274483123,\n
          2274483125\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173639,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483048,\n
          2274483034,\n
          2274483029,\n
          2274483044,\n
          2274483061,\n
          2274483065,\n
          2274483069,\n
          2274483121,\n
          2274483118,\n
          2274483075,\n
          2274483071,\n
          2274483048\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173640,\n
        "timestamp": "2013-04-20T23:04:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480270,\n
          2274480257,\n
          2274480254,\n
          2274480269,\n
          2274480270\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173641,\n
        "timestamp": "2013-04-20T23:04:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480348,\n
          2274480317,\n
          2274480309,\n
          2274480343,\n
          2274480348\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173642,\n
        "timestamp": "2013-04-20T23:04:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484953,\n
          2274484954,\n
          2274484951,\n
          2274484952,\n
          2274484953\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173643,\n
        "timestamp": "2013-04-20T23:04:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479734,\n
          2274479732,\n
          2274479720,\n
          2274479721,\n
          2274479734\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173644,\n
        "timestamp": "2013-04-20T23:04:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479320,\n
          2274479328,\n
          2274479330,\n
          2274479321,\n
          2274479320\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173645,\n
        "timestamp": "2013-04-20T23:04:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482249,\n
          2274482246,\n
          2274482266,\n
          2274482268,\n
          2274482249\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173646,\n
        "timestamp": "2013-04-20T23:04:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480491,\n
          2274480486,\n
          2274480513,\n
          2274480515,\n
          2274480491\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173647,\n
        "timestamp": "2013-04-20T23:04:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484238,\n
          2274484225,\n
          2274484216,\n
          2274484235,\n
          2274484238\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173648,\n
        "timestamp": "2013-04-20T23:04:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483779,\n
          2274483781,\n
          2274483776,\n
          2274483774,\n
          2274483779\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173650,\n
        "timestamp": "2013-04-20T23:04:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479956,\n
          2274479957,\n
          2274479951,\n
          2274479949,\n
          2274479956\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173651,\n
        "timestamp": "2013-04-20T23:04:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479776,\n
          2274479770,\n
          2274479764,\n
          2274479766,\n
          2274479776\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173652,\n
        "timestamp": "2013-04-20T23:04:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482229,\n
          2274482215,\n
          2274482217,\n
          2274482235,\n
          2274482229\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173653,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483322,\n
          2274483358,\n
          2274483413,\n
          2274483466,\n
          2274483516,\n
          2274483515,\n
          2274483468,\n
          2274483415,\n
          2274483414,\n
          2274483417,\n
          2274483369,\n
          2274483376,\n
          2274483353,\n
          2274483314,\n
          2274483300,\n
          2274483302,\n
          2274483323,\n
          2274483322\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173654,\n
        "timestamp": "2013-04-20T23:04:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483797,\n
          2274483801,\n
          2274483785,\n
          2274483784,\n
          2274483797\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173655,\n
        "timestamp": "2013-04-20T23:04:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481647,\n
          2274481629,\n
          2274481625,\n
          2274481643,\n
          2274481647\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173656,\n
        "timestamp": "2013-04-20T23:04:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479732,\n
          2274479734,\n
          2274479742,\n
          2274479740,\n
          2274479732\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173657,\n
        "timestamp": "2013-04-20T23:04:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479554,\n
          2274479572,\n
          2274479533,\n
          2274479525,\n
          2274479554\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173658,\n
        "timestamp": "2013-04-20T23:04:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481101,\n
          2274481105,\n
          2274481062,\n
          2274481054,\n
          2274481101\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173659,\n
        "timestamp": "2013-04-20T23:04:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478106,\n
          2274478109,\n
          2274478105,\n
          2274478104,\n
          2274478106\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173660,\n
        "timestamp": "2013-04-20T23:04:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483662,\n
          2274483663,\n
          2274483647,\n
          2274483644,\n
          2274483662\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173661,\n
        "timestamp": "2013-04-20T23:04:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481288,\n
          2274481310,\n
          2274481324,\n
          2274481294,\n
          2274481288\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173662,\n
        "timestamp": "2013-04-20T23:04:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484510,\n
          2274484468,\n
          2274484462,\n
          2274484508,\n
          2274484510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173663,\n
        "timestamp": "2013-04-20T23:04:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484411,\n
          2274484433,\n
          2274484397,\n
          2274484389,\n
          2274484411\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173664,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 2,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274479318,\n
          2274479313,\n
          2274479312,\n
          2274479317,\n
          2274479315,\n
          2274479325,\n
          2274479324,\n
          2274479339,\n
          2274479344,\n
          2274479345,\n
          2274479340,\n
          2274479327,\n
          2274479318\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173665,\n
        "timestamp": "2013-04-20T23:04:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479658,\n
          2274479660,\n
          2274479656,\n
          2274479654,\n
          2274479658\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173666,\n
        "timestamp": "2013-04-20T23:04:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478774,\n
          2274478784,\n
          2274478781,\n
          2274478772,\n
          2274478774\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173667,\n
        "timestamp": "2013-04-20T23:04:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484087,\n
          2274484073,\n
          2274484071,\n
          2274484086,\n
          2274484087\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173668,\n
        "timestamp": "2013-04-20T23:04:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483578,\n
          2274483579,\n
          2274483591,\n
          2274483592,\n
          2274483578\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173669,\n
        "timestamp": "2013-04-20T23:04:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478889,\n
          2274478899,\n
          2274478897,\n
          2274478887,\n
          2274478889\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173670,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480626,\n
          2274480532,\n
          2274480527,\n
          2274480617,\n
          2274480657,\n
          2274480719,\n
          2274480728,\n
          2274480711,\n
          2274480665,\n
          2274480627,\n
          2274480626\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173671,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483590,\n
          2274483593,\n
          2274483594,\n
          2274483560,\n
          2274483556,\n
          2274483555,\n
          2274483552,\n
          2274483571,\n
          2274483585,\n
          2274483590\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173672,\n
        "timestamp": "2013-04-20T23:04:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481149,\n
          2274481194,\n
          2274481196,\n
          2274481153,\n
          2274481149\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173673,\n
        "timestamp": "2013-04-20T23:04:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480462,\n
          2274480469,\n
          2274480434,\n
          2274480419,\n
          2274480462\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173674,\n
        "timestamp": "2013-04-20T23:04:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484389,\n
          2274484397,\n
          2274484355,\n
          2274484341,\n
          2274484389\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173675,\n
        "timestamp": "2013-04-20T23:04:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479372,\n
          2274479373,\n
          2274479371,\n
          2274479366,\n
          2274479372\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173677,\n
        "timestamp": "2016-07-03T13:02:14Z",\n
        "version": 2,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274479145,\n
          2274479147,\n
          2274479126,\n
          2274479125,\n
          2274479145\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173678,\n
        "timestamp": "2013-04-20T23:04:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484342,\n
          2274484340,\n
          2274484359,\n
          2274484361,\n
          2274484342\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173679,\n
        "timestamp": "2013-04-20T23:04:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478257,\n
          2274478274,\n
          2274478272,\n
          2274478255,\n
          2274478257\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173680,\n
        "timestamp": "2013-04-20T23:04:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478103,\n
          2274478108,\n
          2274478107,\n
          2274478102,\n
          2274478103\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173681,\n
        "timestamp": "2024-05-26T19:40:20Z",\n
        "version": 3,\n
        "changeset": 151867386,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "nodes": [\n
          2274478240,\n
          2274478251,\n
          2274478254,\n
          2274478241,\n
          2274478240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173682,\n
        "timestamp": "2013-04-20T23:04:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478381,\n
          2274478388,\n
          2274478397,\n
          2274478395,\n
          2274478381\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173683,\n
        "timestamp": "2013-04-20T23:04:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480824,\n
          2274480829,\n
          2274480858,\n
          2274480852,\n
          2274480824\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173684,\n
        "timestamp": "2013-04-20T23:04:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481325,\n
          2274481350,\n
          2274481345,\n
          2274481318,\n
          2274481325\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173685,\n
        "timestamp": "2013-04-20T23:04:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481969,\n
          2274481964,\n
          2274481976,\n
          2274481990,\n
          2274481969\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173686,\n
        "timestamp": "2013-04-20T23:04:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478421,\n
          2274478415,\n
          2274478420,\n
          2274478424,\n
          2274478421\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173687,\n
        "timestamp": "2013-04-20T23:04:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484928,\n
          2274484927,\n
          2274484931,\n
          2274484933,\n
          2274484928\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173688,\n
        "timestamp": "2016-07-03T13:02:29Z",\n
        "version": 3,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274482395,\n
          2274482447,\n
          2274482449,\n
          2274482393,\n
          2274482394,\n
          2274482395\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173689,\n
        "timestamp": "2013-04-20T23:04:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478216,\n
          2274478232,\n
          2274478233,\n
          2274478220,\n
          2274478216\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173690,\n
        "timestamp": "2013-04-20T23:04:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478119,\n
          2274478121,\n
          2274478120,\n
          2274478118,\n
          2274478119\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173691,\n
        "timestamp": "2013-04-20T23:04:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480230,\n
          2274480202,\n
          2274480194,\n
          2274480218,\n
          2274480230\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173693,\n
        "timestamp": "2013-04-20T23:04:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479202,\n
          2274479199,\n
          2274479198,\n
          2274479200,\n
          2274479202\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173694,\n
        "timestamp": "2013-04-20T23:04:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478880,\n
          2274478885,\n
          2274478884,\n
          2274478879,\n
          2274478880\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173695,\n
        "timestamp": "2013-04-20T23:04:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484724,\n
          2274484731,\n
          2274484732,\n
          2274484726,\n
          2274484724\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173696,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480369,\n
          2274480283,\n
          2274480259,\n
          2274480208,\n
          2274480200,\n
          2274480250,\n
          2274480279,\n
          2274480352,\n
          2274480392,\n
          2274480441,\n
          2274480443,\n
          2274480410,\n
          2274480369\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173697,\n
        "timestamp": "2013-04-20T23:04:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484801,\n
          2274484788,\n
          2274484785,\n
          2274484800,\n
          2274484801\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173699,\n
        "timestamp": "2013-04-20T23:04:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484708,\n
          2274484710,\n
          2274484703,\n
          2274484701,\n
          2274484708\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173700,\n
        "timestamp": "2013-04-20T23:04:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482179,\n
          2274482203,\n
          2274482202,\n
          2274482178,\n
          2274482179\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173701,\n
        "timestamp": "2013-04-20T23:04:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481739,\n
          2274481790,\n
          2274481796,\n
          2274481743,\n
          2274481739\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173702,\n
        "timestamp": "2023-06-20T06:19:02Z",\n
        "version": 2,\n
        "changeset": 137545460,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          2274482568,\n
          2274482539,\n
          2274482537,\n
          2274482553,\n
          2274482552,\n
          2274482561,\n
          2274482591,\n
          2274482636,\n
          2274482662,\n
          2274482663,\n
          2274482643,\n
          2274482597,\n
          2274482568\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173703,\n
        "timestamp": "2013-04-20T23:04:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482253,\n
          2274482300,\n
          2274482297,\n
          2274482240,\n
          2274482253\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173704,\n
        "timestamp": "2013-04-20T23:04:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484692,\n
          2274484698,\n
          2274484699,\n
          2274484694,\n
          2274484692\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173705,\n
        "timestamp": "2013-04-20T23:04:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480174,\n
          2274480193,\n
          2274480176,\n
          2274480160,\n
          2274480174\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173706,\n
        "timestamp": "2013-04-20T23:04:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483470,\n
          2274483472,\n
          2274483506,\n
          2274483505,\n
          2274483470\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173707,\n
        "timestamp": "2013-04-20T23:04:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481237,\n
          2274481243,\n
          2274481265,\n
          2274481252,\n
          2274481237\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173708,\n
        "timestamp": "2013-04-20T23:04:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482587,\n
          2274482631,\n
          2274482606,\n
          2274482585,\n
          2274482587\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173709,\n
        "timestamp": "2013-04-20T23:04:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482417,\n
          2274482420,\n
          2274482404,\n
          2274482402,\n
          2274482417\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173710,\n
        "timestamp": "2013-04-20T23:04:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478899,\n
          2274478889,\n
          2274478893,\n
          2274478901,\n
          2274478899\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173711,\n
        "timestamp": "2013-04-20T23:04:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478877,\n
          2274478878,\n
          2274478881,\n
          2274478882,\n
          2274478877\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173712,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483574,\n
          2274483588,\n
          2274483595,\n
          2274483612,\n
          2274483637,\n
          2274483628,\n
          2274483645,\n
          2274483654,\n
          2274483656,\n
          2274483646,\n
          2274483638,\n
          2274483639,\n
          2274483636,\n
          2274483613,\n
          2274483598,\n
          2274483589,\n
          2274483587,\n
          2274483561,\n
          2274483547,\n
          2274483542,\n
          2274483548,\n
          2274483543,\n
          2274483569,\n
          2274483573,\n
          2274483574\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173713,\n
        "timestamp": "2013-04-20T23:04:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481002,\n
          2274480993,\n
          2274481007,\n
          2274481012,\n
          2274481002\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173714,\n
        "timestamp": "2023-06-20T06:19:02Z",\n
        "version": 2,\n
        "changeset": 137545460,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          2274482705,\n
          2274482716,\n
          2274482722,\n
          2274482723,\n
          2274482724,\n
          2274482725,\n
          2274482718,\n
          2274482706,\n
          2274482704,\n
          2274482703,\n
          2274482702,\n
          2274482701,\n
          2274482699,\n
          2274482705\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173716,\n
        "timestamp": "2013-04-20T23:04:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479210,\n
          2274479209,\n
          2274479211,\n
          2274479212,\n
          2274479210\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173717,\n
        "timestamp": "2013-04-20T23:04:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481901,\n
          2274481890,\n
          2274481921,\n
          2274481929,\n
          2274481901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173719,\n
        "timestamp": "2013-04-20T23:04:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483458,\n
          2274483457,\n
          2274483492,\n
          2274483489,\n
          2274483458\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173720,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480339,\n
          2274480285,\n
          2274480265,\n
          2274480260,\n
          2274480280,\n
          2274480282,\n
          2274480325,\n
          2274480417,\n
          2274480425,\n
          2274480339\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173721,\n
        "timestamp": "2013-04-20T23:04:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478376,\n
          2274478366,\n
          2274478361,\n
          2274478363,\n
          2274478376\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173722,\n
        "timestamp": "2013-04-20T23:04:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478212,\n
          2274478196,\n
          2274478195,\n
          2274478211,\n
          2274478212\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173723,\n
        "timestamp": "2013-04-20T23:04:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481667,\n
          2274481637,\n
          2274481635,\n
          2274481658,\n
          2274481667\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173724,\n
        "timestamp": "2013-04-20T23:04:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479480,\n
          2274479476,\n
          2274479482,\n
          2274479485,\n
          2274479480\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173725,\n
        "timestamp": "2013-04-20T23:04:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484273,\n
          2274484284,\n
          2274484285,\n
          2274484275,\n
          2274484273\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173727,\n
        "timestamp": "2013-04-20T23:04:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481422,\n
          2274481424,\n
          2274481383,\n
          2274481380,\n
          2274481422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173728,\n
        "timestamp": "2013-04-20T23:04:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484744,\n
          2274484740,\n
          2274484738,\n
          2274484742,\n
          2274484744\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173729,\n
        "timestamp": "2013-04-20T23:04:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479230,\n
          2274479232,\n
          2274479233,\n
          2274479231,\n
          2274479230\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173730,\n
        "timestamp": "2013-04-20T23:04:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482002,\n
          2274481984,\n
          2274481981,\n
          2274481996,\n
          2274482002\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173731,\n
        "timestamp": "2013-04-20T23:04:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482408,\n
          2274482403,\n
          2274482401,\n
          2274482407,\n
          2274482408\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173732,\n
        "timestamp": "2013-04-20T23:04:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478873,\n
          2274478871,\n
          2274478872,\n
          2274478874,\n
          2274478873\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173733,\n
        "timestamp": "2013-04-20T23:04:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481911,\n
          2274481862,\n
          2274481864,\n
          2274481912,\n
          2274481911\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173734,\n
        "timestamp": "2013-04-20T23:04:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484222,\n
          2274484204,\n
          2274484233,\n
          2274484237,\n
          2274484222\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173735,\n
        "timestamp": "2013-04-20T23:04:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484333,\n
          2274484377,\n
          2274484386,\n
          2274484344,\n
          2274484333\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173736,\n
        "timestamp": "2013-04-20T23:04:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483443,\n
          2274483418,\n
          2274483419,\n
          2274483445,\n
          2274483443\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173737,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479203,\n
          2274479202,\n
          2274479200,\n
          2274479201,\n
          2274479203\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173738,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479585,\n
          2274479600,\n
          2274479601,\n
          2274479588,\n
          2274479585\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173739,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481860,\n
          2274481930,\n
          2274481932,\n
          2274481885,\n
          2274481860\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173740,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478398,\n
          2274478396,\n
          2274478386,\n
          2274478389,\n
          2274478398\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173741,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481969,\n
          2274481990,\n
          2274481995,\n
          2274481975,\n
          2274481969\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173742,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483995,\n
          2274483997,\n
          2274483983,\n
          2274483981,\n
          2274483995\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173743,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478047,\n
          2274478051,\n
          2274478057,\n
          2274478049,\n
          2274478047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173744,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484884,\n
          2274484889,\n
          2274484886,\n
          2274484882,\n
          2274484884\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173745,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478721,\n
          2274478720,\n
          2274478726,\n
          2274478727,\n
          2274478721\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173746,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483519,\n
          2274483527,\n
          2274483482,\n
          2274483491,\n
          2274483519\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173747,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483453,\n
          2274483501,\n
          2274483474,\n
          2274483432,\n
          2274483453\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173748,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478647,\n
          2274478637,\n
          2274478633,\n
          2274478643,\n
          2274478647\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173749,\n
        "timestamp": "2013-04-20T23:04:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480449,\n
          2274480495,\n
          2274480503,\n
          2274480455,\n
          2274480449\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173750,\n
        "timestamp": "2013-04-20T23:04:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479122,\n
          2274479136,\n
          2274479137,\n
          2274479123,\n
          2274479122\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173752,\n
        "timestamp": "2013-04-20T23:04:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479033,\n
          2274479000,\n
          2274478999,\n
          2274479028,\n
          2274479033\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173753,\n
        "timestamp": "2013-04-20T23:04:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481298,\n
          2274481338,\n
          2274481356,\n
          2274481327,\n
          2274481298\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173754,\n
        "timestamp": "2016-07-03T13:01:47Z",\n
        "version": 2,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274483831,\n
          2274483829,\n
          2274483850,\n
          2274483852,\n
          2274483831\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173755,\n
        "timestamp": "2013-04-20T23:04:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479820,\n
          2274479818,\n
          2274479845,\n
          2274479854,\n
          2274479820\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173757,\n
        "timestamp": "2013-04-20T23:04:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482229,\n
          2274482235,\n
          2274482243,\n
          2274482241,\n
          2274482229\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173758,\n
        "timestamp": "2013-04-20T23:04:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482128,\n
          2274482124,\n
          2274482130,\n
          2274482131,\n
          2274482128\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173760,\n
        "timestamp": "2013-04-20T23:04:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480422,\n
          2274480471,\n
          2274480478,\n
          2274480431,\n
          2274480422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173761,\n
        "timestamp": "2013-04-20T23:04:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478762,\n
          2274478763,\n
          2274478761,\n
          2274478759,\n
          2274478762\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173762,\n
        "timestamp": "2013-04-20T23:04:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480390,\n
          2274480421,\n
          2274480420,\n
          2274480388,\n
          2274480390\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173763,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 2,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274479323,\n
          2274479334,\n
          2274479342,\n
          2274479343,\n
          2274479336,\n
          2274479330,\n
          2274479328,\n
          2274479320,\n
          2274479316,\n
          2274479314,\n
          2274479323\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173764,\n
        "timestamp": "2016-07-03T13:02:04Z",\n
        "version": 2,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274479143,\n
          2274479145,\n
          2274479125,\n
          2274479124,\n
          2274479143\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173766,\n
        "timestamp": "2013-04-20T23:04:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481459,\n
          2274481461,\n
          2274481397,\n
          2274481387,\n
          2274481459\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173767,\n
        "timestamp": "2013-04-20T23:04:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479852,\n
          2274479876,\n
          2274479875,\n
          2274479849,\n
          2274479852\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173768,\n
        "timestamp": "2013-04-20T23:04:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479441,\n
          2274479444,\n
          2274479450,\n
          2274479443,\n
          2274479441\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173769,\n
        "timestamp": "2013-04-20T23:04:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482672,\n
          2274482670,\n
          2274482673,\n
          2274482674,\n
          2274482672\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173772,\n
        "timestamp": "2013-04-20T23:04:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483209,\n
          2274483196,\n
          2274483226,\n
          2274483245,\n
          2274483209\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173773,\n
        "timestamp": "2013-04-20T23:04:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480154,\n
          2274480152,\n
          2274480263,\n
          2274480266,\n
          2274480154\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173774,\n
        "timestamp": "2013-04-20T23:04:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482212,\n
          2274482216,\n
          2274482208,\n
          2274482207,\n
          2274482212\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173775,\n
        "timestamp": "2013-04-20T23:04:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482733,\n
          2274482743,\n
          2274482741,\n
          2274482732,\n
          2274482733\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173776,\n
        "timestamp": "2013-04-20T23:04:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483683,\n
          2274483680,\n
          2274483681,\n
          2274483684,\n
          2274483683\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173778,\n
        "timestamp": "2013-04-20T23:04:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481860,\n
          2274481885,\n
          2274481835,\n
          2274481829,\n
          2274481860\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173779,\n
        "timestamp": "2013-04-20T23:04:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478369,\n
          2274478377,\n
          2274478374,\n
          2274478365,\n
          2274478369\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173780,\n
        "timestamp": "2013-04-20T23:04:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482401,\n
          2274482403,\n
          2274482370,\n
          2274482369,\n
          2274482401\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173781,\n
        "timestamp": "2013-04-20T23:04:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482478,\n
          2274482479,\n
          2274482497,\n
          2274482495,\n
          2274482478\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173782,\n
        "timestamp": "2013-04-20T23:04:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479761,\n
          2274479763,\n
          2274479710,\n
          2274479708,\n
          2274479761\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173783,\n
        "timestamp": "2013-04-20T23:04:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484273,\n
          2274484267,\n
          2274484281,\n
          2274484284,\n
          2274484273\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173784,\n
        "timestamp": "2013-04-20T23:04:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481496,\n
          2274481487,\n
          2274481502,\n
          2274481509,\n
          2274481496\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173785,\n
        "timestamp": "2013-04-20T23:04:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478867,\n
          2274478868,\n
          2274478869,\n
          2274478870,\n
          2274478867\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173786,\n
        "timestamp": "2013-04-20T23:04:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481159,\n
          2274481203,\n
          2274481208,\n
          2274481168,\n
          2274481159\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173787,\n
        "timestamp": "2013-04-20T23:04:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479944,\n
          2274479959,\n
          2274479961,\n
          2274479947,\n
          2274479944\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173789,\n
        "timestamp": "2013-04-20T23:04:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480102,\n
          2274480104,\n
          2274480168,\n
          2274480170,\n
          2274480102\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173790,\n
        "timestamp": "2013-04-20T23:04:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479403,\n
          2274479398,\n
          2274479397,\n
          2274479401,\n
          2274479403\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173791,\n
        "timestamp": "2013-04-20T23:04:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479457,\n
          2274479458,\n
          2274479446,\n
          2274479445,\n
          2274479457\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173792,\n
        "timestamp": "2013-04-20T23:04:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481228,\n
          2274481283,\n
          2274481301,\n
          2274481247,\n
          2274481228\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173793,\n
        "timestamp": "2013-04-20T23:04:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478415,\n
          2274478421,\n
          2274478419,\n
          2274478413,\n
          2274478415\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173794,\n
        "timestamp": "2013-04-20T23:04:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483770,\n
          2274483773,\n
          2274483767,\n
          2274483766,\n
          2274483770\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173795,\n
        "timestamp": "2013-04-20T23:04:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478403,\n
          2274478401,\n
          2274478392,\n
          2274478394,\n
          2274478403\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173797,\n
        "timestamp": "2013-04-20T23:04:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478142,\n
          2274478139,\n
          2274478141,\n
          2274478144,\n
          2274478142\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173798,\n
        "timestamp": "2013-04-20T23:04:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479196,\n
          2274479197,\n
          2274479195,\n
          2274479194,\n
          2274479196\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173799,\n
        "timestamp": "2013-04-20T23:04:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479234,\n
          2274479238,\n
          2274479239,\n
          2274479235,\n
          2274479234\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173801,\n
        "timestamp": "2013-04-20T23:04:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482805,\n
          2274482804,\n
          2274482799,\n
          2274482798,\n
          2274482805\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173802,\n
        "timestamp": "2013-04-20T23:04:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482962,\n
          2274482964,\n
          2274482946,\n
          2274482941,\n
          2274482962\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173803,\n
        "timestamp": "2013-04-20T23:04:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482434,\n
          2274482433,\n
          2274482464,\n
          2274482466,\n
          2274482434\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173804,\n
        "timestamp": "2013-04-20T23:04:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480994,\n
          2274481001,\n
          2274480982,\n
          2274480978,\n
          2274480994\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173805,\n
        "timestamp": "2013-04-20T23:04:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479001,\n
          2274479002,\n
          2274478998,\n
          2274478997,\n
          2274479001\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173807,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274481263,\n
          2274481267,\n
          2274481204,\n
          2274481189,\n
          2274481241,\n
          2274481300,\n
          2274481306,\n
          2274481330,\n
          2274481323,\n
          2274481343,\n
          2274481385,\n
          2274481403,\n
          2274481359,\n
          2274481342,\n
          2274481316,\n
          2274481297,\n
          2274481296,\n
          2274481263\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173808,\n
        "timestamp": "2013-04-20T23:04:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483320,\n
          2274483344,\n
          2274483334,\n
          2274483316,\n
          2274483320\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173809,\n
        "timestamp": "2013-04-20T23:04:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479834,\n
          2274479858,\n
          2274479862,\n
          2274479836,\n
          2274479834\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173810,\n
        "timestamp": "2013-04-20T23:04:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478627,\n
          2274478624,\n
          2274478629,\n
          2274478631,\n
          2274478627\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173811,\n
        "timestamp": "2013-04-20T23:04:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484961,\n
          2274484962,\n
          2274484965,\n
          2274484964,\n
          2274484961\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173812,\n
        "timestamp": "2013-04-20T23:04:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484116,\n
          2274484109,\n
          2274484108,\n
          2274484115,\n
          2274484116\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173813,\n
        "timestamp": "2013-04-20T23:04:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483693,\n
          2274483695,\n
          2274483690,\n
          2274483686,\n
          2274483693\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173814,\n
        "timestamp": "2013-04-20T23:04:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483633,\n
          2274483642,\n
          2274483643,\n
          2274483635,\n
          2274483633\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173815,\n
        "timestamp": "2013-04-20T23:04:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480696,\n
          2274480668,\n
          2274480671,\n
          2274480698,\n
          2274480696\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173816,\n
        "timestamp": "2013-04-20T23:04:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480528,\n
          2274480525,\n
          2274480545,\n
          2274480549,\n
          2274480528\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173817,\n
        "timestamp": "2013-04-20T23:04:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483882,\n
          2274483884,\n
          2274483867,\n
          2274483865,\n
          2274483882\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173818,\n
        "timestamp": "2013-04-20T23:04:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274485010,\n
          2274485011,\n
          2274485004,\n
          2274485001,\n
          2274485010\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173819,\n
        "timestamp": "2013-04-20T23:04:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482140,\n
          2274482152,\n
          2274482154,\n
          2274482142,\n
          2274482140\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173820,\n
        "timestamp": "2013-04-20T23:04:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481303,\n
          2274481273,\n
          2274481269,\n
          2274481299,\n
          2274481303\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173821,\n
        "timestamp": "2013-04-20T23:04:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478318,\n
          2274478319,\n
          2274478343,\n
          2274478340,\n
          2274478318\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173822,\n
        "timestamp": "2013-04-20T23:04:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479207,\n
          2274479208,\n
          2274479205,\n
          2274479204,\n
          2274479207\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173823,\n
        "timestamp": "2013-04-20T23:04:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478191,\n
          2274478175,\n
          2274478174,\n
          2274478187,\n
          2274478191\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173824,\n
        "timestamp": "2013-04-20T23:04:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484641,\n
          2274484638,\n
          2274484645,\n
          2274484646,\n
          2274484641\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173827,\n
        "timestamp": "2013-04-20T23:04:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484241,\n
          2274484244,\n
          2274484245,\n
          2274484242,\n
          2274484241\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173828,\n
        "timestamp": "2013-04-20T23:04:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480031,\n
          2274480036,\n
          2274479954,\n
          2274479946,\n
          2274480031\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173829,\n
        "timestamp": "2013-04-20T23:04:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484811,\n
          2274484809,\n
          2274484810,\n
          2274484813,\n
          2274484811\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173830,\n
        "timestamp": "2013-04-20T23:04:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481833,\n
          2274481843,\n
          2274481778,\n
          2274481772,\n
          2274481833\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173831,\n
        "timestamp": "2013-04-20T23:04:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477984,\n
          2274477982,\n
          2274477967,\n
          2274477973,\n
          2274477984\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173832,\n
        "timestamp": "2013-04-20T23:04:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481351,\n
          2274481362,\n
          2274481364,\n
          2274481354,\n
          2274481351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173833,\n
        "timestamp": "2013-04-20T23:04:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483726,\n
          2274483724,\n
          2274483722,\n
          2274483725,\n
          2274483726\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173834,\n
        "timestamp": "2013-04-20T23:04:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482074,\n
          2274482057,\n
          2274482055,\n
          2274482072,\n
          2274482074\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173835,\n
        "timestamp": "2013-04-20T23:04:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484794,\n
          2274484796,\n
          2274484786,\n
          2274484784,\n
          2274484794\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173836,\n
        "timestamp": "2013-04-20T23:04:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478758,\n
          2274478740,\n
          2274478742,\n
          2274478760,\n
          2274478758\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173837,\n
        "timestamp": "2013-04-20T23:04:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483006,\n
          2274483010,\n
          2274483008,\n
          2274483002,\n
          2274483006\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173838,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          2274482788,\n
          2274482785,\n
          2274482784,\n
          2274482783,\n
          2274482793,\n
          2274482795,\n
          2274482790,\n
          2274482791,\n
          2274482788\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173839,\n
        "timestamp": "2013-04-20T23:04:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478403,\n
          2274478411,\n
          2274478410,\n
          2274478401,\n
          2274478403\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173840,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484539,\n
          2274484551,\n
          2274484516,\n
          2274484506,\n
          2274484539\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173841,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484293,\n
          2274484291,\n
          2274484290,\n
          2274484292,\n
          2274484293\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173842,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478860,\n
          2274478858,\n
          2274478859,\n
          2274478864,\n
          2274478860\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173843,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481680,\n
          2274481692,\n
          2274481729,\n
          2274481723,\n
          2274481680\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173845,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482975,\n
          2274483019,\n
          2274483014,\n
          2274482977,\n
          2274482975\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173846,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483743,\n
          2274483747,\n
          2274483749,\n
          2274483745,\n
          2274483743\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173847,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480476,\n
          2274480473,\n
          2274480490,\n
          2274480494,\n
          2274480476\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173848,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482260,\n
          2274482258,\n
          2274482206,\n
          2274482204,\n
          2274482260\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173849,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482682,\n
          2274482677,\n
          2274482676,\n
          2274482679,\n
          2274482682\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173851,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484923,\n
          2274484924,\n
          2274484927,\n
          2274484928,\n
          2274484923\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173852,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478820,\n
          2274478821,\n
          2274478830,\n
          2274478828,\n
          2274478820\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173853,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478516,\n
          2274478504,\n
          2274478498,\n
          2274478506,\n
          2274478516\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173854,\n
        "timestamp": "2013-04-20T23:04:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483569,\n
          2274483543,\n
          2274483540,\n
          2274483567,\n
          2274483569\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173856,\n
        "timestamp": "2013-04-20T23:04:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479818,\n
          2274479820,\n
          2274479774,\n
          2274479772,\n
          2274479818\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173857,\n
        "timestamp": "2013-04-20T23:04:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480011,\n
          2274480008,\n
          2274480026,\n
          2274480017,\n
          2274480011\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173858,\n
        "timestamp": "2013-04-20T23:04:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484240,\n
          2274484246,\n
          2274484247,\n
          2274484243,\n
          2274484240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173859,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 2,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274479423,\n
          2274479421,\n
          2274479420,\n
          2274479422,\n
          2274479429,\n
          2274479427,\n
          2274479433,\n
          2274479440,\n
          2274479442,\n
          2274479435,\n
          2274479431,\n
          2274479423\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173860,\n
        "timestamp": "2013-04-20T23:04:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478431,\n
          2274478430,\n
          2274478417,\n
          2274478418,\n
          2274478431\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173861,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484089,\n
          2274484083,\n
          2274484075,\n
          2274484079,\n
          2274484089\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173863,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480386,\n
          2274480428,\n
          2274480432,\n
          2274480396,\n
          2274480386\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173865,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479334,\n
          2274479323,\n
          2274479322,\n
          2274479332,\n
          2274479334\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173866,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478244,\n
          2274478245,\n
          2274478217,\n
          2274478213,\n
          2274478244\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173868,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477992,\n
          2274478013,\n
          2274478017,\n
          2274478015,\n
          2274477992\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173870,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478110,\n
          2274478111,\n
          2274478112,\n
          2274478113,\n
          2274478110\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173871,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477898,\n
          2274477892,\n
          2274477894,\n
          2274477901,\n
          2274477898\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173872,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478785,\n
          2274478763,\n
          2274478762,\n
          2274478787,\n
          2274478785\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173873,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478343,\n
          2274478347,\n
          2274478370,\n
          2274478368,\n
          2274478343\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173874,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478432,\n
          2274478426,\n
          2274478427,\n
          2274478434,\n
          2274478432\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173875,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481491,\n
          2274481499,\n
          2274481489,\n
          2274481484,\n
          2274481491\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173876,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479842,\n
          2274479810,\n
          2274479827,\n
          2274479838,\n
          2274479842\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173877,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483488,\n
          2274483512,\n
          2274483416,\n
          2274483400,\n
          2274483488\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173878,\n
        "timestamp": "2013-04-20T23:04:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479889,\n
          2274479893,\n
          2274479905,\n
          2274479907,\n
          2274479889\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173879,\n
        "timestamp": "2013-04-20T23:04:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483373,\n
          2274483345,\n
          2274483346,\n
          2274483374,\n
          2274483373\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173880,\n
        "timestamp": "2013-04-20T23:04:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480765,\n
          2274480844,\n
          2274480840,\n
          2274480755,\n
          2274480765\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173881,\n
        "timestamp": "2013-04-20T23:04:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478267,\n
          2274478292,\n
          2274478306,\n
          2274478287,\n
          2274478267\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173882,\n
        "timestamp": "2013-04-20T23:04:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478526,\n
          2274478528,\n
          2274478520,\n
          2274478518,\n
          2274478526\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173883,\n
        "timestamp": "2013-04-20T23:04:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483896,\n
          2274483863,\n
          2274483858,\n
          2274483891,\n
          2274483896\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173885,\n
        "timestamp": "2013-04-20T23:04:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479047,\n
          2274479045,\n
          2274479046,\n
          2274479048,\n
          2274479047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173886,\n
        "timestamp": "2013-04-20T23:04:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478138,\n
          2274478135,\n
          2274478130,\n
          2274478133,\n
          2274478138\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173887,\n
        "timestamp": "2013-04-20T23:04:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478035,\n
          2274478034,\n
          2274478036,\n
          2274478037,\n
          2274478035\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173889,\n
        "timestamp": "2013-04-20T23:04:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482756,\n
          2274482762,\n
          2274482764,\n
          2274482758,\n
          2274482756\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173890,\n
        "timestamp": "2013-04-20T23:04:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483576,\n
          2274483580,\n
          2274483570,\n
          2274483568,\n
          2274483576\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173891,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480740,\n
          2274480733,\n
          2274480759,\n
          2274480826,\n
          2274480830,\n
          2274480862,\n
          2274480866,\n
          2274480853,\n
          2274480835,\n
          2274480802,\n
          2274480812,\n
          2274480744,\n
          2274480742,\n
          2274480721,\n
          2274480716,\n
          2274480740\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173892,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          2274479119,\n
          2274479117,\n
          2274479130,\n
          2274479131,\n
          2274479132,\n
          2274479111,\n
          2274479109,\n
          2274479118,\n
          2274479119\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173893,\n
        "timestamp": "2013-04-20T23:04:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479379,\n
          2274479378,\n
          2274479383,\n
          2274479384,\n
          2274479379\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173894,\n
        "timestamp": "2016-07-03T13:02:33Z",\n
        "version": 2,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274483790,\n
          2274483806,\n
          2274483810,\n
          2274483812,\n
          2274483791,\n
          2274483790\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173895,\n
        "timestamp": "2013-04-20T23:04:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483138,\n
          2274483079,\n
          2274483077,\n
          2274483135,\n
          2274483138\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173896,\n
        "timestamp": "2013-04-20T23:04:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479950,\n
          2274479939,\n
          2274479929,\n
          2274479942,\n
          2274479950\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173897,\n
        "timestamp": "2013-04-20T23:04:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478733,\n
          2274478736,\n
          2274478731,\n
          2274478728,\n
          2274478733\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173898,\n
        "timestamp": "2014-10-25T11:18:36Z",\n
        "version": 2,\n
        "changeset": 26318890,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          2274478034,\n
          2274478035,\n
          2274478033,\n
          2274478032,\n
          2274478034\n
        ],\n
        "tags": {\n
          "amenity": "shelter",\n
          "building": "yes",\n
          "name": "Granges de Bezonnes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173899,\n
        "timestamp": "2013-04-20T23:04:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482728,\n
          2274482730,\n
          2274482731,\n
          2274482729,\n
          2274482728\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173900,\n
        "timestamp": "2013-04-20T23:04:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482037,\n
          2274482059,\n
          2274482070,\n
          2274482048,\n
          2274482037\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173901,\n
        "timestamp": "2013-04-20T23:04:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482157,\n
          2274482156,\n
          2274482160,\n
          2274482161,\n
          2274482157\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173903,\n
        "timestamp": "2013-04-20T23:04:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484092,\n
          2274484093,\n
          2274484090,\n
          2274484084,\n
          2274484092\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173904,\n
        "timestamp": "2013-04-20T23:04:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484241,\n
          2274484242,\n
          2274484236,\n
          2274484234,\n
          2274484241\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173905,\n
        "timestamp": "2013-04-20T23:04:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478115,\n
          2274478117,\n
          2274478116,\n
          2274478114,\n
          2274478115\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173906,\n
        "timestamp": "2013-04-20T23:04:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478677,\n
          2274478678,\n
          2274478676,\n
          2274478675,\n
          2274478677\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173907,\n
        "timestamp": "2013-04-20T23:04:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482232,\n
          2274482318,\n
          2274482325,\n
          2274482234,\n
          2274482232\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173910,\n
        "timestamp": "2013-04-20T23:04:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478854,\n
          2274478856,\n
          2274478855,\n
          2274478853,\n
          2274478854\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173912,\n
        "timestamp": "2013-04-20T23:04:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481510,\n
          2274481519,\n
          2274481634,\n
          2274481628,\n
          2274481510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173913,\n
        "timestamp": "2013-04-20T23:04:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484798,\n
          2274484799,\n
          2274484795,\n
          2274484791,\n
          2274484798\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173914,\n
        "timestamp": "2013-04-20T23:04:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480875,\n
          2274480879,\n
          2274480900,\n
          2274480897,\n
          2274480875\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173916,\n
        "timestamp": "2013-04-20T23:04:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484712,\n
          2274484715,\n
          2274484706,\n
          2274484704,\n
          2274484712\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173917,\n
        "timestamp": "2024-05-26T19:41:10Z",\n
        "version": 2,\n
        "changeset": 151867386,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "nodes": [\n
          2274478297,\n
          2274478303,\n
          2274478327,\n
          2274478323,\n
          2274478297\n
        ],\n
        "tags": {\n
          "addr:housenumber": "30",\n
          "addr:street": "Chemin du Traige",\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173918,\n
        "timestamp": "2013-04-20T23:04:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483306,\n
          2274483308,\n
          2274483296,\n
          2274483265,\n
          2274483306\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173919,\n
        "timestamp": "2013-04-20T23:04:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478406,\n
          2274478408,\n
          2274478414,\n
          2274478412,\n
          2274478406\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173920,\n
        "timestamp": "2013-04-20T23:04:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478794,\n
          2274478797,\n
          2274478819,\n
          2274478818,\n
          2274478794\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173921,\n
        "timestamp": "2013-04-20T23:04:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481485,\n
          2274481488,\n
          2274481474,\n
          2274481473,\n
          2274481485\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173922,\n
        "timestamp": "2013-04-20T23:04:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477894,\n
          2274477892,\n
          2274477887,\n
          2274477890,\n
          2274477894\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173924,\n
        "timestamp": "2013-04-20T23:04:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480944,\n
          2274480985,\n
          2274480990,\n
          2274480955,\n
          2274480944\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173925,\n
        "timestamp": "2013-04-20T23:04:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483340,\n
          2274483343,\n
          2274483311,\n
          2274483309,\n
          2274483340\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173926,\n
        "timestamp": "2013-04-20T23:04:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482239,\n
          2274482238,\n
          2274482225,\n
          2274482226,\n
          2274482239\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173927,\n
        "timestamp": "2013-04-20T23:04:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480047,\n
          2274480042,\n
          2274480051,\n
          2274480056,\n
          2274480047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173928,\n
        "timestamp": "2013-04-20T23:04:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478295,\n
          2274478271,\n
          2274478275,\n
          2274478302,\n
          2274478295\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173929,\n
        "timestamp": "2013-04-20T23:04:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484514,\n
          2274484497,\n
          2274484480,\n
          2274484512,\n
          2274484514\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173930,\n
        "timestamp": "2013-04-20T23:04:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481245,\n
          2274481250,\n
          2274481314,\n
          2274481307,\n
          2274481245\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173931,\n
        "timestamp": "2013-04-20T23:04:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480596,\n
          2274480655,\n
          2274480656,\n
          2274480620,\n
          2274480596\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173932,\n
        "timestamp": "2013-04-20T23:04:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479936,\n
          2274479934,\n
          2274479937,\n
          2274479940,\n
          2274479936\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173933,\n
        "timestamp": "2013-04-20T23:04:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478833,\n
          2274478838,\n
          2274478839,\n
          2274478834,\n
          2274478833\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173934,\n
        "timestamp": "2013-04-20T23:04:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483036,\n
          2274483038,\n
          2274483012,\n
          2274483004,\n
          2274483036\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173935,\n
        "timestamp": "2013-04-20T23:04:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482446,\n
          2274482451,\n
          2274482439,\n
          2274482436,\n
          2274482446\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173936,\n
        "timestamp": "2013-04-20T23:04:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482358,\n
          2274482353,\n
          2274482356,\n
          2274482362,\n
          2274482358\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173937,\n
        "timestamp": "2013-04-20T23:04:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478356,\n
          2274478359,\n
          2274478363,\n
          2274478361,\n
          2274478356\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173938,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480677,\n
          2274480684,\n
          2274480773,\n
          2274480769,\n
          2274480677\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173939,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479687,\n
          2274479666,\n
          2274479698,\n
          2274479702,\n
          2274479687\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173940,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478131,\n
          2274478127,\n
          2274478128,\n
          2274478132,\n
          2274478131\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173941,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482596,\n
          2274482574,\n
          2274482560,\n
          2274482588,\n
          2274482596\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173943,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479817,\n
          2274479819,\n
          2274479780,\n
          2274479778,\n
          2274479817\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173944,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484024,\n
          2274484032,\n
          2274484022,\n
          2274484019,\n
          2274484024\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173945,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484417,\n
          2274484407,\n
          2274484379,\n
          2274484380,\n
          2274484417\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173946,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479190,\n
          2274479191,\n
          2274479185,\n
          2274479184,\n
          2274479190\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173947,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478268,\n
          2274478270,\n
          2274478284,\n
          2274478283,\n
          2274478268\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173948,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478331,\n
          2274478313,\n
          2274478317,\n
          2274478336,\n
          2274478331\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173949,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482826,\n
          2274482825,\n
          2274482835,\n
          2274482838,\n
          2274482826\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173950,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480610,\n
          2274480637,\n
          2274480641,\n
          2274480614,\n
          2274480610\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173951,\n
        "timestamp": "2013-04-20T23:04:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480930,\n
          2274480957,\n
          2274480966,\n
          2274480945,\n
          2274480930\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173952,\n
        "timestamp": "2013-04-20T23:04:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479247,\n
          2274479245,\n
          2274479246,\n
          2274479248,\n
          2274479247\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173953,\n
        "timestamp": "2013-04-20T23:04:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480548,\n
          2274480638,\n
          2274480646,\n
          2274480560,\n
          2274480548\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173954,\n
        "timestamp": "2013-04-20T23:04:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484742,\n
          2274484739,\n
          2274484741,\n
          2274484743,\n
          2274484742\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173955,\n
        "timestamp": "2013-04-20T23:04:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478708,\n
          2274478707,\n
          2274478714,\n
          2274478715,\n
          2274478708\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173956,\n
        "timestamp": "2013-04-20T23:04:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483254,\n
          2274483260,\n
          2274483317,\n
          2274483319,\n
          2274483254\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173958,\n
        "timestamp": "2013-04-20T23:04:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484681,\n
          2274484682,\n
          2274484677,\n
          2274484676,\n
          2274484681\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173959,\n
        "timestamp": "2013-04-20T23:04:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479074,\n
          2274479069,\n
          2274479066,\n
          2274479072,\n
          2274479074\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173960,\n
        "timestamp": "2013-04-20T23:04:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479066,\n
          2274479069,\n
          2274479056,\n
          2274479054,\n
          2274479066\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173961,\n
        "timestamp": "2013-04-20T23:04:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478910,\n
          2274478922,\n
          2274478924,\n
          2274478912,\n
          2274478910\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173962,\n
        "timestamp": "2013-04-20T23:04:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483623,\n
          2274483624,\n
          2274483630,\n
          2274483626,\n
          2274483623\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173963,\n
        "timestamp": "2013-04-20T23:04:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481562,\n
          2274481615,\n
          2274481633,\n
          2274481573,\n
          2274481562\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173964,\n
        "timestamp": "2013-04-20T23:04:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482222,\n
          2274482199,\n
          2274482197,\n
          2274482220,\n
          2274482222\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173965,\n
        "timestamp": "2013-04-20T23:04:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482754,\n
          2274482759,\n
          2274482750,\n
          2274482746,\n
          2274482754\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173967,\n
        "timestamp": "2013-04-20T23:04:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481182,\n
          2274481184,\n
          2274481217,\n
          2274481214,\n
          2274481182\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173968,\n
        "timestamp": "2013-04-20T23:04:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479265,\n
          2274479267,\n
          2274479266,\n
          2274479264,\n
          2274479265\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173969,\n
        "timestamp": "2013-04-20T23:04:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482812,\n
          2274482813,\n
          2274482811,\n
          2274482810,\n
          2274482812\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173970,\n
        "timestamp": "2013-04-20T23:04:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484698,\n
          2274484692,\n
          2274484691,\n
          2274484697,\n
          2274484698\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173971,\n
        "timestamp": "2013-04-20T23:04:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478649,\n
          2274478644,\n
          2274478651,\n
          2274478653,\n
          2274478649\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173972,\n
        "timestamp": "2013-04-20T23:04:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478373,\n
          2274478379,\n
          2274478390,\n
          2274478387,\n
          2274478373\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173973,\n
        "timestamp": "2013-04-20T23:04:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484935,\n
          2274484936,\n
          2274484938,\n
          2274484937,\n
          2274484935\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173974,\n
        "timestamp": "2013-04-20T23:04:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480008,\n
          2274480011,\n
          2274479996,\n
          2274479993,\n
          2274480008\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173975,\n
        "timestamp": "2013-04-20T23:04:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482532,\n
          2274482528,\n
          2274482549,\n
          2274482554,\n
          2274482532\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173976,\n
        "timestamp": "2013-04-20T23:04:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484925,\n
          2274484926,\n
          2274484920,\n
          2274484919,\n
          2274484925\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173978,\n
        "timestamp": "2013-04-20T23:04:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479425,\n
          2274479434,\n
          2274479436,\n
          2274479430,\n
          2274479425\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173979,\n
        "timestamp": "2013-04-20T23:04:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482852,\n
          2274482851,\n
          2274482854,\n
          2274482856,\n
          2274482852\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173980,\n
        "timestamp": "2013-04-20T23:04:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479575,\n
          2274479590,\n
          2274479592,\n
          2274479577,\n
          2274479575\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173981,\n
        "timestamp": "2013-04-20T23:04:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483744,\n
          2274483741,\n
          2274483740,\n
          2274483742,\n
          2274483744\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173982,\n
        "timestamp": "2013-04-20T23:04:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479086,\n
          2274479081,\n
          2274479080,\n
          2274479082,\n
          2274479086\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173983,\n
        "timestamp": "2013-04-20T23:04:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477961,\n
          2274477957,\n
          2274477969,\n
          2274477971,\n
          2274477961\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173985,\n
        "timestamp": "2013-04-20T23:04:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478755,\n
          2274478756,\n
          2274478778,\n
          2274478777,\n
          2274478755\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173986,\n
        "timestamp": "2013-04-20T23:04:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484371,\n
          2274484375,\n
          2274484362,\n
          2274484360,\n
          2274484371\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173987,\n
        "timestamp": "2013-04-20T23:04:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478534,\n
          2274478545,\n
          2274478547,\n
          2274478536,\n
          2274478534\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173988,\n
        "timestamp": "2013-04-20T23:04:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483230,\n
          2274483233,\n
          2274483329,\n
          2274483328,\n
          2274483230\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173989,\n
        "timestamp": "2013-04-20T23:04:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478563,\n
          2274478561,\n
          2274478537,\n
          2274478539,\n
          2274478563\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173990,\n
        "timestamp": "2013-04-20T23:04:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482751,\n
          2274482752,\n
          2274482738,\n
          2274482739,\n
          2274482751\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173991,\n
        "timestamp": "2013-04-20T23:04:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478294,\n
          2274478288,\n
          2274478258,\n
          2274478264,\n
          2274478294\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173993,\n
        "timestamp": "2013-04-20T23:04:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484624,\n
          2274484625,\n
          2274484618,\n
          2274484595,\n
          2274484624\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173995,\n
        "timestamp": "2013-04-20T23:04:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480964,\n
          2274481034,\n
          2274481053,\n
          2274480974,\n
          2274480964\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173996,\n
        "timestamp": "2013-04-20T23:04:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479944,\n
          2274479947,\n
          2274479933,\n
          2274479930,\n
          2274479944\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173998,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480499,\n
          2274480501,\n
          2274480504,\n
          2274480483,\n
          2274480481,\n
          2274480459,\n
          2274480442,\n
          2274480418,\n
          2274480424,\n
          2274480439,\n
          2274480440,\n
          2274480450,\n
          2274480452,\n
          2274480451,\n
          2274480506,\n
          2274480507,\n
          2274480499\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218173999,\n
        "timestamp": "2013-04-20T23:04:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483163,\n
          2274483094,\n
          2274483091,\n
          2274483177,\n
          2274483163\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174000,\n
        "timestamp": "2013-04-20T23:04:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483602,\n
          2274483625,\n
          2274483624,\n
          2274483601,\n
          2274483602\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174001,\n
        "timestamp": "2013-04-20T23:04:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484150,\n
          2274484152,\n
          2274484153,\n
          2274484151,\n
          2274484150\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174002,\n
        "timestamp": "2013-04-20T23:04:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482923,\n
          2274482931,\n
          2274482933,\n
          2274482925,\n
          2274482923\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174003,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274482372,\n
          2274482370,\n
          2274482403,\n
          2274482408,\n
          2274482476,\n
          2274482481,\n
          2274482406,\n
          2274482372\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174004,\n
        "timestamp": "2013-04-20T23:04:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484943,\n
          2274484944,\n
          2274484940,\n
          2274484939,\n
          2274484943\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174005,\n
        "timestamp": "2013-04-20T23:04:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482769,\n
          2274482774,\n
          2274482777,\n
          2274482772,\n
          2274482769\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174006,\n
        "timestamp": "2013-04-20T23:04:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482106,\n
          2274482104,\n
          2274482113,\n
          2274482115,\n
          2274482106\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174008,\n
        "timestamp": "2013-04-20T23:04:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478422,\n
          2274478425,\n
          2274478433,\n
          2274478429,\n
          2274478422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174009,\n
        "timestamp": "2013-04-20T23:04:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478155,\n
          2274478157,\n
          2274478158,\n
          2274478156,\n
          2274478155\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174010,\n
        "timestamp": "2013-04-20T23:04:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484936,\n
          2274484935,\n
          2274484918,\n
          2274484921,\n
          2274484936\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174011,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483311,\n
          2274483343,\n
          2274483340,\n
          2274483341,\n
          2274483337,\n
          2274483332,\n
          2274483351,\n
          2274483402,\n
          2274483404,\n
          2274483407,\n
          2274483408,\n
          2274483409,\n
          2274483425,\n
          2274483427,\n
          2274483357,\n
          2274483312,\n
          2274483311\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174013,\n
        "timestamp": "2013-04-20T23:04:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483673,\n
          2274483665,\n
          2274483667,\n
          2274483674,\n
          2274483673\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174018,\n
        "timestamp": "2013-04-20T23:04:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484127,\n
          2274484128,\n
          2274484122,\n
          2274484121,\n
          2274484127\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174019,\n
        "timestamp": "2013-04-20T23:04:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482264,\n
          2274482230,\n
          2274482228,\n
          2274482262,\n
          2274482264\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174020,\n
        "timestamp": "2013-04-20T23:04:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483995,\n
          2274484001,\n
          2274484003,\n
          2274483997,\n
          2274483995\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174021,\n
        "timestamp": "2013-04-20T23:04:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483305,\n
          2274483298,\n
          2274483310,\n
          2274483313,\n
          2274483305\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174022,\n
        "timestamp": "2013-04-20T23:04:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479691,\n
          2274479712,\n
          2274479714,\n
          2274479689,\n
          2274479691\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174023,\n
        "timestamp": "2013-04-20T23:04:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478916,\n
          2274478914,\n
          2274478906,\n
          2274478904,\n
          2274478916\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174024,\n
        "timestamp": "2016-07-03T09:41:58Z",\n
        "version": 2,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274479976,\n
          2274479987,\n
          2274479991,\n
          2274479992,\n
          2274479977,\n
          2274479976\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174025,\n
        "timestamp": "2013-04-20T23:04:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480953,\n
          2274480961,\n
          2274480951,\n
          2274480943,\n
          2274480953\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174026,\n
        "timestamp": "2013-04-20T23:04:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478183,\n
          2274478180,\n
          2274478181,\n
          2274478184,\n
          2274478183\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174027,\n
        "timestamp": "2013-04-20T23:04:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483363,\n
          2274483361,\n
          2274483386,\n
          2274483388,\n
          2274483363\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174030,\n
        "timestamp": "2013-04-20T23:04:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478097,\n
          2274478098,\n
          2274478101,\n
          2274478100,\n
          2274478097\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174031,\n
        "timestamp": "2013-04-20T23:04:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479182,\n
          2274479188,\n
          2274479189,\n
          2274479183,\n
          2274479182\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174033,\n
        "timestamp": "2013-04-20T23:04:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483658,\n
          2274483648,\n
          2274483649,\n
          2274483660,\n
          2274483658\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174034,\n
        "timestamp": "2013-04-20T23:04:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484349,\n
          2274484348,\n
          2274484363,\n
          2274484365,\n
          2274484349\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174035,\n
        "timestamp": "2013-04-20T23:04:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481528,\n
          2274481531,\n
          2274481547,\n
          2274481546,\n
          2274481528\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174036,\n
        "timestamp": "2013-04-20T23:04:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479995,\n
          2274480006,\n
          2274480012,\n
          2274480001,\n
          2274479995\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174037,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 3,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          2274479362,\n
          2274479360,\n
          2274479375,\n
          2274479376,\n
          12861526074,\n
          12861526073,\n
          12861526072,\n
          2274479362\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174038,\n
        "timestamp": "2013-04-20T23:04:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481579,\n
          2274481582,\n
          2274481584,\n
          2274481580,\n
          2274481579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174039,\n
        "timestamp": "2013-04-20T23:04:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482723,\n
          2274482734,\n
          2274482735,\n
          2274482724,\n
          2274482723\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174040,\n
        "timestamp": "2013-04-20T23:04:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481281,\n
          2274481295,\n
          2274481430,\n
          2274481401,\n
          2274481281\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174041,\n
        "timestamp": "2013-04-20T23:04:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479660,\n
          2274479658,\n
          2274479662,\n
          2274479664,\n
          2274479660\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174042,\n
        "timestamp": "2013-04-20T23:04:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481339,\n
          2274481332,\n
          2274481358,\n
          2274481366,\n
          2274481339\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174043,\n
        "timestamp": "2013-04-20T23:04:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479374,\n
          2274479382,\n
          2274479385,\n
          2274479380,\n
          2274479374\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174044,\n
        "timestamp": "2013-04-20T23:04:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479531,\n
          2274479527,\n
          2274479535,\n
          2274479556,\n
          2274479531\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174045,\n
        "timestamp": "2013-04-20T23:04:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479812,\n
          2274479768,\n
          2274479865,\n
          2274479887,\n
          2274479812\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174046,\n
        "timestamp": "2013-04-20T23:04:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477911,\n
          2274477909,\n
          2274477914,\n
          2274477916,\n
          2274477911\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174047,\n
        "timestamp": "2013-04-20T23:04:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484579,\n
          2274484589,\n
          2274484577,\n
          2274484557,\n
          2274484579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174048,\n
        "timestamp": "2013-04-20T23:04:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478771,\n
          2274478770,\n
          2274478801,\n
          2274478807,\n
          2274478771\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174049,\n
        "timestamp": "2013-04-20T23:04:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482577,\n
          2274482582,\n
          2274482558,\n
          2274482556,\n
          2274482577\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174051,\n
        "timestamp": "2023-05-14T17:58:31Z",\n
        "version": 2,\n
        "changeset": 136095736,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274482218,\n
          2274482248,\n
          2274482246,\n
          2274482249,\n
          2274482221,\n
          2274482190,\n
          2274482171,\n
          2274482165,\n
          2274482166,\n
          2274482163,\n
          2274482162,\n
          2274482170,\n
          2274482187,\n
          2274482188,\n
          2274482218\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174052,\n
        "timestamp": "2013-04-20T23:04:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478204,\n
          2274478185,\n
          2274478186,\n
          2274478206,\n
          2274478204\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174053,\n
        "timestamp": "2013-04-20T23:04:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484941,\n
          2274484945,\n
          2274484946,\n
          2274484942,\n
          2274484941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174054,\n
        "timestamp": "2013-04-20T23:04:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484259,\n
          2274484268,\n
          2274484271,\n
          2274484260,\n
          2274484259\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174055,\n
        "timestamp": "2013-04-20T23:04:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479517,\n
          2274479515,\n
          2274479558,\n
          2274479579,\n
          2274479517\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174056,\n
        "timestamp": "2013-04-20T23:04:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483705,\n
          2274483710,\n
          2274483709,\n
          2274483704,\n
          2274483705\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174057,\n
        "timestamp": "2013-04-20T23:04:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484006,\n
          2274483999,\n
          2274484010,\n
          2274484012,\n
          2274484006\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174058,\n
        "timestamp": "2013-04-20T23:04:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481045,\n
          2274481076,\n
          2274481081,\n
          2274481057,\n
          2274481045\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174059,\n
        "timestamp": "2013-04-20T23:04:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480991,\n
          2274481040,\n
          2274481049,\n
          2274480998,\n
          2274480991\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174060,\n
        "timestamp": "2013-04-20T23:04:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481139,\n
          2274481190,\n
          2274481218,\n
          2274481166,\n
          2274481139\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174061,\n
        "timestamp": "2013-04-20T23:04:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479259,\n
          2274479253,\n
          2274479254,\n
          2274479260,\n
          2274479259\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174062,\n
        "timestamp": "2013-04-20T23:04:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484728,\n
          2274484723,\n
          2274484721,\n
          2274484725,\n
          2274484728\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174063,\n
        "timestamp": "2013-04-20T23:04:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480204,\n
          2274480228,\n
          2274480238,\n
          2274480212,\n
          2274480204\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174064,\n
        "timestamp": "2013-04-20T23:04:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478530,\n
          2274478549,\n
          2274478551,\n
          2274478532,\n
          2274478530\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174065,\n
        "timestamp": "2013-04-20T23:04:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481706,\n
          2274481719,\n
          2274481696,\n
          2274481684,\n
          2274481706\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174066,\n
        "timestamp": "2013-04-20T23:04:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484197,\n
          2274484195,\n
          2274484194,\n
          2274484196,\n
          2274484197\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174067,\n
        "timestamp": "2013-04-20T23:04:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482114,\n
          2274482125,\n
          2274482127,\n
          2274482116,\n
          2274482114\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174068,\n
        "timestamp": "2013-04-20T23:04:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484266,\n
          2274484268,\n
          2274484259,\n
          2274484258,\n
          2274484266\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174069,\n
        "timestamp": "2013-04-20T23:04:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481348,\n
          2274481337,\n
          2274481333,\n
          2274481344,\n
          2274481348\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174070,\n
        "timestamp": "2013-04-20T23:04:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480202,\n
          2274480164,\n
          2274480148,\n
          2274480194,\n
          2274480202\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174072,\n
        "timestamp": "2013-04-20T23:04:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481667,\n
          2274481699,\n
          2274481642,\n
          2274481637,\n
          2274481667\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174073,\n
        "timestamp": "2013-04-20T23:04:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484714,\n
          2274484718,\n
          2274484710,\n
          2274484708,\n
          2274484714\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174076,\n
        "timestamp": "2013-04-20T23:04:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482533,\n
          2274482517,\n
          2274482518,\n
          2274482534,\n
          2274482533\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174077,\n
        "timestamp": "2013-04-20T23:04:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480093,\n
          2274480076,\n
          2274480074,\n
          2274480091,\n
          2274480093\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174078,\n
        "timestamp": "2013-04-20T23:04:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483754,\n
          2274483748,\n
          2274483746,\n
          2274483751,\n
          2274483754\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174079,\n
        "timestamp": "2013-04-20T23:04:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480548,\n
          2274480540,\n
          2274480533,\n
          2274480544,\n
          2274480548\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174080,\n
        "timestamp": "2013-04-20T23:04:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483536,\n
          2274483532,\n
          2274483550,\n
          2274483557,\n
          2274483536\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174081,\n
        "timestamp": "2013-04-20T23:04:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478149,\n
          2274478150,\n
          2274478154,\n
          2274478153,\n
          2274478149\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174082,\n
        "timestamp": "2013-04-20T23:04:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480524,\n
          2274480487,\n
          2274480484,\n
          2274480523,\n
          2274480524\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174083,\n
        "timestamp": "2013-04-20T23:04:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483771,\n
          2274483775,\n
          2274483762,\n
          2274483761,\n
          2274483771\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174084,\n
        "timestamp": "2013-04-20T23:04:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478932,\n
          2274478930,\n
          2274478934,\n
          2274478936,\n
          2274478932\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174085,\n
        "timestamp": "2013-04-20T23:04:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478524,\n
          2274478522,\n
          2274478514,\n
          2274478512,\n
          2274478524\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174086,\n
        "timestamp": "2013-04-20T23:04:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484747,\n
          2274484746,\n
          2274484748,\n
          2274484749,\n
          2274484747\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174087,\n
        "timestamp": "2013-04-20T23:04:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480166,\n
          2274480179,\n
          2274480183,\n
          2274480172,\n
          2274480166\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174089,\n
        "timestamp": "2013-04-20T23:04:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482486,\n
          2274482508,\n
          2274482507,\n
          2274482483,\n
          2274482486\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174090,\n
        "timestamp": "2013-04-20T23:04:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479706,\n
          2274479704,\n
          2274479749,\n
          2274479751,\n
          2274479706\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174091,\n
        "timestamp": "2013-04-20T23:04:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482201,\n
          2274482192,\n
          2274482189,\n
          2274482199,\n
          2274482201\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174092,\n
        "timestamp": "2013-04-20T23:04:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484948,\n
          2274484950,\n
          2274484949,\n
          2274484947,\n
          2274484948\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174093,\n
        "timestamp": "2013-04-20T23:04:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484709,\n
          2274484711,\n
          2274484702,\n
          2274484700,\n
          2274484709\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174094,\n
        "timestamp": "2013-04-20T23:04:44Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484437,\n
          2274484451,\n
          2274484400,\n
          2274484398,\n
          2274484437\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174095,\n
        "timestamp": "2013-04-20T23:04:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478290,\n
          2274478289,\n
          2274478273,\n
          2274478277,\n
          2274478290\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174096,\n
        "timestamp": "2013-04-20T23:04:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478204,\n
          2274478206,\n
          2274478229,\n
          2274478228,\n
          2274478204\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174097,\n
        "timestamp": "2013-04-20T23:04:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478348,\n
          2274478335,\n
          2274478360,\n
          2274478362,\n
          2274478348\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174098,\n
        "timestamp": "2013-04-20T23:04:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481672,\n
          2274481594,\n
          2274481591,\n
          2274481665,\n
          2274481672\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174099,\n
        "timestamp": "2013-06-08T22:40:59Z",\n
        "version": 2,\n
        "changeset": 16475421,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          2274482804,\n
          2274482805,\n
          2274482818,\n
          2274482819,\n
          2274482806,\n
          2274482804\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174100,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 3,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274479386,\n
          2274479387,\n
          2274479375,\n
          2274479360,\n
          2274479362,\n
          2274479361,\n
          2274479358,\n
          2274479355,\n
          2274479349,\n
          2274479359,\n
          2274479386\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174101,\n
        "timestamp": "2013-04-20T23:04:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484664,\n
          2274484662,\n
          2274484668,\n
          2274484669,\n
          2274484664\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174102,\n
        "timestamp": "2013-04-20T23:04:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480286,\n
          2274480371,\n
          2274480380,\n
          2274480294,\n
          2274480286\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174103,\n
        "timestamp": "2013-04-20T23:04:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483782,\n
          2274483777,\n
          2274483786,\n
          2274483794,\n
          2274483782\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174104,\n
        "timestamp": "2013-04-20T23:04:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484069,\n
          2274484077,\n
          2274484065,\n
          2274484062,\n
          2274484069\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174105,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 2,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274482046,\n
          2274481979,\n
          2274481973,\n
          2274482045,\n
          2274482043,\n
          2274482062,\n
          2274482064,\n
          2274482046\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174106,\n
        "timestamp": "2013-04-20T23:04:45Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478724,\n
          2274478725,\n
          2274478744,\n
          2274478743,\n
          2274478724\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174107,\n
        "timestamp": "2013-04-20T23:04:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484637,\n
          2274484591,\n
          2274484585,\n
          2274484634,\n
          2274484637\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174108,\n
        "timestamp": "2013-04-20T23:04:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483459,\n
          2274483464,\n
          2274483503,\n
          2274483494,\n
          2274483459\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174109,\n
        "timestamp": "2013-04-20T23:04:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482813,\n
          2274482812,\n
          2274482815,\n
          2274482817,\n
          2274482813\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174110,\n
        "timestamp": "2013-04-20T23:04:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478179,\n
          2274478176,\n
          2274478171,\n
          2274478172,\n
          2274478179\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174111,\n
        "timestamp": "2013-04-20T23:04:46Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480613,\n
          2274480618,\n
          2274480654,\n
          2274480653,\n
          2274480613\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174114,\n
        "timestamp": "2013-04-20T23:04:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482422,\n
          2274482421,\n
          2274482409,\n
          2274482410,\n
          2274482422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174115,\n
        "timestamp": "2013-04-20T23:04:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479154,\n
          2274479156,\n
          2274479159,\n
          2274479158,\n
          2274479154\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174116,\n
        "timestamp": "2013-04-20T23:04:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478618,\n
          2274478614,\n
          2274478583,\n
          2274478581,\n
          2274478616,\n
          2274478618\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174117,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          2274479112,\n
          2274479115,\n
          2274479120,\n
          2274479113,\n
          2274479112\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174118,\n
        "timestamp": "2013-04-20T23:04:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484662,\n
          2274484656,\n
          2274484655,\n
          2274484654,\n
          2274484659,\n
          2274484662\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174120,\n
        "timestamp": "2013-04-20T23:04:57Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484793,\n
          2274484797,\n
          2274484778,\n
          2274484775,\n
          2274484789,\n
          2274484793\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174122,\n
        "timestamp": "2013-04-20T23:04:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483583,\n
          2274483580,\n
          2274483576,\n
          2274483606,\n
          2274483607,\n
          2274483583\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174123,\n
        "timestamp": "2013-04-20T23:04:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483339,\n
          2274483338,\n
          2274483239,\n
          2274483236,\n
          2274483262,\n
          2274483339\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174124,\n
        "timestamp": "2013-04-20T23:04:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484325,\n
          2274484329,\n
          2274484310,\n
          2274484304,\n
          2274484305,\n
          2274484325\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174125,\n
        "timestamp": "2013-04-20T23:04:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484315,\n
          2274484320,\n
          2274484322,\n
          2274484299,\n
          2274484296,\n
          2274484315\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174126,\n
        "timestamp": "2013-04-20T23:04:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481003,\n
          2274481018,\n
          2274481025,\n
          2274481021,\n
          2274480995,\n
          2274481003\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174127,\n
        "timestamp": "2013-04-20T23:04:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478567,\n
          2274478555,\n
          2274478553,\n
          2274478622,\n
          2274478620,\n
          2274478567\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174128,\n
        "timestamp": "2013-04-20T23:04:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484986,\n
          2274484987,\n
          2274484988,\n
          2274484996,\n
          2274484993,\n
          2274484986\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174129,\n
        "timestamp": "2013-04-20T23:04:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480731,\n
          2274480729,\n
          2274480702,\n
          2274480703,\n
          2274480712,\n
          2274480731\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174130,\n
        "timestamp": "2013-04-20T23:04:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480350,\n
          2274480351,\n
          2274480345,\n
          2274480337,\n
          2274480329,\n
          2274480350\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174131,\n
        "timestamp": "2013-04-20T23:04:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477982,\n
          2274477984,\n
          2274478013,\n
          2274477992,\n
          2274477990,\n
          2274477982\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174132,\n
        "timestamp": "2013-04-20T23:04:58Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481164,\n
          2274481165,\n
          2274481143,\n
          2274481116,\n
          2274481122,\n
          2274481164\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174133,\n
        "timestamp": "2013-04-20T23:04:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482330,\n
          2274482361,\n
          2274482360,\n
          2274482359,\n
          2274482327,\n
          2274482330\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174134,\n
        "timestamp": "2013-04-20T23:04:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478043,\n
          2274478041,\n
          2274478038,\n
          2274478039,\n
          2274478045,\n
          2274478043\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174135,\n
        "timestamp": "2016-07-03T09:41:28Z",\n
        "version": 2,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274484187,\n
          2274484181,\n
          2274484192,\n
          2274484193,\n
          2274484187\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174136,\n
        "timestamp": "2013-04-20T23:04:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482578,\n
          2274482572,\n
          2274482569,\n
          2274482580,\n
          2274482586,\n
          2274482578\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174139,\n
        "timestamp": "2013-04-20T23:04:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484395,\n
          2274484393,\n
          2274484413,\n
          2274484415,\n
          2274484421,\n
          2274484395\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174140,\n
        "timestamp": "2013-04-20T23:04:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484493,\n
          2274484484,\n
          2274484478,\n
          2274484405,\n
          2274484403,\n
          2274484493\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174141,\n
        "timestamp": "2013-04-20T23:04:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478281,\n
          2274478282,\n
          2274478301,\n
          2274478296,\n
          2274478298,\n
          2274478281\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174144,\n
        "timestamp": "2013-04-20T23:04:59Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484777,\n
          2274484779,\n
          2274484776,\n
          2274484774,\n
          2274484773,\n
          2274484777\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174147,\n
        "timestamp": "2013-04-20T23:05:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483999,\n
          2274484006,\n
          2274484008,\n
          2274483992,\n
          2274483990,\n
          2274483999\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174149,\n
        "timestamp": "2013-04-20T23:05:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478277,\n
          2274478273,\n
          2274478260,\n
          2274478261,\n
          2274478279,\n
          2274478277\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174150,\n
        "timestamp": "2013-04-20T23:05:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484286,\n
          2274484289,\n
          2274484284,\n
          2274484281,\n
          2274484278,\n
          2274484286\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174153,\n
        "timestamp": "2013-04-20T23:05:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481974,\n
          2274481968,\n
          2274481965,\n
          2274481970,\n
          2274481972,\n
          2274481974\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174154,\n
        "timestamp": "2013-04-20T23:05:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478842,\n
          2274478840,\n
          2274478839,\n
          2274478838,\n
          2274478841,\n
          2274478842\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174160,\n
        "timestamp": "2013-04-20T23:05:00Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480840,\n
          2274480832,\n
          2274480752,\n
          2274480741,\n
          2274480755,\n
          2274480840\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174163,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480098,\n
          2274480079,\n
          2274480078,\n
          2274480080,\n
          2274480046,\n
          2274480029,\n
          2274480017,\n
          2274480026,\n
          2274480048,\n
          2274480058,\n
          2274480054,\n
          2274480088,\n
          2274480087,\n
          2274480150,\n
          2274480185,\n
          2274480162,\n
          2274480144,\n
          2274480098\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174164,\n
        "timestamp": "2013-04-20T23:05:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483189,\n
          2274483125,\n
          2274483127,\n
          2274483203,\n
          2274483199,\n
          2274483189\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174165,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480948,\n
          2274480950,\n
          2274480888,\n
          2274480870,\n
          2274480933,\n
          2274480997,\n
          2274481020,\n
          2274481017,\n
          2274480948\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174166,\n
        "timestamp": "2013-04-20T23:05:01Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484545,\n
          2274484543,\n
          2274484583,\n
          2274484587,\n
          2274484555,\n
          2274484545\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174167,\n
        "timestamp": "2019-02-08T03:47:03Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          2274479448,\n
          2274479451,\n
          2274479438,\n
          6265093443,\n
          6265093442,\n
          2274479437,\n
          2274479447,\n
          2274479448\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2019",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174171,\n
        "timestamp": "2013-04-20T23:05:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482727,\n
          2274482728,\n
          2274482729,\n
          2274482721,\n
          2274482719,\n
          2274482727\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174172,\n
        "timestamp": "2013-04-20T23:05:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483429,\n
          2274483462,\n
          2274483479,\n
          2274483475,\n
          2274483426,\n
          2274483429\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174174,\n
        "timestamp": "2013-04-20T23:05:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479033,\n
          2274479038,\n
          2274479041,\n
          2274479026,\n
          2274479000,\n
          2274479033\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174175,\n
        "timestamp": "2013-04-20T23:05:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483377,\n
          2274483371,\n
          2274483372,\n
          2274483437,\n
          2274483435,\n
          2274483377\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174176,\n
        "timestamp": "2013-04-20T23:05:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483219,\n
          2274483216,\n
          2274483169,\n
          2274483180,\n
          2274483223,\n
          2274483219\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174177,\n
        "timestamp": "2013-04-20T23:05:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481373,\n
          2274481436,\n
          2274481452,\n
          2274481457,\n
          2274481382,\n
          2274481373\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174180,\n
        "timestamp": "2013-04-20T23:05:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482527,\n
          2274482529,\n
          2274482520,\n
          2274482515,\n
          2274482524,\n
          2274482527\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174181,\n
        "timestamp": "2013-04-20T23:05:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478235,\n
          2274478236,\n
          2274478226,\n
          2274478223,\n
          2274478222,\n
          2274478235\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174182,\n
        "timestamp": "2013-04-20T23:05:02Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481030,\n
          2274481031,\n
          2274481029,\n
          2274481019,\n
          2274481005,\n
          2274481030\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174183,\n
        "timestamp": "2013-04-20T23:05:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477909,\n
          2274477911,\n
          2274477907,\n
          2274477903,\n
          2274477905,\n
          2274477909\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174184,\n
        "timestamp": "2013-04-20T23:05:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481885,\n
          2274481888,\n
          2274481851,\n
          2274481839,\n
          2274481835,\n
          2274481885\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174185,\n
        "timestamp": "2024-05-26T19:41:01Z",\n
        "version": 3,\n
        "changeset": 151867386,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "nodes": [\n
          2274478278,\n
          2274478280,\n
          2274478242,\n
          2274478238,\n
          2274478269,\n
          2274478278\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174186,\n
        "timestamp": "2013-04-20T23:05:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483397,\n
          2274483436,\n
          2274483434,\n
          2274483393,\n
          2274483391,\n
          2274483397\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174187,\n
        "timestamp": "2013-04-20T23:05:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481220,\n
          2274481222,\n
          2274481205,\n
          2274481199,\n
          2274481219,\n
          2274481220\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174188,\n
        "timestamp": "2013-04-20T23:05:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484924,\n
          2274484923,\n
          2274484922,\n
          2274484915,\n
          2274484917,\n
          2274484924\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174190,\n
        "timestamp": "2013-04-20T23:05:03Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484073,\n
          2274484087,\n
          2274484091,\n
          2274484061,\n
          2274484054,\n
          2274484073\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174192,\n
        "timestamp": "2013-04-20T23:05:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480804,\n
          2274480806,\n
          2274480771,\n
          2274480761,\n
          2274480750,\n
          2274480804\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174193,\n
        "timestamp": "2013-04-20T23:05:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477986,\n
          2274477988,\n
          2274477977,\n
          2274477975,\n
          2274477980,\n
          2274477986\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174194,\n
        "timestamp": "2013-04-20T23:05:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484880,\n
          2274484873,\n
          2274484871,\n
          2274484875,\n
          2274484878,\n
          2274484880\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174195,\n
        "timestamp": "2016-09-06T06:27:00Z",\n
        "version": 2,\n
        "changeset": 41946854,\n
        "user": "gsimon",\n
        "uid": 1668080,\n
        "nodes": [\n
          2274481472,\n
          2274481405,\n
          2274481402,\n
          2274481471,\n
          2274481472\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174197,\n
        "timestamp": "2013-04-20T23:05:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478748,\n
          2274478752,\n
          2274478767,\n
          2274478765,\n
          2274478747,\n
          2274478748\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174198,\n
        "timestamp": "2013-04-20T23:05:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484077,\n
          2274484069,\n
          2274484088,\n
          2274484085,\n
          2274484082,\n
          2274484077\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174199,\n
        "timestamp": "2013-04-20T23:05:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484983,\n
          2274484975,\n
          2274484976,\n
          2274484985,\n
          2274484984,\n
          2274484983\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174201,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480243,\n
          2274480248,\n
          2274480290,\n
          2274480293,\n
          2274480296,\n
          2274480313,\n
          2274480311,\n
          2274480216,\n
          2274480210,\n
          2274480234,\n
          2274480243\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174202,\n
        "timestamp": "2013-04-20T23:05:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480647,\n
          2274480650,\n
          2274480642,\n
          2274480639,\n
          2274480634,\n
          2274480647\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174204,\n
        "timestamp": "2013-04-20T23:05:04Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482579,\n
          2274482571,\n
          2274482559,\n
          2274482669,\n
          2274482671,\n
          2274482579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174205,\n
        "timestamp": "2013-04-20T23:05:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481160,\n
          2274481169,\n
          2274481167,\n
          2274481133,\n
          2274481119,\n
          2274481160\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174207,\n
        "timestamp": "2013-04-20T23:05:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477887,\n
          2274477892,\n
          2274477898,\n
          2274477896,\n
          2274477885,\n
          2274477887\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174209,\n
        "timestamp": "2013-04-20T23:05:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484687,\n
          2274484688,\n
          2274484690,\n
          2274484684,\n
          2274484683,\n
          2274484687\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174210,\n
        "timestamp": "2013-04-20T23:05:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478759,\n
          2274478761,\n
          2274478735,\n
          2274478730,\n
          2274478729,\n
          2274478759\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174211,\n
        "timestamp": "2013-04-20T23:05:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484277,\n
          2274484279,\n
          2274484280,\n
          2274484276,\n
          2274484274,\n
          2274484277\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174213,\n
        "timestamp": "2013-04-20T23:05:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483670,\n
          2274483671,\n
          2274483682,\n
          2274483681,\n
          2274483680,\n
          2274483670\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174214,\n
        "timestamp": "2013-04-20T23:05:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484802,\n
          2274484792,\n
          2274484787,\n
          2274484804,\n
          2274484805,\n
          2274484802\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174215,\n
        "timestamp": "2013-04-20T23:05:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478448,\n
          2274478446,\n
          2274478438,\n
          2274478440,\n
          2274478450,\n
          2274478448\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174216,\n
        "timestamp": "2013-04-20T23:05:05Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484595,\n
          2274484618,\n
          2274484620,\n
          2274484535,\n
          2274484529,\n
          2274484595\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174219,\n
        "timestamp": "2013-04-20T23:05:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478067,\n
          2274478069,\n
          2274478071,\n
          2274478065,\n
          2274478063,\n
          2274478067\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174221,\n
        "timestamp": "2013-04-20T23:05:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478822,\n
          2274478824,\n
          2274478823,\n
          2274478816,\n
          2274478815,\n
          2274478822\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174223,\n
        "timestamp": "2013-04-20T23:05:06Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483339,\n
          2274483262,\n
          2274483251,\n
          2274483392,\n
          2274483396,\n
          2274483339\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174227,\n
        "timestamp": "2016-07-03T09:41:44Z",\n
        "version": 2,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274482697,\n
          2274482690,\n
          2274482689,\n
          2274482694,\n
          2274482697\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174233,\n
        "timestamp": "2013-04-20T23:05:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480033,\n
          2274480024,\n
          2274480021,\n
          2274480018,\n
          2274480032,\n
          2274480033\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174235,\n
        "timestamp": "2013-04-20T23:05:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478720,\n
          2274478721,\n
          2274478703,\n
          2274478698,\n
          2274478711,\n
          2274478720\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174237,\n
        "timestamp": "2013-04-20T23:05:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483461,\n
          2274483477,\n
          2274483498,\n
          2274483517,\n
          2274483487,\n
          2274483461\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174238,\n
        "timestamp": "2013-04-20T23:05:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478763,\n
          2274478785,\n
          2274478796,\n
          2274478799,\n
          2274478764,\n
          2274478763\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174239,\n
        "timestamp": "2013-04-20T23:05:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480574,\n
          2274480590,\n
          2274480598,\n
          2274480550,\n
          2274480547,\n
          2274480574\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174241,\n
        "timestamp": "2013-04-20T23:05:07Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479265,\n
          2274479258,\n
          2274479268,\n
          2274479271,\n
          2274479267,\n
          2274479265\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174242,\n
        "timestamp": "2013-04-20T23:05:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484686,\n
          2274484680,\n
          2274484679,\n
          2274484678,\n
          2274484685,\n
          2274484686\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174245,\n
        "timestamp": "2013-04-20T23:05:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479985,\n
          2274479983,\n
          2274479999,\n
          2274480003,\n
          2274479984,\n
          2274479985\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174248,\n
        "timestamp": "2013-04-20T23:05:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480474,\n
          2274480475,\n
          2274480461,\n
          2274480453,\n
          2274480467,\n
          2274480474\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174249,\n
        "timestamp": "2013-04-20T23:05:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482531,\n
          2274482547,\n
          2274482523,\n
          2274482519,\n
          2274482516,\n
          2274482531\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174251,\n
        "timestamp": "2013-04-20T23:05:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484179,\n
          2274484178,\n
          2274484183,\n
          2274484184,\n
          2274484180,\n
          2274484179\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174253,\n
        "timestamp": "2013-04-20T23:05:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481079,\n
          2274481120,\n
          2274481129,\n
          2274481124,\n
          2274481085,\n
          2274481079\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174255,\n
        "timestamp": "2013-04-20T23:05:08Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478381,\n
          2274478377,\n
          2274478369,\n
          2274478378,\n
          2274478388,\n
          2274478381\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174256,\n
        "timestamp": "2013-04-20T23:05:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483941,\n
          2274483952,\n
          2274483955,\n
          2274483949,\n
          2274483938,\n
          2274483941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174258,\n
        "timestamp": "2013-04-20T23:05:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481989,\n
          2274481974,\n
          2274481972,\n
          2274481978,\n
          2274481985,\n
          2274481989\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174259,\n
        "timestamp": "2013-04-20T23:05:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482211,\n
          2274482210,\n
          2274482347,\n
          2274482345,\n
          2274482344,\n
          2274482211\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174260,\n
        "timestamp": "2013-04-20T23:05:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479600,\n
          2274479585,\n
          2274479583,\n
          2274479581,\n
          2274479598,\n
          2274479600\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174263,\n
        "timestamp": "2013-04-20T23:05:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479399,\n
          2274479396,\n
          2274479400,\n
          2274479402,\n
          2274479404,\n
          2274479399\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174264,\n
        "timestamp": "2013-04-20T23:05:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479229,\n
          2274479227,\n
          2274479226,\n
          2274479225,\n
          2274479228,\n
          2274479229\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174265,\n
        "timestamp": "2013-04-20T23:05:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481041,\n
          2274481056,\n
          2274481055,\n
          2274481044,\n
          2274481024,\n
          2274481041\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174266,\n
        "timestamp": "2013-04-20T23:05:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483955,\n
          2274483952,\n
          2274483969,\n
          2274483978,\n
          2274483976,\n
          2274483955\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174267,\n
        "timestamp": "2013-04-20T23:05:09Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481496,\n
          2274481509,\n
          2274481538,\n
          2274481551,\n
          2274481504,\n
          2274481496\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174269,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483023,\n
          2274483031,\n
          2274483040,\n
          2274483089,\n
          2274483206,\n
          2274483213,\n
          2274483087,\n
          2274483042,\n
          2274483025,\n
          2274482996,\n
          2274482954,\n
          2274482952,\n
          2274482969,\n
          2274482987,\n
          2274483021,\n
          2274483023\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174270,\n
        "timestamp": "2013-04-20T23:05:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482242,\n
          2274482201,\n
          2274482199,\n
          2274482222,\n
          2274482236,\n
          2274482242\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174271,\n
        "timestamp": "2013-04-20T23:05:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484348,\n
          2274484349,\n
          2274484351,\n
          2274484335,\n
          2274484328,\n
          2274484348\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174273,\n
        "timestamp": "2013-04-20T23:05:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479390,\n
          2274479389,\n
          2274479394,\n
          2274479395,\n
          2274479392,\n
          2274479390\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174274,\n
        "timestamp": "2013-04-20T23:05:10Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483239,\n
          2274483338,\n
          2274483349,\n
          2274483350,\n
          2274483241,\n
          2274483239\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174275,\n
        "timestamp": "2023-05-14T17:58:31Z",\n
        "version": 2,\n
        "changeset": 136095736,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274482517,\n
          2274482508,\n
          2274482486,\n
          2274482487,\n
          2274482489,\n
          2274482510,\n
          2274482509,\n
          2274482536,\n
          2274482534,\n
          2274482518,\n
          2274482517\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174276,\n
        "timestamp": "2013-04-20T23:05:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484225,\n
          2274484238,\n
          2274484239,\n
          2274484227,\n
          2274484218,\n
          2274484225\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174277,\n
        "timestamp": "2013-04-20T23:05:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478399,\n
          2274478397,\n
          2274478388,\n
          2274478378,\n
          2274478380,\n
          2274478399\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174278,\n
        "timestamp": "2017-07-01T10:41:51Z",\n
        "version": 3,\n
        "changeset": 49962130,\n
        "user": "Darknut",\n
        "uid": 1058782,\n
        "nodes": [\n
          2274482159,\n
          2274482158,\n
          2274482204,\n
          2274482206,\n
          2274482205,\n
          2274482159\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "craft": "sawmill",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174279,\n
        "timestamp": "2013-04-20T23:05:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478835,\n
          2274478836,\n
          2274478832,\n
          2274478829,\n
          2274478827,\n
          2274478835\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174280,\n
        "timestamp": "2013-04-20T23:05:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484062,\n
          2274484065,\n
          2274484058,\n
          2274484056,\n
          2274484052,\n
          2274484062\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174281,\n
        "timestamp": "2013-04-20T23:05:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480944,\n
          2274480955,\n
          2274480947,\n
          2274480940,\n
          2274480912,\n
          2274480944\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174282,\n
        "timestamp": "2013-04-20T23:05:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484444,\n
          2274484453,\n
          2274484429,\n
          2274484423,\n
          2274484431,\n
          2274484444\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174283,\n
        "timestamp": "2013-04-20T23:05:11Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484345,\n
          2274484343,\n
          2274484419,\n
          2274484425,\n
          2274484409,\n
          2274484345\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174284,\n
        "timestamp": "2023-05-14T17:50:25Z",\n
        "version": 2,\n
        "changeset": 136095453,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274480661,\n
          2274480625,\n
          2274480623,\n
          2274480562,\n
          2274480649,\n
          2274480663,\n
          2274480680,\n
          2274480661\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174286,\n
        "timestamp": "2013-04-20T23:05:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484343,\n
          2274484345,\n
          2274484326,\n
          2274484311,\n
          2274484309,\n
          2274484343\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174287,\n
        "timestamp": "2013-04-20T23:05:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479218,\n
          2274479217,\n
          2274479216,\n
          2274479219,\n
          2274479221,\n
          2274479218\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174288,\n
        "timestamp": "2013-04-20T23:05:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481672,\n
          2274481694,\n
          2274481704,\n
          2274481604,\n
          2274481594,\n
          2274481672\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174289,\n
        "timestamp": "2013-04-20T23:05:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481033,\n
          2274481036,\n
          2274481026,\n
          2274481015,\n
          2274481010,\n
          2274481033\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174291,\n
        "timestamp": "2013-04-20T23:05:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483590,\n
          2274483585,\n
          2274483609,\n
          2274483616,\n
          2274483593,\n
          2274483590\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174292,\n
        "timestamp": "2013-04-20T23:05:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484314,\n
          2274484330,\n
          2274484332,\n
          2274484303,\n
          2274484300,\n
          2274484314\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174294,\n
        "timestamp": "2014-10-25T11:18:36Z",\n
        "version": 3,\n
        "changeset": 26318890,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          2274478510,\n
          2274478508,\n
          2274478494,\n
          2274478495,\n
          2274478510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "historic": "ruins",\n
          "name": "Granges de Scioux",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174295,\n
        "timestamp": "2016-07-03T09:42:02Z",\n
        "version": 2,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274478771,\n
          2274478807,\n
          2274478814,\n
          2274478739,\n
          2274478738,\n
          2274478771\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174297,\n
        "timestamp": "2013-04-20T23:05:12Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480043,\n
          2274480028,\n
          2274480025,\n
          2274480016,\n
          2274480010,\n
          2274480034,\n
          2274480043\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174298,\n
        "timestamp": "2013-04-20T23:05:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478460,\n
          2274478462,\n
          2274478454,\n
          2274478452,\n
          2274478444,\n
          2274478442,\n
          2274478460\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174299,\n
        "timestamp": "2013-04-20T23:05:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482075,\n
          2274482085,\n
          2274482090,\n
          2274482082,\n
          2274482083,\n
          2274482079,\n
          2274482075\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174301,\n
        "timestamp": "2013-04-20T23:05:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481576,\n
          2274481575,\n
          2274481606,\n
          2274481608,\n
          2274481587,\n
          2274481588,\n
          2274481576\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174302,\n
        "timestamp": "2013-04-20T23:05:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484129,\n
          2274484114,\n
          2274484113,\n
          2274484118,\n
          2274484117,\n
          2274484126,\n
          2274484129\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174304,\n
        "timestamp": "2013-04-20T23:05:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479999,\n
          2274479983,\n
          2274479985,\n
          2274479971,\n
          2274479968,\n
          2274479998,\n
          2274479999\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174305,\n
        "timestamp": "2013-04-20T23:05:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480222,\n
          2274480108,\n
          2274480096,\n
          2274480158,\n
          2274480156,\n
          2274480206,\n
          2274480222\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174306,\n
        "timestamp": "2019-02-08T03:47:04Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          2274479438,\n
          2274479451,\n
          2274479448,\n
          2274479459,\n
          2274479460,\n
          6265093444,\n
          2274479439,\n
          6265093443,\n
          2274479438\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174308,\n
        "timestamp": "2013-04-20T23:05:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478824,\n
          2274478822,\n
          2274478834,\n
          2274478839,\n
          2274478840,\n
          2274478831,\n
          2274478824\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174309,\n
        "timestamp": "2013-04-20T23:05:13Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483433,\n
          2274483423,\n
          2274483424,\n
          2274483528,\n
          2274483526,\n
          2274483431,\n
          2274483433\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174311,\n
        "timestamp": "2013-04-20T23:05:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482256,\n
          2274482200,\n
          2274482198,\n
          2274482213,\n
          2274482214,\n
          2274482251,\n
          2274482256\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174312,\n
        "timestamp": "2013-04-20T23:05:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482318,\n
          2274482232,\n
          2274482233,\n
          2274482270,\n
          2274482272,\n
          2274482316,\n
          2274482318\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174314,\n
        "timestamp": "2013-04-20T23:05:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484101,\n
          2274484105,\n
          2274484104,\n
          2274484098,\n
          2274484099,\n
          2274484100,\n
          2274484101\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174316,\n
        "timestamp": "2013-04-20T23:05:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479274,\n
          2274479284,\n
          2274479283,\n
          2274479288,\n
          2274479296,\n
          2274479279,\n
          2274479274\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174318,\n
        "timestamp": "2016-07-03T09:41:57Z",\n
        "version": 2,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274482656,\n
          2274482638,\n
          2274482629,\n
          2274482592,\n
          2274482623,\n
          2274482656\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174319,\n
        "timestamp": "2013-04-20T23:05:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483770,\n
          2274483783,\n
          2274483787,\n
          2274483772,\n
          2274483767,\n
          2274483773,\n
          2274483770\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174323,\n
        "timestamp": "2013-04-20T23:05:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479148,\n
          2274479163,\n
          2274479161,\n
          2274479171,\n
          2274479177,\n
          2274479150,\n
          2274479148\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174327,\n
        "timestamp": "2013-04-20T23:05:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480045,\n
          2274480077,\n
          2274480083,\n
          2274480030,\n
          2274480019,\n
          2274480049,\n
          2274480045\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174328,\n
        "timestamp": "2013-04-20T23:05:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484089,\n
          2274484079,\n
          2274484075,\n
          2274484067,\n
          2274484094,\n
          2274484095,\n
          2274484089\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174329,\n
        "timestamp": "2013-04-20T23:05:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484926,\n
          2274484925,\n
          2274484929,\n
          2274484930,\n
          2274484932,\n
          2274484934,\n
          2274484926\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174331,\n
        "timestamp": "2013-04-20T23:05:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484369,\n
          2274484374,\n
          2274484358,\n
          2274484352,\n
          2274484350,\n
          2274484368,\n
          2274484369\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174333,\n
        "timestamp": "2013-04-20T23:05:14Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478768,\n
          2274478758,\n
          2274478760,\n
          2274478742,\n
          2274478746,\n
          2274478775,\n
          2274478768\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174342,\n
        "timestamp": "2013-04-20T23:05:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484962,\n
          2274484961,\n
          2274484958,\n
          2274484959,\n
          2274484960,\n
          2274484963,\n
          2274484962\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174344,\n
        "timestamp": "2013-04-20T23:05:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484983,\n
          2274484981,\n
          2274484968,\n
          2274484969,\n
          2274484976,\n
          2274484975,\n
          2274484983\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174346,\n
        "timestamp": "2013-06-08T22:41:06Z",\n
        "version": 2,\n
        "changeset": 16475421,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          2274484543,\n
          2274484545,\n
          2274484524,\n
          2274484512,\n
          2274484480,\n
          2274484472,\n
          2274484541,\n
          2274484543\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174347,\n
        "timestamp": "2013-04-20T23:05:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483579,\n
          2274483578,\n
          2274483563,\n
          2274483497,\n
          2274483495,\n
          2274483554,\n
          2274483579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174349,\n
        "timestamp": "2013-04-20T23:05:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481558,\n
          2274481570,\n
          2274481524,\n
          2274481501,\n
          2274481539,\n
          2274481552,\n
          2274481558\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174351,\n
        "timestamp": "2013-04-20T23:05:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483815,\n
          2274483820,\n
          2274483817,\n
          2274483803,\n
          2274483798,\n
          2274483795,\n
          2274483815\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174353,\n
        "timestamp": "2013-04-20T23:05:15Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481518,\n
          2274481522,\n
          2274481568,\n
          2274481554,\n
          2274481477,\n
          2274481480,\n
          2274481518\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174357,\n
        "timestamp": "2013-04-20T23:05:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482880,\n
          2274482874,\n
          2274482875,\n
          2274482878,\n
          2274482877,\n
          2274482881,\n
          2274482880\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174364,\n
        "timestamp": "2013-04-20T23:05:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480429,\n
          2274480323,\n
          2274480315,\n
          2274480435,\n
          2274480446,\n
          2274480426,\n
          2274480429\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174367,\n
        "timestamp": "2013-04-20T23:05:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481851,\n
          2274481888,\n
          2274481885,\n
          2274481932,\n
          2274481935,\n
          2274481858,\n
          2274481851\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174369,\n
        "timestamp": "2013-04-20T23:05:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480183,\n
          2274480179,\n
          2274480166,\n
          2274480106,\n
          2274480177,\n
          2274480198,\n
          2274480183\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174371,\n
        "timestamp": "2013-04-20T23:05:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482631,\n
          2274482587,\n
          2274482600,\n
          2274482603,\n
          2274482665,\n
          2274482660,\n
          2274482631\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174374,\n
        "timestamp": "2013-04-20T23:05:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479967,\n
          2274479952,\n
          2274479953,\n
          2274479958,\n
          2274479994,\n
          2274479989,\n
          2274479967\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174376,\n
        "timestamp": "2013-04-20T23:05:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484164,\n
          2274484165,\n
          2274484170,\n
          2274484169,\n
          2274484167,\n
          2274484166,\n
          2274484164\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174378,\n
        "timestamp": "2013-04-20T23:05:16Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484705,\n
          2274484707,\n
          2274484693,\n
          2274484689,\n
          2274484696,\n
          2274484695,\n
          2274484705\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174380,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          2274482814,\n
          2274482816,\n
          2274482797,\n
          2274482796,\n
          2274482801,\n
          2274482802,\n
          2274482814\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174382,\n
        "timestamp": "2013-04-20T23:05:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483769,\n
          2274483778,\n
          2274483780,\n
          2274483765,\n
          2274483763,\n
          2274483768,\n
          2274483769\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174385,\n
        "timestamp": "2013-04-20T23:05:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484982,\n
          2274484992,\n
          2274484994,\n
          2274484974,\n
          2274484970,\n
          2274484980,\n
          2274484982\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174387,\n
        "timestamp": "2013-04-20T23:05:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480444,\n
          2274480445,\n
          2274480423,\n
          2274480416,\n
          2274480502,\n
          2274480509,\n
          2274480444\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174388,\n
        "timestamp": "2013-04-20T23:05:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484784,\n
          2274484783,\n
          2274484782,\n
          2274484781,\n
          2274484790,\n
          2274484794,\n
          2274484784\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174389,\n
        "timestamp": "2013-04-20T23:05:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482736,\n
          2274482747,\n
          2274482753,\n
          2274482695,\n
          2274482688,\n
          2274482720,\n
          2274482736\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174390,\n
        "timestamp": "2013-04-20T23:05:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484340,\n
          2274484342,\n
          2274484317,\n
          2274484307,\n
          2274484308,\n
          2274484339,\n
          2274484340\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174391,\n
        "timestamp": "2013-04-20T23:05:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479909,\n
          2274479823,\n
          2274479814,\n
          2274479881,\n
          2274479879,\n
          2274479897,\n
          2274479909\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174392,\n
        "timestamp": "2013-04-20T23:05:17Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480196,\n
          2274480093,\n
          2274480091,\n
          2274480074,\n
          2274480061,\n
          2274480187,\n
          2274480196\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174394,\n
        "timestamp": "2013-04-20T23:05:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480736,\n
          2274480831,\n
          2274480839,\n
          2274480730,\n
          2274480700,\n
          2274480722,\n
          2274480736\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174396,\n
        "timestamp": "2013-04-20T23:05:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484666,\n
          2274484660,\n
          2274484673,\n
          2274484672,\n
          2274484674,\n
          2274484675,\n
          2274484666\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174397,\n
        "timestamp": "2013-04-20T23:05:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481448,\n
          2274481482,\n
          2274481494,\n
          2274481475,\n
          2274481476,\n
          2274481450,\n
          2274481448\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174398,\n
        "timestamp": "2013-04-20T23:05:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479901,\n
          2274479829,\n
          2274479831,\n
          2274479847,\n
          2274479856,\n
          2274479900,\n
          2274479901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174399,\n
        "timestamp": "2013-04-20T23:05:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482738,\n
          2274482752,\n
          2274482751,\n
          2274482760,\n
          2274482761,\n
          2274482742,\n
          2274482738\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174400,\n
        "timestamp": "2013-04-20T23:05:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484561,\n
          2274484566,\n
          2274484575,\n
          2274484581,\n
          2274484551,\n
          2274484539,\n
          2274484561\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174401,\n
        "timestamp": "2013-04-20T23:05:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482852,\n
          2274482856,\n
          2274482854,\n
          2274482860,\n
          2274482861,\n
          2274482853,\n
          2274482852\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174402,\n
        "timestamp": "2013-04-20T23:05:18Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478431,\n
          2274478436,\n
          2274478435,\n
          2274478416,\n
          2274478417,\n
          2274478430,\n
          2274478431\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174403,\n
        "timestamp": "2016-07-03T13:03:02Z",\n
        "version": 2,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274483655,\n
          2274483659,\n
          2274483653,\n
          2274483652,\n
          2274483643,\n
          2274483642,\n
          2274483633,\n
          2274483627,\n
          2274483655\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174406,\n
        "timestamp": "2013-04-20T23:05:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479502,\n
          2274479503,\n
          2274479499,\n
          2274479498,\n
          2274479501,\n
          2274479500,\n
          2274479502\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174407,\n
        "timestamp": "2013-04-20T23:05:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483382,\n
          2274483385,\n
          2274483387,\n
          2274483326,\n
          2274483324,\n
          2274483380,\n
          2274483382\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174408,\n
        "timestamp": "2013-04-20T23:05:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482203,\n
          2274482223,\n
          2274482219,\n
          2274482177,\n
          2274482178,\n
          2274482202,\n
          2274482203\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174414,\n
        "timestamp": "2013-04-20T23:05:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478675,\n
          2274478676,\n
          2274478667,\n
          2274478669,\n
          2274478661,\n
          2274478659,\n
          2274478675\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174420,\n
        "timestamp": "2013-04-20T23:05:19Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482104,\n
          2274482106,\n
          2274482105,\n
          2274482081,\n
          2274482080,\n
          2274482103,\n
          2274482104\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174422,\n
        "timestamp": "2013-04-20T23:05:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483157,\n
          2274483183,\n
          2274483141,\n
          2274483138,\n
          2274483135,\n
          2274483133,\n
          2274483157\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174423,\n
        "timestamp": "2013-04-20T23:05:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482370,\n
          2274482372,\n
          2274482351,\n
          2274482350,\n
          2274482355,\n
          2274482354,\n
          2274482370\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174424,\n
        "timestamp": "2013-04-20T23:05:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483061,\n
          2274483044,\n
          2274483029,\n
          2274483027,\n
          2274483057,\n
          2274483059,\n
          2274483061\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174425,\n
        "timestamp": "2013-04-20T23:05:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479294,\n
          2274479291,\n
          2274479290,\n
          2274479303,\n
          2274479307,\n
          2274479299,\n
          2274479294\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174427,\n
        "timestamp": "2013-04-20T23:05:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484256,\n
          2274484252,\n
          2274484253,\n
          2274484264,\n
          2274484263,\n
          2274484255,\n
          2274484256\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174428,\n
        "timestamp": "2013-04-20T23:05:20Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484127,\n
          2274484131,\n
          2274484135,\n
          2274484123,\n
          2274484122,\n
          2274484128,\n
          2274484127\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174432,\n
        "timestamp": "2013-04-20T23:05:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482185,\n
          2274482172,\n
          2274482173,\n
          2274482167,\n
          2274482164,\n
          2274482183,\n
          2274482185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174433,\n
        "timestamp": "2013-04-20T23:05:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484290,\n
          2274484291,\n
          2274484293,\n
          2274484297,\n
          2274484289,\n
          2274484286,\n
          2274484290\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174434,\n
        "timestamp": "2013-04-20T23:05:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482668,\n
          2274482666,\n
          2274482667,\n
          2274482664,\n
          2274482681,\n
          2274482686,\n
          2274482668\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174437,\n
        "timestamp": "2013-04-20T23:05:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480413,\n
          2274480468,\n
          2274480477,\n
          2274480402,\n
          2274480384,\n
          2274480415,\n
          2274480413\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174438,\n
        "timestamp": "2013-04-20T23:05:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484966,\n
          2274484964,\n
          2274484965,\n
          2274484962,\n
          2274484963,\n
          2274484967,\n
          2274484966\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174439,\n
        "timestamp": "2013-04-20T23:05:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482712,\n
          2274482711,\n
          2274482737,\n
          2274482740,\n
          2274482717,\n
          2274482715,\n
          2274482712\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174440,\n
        "timestamp": "2013-04-20T23:05:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484270,\n
          2274484269,\n
          2274484257,\n
          2274484254,\n
          2274484261,\n
          2274484262,\n
          2274484270\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174441,\n
        "timestamp": "2013-04-20T23:05:21Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482700,\n
          2274482680,\n
          2274482678,\n
          2274482685,\n
          2274482684,\n
          2274482693,\n
          2274482700\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174442,\n
        "timestamp": "2013-04-20T23:05:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483381,\n
          2274483406,\n
          2274483405,\n
          2274483464,\n
          2274483459,\n
          2274483366,\n
          2274483381\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174443,\n
        "timestamp": "2019-02-08T03:47:04Z",\n
        "version": 2,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          2274484564,\n
          2274484526,\n
          2274484522,\n
          2274484559,\n
          2274484564\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174444,\n
        "timestamp": "2013-04-20T23:05:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479301,\n
          2274479277,\n
          2274479273,\n
          2274479285,\n
          2274479286,\n
          2274479293,\n
          2274479301\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174445,\n
        "timestamp": "2013-04-20T23:05:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483882,\n
          2274483934,\n
          2274483943,\n
          2274483874,\n
          2274483867,\n
          2274483884,\n
          2274483882\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174446,\n
        "timestamp": "2013-04-20T23:05:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478289,\n
          2274478290,\n
          2274478291,\n
          2274478312,\n
          2274478310,\n
          2274478307,\n
          2274478289\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174448,\n
        "timestamp": "2013-04-20T23:05:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480463,\n
          2274480454,\n
          2274480464,\n
          2274480489,\n
          2274480519,\n
          2274480488,\n
          2274480463\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174449,\n
        "timestamp": "2013-04-20T23:05:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480946,\n
          2274480981,\n
          2274480965,\n
          2274481009,\n
          2274481051,\n
          2274480954,\n
          2274480946\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174450,\n
        "timestamp": "2025-12-26T07:35:25Z",\n
        "version": 2,\n
        "changeset": 176423503,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "nodes": [\n
          2274478282,\n
          2274478281,\n
          2274478265,\n
          2274478262,\n
          2274478263,\n
          2274478266,\n
          2274478282\n
        ],\n
        "tags": {\n
          "addr:housenumber": "814",\n
          "addr:street": "Route des Alpes",\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174451,\n
        "timestamp": "2013-04-20T23:05:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480024,\n
          2274480000,\n
          2274479997,\n
          2274480014,\n
          2274480018,\n
          2274480021,\n
          2274480024\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174452,\n
        "timestamp": "2013-04-20T23:05:22Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481512,\n
          2274481529,\n
          2274481531,\n
          2274481528,\n
          2274481521,\n
          2274481514,\n
          2274481512\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174454,\n
        "timestamp": "2013-04-20T23:05:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481549,\n
          2274481550,\n
          2274481506,\n
          2274481503,\n
          2274481543,\n
          2274481544,\n
          2274481549\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174455,\n
        "timestamp": "2024-05-26T19:39:03Z",\n
        "version": 2,\n
        "changeset": 151867386,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "nodes": [\n
          2274478276,\n
          2274478285,\n
          2274478300,\n
          2274478293,\n
          2274478305,\n
          2274478304,\n
          2274478276\n
        ],\n
        "tags": {\n
          "addr:housenumber": "118",\n
          "addr:street": "Chemin du Traige",\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174456,\n
        "timestamp": "2013-04-20T23:05:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481304,\n
          2274481305,\n
          2274481317,\n
          2274481321,\n
          2274481257,\n
          2274481254,\n
          2274481304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174457,\n
        "timestamp": "2013-04-20T23:05:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484032,\n
          2274484024,\n
          2274484033,\n
          2274484031,\n
          2274484034,\n
          2274484035,\n
          2274484032\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174458,\n
        "timestamp": "2013-04-20T23:05:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481514,\n
          2274481521,\n
          2274481528,\n
          2274481527,\n
          2274481520,\n
          2274481513,\n
          2274481514\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174459,\n
        "timestamp": "2013-04-20T23:05:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479523,\n
          2274479529,\n
          2274479509,\n
          2274479507,\n
          2274479521,\n
          2274479519,\n
          2274479523\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174460,\n
        "timestamp": "2013-04-20T23:05:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482593,\n
          2274482594,\n
          2274482581,\n
          2274482576,\n
          2274482625,\n
          2274482634,\n
          2274482593\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174462,\n
        "timestamp": "2013-04-20T23:05:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479964,\n
          2274479979,\n
          2274479981,\n
          2274479963,\n
          2274479960,\n
          2274479966,\n
          2274479964\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174463,\n
        "timestamp": "2013-04-20T23:05:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480060,\n
          2274480039,\n
          2274480037,\n
          2274480013,\n
          2274480004,\n
          2274480044,\n
          2274480060\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174464,\n
        "timestamp": "2013-04-20T23:05:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480466,\n
          2274480510,\n
          2274480511,\n
          2274480436,\n
          2274480427,\n
          2274480465,\n
          2274480466\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174465,\n
        "timestamp": "2013-04-20T23:05:23Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478848,\n
          2274478844,\n
          2274478852,\n
          2274478851,\n
          2274478850,\n
          2274478849,\n
          2274478848\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174467,\n
        "timestamp": "2013-04-20T23:05:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482520,\n
          2274482529,\n
          2274482527,\n
          2274482566,\n
          2274482598,\n
          2274482545,\n
          2274482520\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174468,\n
        "timestamp": "2013-04-20T23:05:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480464,\n
          2274480454,\n
          2274480463,\n
          2274480457,\n
          2274480437,\n
          2274480458,\n
          2274480464\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174469,\n
        "timestamp": "2013-04-20T23:05:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478313,\n
          2274478331,\n
          2274478345,\n
          2274478341,\n
          2274478308,\n
          2274478311,\n
          2274478313\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174470,\n
        "timestamp": "2013-04-20T23:05:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478367,\n
          2274478371,\n
          2274478385,\n
          2274478383,\n
          2274478375,\n
          2274478372,\n
          2274478367\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174471,\n
        "timestamp": "2013-04-20T23:05:24Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484374,\n
          2274484369,\n
          2274484393,\n
          2274484395,\n
          2274484376,\n
          2274484373,\n
          2274484374\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174472,\n
        "timestamp": "2013-04-20T23:05:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478836,\n
          2274478835,\n
          2274478846,\n
          2274478844,\n
          2274478848,\n
          2274478837,\n
          2274478836\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174473,\n
        "timestamp": "2013-04-20T23:05:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480085,\n
          2274480063,\n
          2274480075,\n
          2274480067,\n
          2274480084,\n
          2274480146,\n
          2274480085\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174474,\n
        "timestamp": "2013-04-20T23:05:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483219,\n
          2274483248,\n
          2274483257,\n
          2274483398,\n
          2274483370,\n
          2274483216,\n
          2274483219\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174476,\n
        "timestamp": "2013-04-20T23:05:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483856,\n
          2274483880,\n
          2274483878,\n
          2274483889,\n
          2274483894,\n
          2274483861,\n
          2274483856\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174477,\n
        "timestamp": "2013-04-20T23:05:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483710,\n
          2274483705,\n
          2274483706,\n
          2274483707,\n
          2274483708,\n
          2274483711,\n
          2274483710\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174478,\n
        "timestamp": "2013-04-20T23:05:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483509,\n
          2274483484,\n
          2274483486,\n
          2274483531,\n
          2274483530,\n
          2274483511,\n
          2274483509\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174479,\n
        "timestamp": "2013-04-20T23:05:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484364,\n
          2274484366,\n
          2274484321,\n
          2274484316,\n
          2274484331,\n
          2274484338,\n
          2274484364\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174480,\n
        "timestamp": "2013-04-20T23:05:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482869,\n
          2274482870,\n
          2274482883,\n
          2274482882,\n
          2274482872,\n
          2274482873,\n
          2274482869\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174482,\n
        "timestamp": "2013-04-20T23:05:25Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483941,\n
          2274483938,\n
          2274483932,\n
          2274483930,\n
          2274483898,\n
          2274483925,\n
          2274483941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174483,\n
        "timestamp": "2013-04-20T23:05:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479687,\n
          2274479702,\n
          2274479698,\n
          2274479723,\n
          2274479738,\n
          2274479696,\n
          2274479687\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174484,\n
        "timestamp": "2013-04-20T23:05:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479089,\n
          2274479084,\n
          2274479083,\n
          2274479078,\n
          2274479079,\n
          2274479090,\n
          2274479089\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174485,\n
        "timestamp": "2013-04-20T23:05:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483351,\n
          2274483360,\n
          2274483365,\n
          2274483410,\n
          2274483412,\n
          2274483402,\n
          2274483351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174486,\n
        "timestamp": "2013-04-20T23:05:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484581,\n
          2274484575,\n
          2274484566,\n
          2274484561,\n
          2274484627,\n
          2274484628,\n
          2274484581\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174487,\n
        "timestamp": "2013-04-20T23:05:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484739,\n
          2274484742,\n
          2274484738,\n
          2274484735,\n
          2274484736,\n
          2274484737,\n
          2274484739\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174488,\n
        "timestamp": "2013-04-20T23:05:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484630,\n
          2274484631,\n
          2274484635,\n
          2274484636,\n
          2274484625,\n
          2274484624,\n
          2274484630\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174489,\n
        "timestamp": "2013-04-20T23:05:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478639,\n
          2274478631,\n
          2274478629,\n
          2274478635,\n
          2274478633,\n
          2274478637,\n
          2274478639\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174490,\n
        "timestamp": "2013-04-20T23:05:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479896,\n
          2274479892,\n
          2274479885,\n
          2274479891,\n
          2274479895,\n
          2274479894,\n
          2274479896\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174491,\n
        "timestamp": "2013-04-20T23:05:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483854,\n
          2274483808,\n
          2274483800,\n
          2274483840,\n
          2274483837,\n
          2274483848,\n
          2274483854\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174493,\n
        "timestamp": "2013-04-20T23:05:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484626,\n
          2274484623,\n
          2274484621,\n
          2274484620,\n
          2274484618,\n
          2274484625,\n
          2274484626\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174494,\n
        "timestamp": "2013-04-20T23:05:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478534,\n
          2274478528,\n
          2274478526,\n
          2274478553,\n
          2274478555,\n
          2274478545,\n
          2274478534\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174495,\n
        "timestamp": "2013-04-20T23:05:26Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479941,\n
          2274479886,\n
          2274479877,\n
          2274479921,\n
          2274479922,\n
          2274479935,\n
          2274479941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174496,\n
        "timestamp": "2013-04-20T23:05:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479240,\n
          2274479243,\n
          2274479244,\n
          2274479242,\n
          2274479237,\n
          2274479241,\n
          2274479240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174497,\n
        "timestamp": "2013-04-20T23:05:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478954,\n
          2274478953,\n
          2274478938,\n
          2274478939,\n
          2274478941,\n
          2274478944,\n
          2274478954\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174498,\n
        "timestamp": "2013-04-20T23:05:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483664,\n
          2274483661,\n
          2274483657,\n
          2274483676,\n
          2274483679,\n
          2274483666,\n
          2274483664\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174499,\n
        "timestamp": "2013-04-20T23:05:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481939,\n
          2274481940,\n
          2274481770,\n
          2274481741,\n
          2274481819,\n
          2274481821,\n
          2274481939\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174500,\n
        "timestamp": "2013-04-20T23:05:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480497,\n
          2274480512,\n
          2274480514,\n
          2274480551,\n
          2274480546,\n
          2274480493,\n
          2274480497\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174501,\n
        "timestamp": "2013-04-20T23:05:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480100,\n
          2274480038,\n
          2274480035,\n
          2274480081,\n
          2274480082,\n
          2274480095,\n
          2274480100\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174502,\n
        "timestamp": "2013-04-20T23:05:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479622,\n
          2274479620,\n
          2274479636,\n
          2274479642,\n
          2274479618,\n
          2274479614,\n
          2274479622\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174503,\n
        "timestamp": "2013-04-20T23:05:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479064,\n
          2274479080,\n
          2274479081,\n
          2274479063,\n
          2274479061,\n
          2274479067,\n
          2274479064\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174504,\n
        "timestamp": "2013-04-20T23:05:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484972,\n
          2274484973,\n
          2274484979,\n
          2274484978,\n
          2274484977,\n
          2274484971,\n
          2274484972\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174505,\n
        "timestamp": "2013-04-20T23:05:27Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478464,\n
          2274478481,\n
          2274478479,\n
          2274478474,\n
          2274478472,\n
          2274478466,\n
          2274478464\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174508,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          2274482902,\n
          2274482904,\n
          2274482894,\n
          2274482893,\n
          2274482901,\n
          2274482900,\n
          2274482902\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174510,\n
        "timestamp": "2013-04-20T23:05:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484667,\n
          2274484663,\n
          2274484670,\n
          2274484671,\n
          2274484665,\n
          2274484661,\n
          2274484667\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174511,\n
        "timestamp": "2013-04-20T23:05:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478099,\n
          2274478096,\n
          2274478094,\n
          2274478088,\n
          2274478090,\n
          2274478092,\n
          2274478099\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174512,\n
        "timestamp": "2013-04-20T23:05:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482547,\n
          2274482531,\n
          2274482589,\n
          2274482605,\n
          2274482657,\n
          2274482602,\n
          2274482547\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174514,\n
        "timestamp": "2013-04-20T23:05:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484729,\n
          2274484733,\n
          2274484734,\n
          2274484727,\n
          2274484722,\n
          2274484730,\n
          2274484729\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174515,\n
        "timestamp": "2013-04-20T23:05:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484893,\n
          2274484891,\n
          2274484895,\n
          2274484899,\n
          2274484901,\n
          2274484897,\n
          2274484893\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174516,\n
        "timestamp": "2013-04-20T23:05:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481329,\n
          2274481289,\n
          2274481284,\n
          2274481226,\n
          2274481224,\n
          2274481319,\n
          2274481329\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174517,\n
        "timestamp": "2013-04-20T23:05:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484152,\n
          2274484150,\n
          2274484144,\n
          2274484141,\n
          2274484154,\n
          2274484155,\n
          2274484153,\n
          2274484152\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174518,\n
        "timestamp": "2024-05-26T19:40:07Z",\n
        "version": 3,\n
        "changeset": 151867386,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "nodes": [\n
          2274478251,\n
          2274478240,\n
          2274478237,\n
          2274478246,\n
          2274478252,\n
          2274478253,\n
          2274478249,\n
          2274478251\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174519,\n
        "timestamp": "2013-04-20T23:05:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482096,\n
          2274482087,\n
          2274482086,\n
          2274482094,\n
          2274482093,\n
          2274482097,\n
          2274482099,\n
          2274482096\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174521,\n
        "timestamp": "2013-04-20T23:05:28Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483797,\n
          2274483822,\n
          2274483833,\n
          2274483815,\n
          2274483795,\n
          2274483785,\n
          2274483801,\n
          2274483797\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174522,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483342,\n
          2274483336,\n
          2274483307,\n
          2274483150,\n
          2274483147,\n
          2274483186,\n
          2274483173,\n
          2274483330,\n
          2274483346,\n
          2274483345,\n
          2274483373,\n
          2274483372,\n
          2274483371,\n
          2274483342\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174523,\n
        "timestamp": "2013-04-20T23:05:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483157,\n
          2274483361,\n
          2274483363,\n
          2274483364,\n
          2274483333,\n
          2274483335,\n
          2274483183,\n
          2274483157\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174525,\n
        "timestamp": "2013-04-20T23:05:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479052,\n
          2274479051,\n
          2274479050,\n
          2274479049,\n
          2274479055,\n
          2274479057,\n
          2274479053,\n
          2274479052\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174526,\n
        "timestamp": "2013-04-20T23:05:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483568,\n
          2274483570,\n
          2274483580,\n
          2274483583,\n
          2274483582,\n
          2274483538,\n
          2274483537,\n
          2274483568\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174527,\n
        "timestamp": "2023-05-14T17:58:31Z",\n
        "version": 2,\n
        "changeset": 136095736,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274482501,\n
          2274482499,\n
          2274482541,\n
          2274482543,\n
          2274482569,\n
          2274482572,\n
          2274482578,\n
          2274482502,\n
          2274482501\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174528,\n
        "timestamp": "2013-04-20T23:05:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484954,\n
          2274484953,\n
          2274484959,\n
          2274484958,\n
          2274484957,\n
          2274484955,\n
          2274484956,\n
          2274484954\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174530,\n
        "timestamp": "2013-04-20T23:05:29Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483758,\n
          2274483755,\n
          2274483752,\n
          2274483756,\n
          2274483757,\n
          2274483760,\n
          2274483764,\n
          2274483758\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174531,\n
        "timestamp": "2013-04-20T23:05:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478567,\n
          2274478565,\n
          2274478557,\n
          2274478559,\n
          2274478547,\n
          2274478545,\n
          2274478555,\n
          2274478567\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174532,\n
        "timestamp": "2013-04-20T23:05:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481647,\n
          2274481643,\n
          2274481625,\n
          2274481613,\n
          2274481600,\n
          2274481721,\n
          2274481768,\n
          2274481647\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174533,\n
        "timestamp": "2013-04-20T23:05:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484718,\n
          2274484714,\n
          2274484713,\n
          2274484716,\n
          2274484717,\n
          2274484719,\n
          2274484720,\n
          2274484718\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174535,\n
        "timestamp": "2013-04-20T23:05:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481220,\n
          2274481219,\n
          2274481199,\n
          2274481204,\n
          2274481267,\n
          2274481282,\n
          2274481287,\n
          2274481220\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174536,\n
        "timestamp": "2013-04-20T23:05:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479182,\n
          2274479181,\n
          2274479186,\n
          2274479187,\n
          2274479192,\n
          2274479193,\n
          2274479188,\n
          2274479182\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174537,\n
        "timestamp": "2013-04-20T23:05:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479136,\n
          2274479122,\n
          2274479121,\n
          2274479133,\n
          2274479134,\n
          2274479139,\n
          2274479141,\n
          2274479136\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174538,\n
        "timestamp": "2013-04-20T23:05:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482012,\n
          2274482011,\n
          2274482010,\n
          2274481997,\n
          2274481999,\n
          2274482001,\n
          2274482006,\n
          2274482012\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174539,\n
        "timestamp": "2013-04-20T23:05:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482128,\n
          2274482131,\n
          2274482130,\n
          2274482133,\n
          2274482134,\n
          2274482129,\n
          2274482126,\n
          2274482128\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174541,\n
        "timestamp": "2013-04-20T23:05:30Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484781,\n
          2274484782,\n
          2274484783,\n
          2274484784,\n
          2274484780,\n
          2274484779,\n
          2274484777,\n
          2274484781\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174542,\n
        "timestamp": "2013-04-20T23:05:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478694,\n
          2274478695,\n
          2274478688,\n
          2274478687,\n
          2274478686,\n
          2274478690,\n
          2274478691,\n
          2274478694\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174544,\n
        "timestamp": "2013-04-20T23:05:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484636,\n
          2274484635,\n
          2274484631,\n
          2274484630,\n
          2274484629,\n
          2274484649,\n
          2274484651,\n
          2274484636\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174545,\n
        "timestamp": "2013-04-20T23:05:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484761,\n
          2274484762,\n
          2274484758,\n
          2274484759,\n
          2274484757,\n
          2274484756,\n
          2274484760,\n
          2274484761\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174547,\n
        "timestamp": "2013-04-20T23:05:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484116,\n
          2274484119,\n
          2274484120,\n
          2274484124,\n
          2274484125,\n
          2274484112,\n
          2274484109,\n
          2274484116\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174548,\n
        "timestamp": "2013-04-20T23:05:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481138,\n
          2274481126,\n
          2274481115,\n
          2274481094,\n
          2274481083,\n
          2274481121,\n
          2274481130,\n
          2274481138\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174549,\n
        "timestamp": "2013-04-20T23:05:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482777,\n
          2274482774,\n
          2274482769,\n
          2274482765,\n
          2274482763,\n
          2274482776,\n
          2274482782,\n
          2274482777\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174551,\n
        "timestamp": "2013-04-20T23:05:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478175,\n
          2274478191,\n
          2274478224,\n
          2274478227,\n
          2274478182,\n
          2274478173,\n
          2274478170,\n
          2274478175\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174552,\n
        "timestamp": "2024-05-26T19:40:30Z",\n
        "version": 2,\n
        "changeset": 151867386,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "nodes": [\n
          2274478227,\n
          2274478224,\n
          2274478239,\n
          2274478248,\n
          2274478247,\n
          2274478256,\n
          2274478259,\n
          2274478227\n
        ],\n
        "tags": {\n
          "addr:housenumber": "31",\n
          "addr:street": "Chemin du Traige",\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174553,\n
        "timestamp": "2013-04-20T23:05:31Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478084,\n
          2274478082,\n
          2274478078,\n
          2274478080,\n
          2274478074,\n
          2274478076,\n
          2274478086,\n
          2274478084\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174557,\n
        "timestamp": "2013-04-20T23:05:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484159,\n
          2274484160,\n
          2274484161,\n
          2274484162,\n
          2274484163,\n
          2274484157,\n
          2274484156,\n
          2274484159\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174558,\n
        "timestamp": "2013-04-20T23:05:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484273,\n
          2274484275,\n
          2274484272,\n
          2274484271,\n
          2274484268,\n
          2274484266,\n
          2274484265,\n
          2274484273\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174559,\n
        "timestamp": "2013-04-20T23:05:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480420,\n
          2274480421,\n
          2274480390,\n
          2274480398,\n
          2274480480,\n
          2274480492,\n
          2274480447,\n
          2274480420\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174562,\n
        "timestamp": "2013-04-20T23:05:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481149,\n
          2274481109,\n
          2274481111,\n
          2274481171,\n
          2274481212,\n
          2274481213,\n
          2274481194,\n
          2274481149\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174563,\n
        "timestamp": "2013-04-20T23:05:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478208,\n
          2274478209,\n
          2274478223,\n
          2274478226,\n
          2274478225,\n
          2274478207,\n
          2274478205,\n
          2274478208\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174564,\n
        "timestamp": "2013-04-20T23:05:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482917,\n
          2274482935,\n
          2274482937,\n
          2274482939,\n
          2274482931,\n
          2274482923,\n
          2274482919,\n
          2274482917\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174565,\n
        "timestamp": "2013-04-20T23:05:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481940,\n
          2274481939,\n
          2274481938,\n
          2274481948,\n
          2274481952,\n
          2274481956,\n
          2274481957,\n
          2274481940\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174566,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          2274482849,\n
          2274482831,\n
          2274482830,\n
          2274482828,\n
          2274482839,\n
          2274482840,\n
          2274482847,\n
          2274482849\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174567,\n
        "timestamp": "2013-04-20T23:05:32Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484366,\n
          2274484364,\n
          2274484367,\n
          2274484370,\n
          2274484372,\n
          2274484391,\n
          2274484378,\n
          2274484366\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174569,\n
        "timestamp": "2013-04-20T23:05:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478679,\n
          2274478681,\n
          2274478680,\n
          2274478682,\n
          2274478673,\n
          2274478671,\n
          2274478665,\n
          2274478663,\n
          2274478679\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174570,\n
        "timestamp": "2013-04-20T23:05:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480960,\n
          2274480901,\n
          2274480899,\n
          2274480941,\n
          2274480942,\n
          2274480971,\n
          2274480980,\n
          2274480959,\n
          2274480960\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174571,\n
        "timestamp": "2013-04-20T23:05:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482398,\n
          2274482324,\n
          2274482327,\n
          2274482359,\n
          2274482360,\n
          2274482388,\n
          2274482387,\n
          2274482399,\n
          2274482398\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174582,\n
        "timestamp": "2013-04-20T23:05:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478400,\n
          2274478407,\n
          2274478408,\n
          2274478406,\n
          2274478404,\n
          2274478405,\n
          2274478391,\n
          2274478393,\n
          2274478400\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174584,\n
        "timestamp": "2013-04-20T23:05:33Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481616,\n
          2274481646,\n
          2274481648,\n
          2274481660,\n
          2274481712,\n
          2274481589,\n
          2274481578,\n
          2274481620,\n
          2274481616\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174593,\n
        "timestamp": "2013-04-20T23:05:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482540,\n
          2274482538,\n
          2274482530,\n
          2274482522,\n
          2274482542,\n
          2274482551,\n
          2274482548,\n
          2274482546,\n
          2274482540\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174596,\n
        "timestamp": "2013-04-20T23:05:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484759,\n
          2274484758,\n
          2274484762,\n
          2274484761,\n
          2274484763,\n
          2274484764,\n
          2274484766,\n
          2274484768,\n
          2274484759\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174597,\n
        "timestamp": "2013-04-20T23:05:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484593,\n
          2274484632,\n
          2274484648,\n
          2274484660,\n
          2274484666,\n
          2274484653,\n
          2274484633,\n
          2274484615,\n
          2274484593\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174598,\n
        "timestamp": "2013-04-20T23:05:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481663,\n
          2274481614,\n
          2274481631,\n
          2274481622,\n
          2274481630,\n
          2274481701,\n
          2274481690,\n
          2274481708,\n
          2274481663\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174600,\n
        "timestamp": "2013-04-20T23:05:34Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484899,\n
          2274484913,\n
          2274484911,\n
          2274484909,\n
          2274484907,\n
          2274484903,\n
          2274484905,\n
          2274484901,\n
          2274484899\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174602,\n
        "timestamp": "2013-04-20T23:05:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483753,\n
          2274483750,\n
          2274483749,\n
          2274483747,\n
          2274483752,\n
          2274483755,\n
          2274483758,\n
          2274483759,\n
          2274483753\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174603,\n
        "timestamp": "2013-04-20T23:05:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482822,\n
          2274482820,\n
          2274482807,\n
          2274482800,\n
          2274482809,\n
          2274482803,\n
          2274482823,\n
          2274482824,\n
          2274482822\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174604,\n
        "timestamp": "2013-04-20T23:05:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483974,\n
          2274483971,\n
          2274483967,\n
          2274483965,\n
          2274483963,\n
          2274483959,\n
          2274483957,\n
          2274483961,\n
          2274483974\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174605,\n
        "timestamp": "2013-04-20T23:05:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478298,\n
          2274478296,\n
          2274478301,\n
          2274478321,\n
          2274478322,\n
          2274478320,\n
          2274478314,\n
          2274478316,\n
          2274478298\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174606,\n
        "timestamp": "2013-04-20T23:05:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478335,\n
          2274478348,\n
          2274478352,\n
          2274478329,\n
          2274478355,\n
          2274478315,\n
          2274478309,\n
          2274478299,\n
          2274478335\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174607,\n
        "timestamp": "2013-04-20T23:05:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479608,\n
          2274479606,\n
          2274479596,\n
          2274479594,\n
          2274479603,\n
          2274479605,\n
          2274479610,\n
          2274479612,\n
          2274479608\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174608,\n
        "timestamp": "2013-04-20T23:05:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478922,\n
          2274478910,\n
          2274478908,\n
          2274478906,\n
          2274478914,\n
          2274478916,\n
          2274478927,\n
          2274478926,\n
          2274478922\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174610,\n
        "timestamp": "2013-04-20T23:05:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478796,\n
          2274478785,\n
          2274478787,\n
          2274478825,\n
          2274478826,\n
          2274478812,\n
          2274478809,\n
          2274478793,\n
          2274478796\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174611,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 2,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          2274483610,\n
          2274483611,\n
          2274483581,\n
          2274483577,\n
          2274483603,\n
          2274483604,\n
          2274483605,\n
          2274483614,\n
          2274483617,\n
          2274483618,\n
          2274483620,\n
          2274483622,\n
          2274483610\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174612,\n
        "timestamp": "2013-04-20T23:05:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481798,\n
          2274481792,\n
          2274481651,\n
          2274481650,\n
          2274481632,\n
          2274481636,\n
          2274481661,\n
          2274481669,\n
          2274481798\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174616,\n
        "timestamp": "2013-04-20T23:05:35Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482365,\n
          2274482364,\n
          2274482379,\n
          2274482375,\n
          2274482312,\n
          2274482332,\n
          2274482346,\n
          2274482348,\n
          2274482365\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174618,\n
        "timestamp": "2013-04-20T23:05:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478827,\n
          2274478829,\n
          2274478808,\n
          2274478810,\n
          2274478789,\n
          2274478790,\n
          2274478811,\n
          2274478813,\n
          2274478827\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174619,\n
        "timestamp": "2013-04-20T23:05:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482296,\n
          2274482298,\n
          2274482237,\n
          2274482196,\n
          2274482186,\n
          2274482209,\n
          2274482227,\n
          2274482231,\n
          2274482296\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174622,\n
        "timestamp": "2013-04-20T23:05:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480632,\n
          2274480582,\n
          2274480580,\n
          2274480526,\n
          2274480522,\n
          2274480517,\n
          2274480584,\n
          2274480633,\n
          2274480632\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174624,\n
        "timestamp": "2013-04-20T23:05:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483728,\n
          2274483734,\n
          2274483738,\n
          2274483733,\n
          2274483737,\n
          2274483732,\n
          2274483730,\n
          2274483729,\n
          2274483728\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174625,\n
        "timestamp": "2013-04-20T23:05:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478164,\n
          2274478159,\n
          2274478160,\n
          2274478163,\n
          2274478162,\n
          2274478161,\n
          2274478165,\n
          2274478166,\n
          2274478164\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174626,\n
        "timestamp": "2013-04-20T23:05:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478202,\n
          2274478201,\n
          2274478198,\n
          2274478214,\n
          2274478216,\n
          2274478220,\n
          2274478215,\n
          2274478218,\n
          2274478202\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174627,\n
        "timestamp": "2013-04-20T23:05:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479446,\n
          2274479458,\n
          2274479457,\n
          2274479468,\n
          2274479469,\n
          2274479463,\n
          2274479465,\n
          2274479452,\n
          2274479446\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174628,\n
        "timestamp": "2013-04-20T23:05:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481825,\n
          2274481827,\n
          2274481928,\n
          2274481927,\n
          2274481915,\n
          2274481914,\n
          2274481846,\n
          2274481844,\n
          2274481825\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174629,\n
        "timestamp": "2013-04-20T23:05:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481782,\n
          2274481787,\n
          2274481657,\n
          2274481659,\n
          2274481602,\n
          2274481599,\n
          2274481656,\n
          2274481652,\n
          2274481782\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174631,\n
        "timestamp": "2013-04-20T23:05:36Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483457,\n
          2274483458,\n
          2274483460,\n
          2274483303,\n
          2274483304,\n
          2274483367,\n
          2274483368,\n
          2274483421,\n
          2274483457\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174633,\n
        "timestamp": "2013-04-20T23:05:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480936,\n
          2274480934,\n
          2274480910,\n
          2274480894,\n
          2274480979,\n
          2274480989,\n
          2274480952,\n
          2274480958,\n
          2274480936\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174635,\n
        "timestamp": "2014-01-20T10:59:06Z",\n
        "version": 2,\n
        "changeset": 20101188,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          2274478029,\n
          2274478028,\n
          2274478022,\n
          2274478019,\n
          2274478027,\n
          2274478024,\n
          2274478030,\n
          2274478031,\n
          2274478029\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "historic": "ruins",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174636,\n
        "timestamp": "2013-04-20T23:05:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481790,\n
          2274481739,\n
          2274481719,\n
          2274481706,\n
          2274481717,\n
          2274481715,\n
          2274481785,\n
          2274481802,\n
          2274481790\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174637,\n
        "timestamp": "2013-04-20T23:05:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478438,\n
          2274478446,\n
          2274478448,\n
          2274478470,\n
          2274478468,\n
          2274478456,\n
          2274478458,\n
          2274478437,\n
          2274478438\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174638,\n
        "timestamp": "2013-04-20T23:05:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478612,\n
          2274478575,\n
          2274478543,\n
          2274478541,\n
          2274478569,\n
          2274478577,\n
          2274478579,\n
          2274478610,\n
          2274478612\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174639,\n
        "timestamp": "2013-04-20T23:05:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482850,\n
          2274482848,\n
          2274482846,\n
          2274482844,\n
          2274482855,\n
          2274482857,\n
          2274482858,\n
          2274482859,\n
          2274482850\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174640,\n
        "timestamp": "2013-04-20T23:05:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479905,\n
          2274479893,\n
          2274479889,\n
          2274479860,\n
          2274479858,\n
          2274479834,\n
          2274479829,\n
          2274479901,\n
          2274479905\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174641,\n
        "timestamp": "2013-04-20T23:05:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484269,\n
          2274484270,\n
          2274484282,\n
          2274484280,\n
          2274484279,\n
          2274484287,\n
          2274484288,\n
          2274484283,\n
          2274484269\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174642,\n
        "timestamp": "2013-04-20T23:05:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480884,\n
          2274480896,\n
          2274480903,\n
          2274480931,\n
          2274480956,\n
          2274480893,\n
          2274480865,\n
          2274480868,\n
          2274480884\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174643,\n
        "timestamp": "2013-04-20T23:05:37Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481574,\n
          2274481601,\n
          2274481593,\n
          2274481612,\n
          2274481618,\n
          2274481603,\n
          2274481619,\n
          2274481577,\n
          2274481574\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174644,\n
        "timestamp": "2013-04-20T23:05:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481943,\n
          2274481941,\n
          2274481857,\n
          2274481848,\n
          2274481725,\n
          2274481776,\n
          2274481903,\n
          2274481895,\n
          2274481943\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174646,\n
        "timestamp": "2013-04-20T23:05:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482652,\n
          2274482583,\n
          2274482567,\n
          2274482584,\n
          2274482601,\n
          2274482599,\n
          2274482604,\n
          2274482645,\n
          2274482652\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174647,\n
        "timestamp": "2013-04-20T23:05:38Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481063,\n
          2274481065,\n
          2274481043,\n
          2274480999,\n
          2274480988,\n
          2274480986,\n
          2274480996,\n
          2274481035,\n
          2274481063\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174650,\n
        "timestamp": "2024-05-26T18:48:27Z",\n
        "version": 2,\n
        "changeset": 151865619,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "nodes": [\n
          2274478235,\n
          2274478222,\n
          2274478223,\n
          2274478209,\n
          2274478208,\n
          2274478221,\n
          2274478219,\n
          2274478234,\n
          2274478235\n
        ],\n
        "tags": {\n
          "addr:housenumber": "171",\n
          "addr:street": "Chemin du Traige",\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174651,\n
        "timestamp": "2016-07-03T13:03:00Z",\n
        "version": 2,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274483852,\n
          2274483850,\n
          2274483876,\n
          2274483886,\n
          2274483871,\n
          2274483869,\n
          2274483835,\n
          2274483831,\n
          2274483852\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174652,\n
        "timestamp": "2013-04-20T23:05:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481079,\n
          2274481062,\n
          2274481105,\n
          2274481101,\n
          2274481125,\n
          2274481148,\n
          2274481129,\n
          2274481120,\n
          2274481079\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174653,\n
        "timestamp": "2013-04-20T23:05:39Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483714,\n
          2274483715,\n
          2274483718,\n
          2274483719,\n
          2274483717,\n
          2274483716,\n
          2274483713,\n
          2274483712,\n
          2274483714\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174654,\n
        "timestamp": "2013-06-08T22:41:12Z",\n
        "version": 2,\n
        "changeset": 16475421,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          2274484417,\n
          2274484427,\n
          2274484470,\n
          2274484472,\n
          2274484480,\n
          2274484497,\n
          2274484499,\n
          2274484446,\n
          2274484439,\n
          2274484417\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174656,\n
        "timestamp": "2013-04-20T23:05:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478750,\n
          2274478749,\n
          2274478748,\n
          2274478747,\n
          2274478745,\n
          2274478732,\n
          2274478734,\n
          2274478751,\n
          2274478750\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174659,\n
        "timestamp": "2013-04-20T23:05:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478179,\n
          2274478180,\n
          2274478183,\n
          2274478201,\n
          2274478202,\n
          2274478188,\n
          2274478190,\n
          2274478176,\n
          2274478179\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174661,\n
        "timestamp": "2013-04-20T23:05:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478682,\n
          2274478680,\n
          2274478681,\n
          2274478679,\n
          2274478683,\n
          2274478684,\n
          2274478685,\n
          2274478689,\n
          2274478682\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174664,\n
        "timestamp": "2013-04-20T23:05:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478135,\n
          2274478138,\n
          2274478139,\n
          2274478142,\n
          2274478146,\n
          2274478140,\n
          2274478137,\n
          2274478134,\n
          2274478135\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174666,\n
        "timestamp": "2013-04-20T23:05:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484146,\n
          2274484147,\n
          2274484132,\n
          2274484130,\n
          2274484137,\n
          2274484136,\n
          2274484139,\n
          2274484140,\n
          2274484146\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174671,\n
        "timestamp": "2013-04-20T23:05:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274477957,\n
          2274477961,\n
          2274477959,\n
          2274477949,\n
          2274477947,\n
          2274477951,\n
          2274477953,\n
          2274477955,\n
          2274477957\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174674,\n
        "timestamp": "2013-04-20T23:05:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480894,\n
          2274480910,\n
          2274480934,\n
          2274480936,\n
          2274480963,\n
          2274480898,\n
          2274480871,\n
          2274480859,\n
          2274480855,\n
          2274480894\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174676,\n
        "timestamp": "2013-04-20T23:05:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482004,\n
          2274481989,\n
          2274481985,\n
          2274481978,\n
          2274481972,\n
          2274481966,\n
          2274482003,\n
          2274482008,\n
          2274481998,\n
          2274482004\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174678,\n
        "timestamp": "2016-07-03T13:02:59Z",\n
        "version": 2,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274483810,\n
          2274483806,\n
          2274483790,\n
          2274483788,\n
          2274483804,\n
          2274483805,\n
          2274483824,\n
          2274483827,\n
          2274483810\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174681,\n
        "timestamp": "2013-04-20T23:05:40Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484311,\n
          2274484326,\n
          2274484328,\n
          2274484335,\n
          2274484336,\n
          2274484324,\n
          2274484319,\n
          2274484318,\n
          2274484312,\n
          2274484311\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174684,\n
        "timestamp": "2013-04-20T23:05:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481576,\n
          2274481588,\n
          2274481587,\n
          2274481608,\n
          2274481626,\n
          2274481639,\n
          2274481605,\n
          2274481607,\n
          2274481585,\n
          2274481576\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174686,\n
        "timestamp": "2013-04-20T23:05:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274480525,\n
          2274480528,\n
          2274480529,\n
          2274480496,\n
          2274480494,\n
          2274480490,\n
          2274480485,\n
          2274480491,\n
          2274480515,\n
          2274480525\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174689,\n
        "timestamp": "2013-04-20T23:05:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478307,\n
          2274478310,\n
          2274478312,\n
          2274478325,\n
          2274478326,\n
          2274478347,\n
          2274478343,\n
          2274478319,\n
          2274478318,\n
          2274478307\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174694,\n
        "timestamp": "2013-04-20T23:05:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484279,\n
          2274484277,\n
          2274484294,\n
          2274484295,\n
          2274484302,\n
          2274484306,\n
          2274484298,\n
          2274484301,\n
          2274484287,\n
          2274484279\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174697,\n
        "timestamp": "2013-04-20T23:05:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481971,\n
          2274481963,\n
          2274481961,\n
          2274481962,\n
          2274481960,\n
          2274481980,\n
          2274481987,\n
          2274481983,\n
          2274481992,\n
          2274481971\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174700,\n
        "timestamp": "2013-04-20T23:05:41Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482708,\n
          2274482698,\n
          2274482691,\n
          2274482687,\n
          2274482683,\n
          2274482709,\n
          2274482710,\n
          2274482713,\n
          2274482707,\n
          2274482708\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174706,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 4,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          2274481993,\n
          2274481977,\n
          2274481994,\n
          2274481982,\n
          2274482013,\n
          2274482019,\n
          2274482041,\n
          2274482052,\n
          12463813500,\n
          12463828107,\n
          2274481993\n
        ],\n
        "tags": {\n
          "amenity": "community_centre",\n
          "building": "yes",\n
          "name": "Salle François Domps",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174710,\n
        "timestamp": "2025-06-01T23:08:06Z",\n
        "version": 2,\n
        "changeset": 167070192,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "nodes": [\n
          2274478205,\n
          2274478207,\n
          2274478192,\n
          2274478189,\n
          2274478194,\n
          2274478193,\n
          2274478200,\n
          2274478199,\n
          2274478203,\n
          2274478205\n
        ],\n
        "tags": {\n
          "addr:street": "Chemin du Traige",\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174713,\n
        "timestamp": "2013-04-20T23:05:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478705,\n
          2274478706,\n
          2274478702,\n
          2274478701,\n
          2274478697,\n
          2274478696,\n
          2274478700,\n
          2274478699,\n
          2274478704,\n
          2274478705\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174716,\n
        "timestamp": "2013-04-20T23:05:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274485016,\n
          2274485015,\n
          2274485013,\n
          2274485012,\n
          2274485014,\n
          2274485017,\n
          2274485020,\n
          2274485019,\n
          2274485018,\n
          2274485016\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174718,\n
        "timestamp": "2013-04-20T23:05:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274483720,\n
          2274483722,\n
          2274483724,\n
          2274483726,\n
          2274483727,\n
          2274483721,\n
          2274483723,\n
          2274483719,\n
          2274483718,\n
          2274483720\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174721,\n
        "timestamp": "2013-04-20T23:05:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479822,\n
          2274479825,\n
          2274479867,\n
          2274479870,\n
          2274479913,\n
          2274479911,\n
          2274479902,\n
          2274479903,\n
          2274479821,\n
          2274479822\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174726,\n
        "timestamp": "2013-04-20T23:05:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274482897,\n
          2274482889,\n
          2274482891,\n
          2274482887,\n
          2274482890,\n
          2274482896,\n
          2274482892,\n
          2274482899,\n
          2274482898,\n
          2274482897\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174729,\n
        "timestamp": "2013-04-20T23:05:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274481499,\n
          2274481491,\n
          2274481486,\n
          2274481508,\n
          2274481517,\n
          2274481523,\n
          2274481532,\n
          2274481507,\n
          2274481515,\n
          2274481499\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174731,\n
        "timestamp": "2013-04-20T23:05:42Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478749,\n
          2274478750,\n
          2274478754,\n
          2274478757,\n
          2274478782,\n
          2274478780,\n
          2274478767,\n
          2274478752,\n
          2274478753,\n
          2274478749\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174737,\n
        "timestamp": "2013-04-20T23:05:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484190,\n
          2274484182,\n
          2274484180,\n
          2274484184,\n
          2274484183,\n
          2274484178,\n
          2274484177,\n
          2274484175,\n
          2274484189,\n
          2274484190\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174739,\n
        "timestamp": "2013-04-20T23:05:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478966,\n
          2274478965,\n
          2274478964,\n
          2274478967,\n
          2274478968,\n
          2274478971,\n
          2274478972,\n
          2274478969,\n
          2274478970,\n
          2274478966\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174744,\n
        "timestamp": "2013-04-20T23:05:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274484320,\n
          2274484315,\n
          2274484323,\n
          2274484337,\n
          2274484334,\n
          2274484353,\n
          2274484357,\n
          2274484346,\n
          2274484347,\n
          2274484320\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174747,\n
        "timestamp": "2013-04-20T23:05:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274479945,\n
          2274479920,\n
          2274479904,\n
          2274479915,\n
          2274479931,\n
          2274479926,\n
          2274479962,\n
          2274479969,\n
          2274479943,\n
          2274479945\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 218174750,\n
        "timestamp": "2013-04-20T23:05:43Z",\n
        "version": 1,\n
        "changeset": 15804747,\n
        "user": "JIBEC",\n
        "uid": 706229,\n
        "nodes": [\n
          2274478371,\n
          2274478367,\n
          2274478364,\n
          2274478357,\n
          2274478358,\n
          2274478350,\n
          2274478354,\n
          2274478333,\n
          2274478338,\n
          2274478371\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 269910765,\n
        "timestamp": "2025-03-21T07:32:48Z",\n
        "version": 3,\n
        "changeset": 163892324,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "nodes": [\n
          2750412499,\n
          2750412491,\n
          2750412489,\n
          2750412493,\n
          2750412492,\n
          2750412494,\n
          2750412496,\n
          2750412498,\n
          2750412499\n
        ],\n
        "tags": {\n
          "barrier": "fence",\n
          "location": "outdoor",\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "substation",\n
          "ref:FR:RTE": "ANGLE",\n
          "ref:FR:RTE_nom": "ANGLEFORT",\n
          "source": "data.gouv.fr:RTE - 04/2017",\n
          "substation": "industrial",\n
          "voltage": "63000"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 320118839,\n
        "timestamp": "2015-01-02T23:42:23Z",\n
        "version": 1,\n
        "changeset": 27876402,\n
        "user": "InfosReseaux",\n
        "uid": 93222,\n
        "nodes": [\n
          3266156317,\n
          3266156315,\n
          3266156313,\n
          3266156316,\n
          3266156317\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 320118841,\n
        "timestamp": "2015-01-02T23:42:23Z",\n
        "version": 1,\n
        "changeset": 27876402,\n
        "user": "InfosReseaux",\n
        "uid": 93222,\n
        "nodes": [\n
          3266156240,\n
          3266156236,\n
          3266156237,\n
          3266156242,\n
          3266156240\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428870570,\n
        "timestamp": "2016-07-03T09:40:29Z",\n
        "version": 1,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274479351,\n
          2274479364,\n
          2274479369,\n
          2274479356,\n
          2274479357,\n
          2274479352,\n
          2274479348,\n
          2274479347,\n
          2274479350,\n
          2274479354,\n
          2274479351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428870576,\n
        "timestamp": "2016-07-03T09:40:30Z",\n
        "version": 1,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274482374,\n
          2274482357,\n
          2274482385,\n
          2274482389,\n
          2274482415,\n
          2274482400,\n
          2274482425,\n
          2274482441,\n
          2274482445,\n
          2274482453,\n
          2274482427,\n
          2274482423,\n
          2274482374\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428870581,\n
        "timestamp": "2016-07-03T09:40:30Z",\n
        "version": 1,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274481279,\n
          2274481338,\n
          2274481298,\n
          2274481235,\n
          2274481279\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428870591,\n
        "timestamp": "2016-07-03T09:40:31Z",\n
        "version": 1,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274482176,\n
          2274482290,\n
          2274482282,\n
          2274482174,\n
          2274482176\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428870611,\n
        "timestamp": "2016-07-03T09:40:33Z",\n
        "version": 1,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274481586,\n
          2274481583,\n
          2274481710,\n
          2274481734,\n
          2274481590,\n
          2274481586\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428870621,\n
        "timestamp": "2016-07-03T09:40:34Z",\n
        "version": 1,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274484220,\n
          2274484209,\n
          2274484207,\n
          2274484229,\n
          2274484232,\n
          2274484231,\n
          2274484220\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428870648,\n
        "timestamp": "2016-07-03T09:40:37Z",\n
        "version": 1,\n
        "changeset": 40454712,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274478891,\n
          2274478895,\n
          2274478920,\n
          2274478918,\n
          2274478961,\n
          2274478962,\n
          2274478957,\n
          2274478956,\n
          2274478891\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428899394,\n
        "timestamp": "2016-07-03T13:01:06Z",\n
        "version": 1,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274482024,\n
          2274482028,\n
          2274482014,\n
          2274482009,\n
          2274482000,\n
          2274482010,\n
          2274482011,\n
          2274482012,\n
          2274482015,\n
          2274482016,\n
          2274482017,\n
          2274482020,\n
          2274482030,\n
          2274482035,\n
          2274482039,\n
          2274482033,\n
          2274482026,\n
          2274482022,\n
          2274482024\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428899431,\n
        "timestamp": "2025-03-21T07:40:46Z",\n
        "version": 3,\n
        "changeset": 163892543,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "nodes": [\n
          2274480709,\n
          2274480718,\n
          2274480713,\n
          2274480699,\n
          2274480709\n
        ],\n
        "tags": {\n
          "building": "service",\n
          "frequency": "50",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "substation",\n
          "substation": "minor_distribution"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428899437,\n
        "timestamp": "2016-07-03T13:01:09Z",\n
        "version": 1,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274480823,\n
          2274480820,\n
          2274480769,\n
          2274480773,\n
          2274480823\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428899438,\n
        "timestamp": "2016-07-03T13:01:09Z",\n
        "version": 1,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274479511,\n
          2274479513,\n
          2274479491,\n
          2274479489,\n
          2274479511\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428899449,\n
        "timestamp": "2016-07-03T13:01:10Z",\n
        "version": 1,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274481315,\n
          2274481248,\n
          2274481229,\n
          2274481293,\n
          2274481315\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428899457,\n
        "timestamp": "2016-07-03T13:01:10Z",\n
        "version": 1,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274482424,\n
          2274482461,\n
          2274482455,\n
          2274482416,\n
          2274482424\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428899541,\n
        "timestamp": "2016-07-03T13:01:14Z",\n
        "version": 1,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274479044,\n
          2274479037,\n
          2274479034,\n
          2274479040,\n
          2274479039,\n
          2274479042,\n
          2274479044\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 428899561,\n
        "timestamp": "2016-07-03T13:01:15Z",\n
        "version": 1,\n
        "changeset": 40458044,\n
        "user": "Tyndare",\n
        "uid": 1882956,\n
        "nodes": [\n
          2274478991,\n
          2274478992,\n
          2274478995,\n
          2274478996,\n
          2274478993,\n
          2274478994,\n
          2274478986,\n
          2274478982,\n
          2274478991\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 440896888,\n
        "timestamp": "2016-09-06T06:27:00Z",\n
        "version": 1,\n
        "changeset": 41946854,\n
        "user": "gsimon",\n
        "uid": 1668080,\n
        "nodes": [\n
          2274481883,\n
          2274481907,\n
          2274481842,\n
          2274481852,\n
          2274481641,\n
          2274481627,\n
          2274481621,\n
          2274481883\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 440908293,\n
        "timestamp": "2016-09-06T07:58:44Z",\n
        "version": 1,\n
        "changeset": 41948307,\n
        "user": "gsimon",\n
        "uid": 1668080,\n
        "nodes": [\n
          2274481944,\n
          2274481950,\n
          2274481951,\n
          2274481954,\n
          2274481958,\n
          2274481959,\n
          2274481946,\n
          2274481942,\n
          2274481953,\n
          2274481949,\n
          2274481947,\n
          2274481944\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 440917194,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 4,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338,\n
        "nodes": [\n
          4386842071,\n
          4386842066,\n
          4386842063,\n
          4386842064,\n
          4386842065,\n
          4386842071\n
        ],\n
        "tags": {\n
          "amenity": "school",\n
          "landuse": "education",\n
          "name": "École primaire",\n
          "operator:type": "public",\n
          "ref:UAI": "0010210Y",\n
          "school:FR": "primaire",\n
          "source": "data.gouv.fr:Ministère de l'Éducation nationale, de la Jeunesse et de la Vie associative - 05/2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 495250595,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 2,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          4870259514,\n
          4870259515,\n
          10991385673,\n
          4870259517,\n
          4870259518,\n
          4870259519,\n
          4870259514\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 495250596,\n
        "timestamp": "2017-05-22T17:26:16Z",\n
        "version": 1,\n
        "changeset": 48894909,\n
        "user": "Darknut",\n
        "uid": 1058782,\n
        "nodes": [\n
          4870259520,\n
          4870261021,\n
          4870261022,\n
          4870261023,\n
          4870261024,\n
          4870261025,\n
          4870259520\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 540755276,\n
        "timestamp": "2017-11-15T17:40:38Z",\n
        "version": 1,\n
        "changeset": 53810967,\n
        "user": "JeaRRo",\n
        "uid": 187177,\n
        "nodes": [\n
          2274482376,\n
          2274482378,\n
          2274482343,\n
          2274482342,\n
          2274482349,\n
          2274482373,\n
          2274482377,\n
          2274482376\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 590866701,\n
        "timestamp": "2025-03-21T09:53:54Z",\n
        "version": 3,\n
        "changeset": 163897233,\n
        "user": "eultra",\n
        "uid": 4020938,\n
        "nodes": [\n
          5640472401,\n
          9538597191,\n
          5640472400,\n
          9538597202,\n
          9538597196,\n
          5640472399,\n
          9538597194,\n
          3266156166,\n
          9538597195,\n
          5640472401\n
        ],\n
        "tags": {\n
          "operator": "RTE",\n
          "operator:wikidata": "Q2178795",\n
          "power": "substation",\n
          "ref:FR:RTE": "CXTAG",\n
          "ref:FR:RTE_nom": "CHAUTAGNE",\n
          "source": "data.gouv.fr:RTE - 04/2017",\n
          "voltage": "63000"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 631296245,\n
        "timestamp": "2018-10-06T14:27:31Z",\n
        "version": 1,\n
        "changeset": 63258399,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          5961568731,\n
          5961568730,\n
          5961568729,\n
          5961568728,\n
          5961568731\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044634,\n
        "timestamp": "2019-02-08T03:46:48Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093382,\n
          6265093381,\n
          6265093380,\n
          6265093379,\n
          6265093378,\n
          6265093377,\n
          6265093382\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044635,\n
        "timestamp": "2019-02-08T03:46:48Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          2274479725,\n
          2274479747,\n
          2274479759,\n
          2274479736,\n
          2274479725\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044636,\n
        "timestamp": "2019-02-08T03:46:48Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093386,\n
          6265093383,\n
          6265093384,\n
          6265093385,\n
          6265093386\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044637,\n
        "timestamp": "2019-02-08T03:46:48Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093390,\n
          6265093387,\n
          6265093388,\n
          6265093389,\n
          6265093390\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044638,\n
        "timestamp": "2019-02-08T03:46:48Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093396,\n
          6265093391,\n
          6265093392,\n
          6265093395,\n
          6265093396\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044639,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093396,\n
          6265093395,\n
          6265093394,\n
          6265093393,\n
          6265093396\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044640,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093400,\n
          6265093399,\n
          6265093398,\n
          6265093397,\n
          6265093400\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044641,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093404,\n
          6265093403,\n
          6265093402,\n
          6265093401,\n
          6265093404\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044642,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093410,\n
          6265093407,\n
          6265093406,\n
          6265093405,\n
          6265093410\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044643,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093411,\n
          6265093407,\n
          6265093410,\n
          6265093409,\n
          6265093408,\n
          6265093411\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044644,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093415,\n
          6265093414,\n
          6265093413,\n
          6265093412,\n
          6265093415\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044645,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093425,\n
          6265093421,\n
          6265093420,\n
          6265093418,\n
          6265093416,\n
          6265093417,\n
          6265093422,\n
          6265093425\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044646,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093425,\n
          6265093419,\n
          6265093420,\n
          6265093421,\n
          6265093425\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2019",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044647,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093425,\n
          6265093422,\n
          6265093423,\n
          6265093424,\n
          6265093425\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2019",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044648,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093429,\n
          6265093426,\n
          6265093427,\n
          6265093428,\n
          6265093429\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044649,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093433,\n
          6265093429,\n
          6265093428,\n
          6265093430,\n
          6265093431,\n
          6265093432,\n
          6265093433\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044650,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093437,\n
          6265093436,\n
          6265093435,\n
          6265093434,\n
          6265093437\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044651,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093441,\n
          6265093438,\n
          6265093439,\n
          6265093440,\n
          6265093441\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044652,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093450,\n
          6265093445,\n
          6265093446,\n
          6265093449,\n
          6265093450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044653,\n
        "timestamp": "2019-02-08T03:46:49Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093450,\n
          6265093449,\n
          6265093448,\n
          6265093447,\n
          6265093450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044654,\n
        "timestamp": "2019-02-08T03:46:50Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093454,\n
          6265093453,\n
          6265093452,\n
          6265093451,\n
          6265093454\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044655,\n
        "timestamp": "2019-02-08T03:46:50Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093460,\n
          6265093457,\n
          6265093456,\n
          6265093455,\n
          6265093458,\n
          6265093459,\n
          6265093460\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044656,\n
        "timestamp": "2019-02-08T03:46:50Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093464,\n
          6265093463,\n
          6265093462,\n
          6265093461,\n
          6265093464\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044657,\n
        "timestamp": "2019-02-08T03:46:50Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093468,\n
          6265093467,\n
          6265093466,\n
          6265093465,\n
          6265093468\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044658,\n
        "timestamp": "2019-02-08T03:46:50Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093472,\n
          6265093471,\n
          6265093470,\n
          6265093469,\n
          6265093472\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044659,\n
        "timestamp": "2019-02-08T03:46:50Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093480,\n
          6265093473,\n
          6265093474,\n
          6265093475,\n
          6265093480\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044660,\n
        "timestamp": "2019-02-08T03:46:50Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093481,\n
          6265093480,\n
          6265093475,\n
          6265093479,\n
          6265093478,\n
          6265093477,\n
          6265093476,\n
          6265093481\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044661,\n
        "timestamp": "2019-02-08T03:46:50Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265093491,\n
          6265093490,\n
          6265093489,\n
          6265093488,\n
          6265093487,\n
          6265093486,\n
          6265093485,\n
          6265093484,\n
          6265093483,\n
          6265093482,\n
          6265093491\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044689,\n
        "timestamp": "2019-02-08T03:46:52Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265094170,\n
          6265094169,\n
          6265094168,\n
          6265094167,\n
          6265094170\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044690,\n
        "timestamp": "2019-02-08T03:46:52Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265094174,\n
          6265094173,\n
          6265094172,\n
          6265094171,\n
          6265094174\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044691,\n
        "timestamp": "2019-02-08T03:46:52Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265094184,\n
          6265094183,\n
          6265094182,\n
          6265094181,\n
          6265094180,\n
          6265094179,\n
          6265094178,\n
          6265094177,\n
          6265094176,\n
          6265094175,\n
          6265094184\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044692,\n
        "timestamp": "2019-02-08T03:46:52Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265094192,\n
          6265094191,\n
          6265094190,\n
          6265094189,\n
          6265094188,\n
          6265094187,\n
          6265094186,\n
          6265094185,\n
          6265094192\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044693,\n
        "timestamp": "2019-02-08T03:46:52Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265094200,\n
          6265094199,\n
          6265094198,\n
          6265094197,\n
          6265094196,\n
          6265094195,\n
          6265094194,\n
          6265094193,\n
          6265094200\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044694,\n
        "timestamp": "2019-02-08T03:46:52Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265094208,\n
          6265094207,\n
          6265094206,\n
          6265094205,\n
          6265094204,\n
          6265094203,\n
          6265094202,\n
          6265094201,\n
          6265094208\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044695,\n
        "timestamp": "2019-02-08T03:46:52Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265094214,\n
          6265094213,\n
          6265094212,\n
          6265094211,\n
          6265094210,\n
          6265094209,\n
          6265094214\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 669044696,\n
        "timestamp": "2019-02-08T03:46:52Z",\n
        "version": 1,\n
        "changeset": 67013403,\n
        "user": "acubens71",\n
        "uid": 178348,\n
        "nodes": [\n
          6265094220,\n
          6265094219,\n
          6265094218,\n
          6265094217,\n
          6265094216,\n
          6265094215,\n
          6265094220\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 759970429,\n
        "timestamp": "2020-01-01T09:40:46Z",\n
        "version": 1,\n
        "changeset": 79076614,\n
        "user": "JFK73",\n
        "uid": 662440,\n
        "nodes": [\n
          7099363163,\n
          7099363162,\n
          7099363161,\n
          7099363160,\n
          7099363163\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618568,\n
        "timestamp": "2025-06-01T23:08:06Z",\n
        "version": 2,\n
        "changeset": 167070192,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "nodes": [\n
          8972750616,\n
          8972750617,\n
          8972750618,\n
          8972750619,\n
          8972750616\n
        ],\n
        "tags": {\n
          "addr:street": "Chemin du Traige",\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618569,\n
        "timestamp": "2025-12-26T07:35:24Z",\n
        "version": 4,\n
        "changeset": 176423503,\n
        "user": "Rainbowfly",\n
        "uid": 20822741,\n
        "nodes": [\n
          8972750620,\n
          8972750621,\n
          8972750622,\n
          8972750623,\n
          8972750620\n
        ],\n
        "tags": {\n
          "addr:housenumber": "210",\n
          "addr:street": "Chemin du Traige",\n
          "building": "residential"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618571,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468,\n
        "nodes": [\n
          8972750633,\n
          8972750634,\n
          8972750635,\n
          8972750643,\n
          8972750644,\n
          8972750636,\n
          8972750633\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618572,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468,\n
        "nodes": [\n
          8972750637,\n
          8972750638,\n
          8972750639,\n
          8972750640,\n
          8972750641,\n
          8972750642,\n
          8972750637\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618573,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468,\n
        "nodes": [\n
          8972750645,\n
          8972750646,\n
          8972750647,\n
          8972750648,\n
          8972750649,\n
          8972750650,\n
          8972750651,\n
          8972750652,\n
          8972750653,\n
          8972750645\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618574,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468,\n
        "nodes": [\n
          8972750654,\n
          8972750655,\n
          8972750656,\n
          8972750657,\n
          8972750658,\n
          8972750659,\n
          8972750654\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618575,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468,\n
        "nodes": [\n
          8972750660,\n
          8972750661,\n
          8972750662,\n
          8972750663,\n
          8972750660\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618576,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468,\n
        "nodes": [\n
          8972750664,\n
          8972750665,\n
          8972750666,\n
          8972750667,\n
          8972750668,\n
          8972750669,\n
          8972750670,\n
          8972750671,\n
          8972750672,\n
          8972750673,\n
          8972750664\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618577,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 2,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          8972750674,\n
          8972750675,\n
          8972750676,\n
          8972750677,\n
          8972750678,\n
          8972750679,\n
          8972750680,\n
          8972750681,\n
          8972750682,\n
          8972750683,\n
          8972750674\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "name": "Goopil",\n
          "shop": "car_repair"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618578,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468,\n
        "nodes": [\n
          8972750684,\n
          8972750685,\n
          8972750686,\n
          8972750687,\n
          8972750688,\n
          8972750689,\n
          8972750690,\n
          8972750691,\n
          8972750692,\n
          8972750684\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618579,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468,\n
        "nodes": [\n
          8972750693,\n
          8972750694,\n
          8972750695,\n
          8972750696,\n
          8972750697,\n
          8972750698,\n
          8972750693\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618580,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468,\n
        "nodes": [\n
          8972750699,\n
          8972750700,\n
          8972750701,\n
          8972750702,\n
          8972750703,\n
          8972750704,\n
          8972750699\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618581,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468,\n
        "nodes": [\n
          8972750705,\n
          8972750706,\n
          8972750707,\n
          8972750708,\n
          8972750705\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618582,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468,\n
        "nodes": [\n
          8972750712,\n
          8972750713,\n
          8972750714,\n
          8972750715,\n
          8972750712\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 969618583,\n
        "timestamp": "2021-08-01T20:18:09Z",\n
        "version": 1,\n
        "changeset": 108986804,\n
        "user": "Fabsss",\n
        "uid": 222468,\n
        "nodes": [\n
          8972750716,\n
          8972750717,\n
          8972750718,\n
          8972750719,\n
          8972750720,\n
          8972750721,\n
          8972750716\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1029241295,\n
        "timestamp": "2022-02-08T08:25:15Z",\n
        "version": 1,\n
        "changeset": 117149123,\n
        "user": "Darknut",\n
        "uid": 1058782,\n
        "nodes": [\n
          9489089086,\n
          9489089087,\n
          9489089088,\n
          9489089089,\n
          9489089090,\n
          9489089091,\n
          9489089092,\n
          9489089093,\n
          9489089086\n
        ],\n
        "tags": {\n
          "building": "house"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1035471520,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222,\n
        "nodes": [\n
          9538597205,\n
          9538597204,\n
          9538635792,\n
          9538597203,\n
          9538635784,\n
          9538597213,\n
          9538597206,\n
          9538597207,\n
          9538597208,\n
          9538597209,\n
          9538597210,\n
          9538597205\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1035471521,\n
        "timestamp": "2022-02-26T23:35:44Z",\n
        "version": 1,\n
        "changeset": 117894695,\n
        "user": "InfosReseaux",\n
        "uid": 93222,\n
        "nodes": [\n
          9538597213,\n
          9538635775,\n
          9538597212,\n
          9538597211,\n
          9538597205,\n
          9538597210,\n
          9538597209,\n
          9538597208,\n
          9538597207,\n
          9538597206,\n
          9538597213\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1069938233,\n
        "timestamp": "2025-03-29T14:57:05Z",\n
        "version": 2,\n
        "changeset": 164252622,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          9819900881,\n
          9819900880,\n
          9819900879,\n
          9819900878,\n
          9819900881\n
        ],\n
        "tags": {\n
          "building": "commercial",\n
          "temporary": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1069938234,\n
        "timestamp": "2025-03-29T14:57:05Z",\n
        "version": 2,\n
        "changeset": 164252622,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          9819900885,\n
          9819900884,\n
          9819900883,\n
          9819900882,\n
          9819900885\n
        ],\n
        "tags": {\n
          "building": "commercial",\n
          "temporary": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1069938235,\n
        "timestamp": "2025-03-29T14:57:05Z",\n
        "version": 2,\n
        "changeset": 164252622,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          9819900889,\n
          9819900888,\n
          9819900887,\n
          9819900886,\n
          9819900889\n
        ],\n
        "tags": {\n
          "building": "commercial",\n
          "temporary": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1157773848,\n
        "timestamp": "2023-03-27T20:13:05Z",\n
        "version": 1,\n
        "changeset": 134193185,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          10767133714,\n
          10767133713,\n
          10767133712,\n
          10767133711,\n
          10767133714\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1169295547,\n
        "timestamp": "2023-05-06T11:02:15Z",\n
        "version": 1,\n
        "changeset": 135772269,\n
        "user": "qwertz0",\n
        "uid": 13404938,\n
        "nodes": [\n
          10873198521,\n
          10873198522,\n
          10873198523,\n
          10873198524,\n
          10873198521\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1173129414,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 1,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          10900100968,\n
          10900100967,\n
          10900100966,\n
          10900100965,\n
          10900100968\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1173129415,\n
        "timestamp": "2023-05-15T19:24:06Z",\n
        "version": 1,\n
        "changeset": 136140332,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          10900100972,\n
          10900100969,\n
          10900100970,\n
          10900100971,\n
          10900100972\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1173131797,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          10900110952,\n
          10900110951,\n
          10900110950,\n
          10900110949,\n
          10900110952\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1173131798,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          10900110956,\n
          10900110953,\n
          10900110954,\n
          10900110955,\n
          10900110956\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1173131799,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          10900110960,\n
          10900110959,\n
          10900110958,\n
          10900110957,\n
          10900110960\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1173131800,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          10900110964,\n
          10900110961,\n
          10900110962,\n
          10900110963,\n
          10900110964\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1173131801,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          10900110968,\n
          10900110965,\n
          10900110966,\n
          10900110967,\n
          10900110968\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1173131802,\n
        "timestamp": "2023-05-15T19:37:26Z",\n
        "version": 1,\n
        "changeset": 136140762,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          10900110972,\n
          10900110969,\n
          10900110970,\n
          10900110971,\n
          10900110972\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1173138092,\n
        "timestamp": "2023-05-15T20:01:08Z",\n
        "version": 1,\n
        "changeset": 136141477,\n
        "user": "Roland5",\n
        "uid": 4684508,\n
        "nodes": [\n
          10900195725,\n
          10900195724,\n
          10900195723,\n
          10900195722,\n
          10900195725\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1183594014,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          10991385636,\n
          10991385635,\n
          10991385634,\n
          10991385633,\n
          10991385636\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1183594015,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          10991385640,\n
          10991385639,\n
          10991385638,\n
          10991385637,\n
          10991385640\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1183594016,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          10991385645,\n
          10991385642,\n
          10991385643,\n
          10991385644,\n
          10991385645\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1183594017,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          10991385649,\n
          10991385648,\n
          10991385647,\n
          10991385646,\n
          10991385649\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1183594018,\n
        "timestamp": "2024-11-30T02:35:06Z",\n
        "version": 4,\n
        "changeset": 159761661,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          10991385658,\n
          10991385657,\n
          10991385656,\n
          10991385655,\n
          11494119362,\n
          11494119361,\n
          10991385654,\n
          10991385653,\n
          10991385652,\n
          10991385651,\n
          10991385650,\n
          10991385658\n
        ],\n
        "tags": {\n
          "addr:city": "Anglefort",\n
          "addr:housenumber": "420",\n
          "addr:postcode": "01350",\n
          "addr:street": "Chemin de Mansin",\n
          "email": "contact@camping-anglefort.com",\n
          "name": "Lac de Mansin",\n
          "phone": "+33 6 61 77 04 00",\n
          "tourism": "camp_site",\n
          "website": "https://camping-anglefort.com"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1183594024,\n
        "timestamp": "2023-06-20T06:17:17Z",\n
        "version": 1,\n
        "changeset": 137545388,\n
        "user": "zitta",\n
        "uid": 5340879,\n
        "nodes": [\n
          10991385683,\n
          10991385682,\n
          10991385681,\n
          10991385680,\n
          10991385683\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1225758746,\n
        "timestamp": "2023-11-21T20:20:33Z",\n
        "version": 1,\n
        "changeset": 144301686,\n
        "user": "Hervé TUC",\n
        "uid": 922338,\n
        "nodes": [\n
          11367319916,\n
          2274482132,\n
          2274482125,\n
          2274482114,\n
          11367319917,\n
          11367319916\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1237491287,\n
        "timestamp": "2024-01-06T10:10:11Z",\n
        "version": 1,\n
        "changeset": 145950581,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          11494116908,\n
          11494116907,\n
          11494116906,\n
          11494116905,\n
          11494116908\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1237491288,\n
        "timestamp": "2024-01-06T10:10:11Z",\n
        "version": 1,\n
        "changeset": 145950581,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          11494116912,\n
          11494116911,\n
          11494116910,\n
          11494116909,\n
          11494116912\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1281096775,\n
        "timestamp": "2024-05-09T08:18:35Z",\n
        "version": 1,\n
        "changeset": 151087633,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          11890879523,\n
          11890879520,\n
          11890879521,\n
          11890879522,\n
          11890879523\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1307647964,\n
        "timestamp": "2024-08-21T16:17:02Z",\n
        "version": 3,\n
        "changeset": 155566580,\n
        "user": "VLD316",\n
        "uid": 20828150,\n
        "nodes": [\n
          12109686113,\n
          12109686114,\n
          12109686115,\n
          12109686116,\n
          12109686113\n
        ],\n
        "tags": {\n
          "addr:city": "ANGLEFORT",\n
          "addr:housenumber": "197",\n
          "addr:postcode": "01350",\n
          "addr:street": "Chemin du Lavoir",\n
          "building": "house",\n
          "house": "residential"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1316222254,\n
        "timestamp": "2024-09-17T19:19:14Z",\n
        "version": 1,\n
        "changeset": 156744484,\n
        "user": "jbcharron",\n
        "uid": 8241440,\n
        "nodes": [\n
          12182745594,\n
          12182745593,\n
          12182745592,\n
          12182745591,\n
          12182745594\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "BDOrtho IGN"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1347413800,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12463813471,\n
          12463813468,\n
          12463813469,\n
          12463813470,\n
          12463813473,\n
          12463813474,\n
          12463813475,\n
          12463813467,\n
          12463813466,\n
          12463813465,\n
          12463813472,\n
          12463813471\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1347413801,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12463813479,\n
          12463813478,\n
          12463813477,\n
          12463813476,\n
          12463813479\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1347413802,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12463813483,\n
          12463813482,\n
          12463813481,\n
          12463813480,\n
          12463813478,\n
          12463813479,\n
          12463813483\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1347413803,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12463813488,\n
          12463813489,\n
          12463813491,\n
          12463813490,\n
          12463813484,\n
          12463813487,\n
          12463813486,\n
          12463813485,\n
          12463813488\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1347413804,\n
        "timestamp": "2024-12-30T21:31:00Z",\n
        "version": 1,\n
        "changeset": 160811095,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12463813492,\n
          12463813495,\n
          12463813494,\n
          12463813493,\n
          12463813497,\n
          12463813496,\n
          12463813492\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397909,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861526063,\n
          12861526062,\n
          12861526061,\n
          12861526060,\n
          12861526063\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397910,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861526067,\n
          12861526066,\n
          12861526065,\n
          12861526064,\n
          12861526067\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397912,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861526082,\n
          12861526079,\n
          12861526080,\n
          12861526081,\n
          12861526078,\n
          12861526076,\n
          12861526084,\n
          12861526085,\n
          12861526086,\n
          12861526083,\n
          12861526075,\n
          12861526077,\n
          12861526082\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397914,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861526094,\n
          12861526091,\n
          12861526092,\n
          12861526093,\n
          12861526094\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397915,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861526098,\n
          12861526095,\n
          12861526096,\n
          12861526097,\n
          12861526098\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397916,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527502,\n
          12861527501,\n
          12861526100,\n
          12861526099,\n
          12861527502\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397917,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527512,\n
          12861527511,\n
          12861527510,\n
          12861527509,\n
          12861527508,\n
          12861527507,\n
          12861527506,\n
          12861527505,\n
          12861527504,\n
          12861527503,\n
          12861527512\n
        ],\n
        "tags": {\n
          "building": "silo"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397918,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527522,\n
          12861527521,\n
          12861527520,\n
          12861527519,\n
          12861527518,\n
          12861527517,\n
          12861527516,\n
          12861527515,\n
          12861527514,\n
          12861527513,\n
          12861527522\n
        ],\n
        "tags": {\n
          "building": "silo"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397919,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527532,\n
          12861527531,\n
          12861527530,\n
          12861527529,\n
          12861527528,\n
          12861527527,\n
          12861527526,\n
          12861527525,\n
          12861527524,\n
          12861527523,\n
          12861527532\n
        ],\n
        "tags": {\n
          "building": "silo"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397920,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527542,\n
          12861527541,\n
          12861527540,\n
          12861527539,\n
          12861527538,\n
          12861527537,\n
          12861527536,\n
          12861527535,\n
          12861527534,\n
          12861527533,\n
          12861527542\n
        ],\n
        "tags": {\n
          "building": "silo"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397921,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527551,\n
          12861527549,\n
          12861527548,\n
          12861527550,\n
          12861527547,\n
          12861527546,\n
          12861527552,\n
          12861527545,\n
          12861527544,\n
          12861527543,\n
          12861527551\n
        ],\n
        "tags": {\n
          "building": "silo"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397922,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527556,\n
          12861527555,\n
          12861527554,\n
          12861527553,\n
          12861527556\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397923,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527559,\n
          12861527560,\n
          12861527558,\n
          12861527557,\n
          12861527559\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397924,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527563,\n
          12861527560,\n
          12861527559,\n
          12861527561,\n
          12861527562,\n
          12861527563\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397925,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527568,\n
          12861527564,\n
          12861527565,\n
          12861527566,\n
          12861527568\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397926,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527570,\n
          12861527569,\n
          12861527568,\n
          12861527566,\n
          12861527567,\n
          12861527570\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397927,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527574,\n
          12861527571,\n
          12861527572,\n
          12861527573,\n
          12861527574\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397928,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527578,\n
          12861527577,\n
          12861527576,\n
          12861527575,\n
          12861527578\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1389397929,\n
        "timestamp": "2025-05-24T20:59:49Z",\n
        "version": 1,\n
        "changeset": 166713272,\n
        "user": "MDe",\n
        "uid": 98448,\n
        "nodes": [\n
          12861527582,\n
          12861527579,\n
          12861527580,\n
          12861527581,\n
          12861527582\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1424942913,\n
        "timestamp": "2025-08-26T07:28:52Z",\n
        "version": 2,\n
        "changeset": 171011992,\n
        "user": "Fred3sa",\n
        "uid": 23215753,\n
        "nodes": [\n
          13097826326,\n
          13097826327,\n
          3266155345,\n
          3266155342,\n
          3266156173,\n
          3266156193,\n
          528897027,\n
          528897024,\n
          13097826328,\n
          9538635773,\n
          9538635776,\n
          13097826326\n
        ],\n
        "tags": {\n
          "building": "industrial",\n
          "building:levels": "2",\n
          "height": "10m",\n
          "layer": "1",\n
          "name": "CNR Barrage de Chautagne"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1427095738,\n
        "timestamp": "2025-09-04T12:50:18Z",\n
        "version": 1,\n
        "changeset": 171451749,\n
        "user": "casoum",\n
        "uid": 1774142,\n
        "nodes": [\n
          13119292974,\n
          13119292975,\n
          13119292976,\n
          13119292977,\n
          13119292978,\n
          13119292979,\n
          13119292974\n
        ],\n
        "tags": {\n
          "leisure": "playground"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]