GET https://osm-labo.cipherbliss.com/admin/stats/02032/followup-graph/little_free_library

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"="02032"]->.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" => 190
    "request_size" => 2613
    "total_time" => 5.050281
    "namelookup_time" => 0.000403
    "connect_time" => 0.041975
    "pretransfer_time" => 0.086062
    "size_upload" => 2410.0
    "size_download" => 26932.0
    "speed_download" => 5332.0
    "speed_upload" => 477.0
    "download_content_length" => 26932.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 5.0088
    "primary_ip" => "2a01:4f9:3051:3e48::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:88e4:cc06:423a:2464"
    "local_port" => 38160
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 85973
    "connect_time_us" => 41975
    "namelookup_time_us" => 403
    "pretransfer_time_us" => 86062
    "starttransfer_time_us" => 5008800
    "posttransfer_time_us" => 86061
    "total_time_us" => 5050281
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770179842.0802
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1111
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1130 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1004 …}
        $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 04:37:22 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 26932\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Wed, 04 Feb 2026 04:37:22 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 26932"
    "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-04T04:36:15Z",\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": 3187374365,\n
        "lat": 49.7637368,\n
        "lon": 3.1103630,\n
        "timestamp": "2014-11-14T20:27:16Z",\n
        "version": 1,\n
        "changeset": 26785784,\n
        "user": "floquet nicolas",\n
        "uid": 934949\n
      },\n
      {\n
        "type": "node",\n
        "id": 3187374366,\n
        "lat": 49.7640811,\n
        "lon": 3.1104511,\n
        "timestamp": "2014-11-14T20:27:16Z",\n
        "version": 1,\n
        "changeset": 26785784,\n
        "user": "floquet nicolas",\n
        "uid": 934949\n
      },\n
      {\n
        "type": "node",\n
        "id": 3187374367,\n
        "lat": 49.7640525,\n
        "lon": 3.1107185,\n
        "timestamp": "2014-11-14T20:27:16Z",\n
        "version": 1,\n
        "changeset": 26785784,\n
        "user": "floquet nicolas",\n
        "uid": 934949\n
      },\n
      {\n
        "type": "node",\n
        "id": 3187374368,\n
        "lat": 49.7637082,\n
        "lon": 3.1106303,\n
        "timestamp": "2014-11-14T20:27:16Z",\n
        "version": 1,\n
        "changeset": 26785784,\n
        "user": "floquet nicolas",\n
        "uid": 934949\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755505,\n
        "lat": 49.7775513,\n
        "lon": 3.1129332,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755506,\n
        "lat": 49.7775546,\n
        "lon": 3.1129169,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755507,\n
        "lat": 49.7775622,\n
        "lon": 3.1129379,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755508,\n
        "lat": 49.7775651,\n
        "lon": 3.1129733,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755509,\n
        "lat": 49.7775657,\n
        "lon": 3.1129221,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755510,\n
        "lat": 49.7775922,\n
        "lon": 3.1131107,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755511,\n
        "lat": 49.7776111,\n
        "lon": 3.1130808,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755512,\n
        "lat": 49.7776141,\n
        "lon": 3.1131320,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755513,\n
        "lat": 49.7776202,\n
        "lon": 3.1129090,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755514,\n
        "lat": 49.7776211,\n
        "lon": 3.1131563,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755515,\n
        "lat": 49.7776306,\n
        "lon": 3.1130970,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755516,\n
        "lat": 49.7776644,\n
        "lon": 3.1131078,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755517,\n
        "lat": 49.7776707,\n
        "lon": 3.1130115,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755518,\n
        "lat": 49.7776826,\n
        "lon": 3.1131460,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755519,\n
        "lat": 49.7776988,\n
        "lon": 3.1131302,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755520,\n
        "lat": 49.7777261,\n
        "lon": 3.1133705,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755521,\n
        "lat": 49.7777376,\n
        "lon": 3.1132601,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755522,\n
        "lat": 49.7777531,\n
        "lon": 3.1132439,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755523,\n
        "lat": 49.7777552,\n
        "lon": 3.1133568,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755524,\n
        "lat": 49.7777661,\n
        "lon": 3.1134031,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755525,\n
        "lat": 49.7777668,\n
        "lon": 3.1133177,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755526,\n
        "lat": 49.7777722,\n
        "lon": 3.1134722,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755527,\n
        "lat": 49.7777728,\n
        "lon": 3.1133949,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755528,\n
        "lat": 49.7777811,\n
        "lon": 3.1133248,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755529,\n
        "lat": 49.7777884,\n
        "lon": 3.1134531,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755530,\n
        "lat": 49.7777967,\n
        "lon": 3.1135260,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755531,\n
        "lat": 49.7778004,\n
        "lon": 3.1133622,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755532,\n
        "lat": 49.7778066,\n
        "lon": 3.1133553,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755533,\n
        "lat": 49.7778179,\n
        "lon": 3.1125629,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755534,\n
        "lat": 49.7778230,\n
        "lon": 3.1135767,\n
        "timestamp": "2016-07-18T19:05:18Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755535,\n
        "lat": 49.7778306,\n
        "lon": 3.1124765,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755536,\n
        "lat": 49.7778398,\n
        "lon": 3.1135564,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755537,\n
        "lat": 49.7778521,\n
        "lon": 3.1125232,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755538,\n
        "lat": 49.7778558,\n
        "lon": 3.1134541,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755539,\n
        "lat": 49.7778635,\n
        "lon": 3.1136039,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755540,\n
        "lat": 49.7778689,\n
        "lon": 3.1135952,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755541,\n
        "lat": 49.7778692,\n
        "lon": 3.1124300,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755542,\n
        "lat": 49.7778904,\n
        "lon": 3.1136376,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755543,\n
        "lat": 49.7778969,\n
        "lon": 3.1135644,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755544,\n
        "lat": 49.7779031,\n
        "lon": 3.1135569,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755545,\n
        "lat": 49.7779041,\n
        "lon": 3.1127468,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755546,\n
        "lat": 49.7779168,\n
        "lon": 3.1136049,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755547,\n
        "lat": 49.7779596,\n
        "lon": 3.1126127,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755548,\n
        "lat": 49.7779707,\n
        "lon": 3.1126369,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755549,\n
        "lat": 49.7779753,\n
        "lon": 3.1125961,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755550,\n
        "lat": 49.7779809,\n
        "lon": 3.1126555,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755551,\n
        "lat": 49.7779861,\n
        "lon": 3.1126194,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755552,\n
        "lat": 49.7780461,\n
        "lon": 3.1131484,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755553,\n
        "lat": 49.7780691,\n
        "lon": 3.1130965,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755554,\n
        "lat": 49.7780916,\n
        "lon": 3.1131967,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755555,\n
        "lat": 49.7781023,\n
        "lon": 3.1133212,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755556,\n
        "lat": 49.7781050,\n
        "lon": 3.1119830,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755557,\n
        "lat": 49.7781150,\n
        "lon": 3.1131460,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755558,\n
        "lat": 49.7781204,\n
        "lon": 3.1133002,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755559,\n
        "lat": 49.7781251,\n
        "lon": 3.1133701,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755560,\n
        "lat": 49.7781448,\n
        "lon": 3.1133486,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755561,\n
        "lat": 49.7781684,\n
        "lon": 3.1132502,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755562,\n
        "lat": 49.7781689,\n
        "lon": 3.1117646,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755563,\n
        "lat": 49.7781785,\n
        "lon": 3.1128581,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755564,\n
        "lat": 49.7781904,\n
        "lon": 3.1135104,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755565,\n
        "lat": 49.7781912,\n
        "lon": 3.1117881,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755566,\n
        "lat": 49.7782115,\n
        "lon": 3.1134867,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755567,\n
        "lat": 49.7782157,\n
        "lon": 3.1135625,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755568,\n
        "lat": 49.7782202,\n
        "lon": 3.1131924,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755569,\n
        "lat": 49.7782220,\n
        "lon": 3.1127635,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755570,\n
        "lat": 49.7782240,\n
        "lon": 3.1129049,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755571,\n
        "lat": 49.7782328,\n
        "lon": 3.1116257,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755572,\n
        "lat": 49.7782382,\n
        "lon": 3.1135370,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755573,\n
        "lat": 49.7782481,\n
        "lon": 3.1132506,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755574,\n
        "lat": 49.7782554,\n
        "lon": 3.1132444,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755575,\n
        "lat": 49.7782680,\n
        "lon": 3.1128108,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755576,\n
        "lat": 49.7782818,\n
        "lon": 3.1134906,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755577,\n
        "lat": 49.7783085,\n
        "lon": 3.1133810,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755578,\n
        "lat": 49.7783177,\n
        "lon": 3.1133731,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755579,\n
        "lat": 49.7783336,\n
        "lon": 3.1134326,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755580,\n
        "lat": 49.7783695,\n
        "lon": 3.1119759,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755581,\n
        "lat": 49.7783722,\n
        "lon": 3.1122650,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755582,\n
        "lat": 49.7784334,\n
        "lon": 3.1118371,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755583,\n
        "lat": 49.7784584,\n
        "lon": 3.1120701,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755584,\n
        "lat": 49.7784685,\n
        "lon": 3.1131630,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755585,\n
        "lat": 49.7785031,\n
        "lon": 3.1125477,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755586,\n
        "lat": 49.7785096,\n
        "lon": 3.1132375,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755587,\n
        "lat": 49.7785979,\n
        "lon": 3.1134565,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309755588,\n
        "lat": 49.7785985,\n
        "lon": 3.1134489,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763724,\n
        "lat": 49.7751157,\n
        "lon": 3.1105360,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763725,\n
        "lat": 49.7752010,\n
        "lon": 3.1103574,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763726,\n
        "lat": 49.7752870,\n
        "lon": 3.1101768,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763727,\n
        "lat": 49.7755116,\n
        "lon": 3.1109798,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763728,\n
        "lat": 49.7755973,\n
        "lon": 3.1108098,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763729,\n
        "lat": 49.7756521,\n
        "lon": 3.1088980,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763730,\n
        "lat": 49.7756851,\n
        "lon": 3.1106269,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763731,\n
        "lat": 49.7757141,\n
        "lon": 3.1088282,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763732,\n
        "lat": 49.7757316,\n
        "lon": 3.1090599,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763733,\n
        "lat": 49.7757921,\n
        "lon": 3.1089909,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763734,\n
        "lat": 49.7758189,\n
        "lon": 3.1092361,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763735,\n
        "lat": 49.7758338,\n
        "lon": 3.1092711,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763736,\n
        "lat": 49.7758708,\n
        "lon": 3.1091833,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763737,\n
        "lat": 49.7758811,\n
        "lon": 3.1091729,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763738,\n
        "lat": 49.7758857,\n
        "lon": 3.1092183,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763739,\n
        "lat": 49.7760482,\n
        "lon": 3.1100836,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763740,\n
        "lat": 49.7760560,\n
        "lon": 3.1100986,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763741,\n
        "lat": 49.7760641,\n
        "lon": 3.1100899,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763742,\n
        "lat": 49.7760822,\n
        "lon": 3.1101256,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763743,\n
        "lat": 49.7761306,\n
        "lon": 3.1103502,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763744,\n
        "lat": 49.7761348,\n
        "lon": 3.1099971,\n
        "timestamp": "2016-07-18T19:06:22Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763745,\n
        "lat": 49.7761586,\n
        "lon": 3.1100477,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763746,\n
        "lat": 49.7761625,\n
        "lon": 3.1104194,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763747,\n
        "lat": 49.7761900,\n
        "lon": 3.1100134,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763748,\n
        "lat": 49.7762140,\n
        "lon": 3.1102646,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763749,\n
        "lat": 49.7762454,\n
        "lon": 3.1103310,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763750,\n
        "lat": 49.7762477,\n
        "lon": 3.1099545,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763751,\n
        "lat": 49.7763072,\n
        "lon": 3.1102669,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763752,\n
        "lat": 49.7763430,\n
        "lon": 3.1102306,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763753,\n
        "lat": 49.7763505,\n
        "lon": 3.1101735,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763989,\n
        "lat": 49.7786033,\n
        "lon": 3.1133982,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763990,\n
        "lat": 49.7786323,\n
        "lon": 3.1133676,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763991,\n
        "lat": 49.7786327,\n
        "lon": 3.1128326,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763992,\n
        "lat": 49.7786331,\n
        "lon": 3.1134807,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763993,\n
        "lat": 49.7786361,\n
        "lon": 3.1133743,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763994,\n
        "lat": 49.7786401,\n
        "lon": 3.1134749,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763995,\n
        "lat": 49.7786404,\n
        "lon": 3.1133697,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763996,\n
        "lat": 49.7786434,\n
        "lon": 3.1133622,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763997,\n
        "lat": 49.7786472,\n
        "lon": 3.1123949,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763998,\n
        "lat": 49.7786501,\n
        "lon": 3.1133622,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309763999,\n
        "lat": 49.7786533,\n
        "lon": 3.1133801,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764000,\n
        "lat": 49.7786673,\n
        "lon": 3.1134850,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764001,\n
        "lat": 49.7786687,\n
        "lon": 3.1133839,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764002,\n
        "lat": 49.7786981,\n
        "lon": 3.1133498,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764003,\n
        "lat": 49.7787046,\n
        "lon": 3.1135793,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764004,\n
        "lat": 49.7787085,\n
        "lon": 3.1135867,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764005,\n
        "lat": 49.7787097,\n
        "lon": 3.1135714,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764006,\n
        "lat": 49.7787204,\n
        "lon": 3.1134267,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764007,\n
        "lat": 49.7787322,\n
        "lon": 3.1134146,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764008,\n
        "lat": 49.7787368,\n
        "lon": 3.1144905,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764009,\n
        "lat": 49.7787543,\n
        "lon": 3.1145588,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764010,\n
        "lat": 49.7787642,\n
        "lon": 3.1135151,\n
        "timestamp": "2016-07-18T19:05:19Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764011,\n
        "lat": 49.7787677,\n
        "lon": 3.1135105,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764012,\n
        "lat": 49.7787718,\n
        "lon": 3.1135192,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764013,\n
        "lat": 49.7787763,\n
        "lon": 3.1126740,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764014,\n
        "lat": 49.7788107,\n
        "lon": 3.1127854,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764015,\n
        "lat": 49.7788157,\n
        "lon": 3.1144503,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764016,\n
        "lat": 49.7788346,\n
        "lon": 3.1145160,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764017,\n
        "lat": 49.7788414,\n
        "lon": 3.1124639,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764018,\n
        "lat": 49.7788505,\n
        "lon": 3.1128645,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764019,\n
        "lat": 49.7788835,\n
        "lon": 3.1123350,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764020,\n
        "lat": 49.7788901,\n
        "lon": 3.1144125,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764021,\n
        "lat": 49.7789065,\n
        "lon": 3.1144770,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764022,\n
        "lat": 49.7789099,\n
        "lon": 3.1125182,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764023,\n
        "lat": 49.7789541,\n
        "lon": 3.1123885,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764024,\n
        "lat": 49.7789634,\n
        "lon": 3.1143741,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309764025,\n
        "lat": 49.7789807,\n
        "lon": 3.1144380,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765298,\n
        "lat": 49.7735619,\n
        "lon": 3.1131722,\n
        "timestamp": "2016-07-18T19:07:52Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765299,\n
        "lat": 49.7735851,\n
        "lon": 3.1132196,\n
        "timestamp": "2016-07-18T19:07:52Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765300,\n
        "lat": 49.7735855,\n
        "lon": 3.1132933,\n
        "timestamp": "2016-07-18T19:07:52Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765301,\n
        "lat": 49.7735914,\n
        "lon": 3.1132003,\n
        "timestamp": "2016-07-18T19:07:52Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765302,\n
        "lat": 49.7736056,\n
        "lon": 3.1133833,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765303,\n
        "lat": 49.7736068,\n
        "lon": 3.1132412,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765304,\n
        "lat": 49.7736258,\n
        "lon": 3.1133298,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765305,\n
        "lat": 49.7736578,\n
        "lon": 3.1132647,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765306,\n
        "lat": 49.7737740,\n
        "lon": 3.1135313,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765307,\n
        "lat": 49.7738173,\n
        "lon": 3.1134085,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765308,\n
        "lat": 49.7738315,\n
        "lon": 3.1121752,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765309,\n
        "lat": 49.7738973,\n
        "lon": 3.1119563,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765310,\n
        "lat": 49.7739117,\n
        "lon": 3.1119655,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765311,\n
        "lat": 49.7739149,\n
        "lon": 3.1139828,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765312,\n
        "lat": 49.7739167,\n
        "lon": 3.1122522,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765313,\n
        "lat": 49.7739445,\n
        "lon": 3.1121799,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765314,\n
        "lat": 49.7739538,\n
        "lon": 3.1140535,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765315,\n
        "lat": 49.7739644,\n
        "lon": 3.1140246,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765316,\n
        "lat": 49.7739696,\n
        "lon": 3.1122034,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765317,\n
        "lat": 49.7739743,\n
        "lon": 3.1138119,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765318,\n
        "lat": 49.7739832,\n
        "lon": 3.1140786,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765319,\n
        "lat": 49.7739950,\n
        "lon": 3.1137960,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765320,\n
        "lat": 49.7739971,\n
        "lon": 3.1140541,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765321,\n
        "lat": 49.7740194,\n
        "lon": 3.1138206,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765322,\n
        "lat": 49.7740212,\n
        "lon": 3.1138613,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765323,\n
        "lat": 49.7740417,\n
        "lon": 3.1122711,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765324,\n
        "lat": 49.7740423,\n
        "lon": 3.1122674,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765325,\n
        "lat": 49.7740633,\n
        "lon": 3.1141111,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765326,\n
        "lat": 49.7741061,\n
        "lon": 3.1122283,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765327,\n
        "lat": 49.7741173,\n
        "lon": 3.1113461,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765328,\n
        "lat": 49.7741207,\n
        "lon": 3.1122866,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765329,\n
        "lat": 49.7741213,\n
        "lon": 3.1113498,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765330,\n
        "lat": 49.7741224,\n
        "lon": 3.1139522,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765331,\n
        "lat": 49.7741295,\n
        "lon": 3.1121512,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765332,\n
        "lat": 49.7741333,\n
        "lon": 3.1121545,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765333,\n
        "lat": 49.7741931,\n
        "lon": 3.1121095,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765334,\n
        "lat": 49.7742381,\n
        "lon": 3.1118517,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765335,\n
        "lat": 49.7742822,\n
        "lon": 3.1139820,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765336,\n
        "lat": 49.7742945,\n
        "lon": 3.1118515,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765337,\n
        "lat": 49.7742994,\n
        "lon": 3.1139966,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765338,\n
        "lat": 49.7743066,\n
        "lon": 3.1118611,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765339,\n
        "lat": 49.7743080,\n
        "lon": 3.1118142,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765340,\n
        "lat": 49.7743201,\n
        "lon": 3.1118255,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765341,\n
        "lat": 49.7743281,\n
        "lon": 3.1138688,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765342,\n
        "lat": 49.7743373,\n
        "lon": 3.1140324,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765343,\n
        "lat": 49.7743425,\n
        "lon": 3.1138826,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765344,\n
        "lat": 49.7743487,\n
        "lon": 3.1115454,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765345,\n
        "lat": 49.7743491,\n
        "lon": 3.1125249,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765346,\n
        "lat": 49.7743758,\n
        "lon": 3.1124244,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765347,\n
        "lat": 49.7743776,\n
        "lon": 3.1137395,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765348,\n
        "lat": 49.7743819,\n
        "lon": 3.1139200,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765349,\n
        "lat": 49.7743870,\n
        "lon": 3.1124365,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765350,\n
        "lat": 49.7743929,\n
        "lon": 3.1120679,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765351,\n
        "lat": 49.7743949,\n
        "lon": 3.1137525,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765352,\n
        "lat": 49.7744133,\n
        "lon": 3.1123360,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765353,\n
        "lat": 49.7744205,\n
        "lon": 3.1136337,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765354,\n
        "lat": 49.7744332,\n
        "lon": 3.1137866,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765355,\n
        "lat": 49.7744373,\n
        "lon": 3.1136468,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765356,\n
        "lat": 49.7744717,\n
        "lon": 3.1126523,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765357,\n
        "lat": 49.7744722,\n
        "lon": 3.1121378,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765358,\n
        "lat": 49.7744753,\n
        "lon": 3.1136808,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765359,\n
        "lat": 49.7744939,\n
        "lon": 3.1134188,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765360,\n
        "lat": 49.7745089,\n
        "lon": 3.1125649,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765361,\n
        "lat": 49.7745209,\n
        "lon": 3.1117016,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765362,\n
        "lat": 49.7745354,\n
        "lon": 3.1117139,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765363,\n
        "lat": 49.7745557,\n
        "lon": 3.1134749,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765364,\n
        "lat": 49.7745590,\n
        "lon": 3.1116514,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765365,\n
        "lat": 49.7745861,\n
        "lon": 3.1117564,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765366,\n
        "lat": 49.7746041,\n
        "lon": 3.1117721,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765367,\n
        "lat": 49.7746084,\n
        "lon": 3.1116951,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765368,\n
        "lat": 49.7746448,\n
        "lon": 3.1125668,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765369,\n
        "lat": 49.7746564,\n
        "lon": 3.1125743,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765370,\n
        "lat": 49.7746565,\n
        "lon": 3.1123887,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765371,\n
        "lat": 49.7746666,\n
        "lon": 3.1125175,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765372,\n
        "lat": 49.7746777,\n
        "lon": 3.1125275,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765373,\n
        "lat": 49.7746803,\n
        "lon": 3.1124878,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765374,\n
        "lat": 49.7746908,\n
        "lon": 3.1124981,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765375,\n
        "lat": 49.7747020,\n
        "lon": 3.1124368,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765376,\n
        "lat": 49.7747036,\n
        "lon": 3.1128872,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765377,\n
        "lat": 49.7747251,\n
        "lon": 3.1122290,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765378,\n
        "lat": 49.7747343,\n
        "lon": 3.1134156,\n
        "timestamp": "2016-07-18T19:07:53Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765379,\n
        "lat": 49.7747384,\n
        "lon": 3.1123876,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765380,\n
        "lat": 49.7747402,\n
        "lon": 3.1127343,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765381,\n
        "lat": 49.7747487,\n
        "lon": 3.1134565,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765382,\n
        "lat": 49.7747489,\n
        "lon": 3.1123661,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765383,\n
        "lat": 49.7747529,\n
        "lon": 3.1124022,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765384,\n
        "lat": 49.7747575,\n
        "lon": 3.1134361,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765385,\n
        "lat": 49.7747629,\n
        "lon": 3.1123827,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765386,\n
        "lat": 49.7747647,\n
        "lon": 3.1133468,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765387,\n
        "lat": 49.7747698,\n
        "lon": 3.1126907,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765388,\n
        "lat": 49.7747807,\n
        "lon": 3.1127954,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765589,\n
        "lat": 49.7747859,\n
        "lon": 3.1133685,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765590,\n
        "lat": 49.7747930,\n
        "lon": 3.1133502,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765591,\n
        "lat": 49.7747974,\n
        "lon": 3.1128586,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765592,\n
        "lat": 49.7747975,\n
        "lon": 3.1126482,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765593,\n
        "lat": 49.7748087,\n
        "lon": 3.1127523,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765594,\n
        "lat": 49.7748242,\n
        "lon": 3.1120068,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765595,\n
        "lat": 49.7748279,\n
        "lon": 3.1126063,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765596,\n
        "lat": 49.7748284,\n
        "lon": 3.1135284,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765597,\n
        "lat": 49.7748362,\n
        "lon": 3.1127105,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765598,\n
        "lat": 49.7748626,\n
        "lon": 3.1125341,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765599,\n
        "lat": 49.7748658,\n
        "lon": 3.1126690,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765600,\n
        "lat": 49.7748725,\n
        "lon": 3.1120572,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765601,\n
        "lat": 49.7748729,\n
        "lon": 3.1134237,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765602,\n
        "lat": 49.7748742,\n
        "lon": 3.1125137,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765603,\n
        "lat": 49.7748793,\n
        "lon": 3.1118845,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765604,\n
        "lat": 49.7748853,\n
        "lon": 3.1125262,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765605,\n
        "lat": 49.7749145,\n
        "lon": 3.1124144,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765606,\n
        "lat": 49.7749158,\n
        "lon": 3.1125935,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765607,\n
        "lat": 49.7749267,\n
        "lon": 3.1119353,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765608,\n
        "lat": 49.7749280,\n
        "lon": 3.1124290,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765609,\n
        "lat": 49.7749286,\n
        "lon": 3.1123621,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765610,\n
        "lat": 49.7749348,\n
        "lon": 3.1123682,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765611,\n
        "lat": 49.7749486,\n
        "lon": 3.1122409,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765612,\n
        "lat": 49.7749495,\n
        "lon": 3.1123828,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765613,\n
        "lat": 49.7749588,\n
        "lon": 3.1122513,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765614,\n
        "lat": 49.7749608,\n
        "lon": 3.1122153,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765615,\n
        "lat": 49.7749614,\n
        "lon": 3.1122895,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765616,\n
        "lat": 49.7749662,\n
        "lon": 3.1122962,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765617,\n
        "lat": 49.7749682,\n
        "lon": 3.1124734,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765618,\n
        "lat": 49.7749707,\n
        "lon": 3.1122265,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765619,\n
        "lat": 49.7749719,\n
        "lon": 3.1122854,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765620,\n
        "lat": 49.7749862,\n
        "lon": 3.1123000,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765621,\n
        "lat": 49.7750039,\n
        "lon": 3.1122628,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765622,\n
        "lat": 49.7750417,\n
        "lon": 3.1123053,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765623,\n
        "lat": 49.7750651,\n
        "lon": 3.1121254,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765624,\n
        "lat": 49.7750988,\n
        "lon": 3.1121784,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309765625,\n
        "lat": 49.7751001,\n
        "lon": 3.1121724,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309766453,\n
        "lat": 49.7720543,\n
        "lon": 3.1260976,\n
        "timestamp": "2016-07-18T19:08:36Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309766454,\n
        "lat": 49.7720549,\n
        "lon": 3.1258918,\n
        "timestamp": "2016-07-18T19:08:36Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309766455,\n
        "lat": 49.7721648,\n
        "lon": 3.1258913,\n
        "timestamp": "2016-07-18T19:08:36Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309766456,\n
        "lat": 49.7721655,\n
        "lon": 3.1260972,\n
        "timestamp": "2016-07-18T19:08:36Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767903,\n
        "lat": 49.7725684,\n
        "lon": 3.1205164,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767904,\n
        "lat": 49.7725932,\n
        "lon": 3.1204350,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767905,\n
        "lat": 49.7726152,\n
        "lon": 3.1205496,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767906,\n
        "lat": 49.7726163,\n
        "lon": 3.1205468,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767907,\n
        "lat": 49.7726284,\n
        "lon": 3.1203725,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767908,\n
        "lat": 49.7726299,\n
        "lon": 3.1209056,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767909,\n
        "lat": 49.7726388,\n
        "lon": 3.1204754,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767910,\n
        "lat": 49.7726411,\n
        "lon": 3.1204688,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767911,\n
        "lat": 49.7726440,\n
        "lon": 3.1205259,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767912,\n
        "lat": 49.7726445,\n
        "lon": 3.1205646,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767913,\n
        "lat": 49.7726536,\n
        "lon": 3.1205330,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767914,\n
        "lat": 49.7726550,\n
        "lon": 3.1204853,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767915,\n
        "lat": 49.7726567,\n
        "lon": 3.1205711,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767916,\n
        "lat": 49.7726611,\n
        "lon": 3.1208416,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767917,\n
        "lat": 49.7726882,\n
        "lon": 3.1204459,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767918,\n
        "lat": 49.7726898,\n
        "lon": 3.1201980,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767919,\n
        "lat": 49.7726918,\n
        "lon": 3.1204357,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767920,\n
        "lat": 49.7726934,\n
        "lon": 3.1204262,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767921,\n
        "lat": 49.7727040,\n
        "lon": 3.1201903,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767922,\n
        "lat": 49.7727282,\n
        "lon": 3.1213384,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767923,\n
        "lat": 49.7727327,\n
        "lon": 3.1206169,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767924,\n
        "lat": 49.7727354,\n
        "lon": 3.1203001,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767925,\n
        "lat": 49.7727356,\n
        "lon": 3.1218028,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767926,\n
        "lat": 49.7727537,\n
        "lon": 3.1214013,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767927,\n
        "lat": 49.7727542,\n
        "lon": 3.1200925,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767928,\n
        "lat": 49.7727650,\n
        "lon": 3.1213640,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767929,\n
        "lat": 49.7727680,\n
        "lon": 3.1204825,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767930,\n
        "lat": 49.7727683,\n
        "lon": 3.1212070,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767931,\n
        "lat": 49.7727768,\n
        "lon": 3.1202782,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767932,\n
        "lat": 49.7727844,\n
        "lon": 3.1201911,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767933,\n
        "lat": 49.7727865,\n
        "lon": 3.1214228,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767934,\n
        "lat": 49.7727887,\n
        "lon": 3.1210812,\n
        "timestamp": "2016-07-18T19:09:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767935,\n
        "lat": 49.7728005,\n
        "lon": 3.1212285,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767936,\n
        "lat": 49.7728037,\n
        "lon": 3.1201948,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767937,\n
        "lat": 49.7728057,\n
        "lon": 3.1201516,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767938,\n
        "lat": 49.7728069,\n
        "lon": 3.1202207,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767939,\n
        "lat": 49.7728071,\n
        "lon": 3.1204005,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767940,\n
        "lat": 49.7728085,\n
        "lon": 3.1219273,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767941,\n
        "lat": 49.7728147,\n
        "lon": 3.1201611,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767942,\n
        "lat": 49.7728160,\n
        "lon": 3.1205100,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767943,\n
        "lat": 49.7728171,\n
        "lon": 3.1211809,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767944,\n
        "lat": 49.7728186,\n
        "lon": 3.1210150,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767945,\n
        "lat": 49.7728191,\n
        "lon": 3.1202519,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767946,\n
        "lat": 49.7728272,\n
        "lon": 3.1203670,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767947,\n
        "lat": 49.7728310,\n
        "lon": 3.1199552,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767948,\n
        "lat": 49.7728317,\n
        "lon": 3.1202154,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767949,\n
        "lat": 49.7728337,\n
        "lon": 3.1199071,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767950,\n
        "lat": 49.7728357,\n
        "lon": 3.1205325,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767951,\n
        "lat": 49.7728395,\n
        "lon": 3.1205260,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767952,\n
        "lat": 49.7728418,\n
        "lon": 3.1211973,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767953,\n
        "lat": 49.7728451,\n
        "lon": 3.1211887,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767954,\n
        "lat": 49.7728456,\n
        "lon": 3.1205428,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767955,\n
        "lat": 49.7728459,\n
        "lon": 3.1216273,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767956,\n
        "lat": 49.7728473,\n
        "lon": 3.1199249,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767957,\n
        "lat": 49.7728501,\n
        "lon": 3.1204504,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767958,\n
        "lat": 49.7728517,\n
        "lon": 3.1211938,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767959,\n
        "lat": 49.7728566,\n
        "lon": 3.1202775,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767960,\n
        "lat": 49.7728605,\n
        "lon": 3.1202184,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767961,\n
        "lat": 49.7728665,\n
        "lon": 3.1198407,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767962,\n
        "lat": 49.7728674,\n
        "lon": 3.1201991,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767963,\n
        "lat": 49.7728689,\n
        "lon": 3.1204176,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767964,\n
        "lat": 49.7728732,\n
        "lon": 3.1202291,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767965,\n
        "lat": 49.7728966,\n
        "lon": 3.1204525,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767966,\n
        "lat": 49.7728991,\n
        "lon": 3.1200286,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767967,\n
        "lat": 49.7729252,\n
        "lon": 3.1217422,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767968,\n
        "lat": 49.7729312,\n
        "lon": 3.1196570,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767969,\n
        "lat": 49.7729383,\n
        "lon": 3.1199258,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767970,\n
        "lat": 49.7729411,\n
        "lon": 3.1196652,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767971,\n
        "lat": 49.7729414,\n
        "lon": 3.1196282,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767972,\n
        "lat": 49.7729453,\n
        "lon": 3.1199357,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767973,\n
        "lat": 49.7729507,\n
        "lon": 3.1196389,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767974,\n
        "lat": 49.7730095,\n
        "lon": 3.1197422,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767975,\n
        "lat": 49.7730135,\n
        "lon": 3.1197323,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767976,\n
        "lat": 49.7730139,\n
        "lon": 3.1196661,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767977,\n
        "lat": 49.7730141,\n
        "lon": 3.1196828,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767978,\n
        "lat": 49.7730180,\n
        "lon": 3.1196804,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767979,\n
        "lat": 49.7730198,\n
        "lon": 3.1197877,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767980,\n
        "lat": 49.7730220,\n
        "lon": 3.1197190,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767981,\n
        "lat": 49.7730276,\n
        "lon": 3.1201877,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767982,\n
        "lat": 49.7730278,\n
        "lon": 3.1196034,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767983,\n
        "lat": 49.7730354,\n
        "lon": 3.1197801,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767984,\n
        "lat": 49.7730376,\n
        "lon": 3.1196519,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767985,\n
        "lat": 49.7730423,\n
        "lon": 3.1196656,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767986,\n
        "lat": 49.7730428,\n
        "lon": 3.1199820,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767987,\n
        "lat": 49.7730448,\n
        "lon": 3.1198228,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309767988,\n
        "lat": 49.7730669,\n
        "lon": 3.1201163,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768389,\n
        "lat": 49.7730679,\n
        "lon": 3.1202253,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768390,\n
        "lat": 49.7730696,\n
        "lon": 3.1198105,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768391,\n
        "lat": 49.7730726,\n
        "lon": 3.1195800,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768392,\n
        "lat": 49.7730750,\n
        "lon": 3.1199263,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768393,\n
        "lat": 49.7730802,\n
        "lon": 3.1198656,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768394,\n
        "lat": 49.7730926,\n
        "lon": 3.1196839,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768395,\n
        "lat": 49.7730980,\n
        "lon": 3.1202503,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768396,\n
        "lat": 49.7731234,\n
        "lon": 3.1198456,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768397,\n
        "lat": 49.7731332,\n
        "lon": 3.1201957,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768398,\n
        "lat": 49.7731374,\n
        "lon": 3.1198994,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768399,\n
        "lat": 49.7731390,\n
        "lon": 3.1199207,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768400,\n
        "lat": 49.7731501,\n
        "lon": 3.1198994,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768401,\n
        "lat": 49.7731502,\n
        "lon": 3.1201150,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768402,\n
        "lat": 49.7731536,\n
        "lon": 3.1199208,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768403,\n
        "lat": 49.7731666,\n
        "lon": 3.1195618,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768404,\n
        "lat": 49.7731751,\n
        "lon": 3.1196043,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768405,\n
        "lat": 49.7731827,\n
        "lon": 3.1200609,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768406,\n
        "lat": 49.7731855,\n
        "lon": 3.1195853,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768407,\n
        "lat": 49.7732046,\n
        "lon": 3.1205426,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768408,\n
        "lat": 49.7732049,\n
        "lon": 3.1196409,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768409,\n
        "lat": 49.7732078,\n
        "lon": 3.1191674,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768410,\n
        "lat": 49.7732131,\n
        "lon": 3.1205599,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768411,\n
        "lat": 49.7732153,\n
        "lon": 3.1205331,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768412,\n
        "lat": 49.7732187,\n
        "lon": 3.1194595,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768413,\n
        "lat": 49.7732230,\n
        "lon": 3.1205493,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768414,\n
        "lat": 49.7732307,\n
        "lon": 3.1196719,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768415,\n
        "lat": 49.7732378,\n
        "lon": 3.1189757,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768417,\n
        "lat": 49.7732568,\n
        "lon": 3.1195402,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768418,\n
        "lat": 49.7732605,\n
        "lon": 3.1193795,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768419,\n
        "lat": 49.7732663,\n
        "lon": 3.1195497,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768420,\n
        "lat": 49.7732712,\n
        "lon": 3.1191911,\n
        "timestamp": "2016-07-18T19:09:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768421,\n
        "lat": 49.7732746,\n
        "lon": 3.1204940,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768422,\n
        "lat": 49.7732757,\n
        "lon": 3.1195296,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768423,\n
        "lat": 49.7732757,\n
        "lon": 3.1206818,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768424,\n
        "lat": 49.7732876,\n
        "lon": 3.1195647,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768425,\n
        "lat": 49.7732957,\n
        "lon": 3.1207108,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768426,\n
        "lat": 49.7733018,\n
        "lon": 3.1190002,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768428,\n
        "lat": 49.7733222,\n
        "lon": 3.1205631,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768429,\n
        "lat": 49.7733337,\n
        "lon": 3.1196166,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768430,\n
        "lat": 49.7733374,\n
        "lon": 3.1205393,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768431,\n
        "lat": 49.7733403,\n
        "lon": 3.1196045,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768432,\n
        "lat": 49.7733504,\n
        "lon": 3.1205582,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768433,\n
        "lat": 49.7733620,\n
        "lon": 3.1210045,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768434,\n
        "lat": 49.7733666,\n
        "lon": 3.1196348,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768435,\n
        "lat": 49.7733742,\n
        "lon": 3.1203487,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768436,\n
        "lat": 49.7733797,\n
        "lon": 3.1205681,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768437,\n
        "lat": 49.7733814,\n
        "lon": 3.1199964,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768438,\n
        "lat": 49.7733814,\n
        "lon": 3.1209729,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768439,\n
        "lat": 49.7733852,\n
        "lon": 3.1205590,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768440,\n
        "lat": 49.7733887,\n
        "lon": 3.1205822,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768441,\n
        "lat": 49.7733943,\n
        "lon": 3.1209899,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768442,\n
        "lat": 49.7733950,\n
        "lon": 3.1205723,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768443,\n
        "lat": 49.7733998,\n
        "lon": 3.1205648,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768444,\n
        "lat": 49.7734004,\n
        "lon": 3.1210605,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768445,\n
        "lat": 49.7734036,\n
        "lon": 3.1205841,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768446,\n
        "lat": 49.7734076,\n
        "lon": 3.1209697,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768447,\n
        "lat": 49.7734080,\n
        "lon": 3.1195554,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768448,\n
        "lat": 49.7734084,\n
        "lon": 3.1205771,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768449,\n
        "lat": 49.7734097,\n
        "lon": 3.1208601,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768450,\n
        "lat": 49.7734153,\n
        "lon": 3.1206000,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768451,\n
        "lat": 49.7734285,\n
        "lon": 3.1200680,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768452,\n
        "lat": 49.7734322,\n
        "lon": 3.1210035,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768453,\n
        "lat": 49.7734334,\n
        "lon": 3.1200624,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768454,\n
        "lat": 49.7734428,\n
        "lon": 3.1199019,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768455,\n
        "lat": 49.7734437,\n
        "lon": 3.1200920,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768456,\n
        "lat": 49.7734472,\n
        "lon": 3.1204578,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768457,\n
        "lat": 49.7734473,\n
        "lon": 3.1200838,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768458,\n
        "lat": 49.7734563,\n
        "lon": 3.1209261,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768459,\n
        "lat": 49.7734716,\n
        "lon": 3.1206829,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768460,\n
        "lat": 49.7734731,\n
        "lon": 3.1201217,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768461,\n
        "lat": 49.7734767,\n
        "lon": 3.1205027,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768462,\n
        "lat": 49.7734879,\n
        "lon": 3.1199666,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768463,\n
        "lat": 49.7734943,\n
        "lon": 3.1207224,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768464,\n
        "lat": 49.7734962,\n
        "lon": 3.1207178,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768465,\n
        "lat": 49.7735010,\n
        "lon": 3.1206369,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768466,\n
        "lat": 49.7735293,\n
        "lon": 3.1207694,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768467,\n
        "lat": 49.7735309,\n
        "lon": 3.1202518,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768468,\n
        "lat": 49.7735316,\n
        "lon": 3.1200329,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768469,\n
        "lat": 49.7735400,\n
        "lon": 3.1207837,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768470,\n
        "lat": 49.7735547,\n
        "lon": 3.1209585,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768471,\n
        "lat": 49.7735582,\n
        "lon": 3.1207242,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768472,\n
        "lat": 49.7735637,\n
        "lon": 3.1202998,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768473,\n
        "lat": 49.7735788,\n
        "lon": 3.1203216,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768474,\n
        "lat": 49.7736046,\n
        "lon": 3.1208764,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768475,\n
        "lat": 49.7736121,\n
        "lon": 3.1201190,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768476,\n
        "lat": 49.7736320,\n
        "lon": 3.1202367,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768477,\n
        "lat": 49.7736354,\n
        "lon": 3.1200810,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768478,\n
        "lat": 49.7736450,\n
        "lon": 3.1201670,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768479,\n
        "lat": 49.7736460,\n
        "lon": 3.1204194,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768480,\n
        "lat": 49.7736500,\n
        "lon": 3.1210962,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768481,\n
        "lat": 49.7736682,\n
        "lon": 3.1201290,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768482,\n
        "lat": 49.7736986,\n
        "lon": 3.1203368,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768483,\n
        "lat": 49.7736998,\n
        "lon": 3.1210134,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768484,\n
        "lat": 49.7737029,\n
        "lon": 3.1200011,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768485,\n
        "lat": 49.7737208,\n
        "lon": 3.1199695,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768486,\n
        "lat": 49.7737272,\n
        "lon": 3.1200341,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768487,\n
        "lat": 49.7737418,\n
        "lon": 3.1205934,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768488,\n
        "lat": 49.7737451,\n
        "lon": 3.1200025,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768489,\n
        "lat": 49.7737947,\n
        "lon": 3.1205100,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768490,\n
        "lat": 49.7738084,\n
        "lon": 3.1206923,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768491,\n
        "lat": 49.7738613,\n
        "lon": 3.1206098,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768492,\n
        "lat": 49.7739311,\n
        "lon": 3.1207844,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768493,\n
        "lat": 49.7739543,\n
        "lon": 3.1208322,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768494,\n
        "lat": 49.7739590,\n
        "lon": 3.1208226,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768495,\n
        "lat": 49.7739770,\n
        "lon": 3.1208625,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768496,\n
        "lat": 49.7739782,\n
        "lon": 3.1207027,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768497,\n
        "lat": 49.7739832,\n
        "lon": 3.1208542,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768498,\n
        "lat": 49.7740108,\n
        "lon": 3.1208941,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768499,\n
        "lat": 49.7740584,\n
        "lon": 3.1208130,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768990,\n
        "lat": 49.7709752,\n
        "lon": 3.1193806,\n
        "timestamp": "2016-07-18T19:11:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768991,\n
        "lat": 49.7710225,\n
        "lon": 3.1194153,\n
        "timestamp": "2016-07-18T19:11:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768992,\n
        "lat": 49.7710241,\n
        "lon": 3.1192331,\n
        "timestamp": "2016-07-18T19:11:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768993,\n
        "lat": 49.7710702,\n
        "lon": 3.1192680,\n
        "timestamp": "2016-07-18T19:11:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768994,\n
        "lat": 49.7711095,\n
        "lon": 3.1192387,\n
        "timestamp": "2016-07-18T19:11:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768995,\n
        "lat": 49.7711465,\n
        "lon": 3.1191374,\n
        "timestamp": "2016-07-18T19:11:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768996,\n
        "lat": 49.7711674,\n
        "lon": 3.1192885,\n
        "timestamp": "2016-07-18T19:11:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768997,\n
        "lat": 49.7711852,\n
        "lon": 3.1192402,\n
        "timestamp": "2016-07-18T19:11:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768998,\n
        "lat": 49.7711911,\n
        "lon": 3.1192241,\n
        "timestamp": "2016-07-18T19:11:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309768999,\n
        "lat": 49.7711927,\n
        "lon": 3.1192447,\n
        "timestamp": "2016-07-18T19:11:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769000,\n
        "lat": 49.7711988,\n
        "lon": 3.1192299,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769001,\n
        "lat": 49.7712122,\n
        "lon": 3.1191950,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769006,\n
        "lat": 49.7714929,\n
        "lon": 3.1190377,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769007,\n
        "lat": 49.7715016,\n
        "lon": 3.1190804,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769008,\n
        "lat": 49.7715115,\n
        "lon": 3.1190542,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769009,\n
        "lat": 49.7715578,\n
        "lon": 3.1188477,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769010,\n
        "lat": 49.7715579,\n
        "lon": 3.1191285,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769011,\n
        "lat": 49.7715644,\n
        "lon": 3.1187638,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769012,\n
        "lat": 49.7716110,\n
        "lon": 3.1186231,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769013,\n
        "lat": 49.7716363,\n
        "lon": 3.1188211,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769014,\n
        "lat": 49.7716374,\n
        "lon": 3.1189126,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769015,\n
        "lat": 49.7716500,\n
        "lon": 3.1187759,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769016,\n
        "lat": 49.7716686,\n
        "lon": 3.1187247,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769017,\n
        "lat": 49.7716820,\n
        "lon": 3.1186821,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769023,\n
        "lat": 49.7719704,\n
        "lon": 3.1178341,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769024,\n
        "lat": 49.7719895,\n
        "lon": 3.1178497,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769026,\n
        "lat": 49.7720681,\n
        "lon": 3.1175394,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769027,\n
        "lat": 49.7720879,\n
        "lon": 3.1175537,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769029,\n
        "lat": 49.7720989,\n
        "lon": 3.1175206,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769030,\n
        "lat": 49.7721170,\n
        "lon": 3.1195506,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769031,\n
        "lat": 49.7721259,\n
        "lon": 3.1212735,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769032,\n
        "lat": 49.7721285,\n
        "lon": 3.1171884,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769033,\n
        "lat": 49.7721298,\n
        "lon": 3.1212052,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769034,\n
        "lat": 49.7721319,\n
        "lon": 3.1179670,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769035,\n
        "lat": 49.7721325,\n
        "lon": 3.1174259,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769036,\n
        "lat": 49.7721504,\n
        "lon": 3.1171268,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769037,\n
        "lat": 49.7721546,\n
        "lon": 3.1179020,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769038,\n
        "lat": 49.7721647,\n
        "lon": 3.1172197,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769039,\n
        "lat": 49.7721740,\n
        "lon": 3.1178462,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769040,\n
        "lat": 49.7721788,\n
        "lon": 3.1182195,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769041,\n
        "lat": 49.7721845,\n
        "lon": 3.1193561,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769042,\n
        "lat": 49.7721870,\n
        "lon": 3.1171548,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769043,\n
        "lat": 49.7721980,\n
        "lon": 3.1212216,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769045,\n
        "lat": 49.7722167,\n
        "lon": 3.1212323,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769047,\n
        "lat": 49.7722367,\n
        "lon": 3.1193985,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769048,\n
        "lat": 49.7722401,\n
        "lon": 3.1180710,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769049,\n
        "lat": 49.7722423,\n
        "lon": 3.1193882,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769050,\n
        "lat": 49.7722498,\n
        "lon": 3.1194089,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769051,\n
        "lat": 49.7722545,\n
        "lon": 3.1193986,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769052,\n
        "lat": 49.7722678,\n
        "lon": 3.1212400,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769053,\n
        "lat": 49.7722716,\n
        "lon": 3.1212119,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769054,\n
        "lat": 49.7722777,\n
        "lon": 3.1175363,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769055,\n
        "lat": 49.7722881,\n
        "lon": 3.1199129,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769056,\n
        "lat": 49.7723041,\n
        "lon": 3.1197691,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769057,\n
        "lat": 49.7723062,\n
        "lon": 3.1213124,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769058,\n
        "lat": 49.7723153,\n
        "lon": 3.1212202,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769059,\n
        "lat": 49.7723172,\n
        "lon": 3.1194627,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769060,\n
        "lat": 49.7723172,\n
        "lon": 3.1198360,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769061,\n
        "lat": 49.7723217,\n
        "lon": 3.1194521,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769062,\n
        "lat": 49.7723239,\n
        "lon": 3.1197196,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769063,\n
        "lat": 49.7723284,\n
        "lon": 3.1194714,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769064,\n
        "lat": 49.7723318,\n
        "lon": 3.1194599,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769065,\n
        "lat": 49.7723373,\n
        "lon": 3.1197942,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769066,\n
        "lat": 49.7723392,\n
        "lon": 3.1193880,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769067,\n
        "lat": 49.7723420,\n
        "lon": 3.1183743,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769068,\n
        "lat": 49.7723504,\n
        "lon": 3.1199698,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769069,\n
        "lat": 49.7723544,\n
        "lon": 3.1197305,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769070,\n
        "lat": 49.7723588,\n
        "lon": 3.1197339,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769071,\n
        "lat": 49.7723622,\n
        "lon": 3.1193358,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769072,\n
        "lat": 49.7723631,\n
        "lon": 3.1172914,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769073,\n
        "lat": 49.7723653,\n
        "lon": 3.1194423,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769074,\n
        "lat": 49.7723736,\n
        "lon": 3.1194218,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769075,\n
        "lat": 49.7723806,\n
        "lon": 3.1198896,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769076,\n
        "lat": 49.7723948,\n
        "lon": 3.1195254,\n
        "timestamp": "2016-07-18T19:11:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769077,\n
        "lat": 49.7723954,\n
        "lon": 3.1195429,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769078,\n
        "lat": 49.7723975,\n
        "lon": 3.1182249,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769079,\n
        "lat": 49.7724005,\n
        "lon": 3.1194782,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769080,\n
        "lat": 49.7724012,\n
        "lon": 3.1195118,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769081,\n
        "lat": 49.7724086,\n
        "lon": 3.1164380,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769082,\n
        "lat": 49.7724088,\n
        "lon": 3.1195163,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769084,\n
        "lat": 49.7724124,\n
        "lon": 3.1197753,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769085,\n
        "lat": 49.7724138,\n
        "lon": 3.1199153,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769086,\n
        "lat": 49.7724141,\n
        "lon": 3.1164223,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769087,\n
        "lat": 49.7724151,\n
        "lon": 3.1195627,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769088,\n
        "lat": 49.7724192,\n
        "lon": 3.1164463,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769089,\n
        "lat": 49.7724255,\n
        "lon": 3.1164315,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769090,\n
        "lat": 49.7724317,\n
        "lon": 3.1194055,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769092,\n
        "lat": 49.7724624,\n
        "lon": 3.1197949,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769093,\n
        "lat": 49.7724648,\n
        "lon": 3.1193808,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769094,\n
        "lat": 49.7724704,\n
        "lon": 3.1196180,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769095,\n
        "lat": 49.7724931,\n
        "lon": 3.1192033,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769096,\n
        "lat": 49.7725149,\n
        "lon": 3.1191532,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769097,\n
        "lat": 49.7725181,\n
        "lon": 3.1182192,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769098,\n
        "lat": 49.7725230,\n
        "lon": 3.1192897,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769099,\n
        "lat": 49.7725254,\n
        "lon": 3.1182013,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769100,\n
        "lat": 49.7725408,\n
        "lon": 3.1192498,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769101,\n
        "lat": 49.7725485,\n
        "lon": 3.1181443,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769102,\n
        "lat": 49.7725571,\n
        "lon": 3.1197049,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769103,\n
        "lat": 49.7725618,\n
        "lon": 3.1192027,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769104,\n
        "lat": 49.7725635,\n
        "lon": 3.1196938,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769105,\n
        "lat": 49.7725784,\n
        "lon": 3.1197098,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769106,\n
        "lat": 49.7725808,\n
        "lon": 3.1182712,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769107,\n
        "lat": 49.7725854,\n
        "lon": 3.1196951,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769108,\n
        "lat": 49.7726004,\n
        "lon": 3.1200763,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769109,\n
        "lat": 49.7726010,\n
        "lon": 3.1185430,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769110,\n
        "lat": 49.7726117,\n
        "lon": 3.1181899,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769111,\n
        "lat": 49.7726175,\n
        "lon": 3.1199416,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769112,\n
        "lat": 49.7726244,\n
        "lon": 3.1199280,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769113,\n
        "lat": 49.7726363,\n
        "lon": 3.1199372,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769115,\n
        "lat": 49.7726417,\n
        "lon": 3.1183386,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769116,\n
        "lat": 49.7726483,\n
        "lon": 3.1191688,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769118,\n
        "lat": 49.7726622,\n
        "lon": 3.1198853,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769119,\n
        "lat": 49.7726633,\n
        "lon": 3.1182258,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769120,\n
        "lat": 49.7726814,\n
        "lon": 3.1199040,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769121,\n
        "lat": 49.7726892,\n
        "lon": 3.1176854,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769122,\n
        "lat": 49.7726927,\n
        "lon": 3.1183068,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769123,\n
        "lat": 49.7727026,\n
        "lon": 3.1196677,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769124,\n
        "lat": 49.7727191,\n
        "lon": 3.1198259,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769125,\n
        "lat": 49.7727192,\n
        "lon": 3.1196300,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769126,\n
        "lat": 49.7727202,\n
        "lon": 3.1194621,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769127,\n
        "lat": 49.7727230,\n
        "lon": 3.1175860,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769128,\n
        "lat": 49.7727342,\n
        "lon": 3.1177210,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769130,\n
        "lat": 49.7727450,\n
        "lon": 3.1187912,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769132,\n
        "lat": 49.7727654,\n
        "lon": 3.1197312,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769133,\n
        "lat": 49.7727703,\n
        "lon": 3.1176209,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769134,\n
        "lat": 49.7727718,\n
        "lon": 3.1186149,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769135,\n
        "lat": 49.7727842,\n
        "lon": 3.1188651,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769136,\n
        "lat": 49.7728093,\n
        "lon": 3.1194470,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769137,\n
        "lat": 49.7728143,\n
        "lon": 3.1193212,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769138,\n
        "lat": 49.7728198,\n
        "lon": 3.1195255,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769139,\n
        "lat": 49.7728216,\n
        "lon": 3.1177538,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769140,\n
        "lat": 49.7728282,\n
        "lon": 3.1193461,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769141,\n
        "lat": 49.7728339,\n
        "lon": 3.1194661,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769142,\n
        "lat": 49.7728509,\n
        "lon": 3.1177768,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769143,\n
        "lat": 49.7728553,\n
        "lon": 3.1176553,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769144,\n
        "lat": 49.7728835,\n
        "lon": 3.1176759,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769145,\n
        "lat": 49.7728887,\n
        "lon": 3.1192037,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769146,\n
        "lat": 49.7728888,\n
        "lon": 3.1191184,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769147,\n
        "lat": 49.7728922,\n
        "lon": 3.1191594,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769148,\n
        "lat": 49.7729011,\n
        "lon": 3.1191703,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769149,\n
        "lat": 49.7729030,\n
        "lon": 3.1191300,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769150,\n
        "lat": 49.7729060,\n
        "lon": 3.1190721,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769151,\n
        "lat": 49.7729117,\n
        "lon": 3.1189904,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769152,\n
        "lat": 49.7729232,\n
        "lon": 3.1190651,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769153,\n
        "lat": 49.7729243,\n
        "lon": 3.1171718,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769154,\n
        "lat": 49.7729252,\n
        "lon": 3.1189225,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769155,\n
        "lat": 49.7729382,\n
        "lon": 3.1171366,\n
        "timestamp": "2016-07-18T19:11:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769156,\n
        "lat": 49.7729499,\n
        "lon": 3.1171458,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769157,\n
        "lat": 49.7729521,\n
        "lon": 3.1170865,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769158,\n
        "lat": 49.7729565,\n
        "lon": 3.1186974,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769159,\n
        "lat": 49.7729585,\n
        "lon": 3.1191297,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769160,\n
        "lat": 49.7729591,\n
        "lon": 3.1170668,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769161,\n
        "lat": 49.7729669,\n
        "lon": 3.1170989,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769162,\n
        "lat": 49.7729684,\n
        "lon": 3.1191028,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769163,\n
        "lat": 49.7729734,\n
        "lon": 3.1170767,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769164,\n
        "lat": 49.7729761,\n
        "lon": 3.1192726,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769165,\n
        "lat": 49.7729971,\n
        "lon": 3.1172307,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769166,\n
        "lat": 49.7729990,\n
        "lon": 3.1170037,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769167,\n
        "lat": 49.7730036,\n
        "lon": 3.1184438,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769168,\n
        "lat": 49.7730097,\n
        "lon": 3.1191775,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769169,\n
        "lat": 49.7730099,\n
        "lon": 3.1171930,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769170,\n
        "lat": 49.7730331,\n
        "lon": 3.1187272,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769171,\n
        "lat": 49.7730554,\n
        "lon": 3.1170538,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769172,\n
        "lat": 49.7730630,\n
        "lon": 3.1190571,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769173,\n
        "lat": 49.7730875,\n
        "lon": 3.1189372,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769174,\n
        "lat": 49.7731010,\n
        "lon": 3.1183041,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769175,\n
        "lat": 49.7731011,\n
        "lon": 3.1181457,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769176,\n
        "lat": 49.7731310,\n
        "lon": 3.1181580,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769177,\n
        "lat": 49.7731381,\n
        "lon": 3.1179642,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769178,\n
        "lat": 49.7731785,\n
        "lon": 3.1179819,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769179,\n
        "lat": 49.7731949,\n
        "lon": 3.1182953,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769180,\n
        "lat": 49.7732098,\n
        "lon": 3.1178316,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769181,\n
        "lat": 49.7732455,\n
        "lon": 3.1176596,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769182,\n
        "lat": 49.7732531,\n
        "lon": 3.1180146,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769183,\n
        "lat": 49.7732826,\n
        "lon": 3.1178669,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309769184,\n
        "lat": 49.7733186,\n
        "lon": 3.1176892,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770455,\n
        "lat": 49.7721607,\n
        "lon": 3.1148770,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 2,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770456,\n
        "lat": 49.7722024,\n
        "lon": 3.1145717,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 2,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770457,\n
        "lat": 49.7722252,\n
        "lon": 3.1145024,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 2,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770458,\n
        "lat": 49.7722874,\n
        "lon": 3.1147214,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 2,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770459,\n
        "lat": 49.7722887,\n
        "lon": 3.1146399,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 2,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770460,\n
        "lat": 49.7723116,\n
        "lon": 3.1145706,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 2,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770461,\n
        "lat": 49.7723514,\n
        "lon": 3.1147645,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 2,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770465,\n
        "lat": 49.7724039,\n
        "lon": 3.1146236,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770466,\n
        "lat": 49.7724088,\n
        "lon": 3.1145509,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770467,\n
        "lat": 49.7724193,\n
        "lon": 3.1145711,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770468,\n
        "lat": 49.7724211,\n
        "lon": 3.1145149,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770469,\n
        "lat": 49.7724353,\n
        "lon": 3.1145158,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770470,\n
        "lat": 49.7724499,\n
        "lon": 3.1144707,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770471,\n
        "lat": 49.7725379,\n
        "lon": 3.1149063,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 2,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770472,\n
        "lat": 49.7725269,\n
        "lon": 3.1147453,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770473,\n
        "lat": 49.7725134,\n
        "lon": 3.1151350,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 2,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770474,\n
        "lat": 49.7725376,\n
        "lon": 3.1147127,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770476,\n
        "lat": 49.7725459,\n
        "lon": 3.1147777,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770477,\n
        "lat": 49.7725507,\n
        "lon": 3.1147628,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770478,\n
        "lat": 49.7725617,\n
        "lon": 3.1147288,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770479,\n
        "lat": 49.7725711,\n
        "lon": 3.1149334,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 2,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770480,\n
        "lat": 49.7725784,\n
        "lon": 3.1148014,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770482,\n
        "lat": 49.7725948,\n
        "lon": 3.1147509,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770483,\n
        "lat": 49.7726013,\n
        "lon": 3.1147572,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770484,\n
        "lat": 49.7726032,\n
        "lon": 3.1147465,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770485,\n
        "lat": 49.7726174,\n
        "lon": 3.1145971,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770486,\n
        "lat": 49.7726193,\n
        "lon": 3.1145873,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770487,\n
        "lat": 49.7726437,\n
        "lon": 3.1147738,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309770488,\n
        "lat": 49.7726843,\n
        "lon": 3.1146485,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771089,\n
        "lat": 49.7729515,\n
        "lon": 3.1148477,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771090,\n
        "lat": 49.7729848,\n
        "lon": 3.1148743,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771091,\n
        "lat": 49.7729902,\n
        "lon": 3.1147355,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771092,\n
        "lat": 49.7729913,\n
        "lon": 3.1148973,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771093,\n
        "lat": 49.7729948,\n
        "lon": 3.1149391,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771094,\n
        "lat": 49.7730067,\n
        "lon": 3.1149137,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771095,\n
        "lat": 49.7730234,\n
        "lon": 3.1147615,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771096,\n
        "lat": 49.7730306,\n
        "lon": 3.1148090,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771097,\n
        "lat": 49.7730494,\n
        "lon": 3.1149976,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771098,\n
        "lat": 49.7730622,\n
        "lon": 3.1149729,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771099,\n
        "lat": 49.7730687,\n
        "lon": 3.1149997,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771100,\n
        "lat": 49.7730746,\n
        "lon": 3.1149861,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771101,\n
        "lat": 49.7730789,\n
        "lon": 3.1150109,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771102,\n
        "lat": 49.7730848,\n
        "lon": 3.1149997,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771103,\n
        "lat": 49.7731044,\n
        "lon": 3.1150188,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771104,\n
        "lat": 49.7731430,\n
        "lon": 3.1149332,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771105,\n
        "lat": 49.7731696,\n
        "lon": 3.1167780,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771106,\n
        "lat": 49.7731899,\n
        "lon": 3.1168555,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771107,\n
        "lat": 49.7731939,\n
        "lon": 3.1168782,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771108,\n
        "lat": 49.7731985,\n
        "lon": 3.1168629,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771109,\n
        "lat": 49.7732003,\n
        "lon": 3.1166926,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771110,\n
        "lat": 49.7732076,\n
        "lon": 3.1168108,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771111,\n
        "lat": 49.7732083,\n
        "lon": 3.1168911,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771112,\n
        "lat": 49.7732132,\n
        "lon": 3.1168763,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771113,\n
        "lat": 49.7732213,\n
        "lon": 3.1152699,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771114,\n
        "lat": 49.7732350,\n
        "lon": 3.1152463,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771115,\n
        "lat": 49.7732378,\n
        "lon": 3.1167236,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771116,\n
        "lat": 49.7732392,\n
        "lon": 3.1167178,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771117,\n
        "lat": 49.7732639,\n
        "lon": 3.1150480,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771118,\n
        "lat": 49.7732660,\n
        "lon": 3.1152849,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771119,\n
        "lat": 49.7732739,\n
        "lon": 3.1152696,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771120,\n
        "lat": 49.7732776,\n
        "lon": 3.1167490,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771121,\n
        "lat": 49.7732859,\n
        "lon": 3.1167329,\n
        "timestamp": "2016-07-18T19:14:01Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771122,\n
        "lat": 49.7732955,\n
        "lon": 3.1153553,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771123,\n
        "lat": 49.7732956,\n
        "lon": 3.1151418,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771124,\n
        "lat": 49.7732982,\n
        "lon": 3.1149894,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771125,\n
        "lat": 49.7733029,\n
        "lon": 3.1153651,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771126,\n
        "lat": 49.7733066,\n
        "lon": 3.1167747,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771127,\n
        "lat": 49.7733100,\n
        "lon": 3.1151187,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771128,\n
        "lat": 49.7733110,\n
        "lon": 3.1169521,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771129,\n
        "lat": 49.7733132,\n
        "lon": 3.1167536,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771130,\n
        "lat": 49.7733146,\n
        "lon": 3.1153205,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771131,\n
        "lat": 49.7733278,\n
        "lon": 3.1151892,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771132,\n
        "lat": 49.7733321,\n
        "lon": 3.1153071,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771133,\n
        "lat": 49.7733335,\n
        "lon": 3.1154012,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771134,\n
        "lat": 49.7733428,\n
        "lon": 3.1151689,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771135,\n
        "lat": 49.7733551,\n
        "lon": 3.1173501,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771136,\n
        "lat": 49.7733561,\n
        "lon": 3.1164251,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771137,\n
        "lat": 49.7733579,\n
        "lon": 3.1168190,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771138,\n
        "lat": 49.7733611,\n
        "lon": 3.1153433,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771139,\n
        "lat": 49.7733627,\n
        "lon": 3.1165025,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771140,\n
        "lat": 49.7733713,\n
        "lon": 3.1163734,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771141,\n
        "lat": 49.7733757,\n
        "lon": 3.1151129,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771142,\n
        "lat": 49.7733805,\n
        "lon": 3.1164395,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771143,\n
        "lat": 49.7733814,\n
        "lon": 3.1156621,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771144,\n
        "lat": 49.7733903,\n
        "lon": 3.1156360,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771145,\n
        "lat": 49.7733927,\n
        "lon": 3.1172246,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771146,\n
        "lat": 49.7733953,\n
        "lon": 3.1163872,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771147,\n
        "lat": 49.7733976,\n
        "lon": 3.1166459,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771148,\n
        "lat": 49.7734018,\n
        "lon": 3.1172321,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771149,\n
        "lat": 49.7734141,\n
        "lon": 3.1173908,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771150,\n
        "lat": 49.7734165,\n
        "lon": 3.1155557,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771151,\n
        "lat": 49.7734208,\n
        "lon": 3.1165447,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771152,\n
        "lat": 49.7734255,\n
        "lon": 3.1162806,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771153,\n
        "lat": 49.7734296,\n
        "lon": 3.1165497,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771154,\n
        "lat": 49.7734392,\n
        "lon": 3.1156659,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771155,\n
        "lat": 49.7734403,\n
        "lon": 3.1162272,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771156,\n
        "lat": 49.7734458,\n
        "lon": 3.1166816,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771157,\n
        "lat": 49.7734466,\n
        "lon": 3.1155981,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771158,\n
        "lat": 49.7734515,\n
        "lon": 3.1155831,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771159,\n
        "lat": 49.7734649,\n
        "lon": 3.1167147,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771160,\n
        "lat": 49.7734661,\n
        "lon": 3.1156127,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771161,\n
        "lat": 49.7734725,\n
        "lon": 3.1155995,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771162,\n
        "lat": 49.7734759,\n
        "lon": 3.1157361,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771163,\n
        "lat": 49.7734799,\n
        "lon": 3.1159633,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771164,\n
        "lat": 49.7734807,\n
        "lon": 3.1165829,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771165,\n
        "lat": 49.7734813,\n
        "lon": 3.1156240,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771166,\n
        "lat": 49.7734856,\n
        "lon": 3.1163209,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771167,\n
        "lat": 49.7734860,\n
        "lon": 3.1156100,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771168,\n
        "lat": 49.7734899,\n
        "lon": 3.1156969,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771169,\n
        "lat": 49.7734916,\n
        "lon": 3.1169511,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771170,\n
        "lat": 49.7735004,\n
        "lon": 3.1162696,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771171,\n
        "lat": 49.7735035,\n
        "lon": 3.1165982,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771172,\n
        "lat": 49.7735107,\n
        "lon": 3.1162410,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771173,\n
        "lat": 49.7735135,\n
        "lon": 3.1156314,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771174,\n
        "lat": 49.7735161,\n
        "lon": 3.1158562,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771175,\n
        "lat": 49.7735260,\n
        "lon": 3.1159974,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771176,\n
        "lat": 49.7735293,\n
        "lon": 3.1168669,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771177,\n
        "lat": 49.7735397,\n
        "lon": 3.1169846,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771178,\n
        "lat": 49.7735465,\n
        "lon": 3.1168184,\n
        "timestamp": "2016-07-18T19:14:02Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771179,\n
        "lat": 49.7735482,\n
        "lon": 3.1162441,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771180,\n
        "lat": 49.7735518,\n
        "lon": 3.1161192,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771181,\n
        "lat": 49.7735533,\n
        "lon": 3.1161127,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771182,\n
        "lat": 49.7735609,\n
        "lon": 3.1161768,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771183,\n
        "lat": 49.7735630,\n
        "lon": 3.1158911,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771184,\n
        "lat": 49.7735660,\n
        "lon": 3.1168967,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771185,\n
        "lat": 49.7735685,\n
        "lon": 3.1161820,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771186,\n
        "lat": 49.7735699,\n
        "lon": 3.1161499,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771187,\n
        "lat": 49.7735761,\n
        "lon": 3.1166507,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771188,\n
        "lat": 49.7735771,\n
        "lon": 3.1161556,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771289,\n
        "lat": 49.7735820,\n
        "lon": 3.1168483,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771290,\n
        "lat": 49.7735826,\n
        "lon": 3.1161389,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771291,\n
        "lat": 49.7735834,\n
        "lon": 3.1161361,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771292,\n
        "lat": 49.7735847,\n
        "lon": 3.1162950,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771293,\n
        "lat": 49.7735887,\n
        "lon": 3.1168126,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771294,\n
        "lat": 49.7735912,\n
        "lon": 3.1162765,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771295,\n
        "lat": 49.7735953,\n
        "lon": 3.1153173,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771296,\n
        "lat": 49.7735988,\n
        "lon": 3.1166671,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771297,\n
        "lat": 49.7736031,\n
        "lon": 3.1165700,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771298,\n
        "lat": 49.7736199,\n
        "lon": 3.1153629,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771299,\n
        "lat": 49.7736257,\n
        "lon": 3.1165857,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771300,\n
        "lat": 49.7736301,\n
        "lon": 3.1166898,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771301,\n
        "lat": 49.7736349,\n
        "lon": 3.1166932,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771302,\n
        "lat": 49.7736568,\n
        "lon": 3.1166102,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771303,\n
        "lat": 49.7736579,\n
        "lon": 3.1154324,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771304,\n
        "lat": 49.7736613,\n
        "lon": 3.1166148,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771305,\n
        "lat": 49.7736754,\n
        "lon": 3.1152291,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771306,\n
        "lat": 49.7736808,\n
        "lon": 3.1161373,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771307,\n
        "lat": 49.7736882,\n
        "lon": 3.1161166,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771308,\n
        "lat": 49.7736941,\n
        "lon": 3.1152663,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771309,\n
        "lat": 49.7737025,\n
        "lon": 3.1155162,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771310,\n
        "lat": 49.7737045,\n
        "lon": 3.1163620,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771311,\n
        "lat": 49.7737163,\n
        "lon": 3.1153551,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771312,\n
        "lat": 49.7737294,\n
        "lon": 3.1160029,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771313,\n
        "lat": 49.7737380,\n
        "lon": 3.1162582,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771314,\n
        "lat": 49.7737397,\n
        "lon": 3.1154008,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771315,\n
        "lat": 49.7737410,\n
        "lon": 3.1161874,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771316,\n
        "lat": 49.7737496,\n
        "lon": 3.1161634,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771317,\n
        "lat": 49.7737592,\n
        "lon": 3.1153781,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771318,\n
        "lat": 49.7737787,\n
        "lon": 3.1154183,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771319,\n
        "lat": 49.7737883,\n
        "lon": 3.1160523,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771320,\n
        "lat": 49.7738323,\n
        "lon": 3.1152999,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771321,\n
        "lat": 49.7738398,\n
        "lon": 3.1152834,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771322,\n
        "lat": 49.7738484,\n
        "lon": 3.1157645,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771323,\n
        "lat": 49.7738487,\n
        "lon": 3.1156355,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771324,\n
        "lat": 49.7738545,\n
        "lon": 3.1156071,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771325,\n
        "lat": 49.7738552,\n
        "lon": 3.1157806,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771326,\n
        "lat": 49.7738654,\n
        "lon": 3.1157072,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771327,\n
        "lat": 49.7738656,\n
        "lon": 3.1157375,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771328,\n
        "lat": 49.7738693,\n
        "lon": 3.1158144,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771329,\n
        "lat": 49.7738725,\n
        "lon": 3.1157421,\n
        "timestamp": "2016-07-18T19:14:03Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771330,\n
        "lat": 49.7738795,\n
        "lon": 3.1156503,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771331,\n
        "lat": 49.7738812,\n
        "lon": 3.1157189,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771332,\n
        "lat": 49.7738848,\n
        "lon": 3.1153535,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771333,\n
        "lat": 49.7738862,\n
        "lon": 3.1156210,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771334,\n
        "lat": 49.7738888,\n
        "lon": 3.1153413,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771335,\n
        "lat": 49.7738910,\n
        "lon": 3.1156730,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771336,\n
        "lat": 49.7738929,\n
        "lon": 3.1157275,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771337,\n
        "lat": 49.7738935,\n
        "lon": 3.1153274,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771338,\n
        "lat": 49.7738991,\n
        "lon": 3.1156777,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771339,\n
        "lat": 49.7739062,\n
        "lon": 3.1156831,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771340,\n
        "lat": 49.7739132,\n
        "lon": 3.1156305,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771341,\n
        "lat": 49.7739149,\n
        "lon": 3.1153462,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771342,\n
        "lat": 49.7739155,\n
        "lon": 3.1158498,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771343,\n
        "lat": 49.7739177,\n
        "lon": 3.1151098,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771344,\n
        "lat": 49.7739201,\n
        "lon": 3.1156318,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771345,\n
        "lat": 49.7739240,\n
        "lon": 3.1153209,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771346,\n
        "lat": 49.7739266,\n
        "lon": 3.1150909,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771347,\n
        "lat": 49.7739277,\n
        "lon": 3.1151258,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771348,\n
        "lat": 49.7739345,\n
        "lon": 3.1157585,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771349,\n
        "lat": 49.7739374,\n
        "lon": 3.1151072,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771350,\n
        "lat": 49.7739421,\n
        "lon": 3.1154823,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771351,\n
        "lat": 49.7739432,\n
        "lon": 3.1157625,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771352,\n
        "lat": 49.7739458,\n
        "lon": 3.1153334,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771353,\n
        "lat": 49.7739487,\n
        "lon": 3.1157081,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771354,\n
        "lat": 49.7739527,\n
        "lon": 3.1154055,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771355,\n
        "lat": 49.7739552,\n
        "lon": 3.1153992,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771356,\n
        "lat": 49.7739607,\n
        "lon": 3.1152873,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771357,\n
        "lat": 49.7739627,\n
        "lon": 3.1154030,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771358,\n
        "lat": 49.7739638,\n
        "lon": 3.1157159,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771359,\n
        "lat": 49.7739665,\n
        "lon": 3.1152688,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771360,\n
        "lat": 49.7739758,\n
        "lon": 3.1156644,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771361,\n
        "lat": 49.7739782,\n
        "lon": 3.1150503,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771362,\n
        "lat": 49.7739899,\n
        "lon": 3.1153090,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771363,\n
        "lat": 49.7739948,\n
        "lon": 3.1150192,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771364,\n
        "lat": 49.7739961,\n
        "lon": 3.1152899,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771365,\n
        "lat": 49.7740094,\n
        "lon": 3.1155251,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771366,\n
        "lat": 49.7740117,\n
        "lon": 3.1152680,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771367,\n
        "lat": 49.7740238,\n
        "lon": 3.1152259,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771368,\n
        "lat": 49.7740354,\n
        "lon": 3.1154230,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771369,\n
        "lat": 49.7740519,\n
        "lon": 3.1153550,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771370,\n
        "lat": 49.7740653,\n
        "lon": 3.1153001,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771371,\n
        "lat": 49.7740761,\n
        "lon": 3.1152579,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771372,\n
        "lat": 49.7741062,\n
        "lon": 3.1151325,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309771373,\n
        "lat": 49.7741141,\n
        "lon": 3.1151011,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774206,\n
        "lat": 49.7733219,\n
        "lon": 3.1184747,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774207,\n
        "lat": 49.7733390,\n
        "lon": 3.1184060,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774208,\n
        "lat": 49.7733760,\n
        "lon": 3.1185091,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774209,\n
        "lat": 49.7733846,\n
        "lon": 3.1181357,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774210,\n
        "lat": 49.7733862,\n
        "lon": 3.1184708,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774211,\n
        "lat": 49.7733903,\n
        "lon": 3.1188011,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774212,\n
        "lat": 49.7734044,\n
        "lon": 3.1180508,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774213,\n
        "lat": 49.7734064,\n
        "lon": 3.1180520,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774214,\n
        "lat": 49.7734202,\n
        "lon": 3.1179922,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774215,\n
        "lat": 49.7734333,\n
        "lon": 3.1179420,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774216,\n
        "lat": 49.7734346,\n
        "lon": 3.1181668,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774217,\n
        "lat": 49.7734397,\n
        "lon": 3.1179205,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774218,\n
        "lat": 49.7734457,\n
        "lon": 3.1185908,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774219,\n
        "lat": 49.7734565,\n
        "lon": 3.1180831,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774220,\n
        "lat": 49.7734615,\n
        "lon": 3.1188453,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774221,\n
        "lat": 49.7734616,\n
        "lon": 3.1185184,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774222,\n
        "lat": 49.7734677,\n
        "lon": 3.1177004,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774223,\n
        "lat": 49.7734715,\n
        "lon": 3.1184858,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774224,\n
        "lat": 49.7734757,\n
        "lon": 3.1179702,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774225,\n
        "lat": 49.7734759,\n
        "lon": 3.1184891,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774226,\n
        "lat": 49.7734837,\n
        "lon": 3.1188581,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774227,\n
        "lat": 49.7734838,\n
        "lon": 3.1179482,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774228,\n
        "lat": 49.7734925,\n
        "lon": 3.1177697,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774229,\n
        "lat": 49.7734958,\n
        "lon": 3.1184096,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774230,\n
        "lat": 49.7734994,\n
        "lon": 3.1175921,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774231,\n
        "lat": 49.7735017,\n
        "lon": 3.1186917,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774232,\n
        "lat": 49.7735054,\n
        "lon": 3.1177263,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774233,\n
        "lat": 49.7735156,\n
        "lon": 3.1174549,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774234,\n
        "lat": 49.7735171,\n
        "lon": 3.1186330,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774235,\n
        "lat": 49.7735214,\n
        "lon": 3.1187031,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774236,\n
        "lat": 49.7735228,\n
        "lon": 3.1177876,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774237,\n
        "lat": 49.7735235,\n
        "lon": 3.1181247,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774238,\n
        "lat": 49.7735254,\n
        "lon": 3.1185206,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774239,\n
        "lat": 49.7735299,\n
        "lon": 3.1174833,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774240,\n
        "lat": 49.7735403,\n
        "lon": 3.1180671,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774241,\n
        "lat": 49.7735414,\n
        "lon": 3.1173671,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774242,\n
        "lat": 49.7735457,\n
        "lon": 3.1184411,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774243,\n
        "lat": 49.7735509,\n
        "lon": 3.1178123,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774244,\n
        "lat": 49.7735540,\n
        "lon": 3.1178067,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774245,\n
        "lat": 49.7735554,\n
        "lon": 3.1174810,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774246,\n
        "lat": 49.7735601,\n
        "lon": 3.1179959,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774247,\n
        "lat": 49.7735670,\n
        "lon": 3.1176602,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774248,\n
        "lat": 49.7735692,\n
        "lon": 3.1172721,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774249,\n
        "lat": 49.7735693,\n
        "lon": 3.1174385,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774250,\n
        "lat": 49.7735725,\n
        "lon": 3.1176425,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774251,\n
        "lat": 49.7735781,\n
        "lon": 3.1172409,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774252,\n
        "lat": 49.7735801,\n
        "lon": 3.1176986,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774253,\n
        "lat": 49.7735824,\n
        "lon": 3.1173949,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774254,\n
        "lat": 49.7735841,\n
        "lon": 3.1176846,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774255,\n
        "lat": 49.7735852,\n
        "lon": 3.1177032,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774256,\n
        "lat": 49.7735876,\n
        "lon": 3.1176879,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774257,\n
        "lat": 49.7735917,\n
        "lon": 3.1176787,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774258,\n
        "lat": 49.7735924,\n
        "lon": 3.1173577,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774259,\n
        "lat": 49.7735947,\n
        "lon": 3.1176809,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774260,\n
        "lat": 49.7735976,\n
        "lon": 3.1171704,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774261,\n
        "lat": 49.7735986,\n
        "lon": 3.1172561,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774262,\n
        "lat": 49.7735998,\n
        "lon": 3.1176616,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774263,\n
        "lat": 49.7736024,\n
        "lon": 3.1176634,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774264,\n
        "lat": 49.7736057,\n
        "lon": 3.1176419,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774265,\n
        "lat": 49.7736110,\n
        "lon": 3.1174685,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774266,\n
        "lat": 49.7736175,\n
        "lon": 3.1176026,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774267,\n
        "lat": 49.7736198,\n
        "lon": 3.1171874,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774268,\n
        "lat": 49.7736204,\n
        "lon": 3.1173108,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774269,\n
        "lat": 49.7736262,\n
        "lon": 3.1174245,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774270,\n
        "lat": 49.7736304,\n
        "lon": 3.1172796,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774271,\n
        "lat": 49.7736356,\n
        "lon": 3.1173905,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774272,\n
        "lat": 49.7736358,\n
        "lon": 3.1178098,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774273,\n
        "lat": 49.7736417,\n
        "lon": 3.1177915,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774274,\n
        "lat": 49.7736525,\n
        "lon": 3.1173350,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774275,\n
        "lat": 49.7736544,\n
        "lon": 3.1178230,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774276,\n
        "lat": 49.7736555,\n
        "lon": 3.1177239,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774277,\n
        "lat": 49.7736555,\n
        "lon": 3.1185993,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774278,\n
        "lat": 49.7736376,\n
        "lon": 3.1170357,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774279,\n
        "lat": 49.7736604,\n
        "lon": 3.1179531,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774280,\n
        "lat": 49.7736605,\n
        "lon": 3.1175693,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774281,\n
        "lat": 49.7736613,\n
        "lon": 3.1177274,\n
        "timestamp": "2016-07-18T19:17:08Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774282,\n
        "lat": 49.7736614,\n
        "lon": 3.1178040,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774283,\n
        "lat": 49.7736724,\n
        "lon": 3.1179895,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774284,\n
        "lat": 49.7736726,\n
        "lon": 3.1173957,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774285,\n
        "lat": 49.7736738,\n
        "lon": 3.1177351,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774286,\n
        "lat": 49.7736741,\n
        "lon": 3.1184368,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774287,\n
        "lat": 49.7736774,\n
        "lon": 3.1177245,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774288,\n
        "lat": 49.7736779,\n
        "lon": 3.1184217,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774589,\n
        "lat": 49.7736809,\n
        "lon": 3.1177395,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774590,\n
        "lat": 49.7736838,\n
        "lon": 3.1180224,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774591,\n
        "lat": 49.7736840,\n
        "lon": 3.1184432,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774592,\n
        "lat": 49.7736845,\n
        "lon": 3.1173569,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774593,\n
        "lat": 49.7736862,\n
        "lon": 3.1178209,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774594,\n
        "lat": 49.7736862,\n
        "lon": 3.1183724,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774595,\n
        "lat": 49.7736865,\n
        "lon": 3.1176969,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774596,\n
        "lat": 49.7736869,\n
        "lon": 3.1184274,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774597,\n
        "lat": 49.7736903,\n
        "lon": 3.1183524,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774598,\n
        "lat": 49.7736948,\n
        "lon": 3.1179796,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774599,\n
        "lat": 49.7736959,\n
        "lon": 3.1183866,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774600,\n
        "lat": 49.7736968,\n
        "lon": 3.1176589,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774601,\n
        "lat": 49.7736971,\n
        "lon": 3.1183787,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774602,\n
        "lat": 49.7736980,\n
        "lon": 3.1180645,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774603,\n
        "lat": 49.7736769,\n
        "lon": 3.1168995,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774604,\n
        "lat": 49.7736786,\n
        "lon": 3.1170664,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774605,\n
        "lat": 49.7737004,\n
        "lon": 3.1183584,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774606,\n
        "lat": 49.7737044,\n
        "lon": 3.1180076,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774607,\n
        "lat": 49.7737060,\n
        "lon": 3.1177565,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774608,\n
        "lat": 49.7737077,\n
        "lon": 3.1180176,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774609,\n
        "lat": 49.7737096,\n
        "lon": 3.1186336,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774610,\n
        "lat": 49.7737107,\n
        "lon": 3.1182939,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774611,\n
        "lat": 49.7737136,\n
        "lon": 3.1176114,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774612,\n
        "lat": 49.7737168,\n
        "lon": 3.1182598,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774613,\n
        "lat": 49.7737300,\n
        "lon": 3.1181866,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774614,\n
        "lat": 49.7737325,\n
        "lon": 3.1185110,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774615,\n
        "lat": 49.7737344,\n
        "lon": 3.1181884,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774616,\n
        "lat": 49.7737347,\n
        "lon": 3.1183045,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774617,\n
        "lat": 49.7737395,\n
        "lon": 3.1182701,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774618,\n
        "lat": 49.7737429,\n
        "lon": 3.1181500,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774619,\n
        "lat": 49.7737226,\n
        "lon": 3.1169329,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774620,\n
        "lat": 49.7737473,\n
        "lon": 3.1184317,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774621,\n
        "lat": 49.7737501,\n
        "lon": 3.1184106,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774622,\n
        "lat": 49.7737539,\n
        "lon": 3.1177888,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774623,\n
        "lat": 49.7737546,\n
        "lon": 3.1177866,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774624,\n
        "lat": 49.7737347,\n
        "lon": 3.1171083,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774625,\n
        "lat": 49.7737575,\n
        "lon": 3.1185231,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774626,\n
        "lat": 49.7737611,\n
        "lon": 3.1189722,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774627,\n
        "lat": 49.7737659,\n
        "lon": 3.1177521,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774628,\n
        "lat": 49.7737678,\n
        "lon": 3.1183192,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774629,\n
        "lat": 49.7737712,\n
        "lon": 3.1184461,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774630,\n
        "lat": 49.7737740,\n
        "lon": 3.1189801,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774631,\n
        "lat": 49.7737754,\n
        "lon": 3.1184247,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774632,\n
        "lat": 49.7737780,\n
        "lon": 3.1189647,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774633,\n
        "lat": 49.7737829,\n
        "lon": 3.1182352,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774634,\n
        "lat": 49.7737857,\n
        "lon": 3.1174728,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774635,\n
        "lat": 49.7737876,\n
        "lon": 3.1182094,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774636,\n
        "lat": 49.7737907,\n
        "lon": 3.1183328,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774637,\n
        "lat": 49.7737911,\n
        "lon": 3.1188554,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774638,\n
        "lat": 49.7737914,\n
        "lon": 3.1166008,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774639,\n
        "lat": 49.7737975,\n
        "lon": 3.1174381,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774640,\n
        "lat": 49.7737772,\n
        "lon": 3.1169728,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774641,\n
        "lat": 49.7737989,\n
        "lon": 3.1189955,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774642,\n
        "lat": 49.7738029,\n
        "lon": 3.1189801,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774643,\n
        "lat": 49.7737847,\n
        "lon": 3.1171444,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774644,\n
        "lat": 49.7738065,\n
        "lon": 3.1182478,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774645,\n
        "lat": 49.7738105,\n
        "lon": 3.1165434,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774646,\n
        "lat": 49.7738166,\n
        "lon": 3.1166212,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774647,\n
        "lat": 49.7738183,\n
        "lon": 3.1181806,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774648,\n
        "lat": 49.7738232,\n
        "lon": 3.1165033,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774649,\n
        "lat": 49.7738349,\n
        "lon": 3.1182241,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774650,\n
        "lat": 49.7738352,\n
        "lon": 3.1165633,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774651,\n
        "lat": 49.7738401,\n
        "lon": 3.1178758,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774652,\n
        "lat": 49.7738432,\n
        "lon": 3.1181701,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774653,\n
        "lat": 49.7738475,\n
        "lon": 3.1165241,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774654,\n
        "lat": 49.7738265,\n
        "lon": 3.1170086,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774655,\n
        "lat": 49.7738627,\n
        "lon": 3.1177964,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774656,\n
        "lat": 49.7738765,\n
        "lon": 3.1182420,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774657,\n
        "lat": 49.7738860,\n
        "lon": 3.1181884,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774658,\n
        "lat": 49.7738871,\n
        "lon": 3.1190494,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774659,\n
        "lat": 49.7738713,\n
        "lon": 3.1170780,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774660,\n
        "lat": 49.7739011,\n
        "lon": 3.1177389,\n
        "timestamp": "2016-07-18T19:17:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774661,\n
        "lat": 49.7738807,\n
        "lon": 3.1170487,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774662,\n
        "lat": 49.7739150,\n
        "lon": 3.1180912,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774663,\n
        "lat": 49.7739171,\n
        "lon": 3.1189326,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774664,\n
        "lat": 49.7739228,\n
        "lon": 3.1176664,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774665,\n
        "lat": 49.7739295,\n
        "lon": 3.1180450,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774666,\n
        "lat": 49.7739083,\n
        "lon": 3.1172369,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774667,\n
        "lat": 49.7739401,\n
        "lon": 3.1179493,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774668,\n
        "lat": 49.7739406,\n
        "lon": 3.1180061,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774669,\n
        "lat": 49.7739429,\n
        "lon": 3.1176005,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774670,\n
        "lat": 49.7739576,\n
        "lon": 3.1178907,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774671,\n
        "lat": 49.7739583,\n
        "lon": 3.1188116,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774672,\n
        "lat": 49.7739608,\n
        "lon": 3.1180202,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774673,\n
        "lat": 49.7739637,\n
        "lon": 3.1187910,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774674,\n
        "lat": 49.7739426,\n
        "lon": 3.1171288,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774675,\n
        "lat": 49.7739648,\n
        "lon": 3.1177881,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774676,\n
        "lat": 49.7739682,\n
        "lon": 3.1179004,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774677,\n
        "lat": 49.7739752,\n
        "lon": 3.1178753,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774678,\n
        "lat": 49.7739589,\n
        "lon": 3.1172750,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774679,\n
        "lat": 49.7739889,\n
        "lon": 3.1177073,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774680,\n
        "lat": 49.7739699,\n
        "lon": 3.1169447,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774681,\n
        "lat": 49.7739933,\n
        "lon": 3.1188334,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774682,\n
        "lat": 49.7739987,\n
        "lon": 3.1188127,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774683,\n
        "lat": 49.7740012,\n
        "lon": 3.1178927,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774684,\n
        "lat": 49.7740026,\n
        "lon": 3.1181598,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774685,\n
        "lat": 49.7740069,\n
        "lon": 3.1176489,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774686,\n
        "lat": 49.7739860,\n
        "lon": 3.1171604,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774687,\n
        "lat": 49.7739876,\n
        "lon": 3.1168417,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774688,\n
        "lat": 49.7739910,\n
        "lon": 3.1171700,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774689,\n
        "lat": 49.7740168,\n
        "lon": 3.1181124,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774690,\n
        "lat": 49.7740177,\n
        "lon": 3.1166496,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774691,\n
        "lat": 49.7740467,\n
        "lon": 3.1176136,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774692,\n
        "lat": 49.7740517,\n
        "lon": 3.1175996,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774693,\n
        "lat": 49.7740605,\n
        "lon": 3.1176074,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774694,\n
        "lat": 49.7740665,\n
        "lon": 3.1179377,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774695,\n
        "lat": 49.7740454,\n
        "lon": 3.1171393,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774696,\n
        "lat": 49.7740478,\n
        "lon": 3.1169730,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774697,\n
        "lat": 49.7740696,\n
        "lon": 3.1175836,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774698,\n
        "lat": 49.7740653,\n
        "lon": 3.1171602,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774699,\n
        "lat": 49.7740682,\n
        "lon": 3.1168711,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774700,\n
        "lat": 49.7740757,\n
        "lon": 3.1170107,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774701,\n
        "lat": 49.7740929,\n
        "lon": 3.1167182,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774702,\n
        "lat": 49.7740977,\n
        "lon": 3.1170248,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774703,\n
        "lat": 49.7741573,\n
        "lon": 3.1176922,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774704,\n
        "lat": 49.7741779,\n
        "lon": 3.1176559,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774705,\n
        "lat": 49.7741839,\n
        "lon": 3.1175984,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774706,\n
        "lat": 49.7741935,\n
        "lon": 3.1174996,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774707,\n
        "lat": 49.7742048,\n
        "lon": 3.1174022,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774708,\n
        "lat": 49.7742341,\n
        "lon": 3.1177604,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774709,\n
        "lat": 49.7742542,\n
        "lon": 3.1176237,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774710,\n
        "lat": 49.7742688,\n
        "lon": 3.1175245,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774711,\n
        "lat": 49.7742842,\n
        "lon": 3.1174200,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774712,\n
        "lat": 49.7742961,\n
        "lon": 3.1173239,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774713,\n
        "lat": 49.7743239,\n
        "lon": 3.1169145,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774714,\n
        "lat": 49.7743322,\n
        "lon": 3.1168695,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774715,\n
        "lat": 49.7743343,\n
        "lon": 3.1169174,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774716,\n
        "lat": 49.7743429,\n
        "lon": 3.1168724,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774717,\n
        "lat": 49.7743594,\n
        "lon": 3.1170940,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774718,\n
        "lat": 49.7743717,\n
        "lon": 3.1173732,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774719,\n
        "lat": 49.7744125,\n
        "lon": 3.1172211,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774720,\n
        "lat": 49.7744356,\n
        "lon": 3.1171445,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774721,\n
        "lat": 49.7744517,\n
        "lon": 3.1170913,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774722,\n
        "lat": 49.7744613,\n
        "lon": 3.1172493,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309774723,\n
        "lat": 49.7744939,\n
        "lon": 3.1171186,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775974,\n
        "lat": 49.7740257,\n
        "lon": 3.1158400,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775975,\n
        "lat": 49.7740756,\n
        "lon": 3.1158689,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775976,\n
        "lat": 49.7740867,\n
        "lon": 3.1155857,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775977,\n
        "lat": 49.7740999,\n
        "lon": 3.1155324,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775978,\n
        "lat": 49.7741007,\n
        "lon": 3.1155934,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775979,\n
        "lat": 49.7741107,\n
        "lon": 3.1155541,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775980,\n
        "lat": 49.7741172,\n
        "lon": 3.1157001,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775981,\n
        "lat": 49.7741287,\n
        "lon": 3.1161113,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775982,\n
        "lat": 49.7741349,\n
        "lon": 3.1156124,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775983,\n
        "lat": 49.7741419,\n
        "lon": 3.1160519,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775984,\n
        "lat": 49.7741441,\n
        "lon": 3.1155793,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775985,\n
        "lat": 49.7741469,\n
        "lon": 3.1157200,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775986,\n
        "lat": 49.7741563,\n
        "lon": 3.1153061,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775987,\n
        "lat": 49.7741598,\n
        "lon": 3.1158562,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309775988,\n
        "lat": 49.7741663,\n
        "lon": 3.1155629,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780389,\n
        "lat": 49.7741691,\n
        "lon": 3.1156323,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780390,\n
        "lat": 49.7742025,\n
        "lon": 3.1154194,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780391,\n
        "lat": 49.7742057,\n
        "lon": 3.1156905,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780392,\n
        "lat": 49.7742198,\n
        "lon": 3.1154294,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780393,\n
        "lat": 49.7742258,\n
        "lon": 3.1153699,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780394,\n
        "lat": 49.7742291,\n
        "lon": 3.1153498,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780395,\n
        "lat": 49.7742332,\n
        "lon": 3.1159015,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780396,\n
        "lat": 49.7742336,\n
        "lon": 3.1153732,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780397,\n
        "lat": 49.7742536,\n
        "lon": 3.1161711,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780398,\n
        "lat": 49.7742576,\n
        "lon": 3.1159192,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780399,\n
        "lat": 49.7742674,\n
        "lon": 3.1161091,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780400,\n
        "lat": 49.7743027,\n
        "lon": 3.1157514,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780401,\n
        "lat": 49.7743668,\n
        "lon": 3.1146572,\n
        "timestamp": "2016-07-18T19:18:41Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780402,\n
        "lat": 49.7744086,\n
        "lon": 3.1144814,\n
        "timestamp": "2016-07-18T19:18:41Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780403,\n
        "lat": 49.7743811,\n
        "lon": 3.1165635,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780404,\n
        "lat": 49.7744004,\n
        "lon": 3.1164469,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780405,\n
        "lat": 49.7744328,\n
        "lon": 3.1146939,\n
        "timestamp": "2016-07-18T19:18:41Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780406,\n
        "lat": 49.7744576,\n
        "lon": 3.1159676,\n
        "timestamp": "2016-07-18T19:18:41Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780407,\n
        "lat": 49.7744361,\n
        "lon": 3.1162503,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780408,\n
        "lat": 49.7744366,\n
        "lon": 3.1165868,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780410,\n
        "lat": 49.7744474,\n
        "lon": 3.1161999,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780411,\n
        "lat": 49.7744766,\n
        "lon": 3.1145230,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780413,\n
        "lat": 49.7744562,\n
        "lon": 3.1164734,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780414,\n
        "lat": 49.7745191,\n
        "lon": 3.1160248,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780415,\n
        "lat": 49.7745348,\n
        "lon": 3.1157755,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780416,\n
        "lat": 49.7745099,\n
        "lon": 3.1162881,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780417,\n
        "lat": 49.7745206,\n
        "lon": 3.1164818,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780418,\n
        "lat": 49.7745213,\n
        "lon": 3.1162423,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780419,\n
        "lat": 49.7745297,\n
        "lon": 3.1164280,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780420,\n
        "lat": 49.7745433,\n
        "lon": 3.1165358,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780421,\n
        "lat": 49.7745523,\n
        "lon": 3.1164946,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780422,\n
        "lat": 49.7745557,\n
        "lon": 3.1164385,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780423,\n
        "lat": 49.7745886,\n
        "lon": 3.1155056,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780424,\n
        "lat": 49.7745906,\n
        "lon": 3.1156666,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780425,\n
        "lat": 49.7745963,\n
        "lon": 3.1158330,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780426,\n
        "lat": 49.7745832,\n
        "lon": 3.1162756,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780427,\n
        "lat": 49.7745917,\n
        "lon": 3.1165561,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780428,\n
        "lat": 49.7746234,\n
        "lon": 3.1158623,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780429,\n
        "lat": 49.7745986,\n
        "lon": 3.1165133,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780430,\n
        "lat": 49.7746193,\n
        "lon": 3.1163904,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780431,\n
        "lat": 49.7746606,\n
        "lon": 3.1155049,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780432,\n
        "lat": 49.7746333,\n
        "lon": 3.1164466,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780433,\n
        "lat": 49.7746620,\n
        "lon": 3.1156618,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780434,\n
        "lat": 49.7746626,\n
        "lon": 3.1157695,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780435,\n
        "lat": 49.7746356,\n
        "lon": 3.1163056,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780436,\n
        "lat": 49.7746429,\n
        "lon": 3.1164028,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780437,\n
        "lat": 49.7746812,\n
        "lon": 3.1159260,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780438,\n
        "lat": 49.7746846,\n
        "lon": 3.1159178,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780439,\n
        "lat": 49.7746603,\n
        "lon": 3.1163188,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780440,\n
        "lat": 49.7746657,\n
        "lon": 3.1165632,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780441,\n
        "lat": 49.7747004,\n
        "lon": 3.1161618,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780442,\n
        "lat": 49.7746814,\n
        "lon": 3.1164938,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780443,\n
        "lat": 49.7746925,\n
        "lon": 3.1165764,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780444,\n
        "lat": 49.7747222,\n
        "lon": 3.1158287,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780445,\n
        "lat": 49.7747251,\n
        "lon": 3.1160574,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780446,\n
        "lat": 49.7747266,\n
        "lon": 3.1159745,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780447,\n
        "lat": 49.7747303,\n
        "lon": 3.1159688,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780448,\n
        "lat": 49.7747038,\n
        "lon": 3.1164847,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780449,\n
        "lat": 49.7747071,\n
        "lon": 3.1165062,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780450,\n
        "lat": 49.7747131,\n
        "lon": 3.1164368,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780451,\n
        "lat": 49.7747198,\n
        "lon": 3.1164418,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780452,\n
        "lat": 49.7747483,\n
        "lon": 3.1159956,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780453,\n
        "lat": 49.7747512,\n
        "lon": 3.1159881,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780454,\n
        "lat": 49.7747295,\n
        "lon": 3.1163572,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780455,\n
        "lat": 49.7747607,\n
        "lon": 3.1159951,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780456,\n
        "lat": 49.7747361,\n
        "lon": 3.1163598,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780457,\n
        "lat": 49.7747754,\n
        "lon": 3.1159696,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780458,\n
        "lat": 49.7747806,\n
        "lon": 3.1159539,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780459,\n
        "lat": 49.7747582,\n
        "lon": 3.1168904,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780460,\n
        "lat": 49.7747885,\n
        "lon": 3.1162238,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780461,\n
        "lat": 49.7747911,\n
        "lon": 3.1158953,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780462,\n
        "lat": 49.7747933,\n
        "lon": 3.1162035,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780463,\n
        "lat": 49.7747942,\n
        "lon": 3.1159635,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780464,\n
        "lat": 49.7748008,\n
        "lon": 3.1160897,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780465,\n
        "lat": 49.7748009,\n
        "lon": 3.1159441,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780466,\n
        "lat": 49.7747806,\n
        "lon": 3.1167273,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780467,\n
        "lat": 49.7748096,\n
        "lon": 3.1160550,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780468,\n
        "lat": 49.7747880,\n
        "lon": 3.1167311,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780469,\n
        "lat": 49.7748172,\n
        "lon": 3.1160991,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780470,\n
        "lat": 49.7748258,\n
        "lon": 3.1160618,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780471,\n
        "lat": 49.7748287,\n
        "lon": 3.1162440,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780472,\n
        "lat": 49.7748019,\n
        "lon": 3.1167388,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780473,\n
        "lat": 49.7748040,\n
        "lon": 3.1164887,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780474,\n
        "lat": 49.7748057,\n
        "lon": 3.1165960,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780475,\n
        "lat": 49.7748390,\n
        "lon": 3.1160023,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780476,\n
        "lat": 49.7748462,\n
        "lon": 3.1159706,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780477,\n
        "lat": 49.7748214,\n
        "lon": 3.1169158,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780478,\n
        "lat": 49.7748227,\n
        "lon": 3.1164095,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780479,\n
        "lat": 49.7748231,\n
        "lon": 3.1165015,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780480,\n
        "lat": 49.7748538,\n
        "lon": 3.1159338,\n
        "timestamp": "2016-07-18T19:18:42Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780481,\n
        "lat": 49.7748266,\n
        "lon": 3.1166059,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780482,\n
        "lat": 49.7748571,\n
        "lon": 3.1161183,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780483,\n
        "lat": 49.7748666,\n
        "lon": 3.1158769,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780484,\n
        "lat": 49.7748504,\n
        "lon": 3.1167621,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780485,\n
        "lat": 49.7748803,\n
        "lon": 3.1158138,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780486,\n
        "lat": 49.7748922,\n
        "lon": 3.1158891,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780487,\n
        "lat": 49.7748743,\n
        "lon": 3.1166287,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780488,\n
        "lat": 49.7749068,\n
        "lon": 3.1158279,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780589,\n
        "lat": 49.7749062,\n
        "lon": 3.1164567,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780590,\n
        "lat": 49.7749787,\n
        "lon": 3.1159299,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780591,\n
        "lat": 49.7749862,\n
        "lon": 3.1159072,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780592,\n
        "lat": 49.7750023,\n
        "lon": 3.1158556,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780593,\n
        "lat": 49.7750052,\n
        "lon": 3.1159505,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780594,\n
        "lat": 49.7750106,\n
        "lon": 3.1163367,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780595,\n
        "lat": 49.7750128,\n
        "lon": 3.1159256,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780596,\n
        "lat": 49.7750277,\n
        "lon": 3.1158742,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780597,\n
        "lat": 49.7750377,\n
        "lon": 3.1158487,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780598,\n
        "lat": 49.7750452,\n
        "lon": 3.1163524,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780599,\n
        "lat": 49.7750273,\n
        "lon": 3.1166464,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780600,\n
        "lat": 49.7750303,\n
        "lon": 3.1168800,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780601,\n
        "lat": 49.7750449,\n
        "lon": 3.1165492,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780602,\n
        "lat": 49.7750775,\n
        "lon": 3.1163685,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780603,\n
        "lat": 49.7750939,\n
        "lon": 3.1160181,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780604,\n
        "lat": 49.7750671,\n
        "lon": 3.1166704,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780605,\n
        "lat": 49.7751038,\n
        "lon": 3.1159942,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780606,\n
        "lat": 49.7750778,\n
        "lon": 3.1169049,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780607,\n
        "lat": 49.7751183,\n
        "lon": 3.1159443,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780608,\n
        "lat": 49.7751255,\n
        "lon": 3.1160763,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780609,\n
        "lat": 49.7751268,\n
        "lon": 3.1160125,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780610,\n
        "lat": 49.7751274,\n
        "lon": 3.1159224,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780611,\n
        "lat": 49.7751318,\n
        "lon": 3.1160025,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780612,\n
        "lat": 49.7751319,\n
        "lon": 3.1160826,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780613,\n
        "lat": 49.7751146,\n
        "lon": 3.1167678,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780614,\n
        "lat": 49.7751442,\n
        "lon": 3.1159657,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780615,\n
        "lat": 49.7751540,\n
        "lon": 3.1161921,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780616,\n
        "lat": 49.7751550,\n
        "lon": 3.1160289,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780617,\n
        "lat": 49.7751315,\n
        "lon": 3.1170098,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780618,\n
        "lat": 49.7751321,\n
        "lon": 3.1166762,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780619,\n
        "lat": 49.7751328,\n
        "lon": 3.1165991,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780620,\n
        "lat": 49.7751438,\n
        "lon": 3.1170705,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780621,\n
        "lat": 49.7751441,\n
        "lon": 3.1167858,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780622,\n
        "lat": 49.7751767,\n
        "lon": 3.1162103,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780623,\n
        "lat": 49.7751493,\n
        "lon": 3.1165834,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780624,\n
        "lat": 49.7751498,\n
        "lon": 3.1169407,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780625,\n
        "lat": 49.7751781,\n
        "lon": 3.1160498,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780626,\n
        "lat": 49.7751545,\n
        "lon": 3.1170272,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780627,\n
        "lat": 49.7751618,\n
        "lon": 3.1166957,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780628,\n
        "lat": 49.7751669,\n
        "lon": 3.1169514,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780629,\n
        "lat": 49.7751733,\n
        "lon": 3.1169330,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780630,\n
        "lat": 49.7752061,\n
        "lon": 3.1164074,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780631,\n
        "lat": 49.7751961,\n
        "lon": 3.1169697,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780632,\n
        "lat": 49.7752011,\n
        "lon": 3.1169545,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780633,\n
        "lat": 49.7752077,\n
        "lon": 3.1169350,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780634,\n
        "lat": 49.7752418,\n
        "lon": 3.1162890,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780635,\n
        "lat": 49.7752146,\n
        "lon": 3.1171112,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780636,\n
        "lat": 49.7752258,\n
        "lon": 3.1170693,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780637,\n
        "lat": 49.7752298,\n
        "lon": 3.1167333,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780638,\n
        "lat": 49.7752530,\n
        "lon": 3.1166443,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780639,\n
        "lat": 49.7752548,\n
        "lon": 3.1169665,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780640,\n
        "lat": 49.7752827,\n
        "lon": 3.1158118,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780641,\n
        "lat": 49.7752928,\n
        "lon": 3.1164646,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780642,\n
        "lat": 49.7753240,\n
        "lon": 3.1163466,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780643,\n
        "lat": 49.7753302,\n
        "lon": 3.1161647,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780644,\n
        "lat": 49.7753308,\n
        "lon": 3.1158628,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780645,\n
        "lat": 49.7753396,\n
        "lon": 3.1163090,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780646,\n
        "lat": 49.7753581,\n
        "lon": 3.1163301,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780647,\n
        "lat": 49.7753660,\n
        "lon": 3.1162509,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780648,\n
        "lat": 49.7753736,\n
        "lon": 3.1156038,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780649,\n
        "lat": 49.7753798,\n
        "lon": 3.1170174,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780650,\n
        "lat": 49.7753817,\n
        "lon": 3.1162211,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780651,\n
        "lat": 49.7753852,\n
        "lon": 3.1162702,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780652,\n
        "lat": 49.7753900,\n
        "lon": 3.1160356,\n
        "timestamp": "2016-07-18T19:18:43Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780653,\n
        "lat": 49.7754274,\n
        "lon": 3.1170464,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780654,\n
        "lat": 49.7754295,\n
        "lon": 3.1172770,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780655,\n
        "lat": 49.7754345,\n
        "lon": 3.1158938,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780656,\n
        "lat": 49.7754354,\n
        "lon": 3.1154608,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780657,\n
        "lat": 49.7754405,\n
        "lon": 3.1160935,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780658,\n
        "lat": 49.7754478,\n
        "lon": 3.1167667,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780659,\n
        "lat": 49.7754628,\n
        "lon": 3.1158317,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780660,\n
        "lat": 49.7754700,\n
        "lon": 3.1171659,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780661,\n
        "lat": 49.7754908,\n
        "lon": 3.1168180,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780662,\n
        "lat": 49.7755126,\n
        "lon": 3.1159791,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780663,\n
        "lat": 49.7755203,\n
        "lon": 3.1173544,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780664,\n
        "lat": 49.7755237,\n
        "lon": 3.1172103,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780665,\n
        "lat": 49.7755286,\n
        "lon": 3.1173321,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780666,\n
        "lat": 49.7755317,\n
        "lon": 3.1171913,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780667,\n
        "lat": 49.7755407,\n
        "lon": 3.1159175,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780668,\n
        "lat": 49.7755543,\n
        "lon": 3.1173518,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780669,\n
        "lat": 49.7755597,\n
        "lon": 3.1175102,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780670,\n
        "lat": 49.7755615,\n
        "lon": 3.1157898,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780671,\n
        "lat": 49.7755630,\n
        "lon": 3.1166566,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780672,\n
        "lat": 49.7755853,\n
        "lon": 3.1174399,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780673,\n
        "lat": 49.7755913,\n
        "lon": 3.1172418,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780674,\n
        "lat": 49.7756176,\n
        "lon": 3.1165840,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780675,\n
        "lat": 49.7756240,\n
        "lon": 3.1156509,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780676,\n
        "lat": 49.7756416,\n
        "lon": 3.1175788,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780677,\n
        "lat": 49.7756544,\n
        "lon": 3.1168169,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780678,\n
        "lat": 49.7756687,\n
        "lon": 3.1175094,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780679,\n
        "lat": 49.7757093,\n
        "lon": 3.1167435,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780680,\n
        "lat": 49.7757260,\n
        "lon": 3.1164584,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780681,\n
        "lat": 49.7757413,\n
        "lon": 3.1164951,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780682,\n
        "lat": 49.7757528,\n
        "lon": 3.1164317,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780683,\n
        "lat": 49.7757598,\n
        "lon": 3.1168584,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780684,\n
        "lat": 49.7757682,\n
        "lon": 3.1164684,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780685,\n
        "lat": 49.7757838,\n
        "lon": 3.1168964,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780686,\n
        "lat": 49.7757896,\n
        "lon": 3.1168883,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780687,\n
        "lat": 49.7758177,\n
        "lon": 3.1167792,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780688,\n
        "lat": 49.7758186,\n
        "lon": 3.1169633,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780889,\n
        "lat": 49.7758277,\n
        "lon": 3.1169515,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780890,\n
        "lat": 49.7758379,\n
        "lon": 3.1169964,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780891,\n
        "lat": 49.7758869,\n
        "lon": 3.1171473,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780892,\n
        "lat": 49.7758932,\n
        "lon": 3.1169202,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780893,\n
        "lat": 49.7759431,\n
        "lon": 3.1170707,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780894,\n
        "lat": 49.7759517,\n
        "lon": 3.1172589,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780895,\n
        "lat": 49.7760069,\n
        "lon": 3.1171819,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780896,\n
        "lat": 49.7760094,\n
        "lon": 3.1174272,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780897,\n
        "lat": 49.7760661,\n
        "lon": 3.1173526,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780898,\n
        "lat": 49.7760694,\n
        "lon": 3.1175266,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780899,\n
        "lat": 49.7761181,\n
        "lon": 3.1176904,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780900,\n
        "lat": 49.7761232,\n
        "lon": 3.1174544,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780901,\n
        "lat": 49.7761585,\n
        "lon": 3.1175809,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780902,\n
        "lat": 49.7761702,\n
        "lon": 3.1173011,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780903,\n
        "lat": 49.7761898,\n
        "lon": 3.1172588,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780904,\n
        "lat": 49.7762182,\n
        "lon": 3.1173909,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780905,\n
        "lat": 49.7762197,\n
        "lon": 3.1177796,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780906,\n
        "lat": 49.7762405,\n
        "lon": 3.1173461,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309780907,\n
        "lat": 49.7762600,\n
        "lon": 3.1176718,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611877,\n
        "lat": 49.7767278,\n
        "lon": 3.1185039,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611878,\n
        "lat": 49.7765212,\n
        "lon": 3.1178053,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611879,\n
        "lat": 49.7765555,\n
        "lon": 3.1191014,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611880,\n
        "lat": 49.7764482,\n
        "lon": 3.1177737,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611881,\n
        "lat": 49.7766353,\n
        "lon": 3.1179191,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611882,\n
        "lat": 49.7764616,\n
        "lon": 3.1178566,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611883,\n
        "lat": 49.7767063,\n
        "lon": 3.1178934,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611884,\n
        "lat": 49.7765856,\n
        "lon": 3.1191071,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611885,\n
        "lat": 49.7766136,\n
        "lon": 3.1181398,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611886,\n
        "lat": 49.7766916,\n
        "lon": 3.1188588,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611887,\n
        "lat": 49.7767849,\n
        "lon": 3.1189524,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611888,\n
        "lat": 49.7763135,\n
        "lon": 3.1177676,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611889,\n
        "lat": 49.7766439,\n
        "lon": 3.1185144,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611890,\n
        "lat": 49.7766263,\n
        "lon": 3.1179231,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611891,\n
        "lat": 49.7764769,\n
        "lon": 3.1176950,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611892,\n
        "lat": 49.7765467,\n
        "lon": 3.1192984,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611893,\n
        "lat": 49.7765800,\n
        "lon": 3.1189064,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611894,\n
        "lat": 49.7766628,\n
        "lon": 3.1178557,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611895,\n
        "lat": 49.7765907,\n
        "lon": 3.1190528,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611896,\n
        "lat": 49.7764561,\n
        "lon": 3.1178675,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611897,\n
        "lat": 49.7767832,\n
        "lon": 3.1179532,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611898,\n
        "lat": 49.7767215,\n
        "lon": 3.1182502,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611899,\n
        "lat": 49.7766571,\n
        "lon": 3.1180492,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611900,\n
        "lat": 49.7763328,\n
        "lon": 3.1177289,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611901,\n
        "lat": 49.7767261,\n
        "lon": 3.1191362,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611902,\n
        "lat": 49.7766893,\n
        "lon": 3.1178789,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611903,\n
        "lat": 49.7765891,\n
        "lon": 3.1180134,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611904,\n
        "lat": 49.7767308,\n
        "lon": 3.1190842,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611905,\n
        "lat": 49.7764833,\n
        "lon": 3.1178930,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611906,\n
        "lat": 49.7766546,\n
        "lon": 3.1184679,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611907,\n
        "lat": 49.7765241,\n
        "lon": 3.1184526,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611908,\n
        "lat": 49.7765353,\n
        "lon": 3.1184062,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611909,\n
        "lat": 49.7764101,\n
        "lon": 3.1179702,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611910,\n
        "lat": 49.7765223,\n
        "lon": 3.1192895,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611911,\n
        "lat": 49.7767592,\n
        "lon": 3.1181581,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611912,\n
        "lat": 49.7763249,\n
        "lon": 3.1177179,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611913,\n
        "lat": 49.7764802,\n
        "lon": 3.1178970,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611914,\n
        "lat": 49.7767922,\n
        "lon": 3.1188844,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611915,\n
        "lat": 49.7764880,\n
        "lon": 3.1178836,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603611916,\n
        "lat": 49.7767498,\n
        "lon": 3.1180286,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603632016,\n
        "lat": 49.7748423,\n
        "lon": 3.1164207,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 1,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603652932,\n
        "lat": 49.7738582,\n
        "lon": 3.1163489,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 1,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "amenity": "bench"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603652933,\n
        "lat": 49.7739483,\n
        "lon": 3.1160843,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 1,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "tags": {\n
          "amenity": "bench"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603652934,\n
        "lat": 49.7740649,\n
        "lon": 3.1167074,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 1,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603652935,\n
        "lat": 49.7740706,\n
        "lon": 3.1166708,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 1,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656817,\n
        "lat": 49.7766884,\n
        "lon": 3.1185361,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656818,\n
        "lat": 49.7763701,\n
        "lon": 3.1179271,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656819,\n
        "lat": 49.7766983,\n
        "lon": 3.1184870,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656820,\n
        "lat": 49.7768237,\n
        "lon": 3.1185472,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656821,\n
        "lat": 49.7763459,\n
        "lon": 3.1178350,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656822,\n
        "lat": 49.7766124,\n
        "lon": 3.1185015,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656823,\n
        "lat": 49.7765450,\n
        "lon": 3.1177508,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656824,\n
        "lat": 49.7767635,\n
        "lon": 3.1191494,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656825,\n
        "lat": 49.7763453,\n
        "lon": 3.1176690,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656826,\n
        "lat": 49.7766616,\n
        "lon": 3.1179403,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656827,\n
        "lat": 49.7765181,\n
        "lon": 3.1177302,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656828,\n
        "lat": 49.7765316,\n
        "lon": 3.1192401,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656829,\n
        "lat": 49.7766725,\n
        "lon": 3.1179625,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656830,\n
        "lat": 49.7766225,\n
        "lon": 3.1184510,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656831,\n
        "lat": 49.7763896,\n
        "lon": 3.1178864,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656832,\n
        "lat": 49.7765544,\n
        "lon": 3.1192474,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8603656833,\n
        "lat": 49.7763563,\n
        "lon": 3.1178156,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154880,\n
        "lat": 49.7719235,\n
        "lon": 3.1193730,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154881,\n
        "lat": 49.7719076,\n
        "lon": 3.1192584,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154882,\n
        "lat": 49.7717870,\n
        "lon": 3.1192985,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154883,\n
        "lat": 49.7718029,\n
        "lon": 3.1194131,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154884,\n
        "lat": 49.7717138,\n
        "lon": 3.1193615,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154885,\n
        "lat": 49.7717395,\n
        "lon": 3.1195109,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154886,\n
        "lat": 49.7716812,\n
        "lon": 3.1195349,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154887,\n
        "lat": 49.7716556,\n
        "lon": 3.1193855,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154888,\n
        "lat": 49.7715687,\n
        "lon": 3.1193914,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154889,\n
        "lat": 49.7715947,\n
        "lon": 3.1195176,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154890,\n
        "lat": 49.7715728,\n
        "lon": 3.1195284,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154891,\n
        "lat": 49.7715822,\n
        "lon": 3.1195741,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154892,\n
        "lat": 49.7716009,\n
        "lon": 3.1195649,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154893,\n
        "lat": 49.7716118,\n
        "lon": 3.1196177,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154894,\n
        "lat": 49.7714770,\n
        "lon": 3.1196842,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154895,\n
        "lat": 49.7714350,\n
        "lon": 3.1194798,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154896,\n
        "lat": 49.7715062,\n
        "lon": 3.1194446,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12085154897,\n
        "lat": 49.7715021,\n
        "lon": 3.1194243,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063\n
      },\n
      {\n
        "type": "node",\n
        "id": 12674215986,\n
        "lat": 49.7727083,\n
        "lon": 3.1152685,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 1,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12674215987,\n
        "lat": 49.7727940,\n
        "lon": 3.1149686,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 1,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12674215988,\n
        "lat": 49.7725992,\n
        "lon": 3.1148351,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 1,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12674215989,\n
        "lat": 49.7722182,\n
        "lon": 3.1147160,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 1,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12674215990,\n
        "lat": 49.7721668,\n
        "lon": 3.1146747,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 1,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12674215991,\n
        "lat": 49.7723098,\n
        "lon": 3.1146595,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 1,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12674215992,\n
        "lat": 49.7717347,\n
        "lon": 3.1195495,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 1,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12674215993,\n
        "lat": 49.7717436,\n
        "lon": 3.1196195,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 1,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12674215994,\n
        "lat": 49.7717098,\n
        "lon": 3.1196294,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 1,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12674215995,\n
        "lat": 49.7717034,\n
        "lon": 3.1195578,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 1,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "way",\n
        "id": 312834937,\n
        "timestamp": "2014-11-14T20:27:20Z",\n
        "version": 1,\n
        "changeset": 26785784,\n
        "user": "floquet nicolas",\n
        "uid": 934949,\n
        "nodes": [\n
          3187374365,\n
          3187374366,\n
          3187374367,\n
          3187374368,\n
          3187374365\n
        ],\n
        "tags": {\n
          "building": "house"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760345,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755546,\n
          4309755543,\n
          4309755544,\n
          4309755538,\n
          4309755530,\n
          4309755534,\n
          4309755536,\n
          4309755539,\n
          4309755540,\n
          4309755542,\n
          4309755546\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760346,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755550,\n
          4309755548,\n
          4309755551,\n
          4309755549,\n
          4309755547,\n
          4309755541,\n
          4309755535,\n
          4309755537,\n
          4309755533,\n
          4309755545,\n
          4309755550\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760347,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755538,\n
          4309755532,\n
          4309755531,\n
          4309755528,\n
          4309755523,\n
          4309755527,\n
          4309755524,\n
          4309755529,\n
          4309755526,\n
          4309755530,\n
          4309755538\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760348,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755588,\n
          4309755587,\n
          4309763992,\n
          4309763994,\n
          4309764000,\n
          4309764005,\n
          4309764003,\n
          4309764004,\n
          4309764012,\n
          4309764011,\n
          4309764010,\n
          4309764006,\n
          4309764007,\n
          4309764002,\n
          4309764001,\n
          4309763999,\n
          4309763998,\n
          4309763996,\n
          4309763995,\n
          4309763993,\n
          4309763990,\n
          4309763989,\n
          4309755588\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760349,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309764019,\n
          4309764017,\n
          4309764022,\n
          4309764023,\n
          4309764019\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760350,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755563,\n
          4309755553,\n
          4309755557,\n
          4309755570,\n
          4309755563\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760351,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309763997,\n
          4309755585,\n
          4309763991,\n
          4309764013,\n
          4309763997\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760352,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309764020,\n
          4309764015,\n
          4309764016,\n
          4309764021,\n
          4309764020\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760353,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755567,\n
          4309755572,\n
          4309755566,\n
          4309755564,\n
          4309755567\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760354,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755509,\n
          4309755506,\n
          4309755505,\n
          4309755507,\n
          4309755509\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760355,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309764018,\n
          4309764014,\n
          4309755584,\n
          4309755586,\n
          4309764018\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760356,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755555,\n
          4309755559,\n
          4309755560,\n
          4309755558,\n
          4309755555\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760357,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309764020,\n
          4309764021,\n
          4309764025,\n
          4309764024,\n
          4309764020\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760358,\n
        "timestamp": "2016-07-18T19:05:20Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755563,\n
          4309755570,\n
          4309755575,\n
          4309755569,\n
          4309755563\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760359,\n
        "timestamp": "2016-07-18T19:05:21Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309764015,\n
          4309764008,\n
          4309764009,\n
          4309764016,\n
          4309764015\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760360,\n
        "timestamp": "2016-07-18T19:05:21Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755553,\n
          4309755552,\n
          4309755554,\n
          4309755557,\n
          4309755553\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760361,\n
        "timestamp": "2016-07-18T19:05:21Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755510,\n
          4309755512,\n
          4309755515,\n
          4309755511,\n
          4309755510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760362,\n
        "timestamp": "2016-07-18T19:05:21Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755517,\n
          4309755513,\n
          4309755508,\n
          4309755511,\n
          4309755515,\n
          4309755517\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760363,\n
        "timestamp": "2016-07-18T19:05:21Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755579,\n
          4309755577,\n
          4309755578,\n
          4309755574,\n
          4309755573,\n
          4309755568,\n
          4309755561,\n
          4309755576,\n
          4309755579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760364,\n
        "timestamp": "2016-07-18T19:05:21Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755525,\n
          4309755521,\n
          4309755522,\n
          4309755519,\n
          4309755518,\n
          4309755516,\n
          4309755514,\n
          4309755520,\n
          4309755525\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760365,\n
        "timestamp": "2016-07-18T19:05:21Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309755582,\n
          4309755571,\n
          4309755562,\n
          4309755565,\n
          4309755556,\n
          4309755581,\n
          4309755583,\n
          4309755580,\n
          4309755582\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760408,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309763731,\n
          4309763729,\n
          4309763732,\n
          4309763733,\n
          4309763731\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760409,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309763725,\n
          4309763724,\n
          4309763727,\n
          4309763728,\n
          4309763725\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760410,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309763738,\n
          4309763736,\n
          4309763734,\n
          4309763735,\n
          4309763738\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760411,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309763746,\n
          4309763749,\n
          4309763748,\n
          4309763743,\n
          4309763746\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760412,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309763725,\n
          4309763728,\n
          4309763730,\n
          4309763726,\n
          4309763725\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760413,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309763750,\n
          4309763747,\n
          4309763751,\n
          4309763752,\n
          4309763753,\n
          4309763750\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760414,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309763732,\n
          4309763734,\n
          4309763736,\n
          4309763737,\n
          4309763733,\n
          4309763732\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760415,\n
        "timestamp": "2016-07-18T19:06:23Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309763739,\n
          4309763740,\n
          4309763741,\n
          4309763742,\n
          4309763745,\n
          4309763744,\n
          4309763739\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760525,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765319,\n
          4309765317,\n
          4309765311,\n
          4309765315,\n
          4309765314,\n
          4309765318,\n
          4309765320,\n
          4309765325,\n
          4309765330,\n
          4309765322,\n
          4309765321,\n
          4309765319\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760526,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765621,\n
          4309765620,\n
          4309765619,\n
          4309765616,\n
          4309765615,\n
          4309765609,\n
          4309765610,\n
          4309765612,\n
          4309765608,\n
          4309765617,\n
          4309765622,\n
          4309765621\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760527,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765302,\n
          4309765306,\n
          4309765307,\n
          4309765305,\n
          4309765323,\n
          4309765316,\n
          4309765313,\n
          4309765312,\n
          4309765298,\n
          4309765301,\n
          4309765299,\n
          4309765303,\n
          4309765300,\n
          4309765304,\n
          4309765302\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760528,\n
        "timestamp": "2016-07-18T19:07:54Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765331,\n
          4309765334,\n
          4309765344,\n
          4309765329,\n
          4309765327,\n
          4309765309,\n
          4309765310,\n
          4309765308,\n
          4309765312,\n
          4309765313,\n
          4309765316,\n
          4309765323,\n
          4309765324,\n
          4309765326,\n
          4309765332,\n
          4309765331\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760529,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765382,\n
          4309765379,\n
          4309765383,\n
          4309765385,\n
          4309765382\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760530,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765342,\n
          4309765348,\n
          4309765343,\n
          4309765337,\n
          4309765342\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760531,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765354,\n
          4309765358,\n
          4309765355,\n
          4309765351,\n
          4309765354\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760532,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765603,\n
          4309765594,\n
          4309765600,\n
          4309765607,\n
          4309765603\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760533,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765597,\n
          4309765592,\n
          4309765387,\n
          4309765593,\n
          4309765597\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760534,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765337,\n
          4309765343,\n
          4309765341,\n
          4309765335,\n
          4309765337\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760535,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765610,\n
          4309765605,\n
          4309765608,\n
          4309765612,\n
          4309765610\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760536,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765373,\n
          4309765371,\n
          4309765372,\n
          4309765374,\n
          4309765373\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760537,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765372,\n
          4309765371,\n
          4309765368,\n
          4309765369,\n
          4309765372\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760538,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765367,\n
          4309765364,\n
          4309765362,\n
          4309765365,\n
          4309765367\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760539,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765597,\n
          4309765599,\n
          4309765595,\n
          4309765592,\n
          4309765597\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760540,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765593,\n
          4309765387,\n
          4309765380,\n
          4309765388,\n
          4309765593\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760541,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765618,\n
          4309765614,\n
          4309765611,\n
          4309765613,\n
          4309765618\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760542,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765336,\n
          4309765338,\n
          4309765340,\n
          4309765339,\n
          4309765336\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760543,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765347,\n
          4309765351,\n
          4309765355,\n
          4309765353,\n
          4309765347\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760544,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765594,\n
          4309765377,\n
          4309765370,\n
          4309765375,\n
          4309765600,\n
          4309765594\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760545,\n
        "timestamp": "2016-07-18T19:07:55Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765623,\n
          4309765621,\n
          4309765622,\n
          4309765624,\n
          4309765625,\n
          4309765623\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760546,\n
        "timestamp": "2016-07-18T19:07:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765333,\n
          4309765328,\n
          4309765345,\n
          4309765349,\n
          4309765346,\n
          4309765352,\n
          4309765333\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760547,\n
        "timestamp": "2016-07-18T19:07:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765363,\n
          4309765591,\n
          4309765360,\n
          4309765356,\n
          4309765376,\n
          4309765359,\n
          4309765363\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760548,\n
        "timestamp": "2016-07-18T19:07:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765365,\n
          4309765362,\n
          4309765361,\n
          4309765350,\n
          4309765357,\n
          4309765366,\n
          4309765365\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760549,\n
        "timestamp": "2016-07-18T19:07:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765348,\n
          4309765354,\n
          4309765351,\n
          4309765347,\n
          4309765341,\n
          4309765343,\n
          4309765348\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760550,\n
        "timestamp": "2016-07-18T19:07:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765617,\n
          4309765608,\n
          4309765604,\n
          4309765602,\n
          4309765598,\n
          4309765606,\n
          4309765617\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760551,\n
        "timestamp": "2016-07-18T19:07:56Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309765386,\n
          4309765378,\n
          4309765384,\n
          4309765381,\n
          4309765596,\n
          4309765601,\n
          4309765590,\n
          4309765589,\n
          4309765386\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760655,\n
        "timestamp": "2016-07-18T19:08:36Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309766455,\n
          4309766454,\n
          4309766453,\n
          4309766456,\n
          4309766455\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760853,\n
        "timestamp": "2016-07-18T19:09:57Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767903,\n
          4309767905,\n
          4309767906,\n
          4309767912,\n
          4309767913,\n
          4309767911,\n
          4309767914,\n
          4309767909,\n
          4309767910,\n
          4309767904,\n
          4309767903\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760854,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767933,\n
          4309767958,\n
          4309767953,\n
          4309767952,\n
          4309767943,\n
          4309767935,\n
          4309767930,\n
          4309767922,\n
          4309767928,\n
          4309767926,\n
          4309767933\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760855,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768425,\n
          4309768436,\n
          4309768439,\n
          4309768456,\n
          4309768435,\n
          4309768421,\n
          4309768428,\n
          4309768430,\n
          4309768432,\n
          4309768423,\n
          4309768425\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760856,\n
        "timestamp": "2020-12-09T12:59:28Z",\n
        "version": 2,\n
        "changeset": 95551720,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4309768434,\n
          4309768447,\n
          4309768418,\n
          4309768412,\n
          4309768422,\n
          4309768431,\n
          4309768434\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760857,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768455,\n
          4309768457,\n
          4309768453,\n
          4309768451,\n
          4309768455\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760858,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767916,\n
          4309767908,\n
          4309767934,\n
          4309767944,\n
          4309767916\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760859,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768405,\n
          4309768392,\n
          4309767986,\n
          4309768401,\n
          4309768405\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760860,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768481,\n
          4309768477,\n
          4309768475,\n
          4309768478,\n
          4309768481\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760861,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767963,\n
          4309767946,\n
          4309767939,\n
          4309767957,\n
          4309767963\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760862,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768488,\n
          4309768485,\n
          4309768484,\n
          4309768486,\n
          4309768488\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760863,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768400,\n
          4309768398,\n
          4309768399,\n
          4309768402,\n
          4309768400\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760864,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768483,\n
          4309768474,\n
          4309768470,\n
          4309768480,\n
          4309768483\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760865,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768478,\n
          4309768475,\n
          4309768467,\n
          4309768472,\n
          4309768478\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760866,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768476,\n
          4309768473,\n
          4309768479,\n
          4309768482,\n
          4309768476\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760867,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768415,\n
          4309768409,\n
          4309768420,\n
          4309768426,\n
          4309768415\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760868,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767971,\n
          4309767968,\n
          4309767970,\n
          4309767973,\n
          4309767971\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760869,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768489,\n
          4309768487,\n
          4309768490,\n
          4309768491,\n
          4309768489\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760870,\n
        "timestamp": "2016-07-18T19:09:58Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768436,\n
          4309768440,\n
          4309768442,\n
          4309768439,\n
          4309768436\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760871,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768411,\n
          4309768407,\n
          4309768410,\n
          4309768413,\n
          4309768411\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760872,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767984,\n
          4309767976,\n
          4309767978,\n
          4309767985,\n
          4309767984\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760873,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767925,\n
          4309767940,\n
          4309767967,\n
          4309767955,\n
          4309767925\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760874,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767917,\n
          4309767915,\n
          4309767923,\n
          4309767929,\n
          4309767919,\n
          4309767917\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760875,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767975,\n
          4309767974,\n
          4309767979,\n
          4309767983,\n
          4309767980,\n
          4309767975\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760876,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768469,\n
          4309768466,\n
          4309768463,\n
          4309768449,\n
          4309768458,\n
          4309768469\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760877,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768395,\n
          4309768397,\n
          4309767988,\n
          4309767981,\n
          4309768389,\n
          4309768395\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760878,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768463,\n
          4309768466,\n
          4309768471,\n
          4309768465,\n
          4309768459,\n
          4309768464,\n
          4309768463\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760879,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768444,\n
          4309768452,\n
          4309768446,\n
          4309768441,\n
          4309768438,\n
          4309768433,\n
          4309768444\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760880,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767918,\n
          4309767907,\n
          4309767920,\n
          4309767924,\n
          4309767939,\n
          4309767946,\n
          4309767918\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760881,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767937,\n
          4309767927,\n
          4309767921,\n
          4309767931,\n
          4309767938,\n
          4309767932,\n
          4309767937\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760883,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767969,\n
          4309767961,\n
          4309767949,\n
          4309767956,\n
          4309767947,\n
          4309767966,\n
          4309767972,\n
          4309767969\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760884,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768394,\n
          4309767980,\n
          4309767983,\n
          4309767987,\n
          4309768390,\n
          4309768393,\n
          4309768396,\n
          4309768394\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760885,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767965,\n
          4309767963,\n
          4309767957,\n
          4309767942,\n
          4309767951,\n
          4309767950,\n
          4309767954,\n
          4309767965\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760886,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768442,\n
          4309768443,\n
          4309768448,\n
          4309768445,\n
          4309768450,\n
          4309768461,\n
          4309768456,\n
          4309768439,\n
          4309768442\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760887,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309767962,\n
          4309767941,\n
          4309767936,\n
          4309767948,\n
          4309767945,\n
          4309767959,\n
          4309767964,\n
          4309767960,\n
          4309767962\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760888,\n
        "timestamp": "2016-07-18T19:09:59Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768462,\n
          4309768454,\n
          4309768437,\n
          4309768451,\n
          4309768453,\n
          4309768457,\n
          4309768460,\n
          4309768468,\n
          4309768462\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760889,\n
        "timestamp": "2016-07-18T19:10:00Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768412,\n
          4309768403,\n
          4309768406,\n
          4309768404,\n
          4309768408,\n
          4309768417,\n
          4309768419,\n
          4309768422,\n
          4309768412\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760890,\n
        "timestamp": "2016-07-18T19:10:00Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768499,\n
          4309768496,\n
          4309768492,\n
          4309768494,\n
          4309768493,\n
          4309768495,\n
          4309768497,\n
          4309768498,\n
          4309768499\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760891,\n
        "timestamp": "2016-07-18T19:10:00Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768431,\n
          4309768422,\n
          4309768419,\n
          4309768417,\n
          4309768408,\n
          4309768414,\n
          4309768424,\n
          4309768429,\n
          4309768431\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760892,\n
        "timestamp": "2016-07-18T19:10:00Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768394,\n
          4309768391,\n
          4309767982,\n
          4309767984,\n
          4309767985,\n
          4309767978,\n
          4309767977,\n
          4309767980,\n
          4309768394\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760935,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769152,\n
          4309769150,\n
          4309769146,\n
          4309769149,\n
          4309769147,\n
          4309769148,\n
          4309769145,\n
          4309769164,\n
          4309769168,\n
          4309769159,\n
          4309769162,\n
          4309769152\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760936,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769093,\n
          4309769082,\n
          4309769077,\n
          4309769087,\n
          4309769094,\n
          4309769102,\n
          4309769104,\n
          4309769105,\n
          4309769107,\n
          4309769124,\n
          4309769132,\n
          4309769123,\n
          4309769125,\n
          4309769093\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760937,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769098,\n
          4309769126,\n
          4309769138,\n
          4309769141,\n
          4309769136,\n
          4309769140,\n
          4309769137,\n
          4309769116,\n
          4309769135,\n
          4309769154,\n
          4309769151,\n
          4309769172,\n
          4309769173,\n
          4309769130,\n
          4309769103,\n
          4309769100,\n
          4309769098\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760938,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769130,\n
          4309769173,\n
          4309769179,\n
          4309769182,\n
          4309769178,\n
          4309769177,\n
          4309769175,\n
          4309769176,\n
          4309769174,\n
          4309769170,\n
          4309769158,\n
          4309769167,\n
          4309769122,\n
          4309769115,\n
          4309769109,\n
          4309769134,\n
          4309769130\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760939,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769030,\n
          4309769062,\n
          4309769069,\n
          4309769087,\n
          4309769077,\n
          4309769082,\n
          4309769080,\n
          4309769076,\n
          4309769063,\n
          4309769064,\n
          4309769061,\n
          4309769059,\n
          4309769050,\n
          4309769051,\n
          4309769049,\n
          4309769047,\n
          4309769041,\n
          4309769030\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760940,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769121,\n
          4309769127,\n
          4309769072,\n
          4309769054,\n
          4309769035,\n
          4309769029,\n
          4309769027,\n
          4309769024,\n
          4309769034,\n
          4309769037,\n
          4309769039,\n
          4309769101,\n
          4309769099,\n
          4309769097,\n
          4309769106,\n
          4309769110,\n
          4309769119,\n
          4309769139,\n
          4309769142,\n
          4309769144,\n
          4309769143,\n
          4309769165,\n
          4309769153,\n
          4309769133,\n
          4309769128,\n
          4309769121\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760942,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769032,\n
          4309769038,\n
          4309769042,\n
          4309769036,\n
          4309769032\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760943,\n
        "timestamp": "2016-07-18T19:11:09Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769027,\n
          4309769026,\n
          4309769023,\n
          4309769024,\n
          4309769027\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760945,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769121,\n
          4309769128,\n
          4309769133,\n
          4309769127,\n
          4309769121\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760946,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769048,\n
          4309769040,\n
          4309769067,\n
          4309769078,\n
          4309769048\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760947,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769000,\n
          4309768998,\n
          4309768997,\n
          4309768999,\n
          4309769000\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760949,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768992,\n
          4309768990,\n
          4309768991,\n
          4309768993,\n
          4309768992\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760950,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769060,\n
          4309769055,\n
          4309769068,\n
          4309769075,\n
          4309769060\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760951,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769037,\n
          4309769099,\n
          4309769101,\n
          4309769039,\n
          4309769037\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760952,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769184,\n
          4309769181,\n
          4309769180,\n
          4309769183,\n
          4309769184\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760953,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769086,\n
          4309769081,\n
          4309769088,\n
          4309769089,\n
          4309769086\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760954,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769100,\n
          4309769103,\n
          4309769096,\n
          4309769095,\n
          4309769100\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760955,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769178,\n
          4309769182,\n
          4309769183,\n
          4309769180,\n
          4309769178\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760957,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769062,\n
          4309769056,\n
          4309769065,\n
          4309769070,\n
          4309769069,\n
          4309769062\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760958,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769087,\n
          4309769069,\n
          4309769070,\n
          4309769084,\n
          4309769094,\n
          4309769087\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760959,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769165,\n
          4309769169,\n
          4309769156,\n
          4309769155,\n
          4309769153,\n
          4309769165\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760960,\n
        "timestamp": "2016-07-18T19:11:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769012,\n
          4309769011,\n
          4309769013,\n
          4309769015,\n
          4309769016,\n
          4309769017,\n
          4309769012\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760961,\n
        "timestamp": "2016-07-18T19:11:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769014,\n
          4309769009,\n
          4309769006,\n
          4309769008,\n
          4309769007,\n
          4309769010,\n
          4309769014\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760962,\n
        "timestamp": "2016-07-18T19:11:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769071,\n
          4309769066,\n
          4309769074,\n
          4309769073,\n
          4309769079,\n
          4309769090,\n
          4309769071\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760964,\n
        "timestamp": "2016-07-18T19:11:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309768994,\n
          4309768996,\n
          4309768997,\n
          4309768998,\n
          4309769000,\n
          4309769001,\n
          4309768995,\n
          4309768994\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760965,\n
        "timestamp": "2016-07-18T19:11:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769033,\n
          4309769031,\n
          4309769057,\n
          4309769058,\n
          4309769053,\n
          4309769052,\n
          4309769045,\n
          4309769043,\n
          4309769033\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760966,\n
        "timestamp": "2016-07-18T19:11:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769120,\n
          4309769118,\n
          4309769113,\n
          4309769112,\n
          4309769111,\n
          4309769092,\n
          4309769085,\n
          4309769108,\n
          4309769120\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431760967,\n
        "timestamp": "2016-07-18T19:11:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309769169,\n
          4309769171,\n
          4309769166,\n
          4309769163,\n
          4309769160,\n
          4309769157,\n
          4309769161,\n
          4309769156,\n
          4309769169\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761143,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771180,\n
          4309771172,\n
          4309771292,\n
          4309771294,\n
          4309771179,\n
          4309771185,\n
          4309771182,\n
          4309771186,\n
          4309771188,\n
          4309771290,\n
          4309771180\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761144,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771337,\n
          4309771334,\n
          4309771332,\n
          4309771354,\n
          4309771355,\n
          4309771357,\n
          4309771350,\n
          4309771365,\n
          4309771368,\n
          4309771341,\n
          4309771337\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761145,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771092,\n
          4309771094,\n
          4309771098,\n
          4309771100,\n
          4309771099,\n
          4309771101,\n
          4309771102,\n
          4309771103,\n
          4309771104,\n
          4309771096,\n
          4309771092\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761146,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 2,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4309770455,\n
          4309770473,\n
          4309770479,\n
          4309770471,\n
          4309770461,\n
          4309770458,\n
          12674215991,\n
          4309770459,\n
          4309770456,\n
          12674215990,\n
          12674215989,\n
          4309770455\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761148,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309770465,\n
          4309770474,\n
          4309770478,\n
          4309770482,\n
          4309770483,\n
          4309770484,\n
          4309770487,\n
          4309770488,\n
          4309770485,\n
          4309770486,\n
          4309770470,\n
          4309770469,\n
          4309770468,\n
          4309770466,\n
          4309770467,\n
          4309770465\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761149,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771109,\n
          4309771105,\n
          4309771110,\n
          4309771106,\n
          4309771108,\n
          4309771107,\n
          4309771111,\n
          4309771112,\n
          4309771128,\n
          4309771137,\n
          4309771126,\n
          4309771129,\n
          4309771121,\n
          4309771120,\n
          4309771116,\n
          4309771115,\n
          4309771109\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761150,\n
        "timestamp": "2016-07-18T19:14:04Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771299,\n
          4309771297,\n
          4309771187,\n
          4309771296,\n
          4309771299\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761151,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771183,\n
          4309771174,\n
          4309771163,\n
          4309771175,\n
          4309771183\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761152,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771371,\n
          4309771367,\n
          4309771366,\n
          4309771370,\n
          4309771371\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761153,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771161,\n
          4309771160,\n
          4309771165,\n
          4309771167,\n
          4309771161\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761154,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771316,\n
          4309771307,\n
          4309771306,\n
          4309771315,\n
          4309771316\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761156,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309770474,\n
          4309770472,\n
          4309770477,\n
          4309770478,\n
          4309770474\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761157,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771302,\n
          4309771300,\n
          4309771301,\n
          4309771304,\n
          4309771302\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761158,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771295,\n
          4309771298,\n
          4309771308,\n
          4309771305,\n
          4309771295\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761159,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771181,\n
          4309771180,\n
          4309771290,\n
          4309771291,\n
          4309771181\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761160,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771302,\n
          4309771299,\n
          4309771296,\n
          4309771300,\n
          4309771302\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761161,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771133,\n
          4309771138,\n
          4309771132,\n
          4309771125,\n
          4309771133\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761162,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771091,\n
          4309771089,\n
          4309771090,\n
          4309771095,\n
          4309771091\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761163,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771093,\n
          4309771097,\n
          4309771098,\n
          4309771094,\n
          4309771093\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761164,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771316,\n
          4309771319,\n
          4309771312,\n
          4309771307,\n
          4309771316\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761165,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771188,\n
          4309771186,\n
          4309771182,\n
          4309771185,\n
          4309771188\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761166,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771178,\n
          4309771176,\n
          4309771184,\n
          4309771289,\n
          4309771178\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761167,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771142,\n
          4309771146,\n
          4309771140,\n
          4309771136,\n
          4309771142\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761168,\n
        "timestamp": "2016-07-18T19:14:05Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771362,\n
          4309771364,\n
          4309771359,\n
          4309771356,\n
          4309771362\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761171,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309770456,\n
          4309770459,\n
          4309770460,\n
          4309770457,\n
          4309770456\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761172,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771361,\n
          4309771372,\n
          4309771373,\n
          4309771363,\n
          4309771361\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761174,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771164,\n
          4309771153,\n
          4309771147,\n
          4309771156,\n
          4309771164\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761175,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771166,\n
          4309771170,\n
          4309771155,\n
          4309771152,\n
          4309771166\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761176,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771161,\n
          4309771158,\n
          4309771157,\n
          4309771160,\n
          4309771161\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761177,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771321,\n
          4309771320,\n
          4309771334,\n
          4309771337,\n
          4309771321\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761178,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771127,\n
          4309771123,\n
          4309771131,\n
          4309771134,\n
          4309771127\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761179,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771333,\n
          4309771324,\n
          4309771323,\n
          4309771330,\n
          4309771333\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761180,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771346,\n
          4309771343,\n
          4309771347,\n
          4309771349,\n
          4309771346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761181,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771124,\n
          4309771117,\n
          4309771127,\n
          4309771134,\n
          4309771141,\n
          4309771124\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761182,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771144,\n
          4309771143,\n
          4309771162,\n
          4309771168,\n
          4309771154,\n
          4309771144\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761183,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309770482,\n
          4309770478,\n
          4309770477,\n
          4309770476,\n
          4309770480,\n
          4309770482\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761184,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771338,\n
          4309771335,\n
          4309771331,\n
          4309771336,\n
          4309771339,\n
          4309771338\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761185,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771300,\n
          4309771296,\n
          4309771187,\n
          4309771171,\n
          4309771159,\n
          4309771293,\n
          4309771300\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761186,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771135,\n
          4309771149,\n
          4309771177,\n
          4309771169,\n
          4309771148,\n
          4309771145,\n
          4309771135\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761187,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771303,\n
          4309771309,\n
          4309771318,\n
          4309771317,\n
          4309771314,\n
          4309771311,\n
          4309771303\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761188,\n
        "timestamp": "2016-07-18T19:14:06Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771158,\n
          4309771150,\n
          4309771144,\n
          4309771154,\n
          4309771160,\n
          4309771157,\n
          4309771158\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761189,\n
        "timestamp": "2016-07-18T19:14:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771113,\n
          4309771122,\n
          4309771130,\n
          4309771119,\n
          4309771118,\n
          4309771114,\n
          4309771113\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761190,\n
        "timestamp": "2016-07-18T19:14:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771166,\n
          4309771152,\n
          4309771146,\n
          4309771142,\n
          4309771139,\n
          4309771151,\n
          4309771166\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761191,\n
        "timestamp": "2016-07-18T19:14:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771331,\n
          4309771326,\n
          4309771322,\n
          4309771325,\n
          4309771327,\n
          4309771329,\n
          4309771331\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761192,\n
        "timestamp": "2016-07-18T19:14:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771160,\n
          4309771154,\n
          4309771168,\n
          4309771173,\n
          4309771167,\n
          4309771165,\n
          4309771160\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761193,\n
        "timestamp": "2016-07-18T19:14:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771369,\n
          4309771362,\n
          4309771356,\n
          4309771352,\n
          4309771345,\n
          4309771341,\n
          4309771368,\n
          4309771369\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761194,\n
        "timestamp": "2023-01-05T19:45:49Z",\n
        "version": 5,\n
        "changeset": 130921654,\n
        "user": "Max-Kritic",\n
        "uid": 414659,\n
        "nodes": [\n
          4309771313,\n
          4309771290,\n
          4309771188,\n
          4309771185,\n
          4309771179,\n
          4309771294,\n
          4309771310,\n
          4309771313\n
        ],\n
        "tags": {\n
          "amenity": "community_centre",\n
          "building": "public",\n
          "name": "Salle des fêtes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761195,\n
        "timestamp": "2016-07-18T19:14:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771360,\n
          4309771344,\n
          4309771340,\n
          4309771338,\n
          4309771339,\n
          4309771336,\n
          4309771348,\n
          4309771353,\n
          4309771358,\n
          4309771360\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761196,\n
        "timestamp": "2016-07-18T19:14:07Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309771348,\n
          4309771336,\n
          4309771331,\n
          4309771329,\n
          4309771327,\n
          4309771325,\n
          4309771328,\n
          4309771342,\n
          4309771351,\n
          4309771348\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761456,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774228,\n
          4309774236,\n
          4309774243,\n
          4309774244,\n
          4309774255,\n
          4309774252,\n
          4309774254,\n
          4309774256,\n
          4309774257,\n
          4309774247,\n
          4309774250,\n
          4309774230,\n
          4309774222,\n
          4309774232,\n
          4309774228\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761457,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774283,\n
          4309774598,\n
          4309774279,\n
          4309774283\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761458,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774605,\n
          4309774597,\n
          4309774594,\n
          4309774601,\n
          4309774605\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761459,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774619,\n
          4309774603,\n
          4309774278,\n
          4309774604,\n
          4309774619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761460,\n
        "timestamp": "2016-07-18T19:17:10Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774238,\n
          4309774242,\n
          4309774229,\n
          4309774225,\n
          4309774238\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761461,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774689,\n
          4309774665,\n
          4309774662,\n
          4309774684,\n
          4309774689\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761462,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774652,\n
          4309774649,\n
          4309774656,\n
          4309774657,\n
          4309774652\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761463,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774645,\n
          4309774650,\n
          4309774653,\n
          4309774648,\n
          4309774645\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761464,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774590,\n
          4309774606,\n
          4309774598,\n
          4309774283,\n
          4309774590\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761465,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774273,\n
          4309774272,\n
          4309774275,\n
          4309774282,\n
          4309774273\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761466,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774595,\n
          4309774287,\n
          4309774623,\n
          4309774627,\n
          4309774595\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761467,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774641,\n
          4309774642,\n
          4309774632,\n
          4309774630,\n
          4309774641\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761468,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774640,\n
          4309774624,\n
          4309774643,\n
          4309774654,\n
          4309774640\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761469,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774629,\n
          4309774631,\n
          4309774621,\n
          4309774620,\n
          4309774629\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761470,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774679,\n
          4309774664,\n
          4309774660,\n
          4309774675,\n
          4309774679\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761471,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774591,\n
          4309774596,\n
          4309774288,\n
          4309774286,\n
          4309774591\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761472,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774260,\n
          4309774251,\n
          4309774261,\n
          4309774267,\n
          4309774260\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761473,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774679,\n
          4309774685,\n
          4309774669,\n
          4309774664,\n
          4309774679\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761474,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774644,\n
          4309774633,\n
          4309774628,\n
          4309774636,\n
          4309774644\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761475,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774710,\n
          4309774711,\n
          4309774707,\n
          4309774706,\n
          4309774710\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761476,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774631,\n
          4309774636,\n
          4309774628,\n
          4309774621,\n
          4309774631\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761477,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774682,\n
          4309774673,\n
          4309774671,\n
          4309774681,\n
          4309774682\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761478,\n
        "timestamp": "2016-07-18T19:17:11Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774687,\n
          4309774680,\n
          4309774696,\n
          4309774699,\n
          4309774687\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761479,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774625,\n
          4309774629,\n
          4309774620,\n
          4309774614,\n
          4309774625\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761480,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774709,\n
          4309774710,\n
          4309774706,\n
          4309774705,\n
          4309774709\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761481,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774715,\n
          4309774716,\n
          4309774714,\n
          4309774713,\n
          4309774715\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761482,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774592,\n
          4309774284,\n
          4309774634,\n
          4309774639,\n
          4309774592\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761483,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774607,\n
          4309774589,\n
          4309774282,\n
          4309774593,\n
          4309774607\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761484,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774220,\n
          4309774226,\n
          4309774235,\n
          4309774231,\n
          4309774220\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761485,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          4309774687,\n
          4309774699,\n
          4309774701,\n
          8603652934,\n
          8603652935,\n
          4309774690,\n
          4309774687\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761486,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774602,\n
          4309774608,\n
          4309774606,\n
          4309774590,\n
          4309774602\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761487,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774645,\n
          4309774638,\n
          4309774646,\n
          4309774650,\n
          4309774645\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761488,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774619,\n
          4309774604,\n
          4309774624,\n
          4309774640,\n
          4309774619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761489,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774227,\n
          4309774217,\n
          4309774215,\n
          4309774224,\n
          4309774227\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761490,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774612,\n
          4309774610,\n
          4309774616,\n
          4309774617,\n
          4309774612\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761491,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774698,\n
          4309774702,\n
          4309774700,\n
          4309774695,\n
          4309774698\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761492,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774251,\n
          4309774248,\n
          4309774268,\n
          4309774270,\n
          4309774261,\n
          4309774251\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761493,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774674,\n
          4309774666,\n
          4309774678,\n
          4309774688,\n
          4309774686,\n
          4309774674\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761494,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774720,\n
          4309774717,\n
          4309774712,\n
          4309774718,\n
          4309774719,\n
          4309774720\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761495,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774721,\n
          4309774720,\n
          4309774719,\n
          4309774722,\n
          4309774723,\n
          4309774721\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761496,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774281,\n
          4309774273,\n
          4309774282,\n
          4309774589,\n
          4309774285,\n
          4309774281\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761497,\n
        "timestamp": "2016-07-18T19:17:12Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774220,\n
          4309774231,\n
          4309774234,\n
          4309774218,\n
          4309774211,\n
          4309774220\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761498,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774264,\n
          4309774262,\n
          4309774263,\n
          4309774287,\n
          4309774595,\n
          4309774264\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761499,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774259,\n
          4309774276,\n
          4309774281,\n
          4309774285,\n
          4309774287,\n
          4309774263,\n
          4309774259\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761500,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774623,\n
          4309774287,\n
          4309774285,\n
          4309774589,\n
          4309774607,\n
          4309774622,\n
          4309774623\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761501,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774694,\n
          4309774683,\n
          4309774672,\n
          4309774668,\n
          4309774665,\n
          4309774689,\n
          4309774694\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761503,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774240,\n
          4309774246,\n
          4309774227,\n
          4309774224,\n
          4309774215,\n
          4309774214,\n
          4309774240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761504,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774644,\n
          4309774647,\n
          4309774618,\n
          4309774615,\n
          4309774635,\n
          4309774633,\n
          4309774644\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761505,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774654,\n
          4309774643,\n
          4309774666,\n
          4309774674,\n
          4309774659,\n
          4309774661,\n
          4309774654\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761506,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774250,\n
          4309774247,\n
          4309774257,\n
          4309774259,\n
          4309774263,\n
          4309774262,\n
          4309774250\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761507,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774677,\n
          4309774655,\n
          4309774651,\n
          4309774667,\n
          4309774670,\n
          4309774676,\n
          4309774677\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761508,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774207,\n
          4309774206,\n
          4309774208,\n
          4309774210,\n
          4309774221,\n
          4309774223,\n
          4309774207\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761509,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774248,\n
          4309774241,\n
          4309774253,\n
          4309774258,\n
          4309774271,\n
          4309774274,\n
          4309774268,\n
          4309774248\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761510,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774241,\n
          4309774233,\n
          4309774245,\n
          4309774249,\n
          4309774265,\n
          4309774269,\n
          4309774253,\n
          4309774241\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761511,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774621,\n
          4309774628,\n
          4309774616,\n
          4309774610,\n
          4309774605,\n
          4309774601,\n
          4309774599,\n
          4309774621\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761512,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774609,\n
          4309774614,\n
          4309774620,\n
          4309774621,\n
          4309774599,\n
          4309774596,\n
          4309774591,\n
          4309774277,\n
          4309774609\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761513,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774613,\n
          4309774612,\n
          4309774617,\n
          4309774616,\n
          4309774628,\n
          4309774633,\n
          4309774635,\n
          4309774615,\n
          4309774613\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761514,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774240,\n
          4309774214,\n
          4309774212,\n
          4309774213,\n
          4309774209,\n
          4309774216,\n
          4309774219,\n
          4309774237,\n
          4309774240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761515,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774637,\n
          4309774626,\n
          4309774630,\n
          4309774632,\n
          4309774642,\n
          4309774641,\n
          4309774658,\n
          4309774663,\n
          4309774637\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761516,\n
        "timestamp": "2016-07-18T19:17:13Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774239,\n
          4309774230,\n
          4309774250,\n
          4309774262,\n
          4309774264,\n
          4309774266,\n
          4309774600,\n
          4309774611,\n
          4309774280,\n
          4309774239\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761517,\n
        "timestamp": "2016-07-18T19:17:14Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309774703,\n
          4309774708,\n
          4309774709,\n
          4309774705,\n
          4309774704,\n
          4309774697,\n
          4309774693,\n
          4309774692,\n
          4309774691,\n
          4309774703\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761642,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 3,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          4309775986,\n
          4309775977,\n
          4309775979,\n
          4309775978,\n
          4309775982,\n
          4309775984,\n
          4309775988,\n
          4309780390,\n
          4309780392,\n
          4309780396,\n
          4309780393,\n
          4309780394,\n
          4309775986\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Nicolas",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wikidata": "Q3583333"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761643,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780592,\n
          4309780591,\n
          4309780595,\n
          4309780593,\n
          4309780603,\n
          4309780605,\n
          4309780609,\n
          4309780611,\n
          4309780614,\n
          4309780607,\n
          4309780610,\n
          4309780597,\n
          4309780596,\n
          4309780592\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761644,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780480,\n
          4309780461,\n
          4309780444,\n
          4309780438,\n
          4309780437,\n
          4309780447,\n
          4309780446,\n
          4309780452,\n
          4309780453,\n
          4309780455,\n
          4309780457,\n
          4309780458,\n
          4309780463,\n
          4309780465,\n
          4309780476,\n
          4309780480\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761645,\n
        "timestamp": "2020-12-09T12:59:48Z",\n
        "version": 2,\n
        "changeset": 95551720,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          4309780413,\n
          4309780404,\n
          4309780403,\n
          4309780408,\n
          4309780413\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761646,\n
        "timestamp": "2016-07-18T19:18:44Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780674,\n
          4309780671,\n
          4309780677,\n
          4309780679,\n
          4309780674\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761647,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780473,\n
          4309780478,\n
          4309780456,\n
          4309780451,\n
          4309780473\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761648,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780484,\n
          4309780487,\n
          4309780481,\n
          4309780472,\n
          4309780484\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761649,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780411,\n
          4309780402,\n
          4309780401,\n
          4309780405,\n
          4309780411\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761650,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780399,\n
          4309775983,\n
          4309775981,\n
          4309780397,\n
          4309780399\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761651,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780423,\n
          4309780424,\n
          4309780433,\n
          4309780431,\n
          4309780423\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761652,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780661,\n
          4309780658,\n
          4309780649,\n
          4309780653,\n
          4309780661\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761653,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780425,\n
          4309780415,\n
          4309780406,\n
          4309780414,\n
          4309780425\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761654,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780485,\n
          4309780483,\n
          4309780486,\n
          4309780488,\n
          4309780485\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761655,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780418,\n
          4309780410,\n
          4309780407,\n
          4309780416,\n
          4309780418\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761656,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780450,\n
          4309780454,\n
          4309780439,\n
          4309780436,\n
          4309780450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761657,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780652,\n
          4309780643,\n
          4309780650,\n
          4309780657,\n
          4309780652\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761658,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780443,\n
          4309780449,\n
          4309780442,\n
          4309780440,\n
          4309780443\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761659,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780444,\n
          4309780434,\n
          4309780428,\n
          4309780438,\n
          4309780444\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761660,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780903,\n
          4309780902,\n
          4309780904,\n
          4309780906,\n
          4309780903\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761661,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780628,\n
          4309780631,\n
          4309780632,\n
          4309780629,\n
          4309780628\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761662,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780667,\n
          4309780659,\n
          4309780655,\n
          4309780662,\n
          4309780667\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761663,\n
        "timestamp": "2016-07-18T19:18:45Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780656,\n
          4309780648,\n
          4309780670,\n
          4309780675,\n
          4309780656\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761664,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780646,\n
          4309780651,\n
          4309780647,\n
          4309780645,\n
          4309780646\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761665,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780684,\n
          4309780682,\n
          4309780680,\n
          4309780681,\n
          4309780684\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761666,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780427,\n
          4309780429,\n
          4309780421,\n
          4309780420,\n
          4309780427\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761668,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780895,\n
          4309780893,\n
          4309780891,\n
          4309780894,\n
          4309780895\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761669,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780907,\n
          4309780901,\n
          4309780899,\n
          4309780905,\n
          4309780907\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761670,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780591,\n
          4309780590,\n
          4309780593,\n
          4309780595,\n
          4309780591\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761671,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780450,\n
          4309780436,\n
          4309780432,\n
          4309780448,\n
          4309780450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761672,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780626,\n
          4309780620,\n
          4309780635,\n
          4309780636,\n
          4309780626\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761673,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780613,\n
          4309780621,\n
          4309780627,\n
          4309780618,\n
          4309780613\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761674,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780634,\n
          4309780630,\n
          4309780641,\n
          4309780642,\n
          4309780634\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761675,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780900,\n
          4309780897,\n
          4309780896,\n
          4309780898,\n
          4309780900\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761676,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780669,\n
          4309780676,\n
          4309780678,\n
          4309780672,\n
          4309780669\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761677,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780460,\n
          4309780471,\n
          4309780482,\n
          4309780469,\n
          4309780462,\n
          4309780460\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761678,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780627,\n
          4309780637,\n
          4309780638,\n
          4309780623,\n
          4309780618,\n
          4309780627\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761679,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780391,\n
          4309775987,\n
          4309780395,\n
          4309780398,\n
          4309780400,\n
          4309780391\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761681,\n
        "timestamp": "2016-07-18T19:18:46Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780606,\n
          4309780619,\n
          4309780601,\n
          4309780599,\n
          4309780604,\n
          4309780600,\n
          4309780606\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761682,\n
        "timestamp": "2016-07-18T19:18:47Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780598,\n
          4309780625,\n
          4309780616,\n
          4309780612,\n
          4309780608,\n
          4309780594,\n
          4309780598\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761683,\n
        "timestamp": "2016-07-18T19:18:47Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780462,\n
          4309780469,\n
          4309780470,\n
          4309780467,\n
          4309780464,\n
          4309780445,\n
          4309780441,\n
          4309780462\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761684,\n
        "timestamp": "2021-04-07T20:06:41Z",\n
        "version": 2,\n
        "changeset": 102504749,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          4309780473,\n
          4309780479,\n
          4309780474,\n
          4309780481,\n
          4309780487,\n
          4309780589,\n
          8603632016,\n
          4309780478,\n
          4309780473\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761685,\n
        "timestamp": "2016-07-18T19:18:47Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780445,\n
          4309780464,\n
          4309780467,\n
          4309780470,\n
          4309780475,\n
          4309780457,\n
          4309780455,\n
          4309780445\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761686,\n
        "timestamp": "2016-07-18T19:18:47Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780602,\n
          4309780615,\n
          4309780622,\n
          4309780644,\n
          4309780640,\n
          4309780625,\n
          4309780598,\n
          4309780602\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761687,\n
        "timestamp": "2016-07-18T19:18:47Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780429,\n
          4309780430,\n
          4309780435,\n
          4309780426,\n
          4309780422,\n
          4309780419,\n
          4309780417,\n
          4309780421,\n
          4309780429\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761688,\n
        "timestamp": "2016-07-18T19:18:47Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780474,\n
          4309780466,\n
          4309780468,\n
          4309780459,\n
          4309780477,\n
          4309780484,\n
          4309780472,\n
          4309780481,\n
          4309780474\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761689,\n
        "timestamp": "2016-07-18T19:18:47Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780668,\n
          4309780673,\n
          4309780666,\n
          4309780664,\n
          4309780660,\n
          4309780654,\n
          4309780663,\n
          4309780665,\n
          4309780668\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761690,\n
        "timestamp": "2025-05-08T17:22:28Z",\n
        "version": 3,\n
        "changeset": 165995038,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4309775982,\n
          4309775978,\n
          4309775976,\n
          4309775974,\n
          4309775975,\n
          4309775980,\n
          4309775985,\n
          4309780389,\n
          4309775982\n
        ],\n
        "tags": {\n
          "addr:housenumber": "36",\n
          "addr:street": "Rue Saint-Nicolas",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "aubignyauxkaisnes@orange.fr",\n
          "contact:phone": "+33 3 23 09 91 24",\n
          "name": "Mairie d'Aubigny-aux-Kaisnes",\n
          "opening_hours": "Mo 17:00-19:15; Th 16:00-18:00; Fr 19:00-19:30",\n
          "ref:FR:SIRET": "21020032500012",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016;Service-Public.fr - 03/2025",\n
          "source:addr": "https://lannuaire.service-public.fr/nord-pas-de-calais-picardie/aisne"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761691,\n
        "timestamp": "2016-07-18T19:18:47Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780687,\n
          4309780683,\n
          4309780685,\n
          4309780686,\n
          4309780889,\n
          4309780688,\n
          4309780890,\n
          4309780892,\n
          4309780687\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431761692,\n
        "timestamp": "2016-07-18T19:18:48Z",\n
        "version": 1,\n
        "changeset": 40831267,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309780624,\n
          4309780617,\n
          4309780626,\n
          4309780636,\n
          4309780639,\n
          4309780633,\n
          4309780632,\n
          4309780631,\n
          4309780628,\n
          4309780624\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 927298394,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8603611908,\n
          8603611907,\n
          8603656822,\n
          8603656830,\n
          8603611908\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2021"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 927298395,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8603611894,\n
          8603611881,\n
          8603656826,\n
          8603611902,\n
          8603611894\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2021",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 927298396,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8603656820,\n
          8603611877,\n
          8603611886,\n
          8603611914,\n
          8603656820\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2021"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 927298397,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8603611897,\n
          8603611883,\n
          8603656829,\n
          8603611916,\n
          8603611897\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2021"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 927298398,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8603611911,\n
          8603611899,\n
          8603611885,\n
          8603611898,\n
          8603611911\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2021"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 927298399,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8603656824,\n
          8603611887,\n
          8603611893,\n
          8603611879,\n
          8603611884,\n
          8603611895,\n
          8603611904,\n
          8603611901,\n
          8603656824\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2021"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 927298400,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8603611891,\n
          8603611880,\n
          8603656825,\n
          8603611912,\n
          8603611900,\n
          8603611888,\n
          8603656833,\n
          8603656821,\n
          8603656831,\n
          8603656818,\n
          8603611909,\n
          8603611896,\n
          8603611882,\n
          8603656827,\n
          8603611891\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2021"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 927298401,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8603656819,\n
          8603611906,\n
          8603611889,\n
          8603656817,\n
          8603656819\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2021"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 927298402,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8603611910,\n
          8603611892,\n
          8603656832,\n
          8603656828,\n
          8603611910\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2021"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 927298403,\n
        "timestamp": "2021-04-07T20:09:18Z",\n
        "version": 1,\n
        "changeset": 102504850,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8603656827,\n
          8603611882,\n
          8603611915,\n
          8603611905,\n
          8603611913,\n
          8603611903,\n
          8603611890,\n
          8603611878,\n
          8603656823,\n
          8603656827\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2021"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1304838740,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063,\n
        "nodes": [\n
          12085154880,\n
          12085154881,\n
          12085154882,\n
          12085154883,\n
          12085154880\n
        ],\n
        "tags": {\n
          "building": "house"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1304838741,\n
        "timestamp": "2024-07-31T13:22:05Z",\n
        "version": 1,\n
        "changeset": 154649687,\n
        "user": "michel60",\n
        "uid": 211063,\n
        "nodes": [\n
          12085154884,\n
          12085154885,\n
          12085154886,\n
          12085154887,\n
          12085154884\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1304838742,\n
        "timestamp": "2024-09-02T09:29:46Z",\n
        "version": 2,\n
        "changeset": 156088577,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          12085154888,\n
          12085154889,\n
          12085154890,\n
          12085154891,\n
          12085154892,\n
          12085154893,\n
          12085154894,\n
          12085154895,\n
          12085154896,\n
          12085154897,\n
          12085154888\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1368490612,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 1,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4309770473,\n
          12674215986,\n
          12674215987,\n
          12674215988,\n
          4309770479,\n
          4309770473\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1368490613,\n
        "timestamp": "2025-03-17T20:39:56Z",\n
        "version": 1,\n
        "changeset": 163749739,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12674215992,\n
          12674215993,\n
          12674215994,\n
          12674215995,\n
          12674215992\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]