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

HTTP Client

2 Total requests
0 HTTP errors

Clients

http_client 2

Requests

GET https://geo.api.gouv.fr/communes/02270
Request options
[
  "timeout" => 10
  "headers" => [
    "Accept" => "application/json"
  ]
]
Response 200
[
  "info" => [
    "header_size" => 291
    "request_size" => 141
    "total_time" => 0.063949
    "namelookup_time" => 0.004494
    "connect_time" => 0.014559
    "pretransfer_time" => 0.028637
    "size_download" => 157.0
    "speed_download" => 2455.0
    "download_content_length" => 157.0
    "starttransfer_time" => 0.063522
    "primary_ip" => "37.59.183.65"
    "primary_port" => 443
    "local_ip" => "192.168.1.188"
    "local_port" => 39824
    "http_version" => 3
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 28549
    "connect_time_us" => 14559
    "namelookup_time_us" => 4494
    "pretransfer_time_us" => 28637
    "starttransfer_time_us" => 63522
    "posttransfer_time_us" => 28674
    "total_time_us" => 63949
    "effective_method" => "GET"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770228849.834
    "original_url" => "https://geo.api.gouv.fr/communes/02270"
    "pause_handler" => Closure(float $duration) {#1015
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#778 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1000 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host geo.api.gouv.fr:443 was resolved.\n
      * IPv6: (none)\n
      * IPv4: 37.59.183.65\n
      *   Trying 37.59.183.65: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 / X25519MLKEM768 / id-ecPublicKey\n
      * ALPN: server accepted h2\n
      * Server certificate:\n
      *  subject: CN=geo.api.gouv.fr\n
      *  start date: Jan 12 08:18:49 2026 GMT\n
      *  expire date: Apr 12 08:18:48 2026 GMT\n
      *  subjectAltName: host "geo.api.gouv.fr" matched cert's "geo.api.gouv.fr"\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 geo.api.gouv.fr (37.59.183.65) port 443\n
      * using HTTP/2\n
      * [HTTP/2] [1] OPENED stream for https://geo.api.gouv.fr/communes/02270\n
      * [HTTP/2] [1] [:method: GET]\n
      * [HTTP/2] [1] [:scheme: https]\n
      * [HTTP/2] [1] [:authority: geo.api.gouv.fr]\n
      * [HTTP/2] [1] [:path: /communes/02270]\n
      * [HTTP/2] [1] [accept: application/json]\n
      * [HTTP/2] [1] [user-agent: Symfony HttpClient (Curl)]\n
      * [HTTP/2] [1] [accept-encoding: gzip]\n
      > GET /communes/02270 HTTP/2\r\n
      Host: geo.api.gouv.fr\r\n
      Accept: application/json\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      \r\n
      * Request completely sent off\n
      < HTTP/2 200 \r\n
      < server: nginx/1.27.5\r\n
      < date: Wed, 04 Feb 2026 18:14:09 GMT\r\n
      < content-type: application/json; charset=utf-8\r\n
      < content-length: 157\r\n
      < x-powered-by: Express\r\n
      < vary: Origin\r\n
      < etag: W/"9d-eu+wo3DmXUbGsktvv90HPoIfnkU"\r\n
      < cache-control: public, max-age=3600, immutable\r\n
      < x-cache-status: MISS\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/2 200 "
    "server: nginx/1.27.5"
    "date: Wed, 04 Feb 2026 18:14:09 GMT"
    "content-type: application/json; charset=utf-8"
    "content-length: 157"
    "x-powered-by: Express"
    "vary: Origin"
    "etag: W/"9d-eu+wo3DmXUbGsktvv90HPoIfnkU""
    "cache-control: public, max-age=3600, immutable"
    "x-cache-status: MISS"
  ]
  "response_content" => [
    "{"nom":"Douchy","code":"02270","codeDepartement":"02","siren":"210202545","codeEpci":"240200493","codeRegion":"32","codesPostaux":["02590"],"population":153}"
  ]
]
POST https://overpass-api.de/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="02270"]->.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" => 7.272888
    "namelookup_time" => 0.000562
    "connect_time" => 0.042565
    "pretransfer_time" => 0.086525
    "size_upload" => 2410.0
    "size_download" => 23027.0
    "speed_download" => 3166.0
    "speed_upload" => 331.0
    "download_content_length" => 23027.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 7.231046
    "primary_ip" => "2a01:4f9:3051:3e48::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:88e4:cc06:423a:2464"
    "local_port" => 46862
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 86423
    "connect_time_us" => 42565
    "namelookup_time_us" => 562
    "pretransfer_time_us" => 86525
    "starttransfer_time_us" => 7231046
    "posttransfer_time_us" => 86523
    "total_time_us" => 7272888
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770228850.712
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1046
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1042 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1000 …}
        $execCounter: -9223372036854775796
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f9:3051:3e48::2, 2a01:4f8:261:3c4f::2\n
      * IPv4: 162.55.144.139, 65.109.112.52\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 18:14:10 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 23027\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Wed, 04 Feb 2026 18:14:10 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 23027"
    "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-04T18:12:31Z",\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": 4309808829,\n
        "lat": 49.7980426,\n
        "lon": 3.1337963,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808830,\n
        "lat": 49.7980614,\n
        "lon": 3.1325274,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808831,\n
        "lat": 49.7980735,\n
        "lon": 3.1372196,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808832,\n
        "lat": 49.7980757,\n
        "lon": 3.1332719,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808833,\n
        "lat": 49.7980776,\n
        "lon": 3.1331151,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808834,\n
        "lat": 49.7980814,\n
        "lon": 3.1354957,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808835,\n
        "lat": 49.7980848,\n
        "lon": 3.1345185,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808836,\n
        "lat": 49.7980881,\n
        "lon": 3.1344066,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808837,\n
        "lat": 49.7980897,\n
        "lon": 3.1328484,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808838,\n
        "lat": 49.7980932,\n
        "lon": 3.1327566,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808839,\n
        "lat": 49.7980944,\n
        "lon": 3.1343791,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808840,\n
        "lat": 49.7980978,\n
        "lon": 3.1326824,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808841,\n
        "lat": 49.7980979,\n
        "lon": 3.1327576,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808842,\n
        "lat": 49.7980984,\n
        "lon": 3.1344581,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808843,\n
        "lat": 49.7980986,\n
        "lon": 3.1353737,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808844,\n
        "lat": 49.7980990,\n
        "lon": 3.1326943,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808845,\n
        "lat": 49.7981019,\n
        "lon": 3.1326851,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808846,\n
        "lat": 49.7981052,\n
        "lon": 3.1338420,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808847,\n
        "lat": 49.7981056,\n
        "lon": 3.1343293,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808848,\n
        "lat": 49.7981077,\n
        "lon": 3.1344171,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808849,\n
        "lat": 49.7981084,\n
        "lon": 3.1326454,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808850,\n
        "lat": 49.7981130,\n
        "lon": 3.1334215,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808851,\n
        "lat": 49.7981137,\n
        "lon": 3.1333652,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808852,\n
        "lat": 49.7981140,\n
        "lon": 3.1343896,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808853,\n
        "lat": 49.7981231,\n
        "lon": 3.1326555,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808854,\n
        "lat": 49.7981252,\n
        "lon": 3.1343397,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808855,\n
        "lat": 49.7981281,\n
        "lon": 3.1345417,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808856,\n
        "lat": 49.7981358,\n
        "lon": 3.1331768,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808857,\n
        "lat": 49.7981369,\n
        "lon": 3.1342873,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808858,\n
        "lat": 49.7981376,\n
        "lon": 3.1332711,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808859,\n
        "lat": 49.7981417,\n
        "lon": 3.1344814,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808860,\n
        "lat": 49.7981436,\n
        "lon": 3.1325841,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808861,\n
        "lat": 49.7981482,\n
        "lon": 3.1331147,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808862,\n
        "lat": 49.7981484,\n
        "lon": 3.1331758,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808863,\n
        "lat": 49.7981559,\n
        "lon": 3.1353581,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808864,\n
        "lat": 49.7981601,\n
        "lon": 3.1356145,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808865,\n
        "lat": 49.7981616,\n
        "lon": 3.1355275,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808866,\n
        "lat": 49.7981651,\n
        "lon": 3.1353986,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808867,\n
        "lat": 49.7981672,\n
        "lon": 3.1352780,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808868,\n
        "lat": 49.7981708,\n
        "lon": 3.1353628,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808869,\n
        "lat": 49.7981743,\n
        "lon": 3.1352786,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808870,\n
        "lat": 49.7981762,\n
        "lon": 3.1352693,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808871,\n
        "lat": 49.7981782,\n
        "lon": 3.1345009,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808872,\n
        "lat": 49.7981790,\n
        "lon": 3.1354801,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808873,\n
        "lat": 49.7981797,\n
        "lon": 3.1351903,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808874,\n
        "lat": 49.7981909,\n
        "lon": 3.1351061,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808875,\n
        "lat": 49.7981923,\n
        "lon": 3.1344409,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808876,\n
        "lat": 49.7981967,\n
        "lon": 3.1352764,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808877,\n
        "lat": 49.7982035,\n
        "lon": 3.1356308,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808878,\n
        "lat": 49.7982074,\n
        "lon": 3.1352002,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808879,\n
        "lat": 49.7982074,\n
        "lon": 3.1357243,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808880,\n
        "lat": 49.7982134,\n
        "lon": 3.1356773,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808881,\n
        "lat": 49.7982160,\n
        "lon": 3.1344543,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808882,\n
        "lat": 49.7982194,\n
        "lon": 3.1351159,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808883,\n
        "lat": 49.7982209,\n
        "lon": 3.1354951,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808884,\n
        "lat": 49.7982276,\n
        "lon": 3.1344053,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808885,\n
        "lat": 49.7982388,\n
        "lon": 3.1357509,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808886,\n
        "lat": 49.7982413,\n
        "lon": 3.1357346,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808887,\n
        "lat": 49.7982481,\n
        "lon": 3.1356880,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309808888,\n
        "lat": 49.7982566,\n
        "lon": 3.1367207,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812090,\n
        "lat": 49.7907596,\n
        "lon": 3.1336378,\n
        "timestamp": "2016-07-18T19:33:56Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812091,\n
        "lat": 49.7907715,\n
        "lon": 3.1335798,\n
        "timestamp": "2016-07-18T19:33:56Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812092,\n
        "lat": 49.7907795,\n
        "lon": 3.1335848,\n
        "timestamp": "2016-07-18T19:33:56Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812093,\n
        "lat": 49.7907979,\n
        "lon": 3.1335089,\n
        "timestamp": "2016-07-18T19:33:56Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812096,\n
        "lat": 49.7908372,\n
        "lon": 3.1331239,\n
        "timestamp": "2016-07-18T19:33:56Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812097,\n
        "lat": 49.7908429,\n
        "lon": 3.1336830,\n
        "timestamp": "2016-07-18T19:33:56Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812098,\n
        "lat": 49.7908511,\n
        "lon": 3.1335399,\n
        "timestamp": "2016-07-18T19:33:56Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812099,\n
        "lat": 49.7908524,\n
        "lon": 3.1330387,\n
        "timestamp": "2016-07-18T19:33:56Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812100,\n
        "lat": 49.7908690,\n
        "lon": 3.1334620,\n
        "timestamp": "2016-07-18T19:33:56Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812101,\n
        "lat": 49.7908933,\n
        "lon": 3.1334742,\n
        "timestamp": "2016-07-18T19:33:56Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812102,\n
        "lat": 49.7909545,\n
        "lon": 3.1331763,\n
        "timestamp": "2016-07-18T19:33:56Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812103,\n
        "lat": 49.7909619,\n
        "lon": 3.1330911,\n
        "timestamp": "2016-07-18T19:33:56Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812104,\n
        "lat": 49.7931830,\n
        "lon": 3.1343119,\n
        "timestamp": "2016-07-18T19:39:36Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812105,\n
        "lat": 49.7931911,\n
        "lon": 3.1369341,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812106,\n
        "lat": 49.7931858,\n
        "lon": 3.1342496,\n
        "timestamp": "2016-07-18T19:39:36Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812107,\n
        "lat": 49.7932006,\n
        "lon": 3.1340300,\n
        "timestamp": "2016-07-18T19:39:36Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812108,\n
        "lat": 49.7932028,\n
        "lon": 3.1339813,\n
        "timestamp": "2016-07-18T19:39:36Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812109,\n
        "lat": 49.7932134,\n
        "lon": 3.1368667,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812110,\n
        "lat": 49.7932190,\n
        "lon": 3.1369260,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812111,\n
        "lat": 49.7932164,\n
        "lon": 3.1341809,\n
        "timestamp": "2016-07-18T19:39:36Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812112,\n
        "lat": 49.7932175,\n
        "lon": 3.1342529,\n
        "timestamp": "2016-07-18T19:39:36Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812113,\n
        "lat": 49.7932219,\n
        "lon": 3.1341838,\n
        "timestamp": "2016-07-18T19:39:36Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812114,\n
        "lat": 49.7932227,\n
        "lon": 3.1340758,\n
        "timestamp": "2016-07-18T19:39:36Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812115,\n
        "lat": 49.7932252,\n
        "lon": 3.1340325,\n
        "timestamp": "2016-07-18T19:39:36Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812116,\n
        "lat": 49.7932281,\n
        "lon": 3.1339836,\n
        "timestamp": "2016-07-18T19:39:36Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812117,\n
        "lat": 49.7932360,\n
        "lon": 3.1373472,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812118,\n
        "lat": 49.7932324,\n
        "lon": 3.1339096,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812119,\n
        "lat": 49.7932352,\n
        "lon": 3.1343162,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812120,\n
        "lat": 49.7932375,\n
        "lon": 3.1342544,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812121,\n
        "lat": 49.7932447,\n
        "lon": 3.1339093,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812122,\n
        "lat": 49.7932469,\n
        "lon": 3.1338517,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812123,\n
        "lat": 49.7932774,\n
        "lon": 3.1342587,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812124,\n
        "lat": 49.7932855,\n
        "lon": 3.1340855,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812125,\n
        "lat": 49.7932979,\n
        "lon": 3.1368406,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812126,\n
        "lat": 49.7932924,\n
        "lon": 3.1339618,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812127,\n
        "lat": 49.7933048,\n
        "lon": 3.1369024,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812128,\n
        "lat": 49.7933031,\n
        "lon": 3.1339624,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812129,\n
        "lat": 49.7933040,\n
        "lon": 3.1339442,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812130,\n
        "lat": 49.7933069,\n
        "lon": 3.1339446,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812131,\n
        "lat": 49.7933109,\n
        "lon": 3.1338595,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812132,\n
        "lat": 49.7933125,\n
        "lon": 3.1340692,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812133,\n
        "lat": 49.7933163,\n
        "lon": 3.1340091,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812134,\n
        "lat": 49.7933409,\n
        "lon": 3.1368940,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812135,\n
        "lat": 49.7933493,\n
        "lon": 3.1340733,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812136,\n
        "lat": 49.7933510,\n
        "lon": 3.1340132,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812137,\n
        "lat": 49.7933859,\n
        "lon": 3.1373070,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812138,\n
        "lat": 49.7934612,\n
        "lon": 3.1336449,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812139,\n
        "lat": 49.7934834,\n
        "lon": 3.1335160,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812140,\n
        "lat": 49.7934880,\n
        "lon": 3.1336777,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812141,\n
        "lat": 49.7934911,\n
        "lon": 3.1336556,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812142,\n
        "lat": 49.7935002,\n
        "lon": 3.1336799,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812143,\n
        "lat": 49.7935029,\n
        "lon": 3.1336606,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812144,\n
        "lat": 49.7935087,\n
        "lon": 3.1336630,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812145,\n
        "lat": 49.7935338,\n
        "lon": 3.1335171,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812146,\n
        "lat": 49.7935526,\n
        "lon": 3.1337070,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812147,\n
        "lat": 49.7935591,\n
        "lon": 3.1338185,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812148,\n
        "lat": 49.7936125,\n
        "lon": 3.1368205,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812149,\n
        "lat": 49.7936362,\n
        "lon": 3.1367504,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812150,\n
        "lat": 49.7936428,\n
        "lon": 3.1368124,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812151,\n
        "lat": 49.7936612,\n
        "lon": 3.1372342,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812152,\n
        "lat": 49.7936808,\n
        "lon": 3.1336868,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812153,\n
        "lat": 49.7936882,\n
        "lon": 3.1335553,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812154,\n
        "lat": 49.7936884,\n
        "lon": 3.1337967,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812155,\n
        "lat": 49.7936907,\n
        "lon": 3.1336704,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812156,\n
        "lat": 49.7937266,\n
        "lon": 3.1367268,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812157,\n
        "lat": 49.7937324,\n
        "lon": 3.1367885,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812158,\n
        "lat": 49.7937622,\n
        "lon": 3.1367805,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812159,\n
        "lat": 49.7937584,\n
        "lon": 3.1335528,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812160,\n
        "lat": 49.7937588,\n
        "lon": 3.1335717,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812161,\n
        "lat": 49.7937594,\n
        "lon": 3.1336694,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812162,\n
        "lat": 49.7937604,\n
        "lon": 3.1336465,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812163,\n
        "lat": 49.7937802,\n
        "lon": 3.1335725,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812164,\n
        "lat": 49.7937809,\n
        "lon": 3.1336472,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812165,\n
        "lat": 49.7937857,\n
        "lon": 3.1332494,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812166,\n
        "lat": 49.7937860,\n
        "lon": 3.1331371,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812167,\n
        "lat": 49.7938119,\n
        "lon": 3.1371936,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812168,\n
        "lat": 49.7938735,\n
        "lon": 3.1332502,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812169,\n
        "lat": 49.7938738,\n
        "lon": 3.1331432,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812170,\n
        "lat": 49.7939399,\n
        "lon": 3.1337390,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812171,\n
        "lat": 49.7939454,\n
        "lon": 3.1336260,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812172,\n
        "lat": 49.7940011,\n
        "lon": 3.1336324,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812173,\n
        "lat": 49.7940021,\n
        "lon": 3.1336129,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812174,\n
        "lat": 49.7940253,\n
        "lon": 3.1337488,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812175,\n
        "lat": 49.7940276,\n
        "lon": 3.1337022,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812176,\n
        "lat": 49.7940336,\n
        "lon": 3.1337498,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812177,\n
        "lat": 49.7940359,\n
        "lon": 3.1337032,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812178,\n
        "lat": 49.7940400,\n
        "lon": 3.1336173,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812179,\n
        "lat": 49.7941460,\n
        "lon": 3.1334500,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812180,\n
        "lat": 49.7941482,\n
        "lon": 3.1334932,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812181,\n
        "lat": 49.7942940,\n
        "lon": 3.1341215,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812182,\n
        "lat": 49.7943262,\n
        "lon": 3.1334281,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812183,\n
        "lat": 49.7943299,\n
        "lon": 3.1334726,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812184,\n
        "lat": 49.7943336,\n
        "lon": 3.1334301,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812185,\n
        "lat": 49.7943449,\n
        "lon": 3.1336372,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812186,\n
        "lat": 49.7943560,\n
        "lon": 3.1341772,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812187,\n
        "lat": 49.7943591,\n
        "lon": 3.1334952,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812188,\n
        "lat": 49.7943599,\n
        "lon": 3.1341351,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812389,\n
        "lat": 49.7943652,\n
        "lon": 3.1334389,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812390,\n
        "lat": 49.7944189,\n
        "lon": 3.1341875,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812391,\n
        "lat": 49.7944227,\n
        "lon": 3.1341480,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812392,\n
        "lat": 49.7944270,\n
        "lon": 3.1341489,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812393,\n
        "lat": 49.7944734,\n
        "lon": 3.1335705,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812394,\n
        "lat": 49.7944779,\n
        "lon": 3.1336678,\n
        "timestamp": "2016-07-18T19:39:37Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812395,\n
        "lat": 49.7944787,\n
        "lon": 3.1335224,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812396,\n
        "lat": 49.7944847,\n
        "lon": 3.1334683,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812397,\n
        "lat": 49.7945121,\n
        "lon": 3.1342060,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812398,\n
        "lat": 49.7945164,\n
        "lon": 3.1342268,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812399,\n
        "lat": 49.7945174,\n
        "lon": 3.1341549,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812400,\n
        "lat": 49.7945178,\n
        "lon": 3.1342078,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812401,\n
        "lat": 49.7945226,\n
        "lon": 3.1362482,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812402,\n
        "lat": 49.7945242,\n
        "lon": 3.1342495,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812403,\n
        "lat": 49.7945265,\n
        "lon": 3.1342289,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812404,\n
        "lat": 49.7945317,\n
        "lon": 3.1363230,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812405,\n
        "lat": 49.7945285,\n
        "lon": 3.1342110,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812406,\n
        "lat": 49.7945343,\n
        "lon": 3.1341590,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812407,\n
        "lat": 49.7945384,\n
        "lon": 3.1341216,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812408,\n
        "lat": 49.7945607,\n
        "lon": 3.1335918,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812409,\n
        "lat": 49.7945675,\n
        "lon": 3.1334886,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812410,\n
        "lat": 49.7945870,\n
        "lon": 3.1335152,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812411,\n
        "lat": 49.7946111,\n
        "lon": 3.1335927,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812412,\n
        "lat": 49.7946180,\n
        "lon": 3.1336182,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812413,\n
        "lat": 49.7946258,\n
        "lon": 3.1366436,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812414,\n
        "lat": 49.7946244,\n
        "lon": 3.1362163,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812415,\n
        "lat": 49.7946265,\n
        "lon": 3.1335360,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812416,\n
        "lat": 49.7946334,\n
        "lon": 3.1362936,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812417,\n
        "lat": 49.7946588,\n
        "lon": 3.1368017,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812418,\n
        "lat": 49.7946520,\n
        "lon": 3.1342805,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812419,\n
        "lat": 49.7946644,\n
        "lon": 3.1341539,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812420,\n
        "lat": 49.7946716,\n
        "lon": 3.1335606,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812421,\n
        "lat": 49.7946847,\n
        "lon": 3.1339783,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812422,\n
        "lat": 49.7946926,\n
        "lon": 3.1368667,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812423,\n
        "lat": 49.7947003,\n
        "lon": 3.1366066,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812424,\n
        "lat": 49.7947031,\n
        "lon": 3.1369236,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812425,\n
        "lat": 49.7947039,\n
        "lon": 3.1366688,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812426,\n
        "lat": 49.7947084,\n
        "lon": 3.1366899,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812427,\n
        "lat": 49.7947035,\n
        "lon": 3.1342012,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812428,\n
        "lat": 49.7947125,\n
        "lon": 3.1366645,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812429,\n
        "lat": 49.7947139,\n
        "lon": 3.1369814,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812430,\n
        "lat": 49.7947170,\n
        "lon": 3.1366856,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812431,\n
        "lat": 49.7947124,\n
        "lon": 3.1336725,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812432,\n
        "lat": 49.7947248,\n
        "lon": 3.1367690,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812433,\n
        "lat": 49.7947198,\n
        "lon": 3.1335909,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812434,\n
        "lat": 49.7947224,\n
        "lon": 3.1339890,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812435,\n
        "lat": 49.7947294,\n
        "lon": 3.1342077,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812436,\n
        "lat": 49.7947368,\n
        "lon": 3.1347875,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812437,\n
        "lat": 49.7947398,\n
        "lon": 3.1348500,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812438,\n
        "lat": 49.7947469,\n
        "lon": 3.1371135,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812439,\n
        "lat": 49.7947550,\n
        "lon": 3.1368420,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812440,\n
        "lat": 49.7947490,\n
        "lon": 3.1339948,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812441,\n
        "lat": 49.7947634,\n
        "lon": 3.1369024,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812442,\n
        "lat": 49.7947568,\n
        "lon": 3.1342173,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812443,\n
        "lat": 49.7947748,\n
        "lon": 3.1342197,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812444,\n
        "lat": 49.7947837,\n
        "lon": 3.1356208,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812445,\n
        "lat": 49.7947865,\n
        "lon": 3.1354724,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812446,\n
        "lat": 49.7947886,\n
        "lon": 3.1353657,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812447,\n
        "lat": 49.7947904,\n
        "lon": 3.1356931,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812448,\n
        "lat": 49.7947890,\n
        "lon": 3.1336344,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812449,\n
        "lat": 49.7947938,\n
        "lon": 3.1340106,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812450,\n
        "lat": 49.7947987,\n
        "lon": 3.1354696,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812451,\n
        "lat": 49.7947999,\n
        "lon": 3.1356181,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812452,\n
        "lat": 49.7948006,\n
        "lon": 3.1350216,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812453,\n
        "lat": 49.7948052,\n
        "lon": 3.1369273,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812454,\n
        "lat": 49.7948043,\n
        "lon": 3.1350730,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812455,\n
        "lat": 49.7948065,\n
        "lon": 3.1356897,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812456,\n
        "lat": 49.7948102,\n
        "lon": 3.1334582,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812457,\n
        "lat": 49.7948159,\n
        "lon": 3.1334018,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812458,\n
        "lat": 49.7948207,\n
        "lon": 3.1334056,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812459,\n
        "lat": 49.7948258,\n
        "lon": 3.1350621,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812460,\n
        "lat": 49.7948296,\n
        "lon": 3.1359396,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812461,\n
        "lat": 49.7948331,\n
        "lon": 3.1353537,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812462,\n
        "lat": 49.7948391,\n
        "lon": 3.1370585,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812463,\n
        "lat": 49.7948373,\n
        "lon": 3.1349060,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812464,\n
        "lat": 49.7948405,\n
        "lon": 3.1350186,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812465,\n
        "lat": 49.7948441,\n
        "lon": 3.1359362,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812466,\n
        "lat": 49.7948550,\n
        "lon": 3.1353478,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812467,\n
        "lat": 49.7948579,\n
        "lon": 3.1361032,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812468,\n
        "lat": 49.7948565,\n
        "lon": 3.1332212,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812469,\n
        "lat": 49.7948654,\n
        "lon": 3.1340835,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812470,\n
        "lat": 49.7948661,\n
        "lon": 3.1334885,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812471,\n
        "lat": 49.7948699,\n
        "lon": 3.1354858,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812472,\n
        "lat": 49.7948721,\n
        "lon": 3.1340420,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812473,\n
        "lat": 49.7948726,\n
        "lon": 3.1340524,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812474,\n
        "lat": 49.7948761,\n
        "lon": 3.1360995,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812475,\n
        "lat": 49.7948775,\n
        "lon": 3.1354864,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812476,\n
        "lat": 49.7948747,\n
        "lon": 3.1340434,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812477,\n
        "lat": 49.7948782,\n
        "lon": 3.1361250,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812478,\n
        "lat": 49.7948765,\n
        "lon": 3.1334378,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812479,\n
        "lat": 49.7948826,\n
        "lon": 3.1334413,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812480,\n
        "lat": 49.7948880,\n
        "lon": 3.1349014,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812481,\n
        "lat": 49.7948895,\n
        "lon": 3.1356063,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812482,\n
        "lat": 49.7948924,\n
        "lon": 3.1350148,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812483,\n
        "lat": 49.7948940,\n
        "lon": 3.1350556,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812484,\n
        "lat": 49.7948954,\n
        "lon": 3.1356566,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812485,\n
        "lat": 49.7948987,\n
        "lon": 3.1357784,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812486,\n
        "lat": 49.7949030,\n
        "lon": 3.1367003,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812487,\n
        "lat": 49.7949007,\n
        "lon": 3.1356061,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812488,\n
        "lat": 49.7949022,\n
        "lon": 3.1359227,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812689,\n
        "lat": 49.7949025,\n
        "lon": 3.1347696,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812690,\n
        "lat": 49.7948993,\n
        "lon": 3.1339265,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812691,\n
        "lat": 49.7949038,\n
        "lon": 3.1360939,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812692,\n
        "lat": 49.7949043,\n
        "lon": 3.1348321,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812693,\n
        "lat": 49.7949058,\n
        "lon": 3.1361196,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812694,\n
        "lat": 49.7949061,\n
        "lon": 3.1356555,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812695,\n
        "lat": 49.7949068,\n
        "lon": 3.1357766,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812696,\n
        "lat": 49.7949127,\n
        "lon": 3.1359203,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812697,\n
        "lat": 49.7949156,\n
        "lon": 3.1356123,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812698,\n
        "lat": 49.7949173,\n
        "lon": 3.1356218,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812699,\n
        "lat": 49.7949174,\n
        "lon": 3.1360912,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812700,\n
        "lat": 49.7949180,\n
        "lon": 3.1356383,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812701,\n
        "lat": 49.7949228,\n
        "lon": 3.1332575,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812702,\n
        "lat": 49.7949303,\n
        "lon": 3.1368137,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812703,\n
        "lat": 49.7949272,\n
        "lon": 3.1341164,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812704,\n
        "lat": 49.7949366,\n
        "lon": 3.1366811,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812705,\n
        "lat": 49.7949396,\n
        "lon": 3.1366939,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812706,\n
        "lat": 49.7949351,\n
        "lon": 3.1340863,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812707,\n
        "lat": 49.7949371,\n
        "lon": 3.1340791,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812708,\n
        "lat": 49.7949525,\n
        "lon": 3.1366720,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812709,\n
        "lat": 49.7949556,\n
        "lon": 3.1366847,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812710,\n
        "lat": 49.7949836,\n
        "lon": 3.1370464,\n
        "timestamp": "2016-07-18T19:36:41Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812711,\n
        "lat": 49.7949947,\n
        "lon": 3.1370918,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812712,\n
        "lat": 49.7949936,\n
        "lon": 3.1341113,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812713,\n
        "lat": 49.7950008,\n
        "lon": 3.1371165,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812714,\n
        "lat": 49.7950031,\n
        "lon": 3.1370868,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812715,\n
        "lat": 49.7950045,\n
        "lon": 3.1366568,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812716,\n
        "lat": 49.7950094,\n
        "lon": 3.1371115,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812717,\n
        "lat": 49.7950208,\n
        "lon": 3.1357391,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812718,\n
        "lat": 49.7950197,\n
        "lon": 3.1339975,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812719,\n
        "lat": 49.7950244,\n
        "lon": 3.1348891,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812720,\n
        "lat": 49.7950245,\n
        "lon": 3.1349132,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812721,\n
        "lat": 49.7950288,\n
        "lon": 3.1367575,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812722,\n
        "lat": 49.7950301,\n
        "lon": 3.1371929,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812723,\n
        "lat": 49.7950317,\n
        "lon": 3.1350444,\n
        "timestamp": "2016-07-18T19:38:25Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812724,\n
        "lat": 49.7950293,\n
        "lon": 3.1333270,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812725,\n
        "lat": 49.7950491,\n
        "lon": 3.1332440,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812726,\n
        "lat": 49.7950578,\n
        "lon": 3.1370031,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812727,\n
        "lat": 49.7950621,\n
        "lon": 3.1359145,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812728,\n
        "lat": 49.7950676,\n
        "lon": 3.1349099,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812729,\n
        "lat": 49.7950732,\n
        "lon": 3.1350850,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812730,\n
        "lat": 49.7950853,\n
        "lon": 3.1333580,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812731,\n
        "lat": 49.7950949,\n
        "lon": 3.1371551,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812732,\n
        "lat": 49.7950949,\n
        "lon": 3.1350854,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812733,\n
        "lat": 49.7951051,\n
        "lon": 3.1332734,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812734,\n
        "lat": 49.7951110,\n
        "lon": 3.1364394,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812735,\n
        "lat": 49.7951137,\n
        "lon": 3.1363202,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812736,\n
        "lat": 49.7951301,\n
        "lon": 3.1378630,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812737,\n
        "lat": 49.7951339,\n
        "lon": 3.1362205,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812738,\n
        "lat": 49.7951344,\n
        "lon": 3.1361951,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812739,\n
        "lat": 49.7951363,\n
        "lon": 3.1354997,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812740,\n
        "lat": 49.7951414,\n
        "lon": 3.1377265,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812741,\n
        "lat": 49.7951383,\n
        "lon": 3.1349900,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812742,\n
        "lat": 49.7951429,\n
        "lon": 3.1349041,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812743,\n
        "lat": 49.7951515,\n
        "lon": 3.1350866,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812744,\n
        "lat": 49.7951599,\n
        "lon": 3.1364416,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812745,\n
        "lat": 49.7951630,\n
        "lon": 3.1363208,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812746,\n
        "lat": 49.7951653,\n
        "lon": 3.1362247,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812747,\n
        "lat": 49.7951660,\n
        "lon": 3.1361995,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812748,\n
        "lat": 49.7951808,\n
        "lon": 3.1377154,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812749,\n
        "lat": 49.7951870,\n
        "lon": 3.1378750,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812750,\n
        "lat": 49.7951914,\n
        "lon": 3.1375917,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812751,\n
        "lat": 49.7951918,\n
        "lon": 3.1375444,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812752,\n
        "lat": 49.7951952,\n
        "lon": 3.1375056,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812753,\n
        "lat": 49.7951987,\n
        "lon": 3.1377388,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812754,\n
        "lat": 49.7952003,\n
        "lon": 3.1377195,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812755,\n
        "lat": 49.7952020,\n
        "lon": 3.1362292,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812756,\n
        "lat": 49.7952045,\n
        "lon": 3.1362056,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812757,\n
        "lat": 49.7952072,\n
        "lon": 3.1354706,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812758,\n
        "lat": 49.7952110,\n
        "lon": 3.1375957,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812759,\n
        "lat": 49.7952150,\n
        "lon": 3.1375492,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812760,\n
        "lat": 49.7952127,\n
        "lon": 3.1364446,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812761,\n
        "lat": 49.7952136,\n
        "lon": 3.1364358,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812762,\n
        "lat": 49.7952184,\n
        "lon": 3.1375103,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812763,\n
        "lat": 49.7952199,\n
        "lon": 3.1377236,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812764,\n
        "lat": 49.7952195,\n
        "lon": 3.1355990,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812765,\n
        "lat": 49.7952216,\n
        "lon": 3.1356508,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812766,\n
        "lat": 49.7952219,\n
        "lon": 3.1352519,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812767,\n
        "lat": 49.7952306,\n
        "lon": 3.1375998,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812768,\n
        "lat": 49.7952283,\n
        "lon": 3.1356479,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812769,\n
        "lat": 49.7952295,\n
        "lon": 3.1356923,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812770,\n
        "lat": 49.7952344,\n
        "lon": 3.1355932,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812771,\n
        "lat": 49.7952382,\n
        "lon": 3.1375540,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812772,\n
        "lat": 49.7952397,\n
        "lon": 3.1378862,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812773,\n
        "lat": 49.7952416,\n
        "lon": 3.1375151,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812774,\n
        "lat": 49.7952515,\n
        "lon": 3.1377500,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812775,\n
        "lat": 49.7952514,\n
        "lon": 3.1358736,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812777,\n
        "lat": 49.7952551,\n
        "lon": 3.1356866,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812778,\n
        "lat": 49.7952570,\n
        "lon": 3.1354516,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812779,\n
        "lat": 49.7952582,\n
        "lon": 3.1364377,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812780,\n
        "lat": 49.7952594,\n
        "lon": 3.1360267,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812781,\n
        "lat": 49.7952624,\n
        "lon": 3.1363251,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812782,\n
        "lat": 49.7952770,\n
        "lon": 3.1360544,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812783,\n
        "lat": 49.7952805,\n
        "lon": 3.1377369,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812784,\n
        "lat": 49.7952774,\n
        "lon": 3.1360290,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812785,\n
        "lat": 49.7952876,\n
        "lon": 3.1378964,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812786,\n
        "lat": 49.7952905,\n
        "lon": 3.1376132,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812787,\n
        "lat": 49.7952906,\n
        "lon": 3.1375657,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812788,\n
        "lat": 49.7952937,\n
        "lon": 3.1375271,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812889,\n
        "lat": 49.7952949,\n
        "lon": 3.1358643,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812890,\n
        "lat": 49.7952986,\n
        "lon": 3.1377600,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812891,\n
        "lat": 49.7953001,\n
        "lon": 3.1377407,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812892,\n
        "lat": 49.7953060,\n
        "lon": 3.1360578,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812893,\n
        "lat": 49.7953101,\n
        "lon": 3.1376170,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812894,\n
        "lat": 49.7953069,\n
        "lon": 3.1360320,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812895,\n
        "lat": 49.7953138,\n
        "lon": 3.1375702,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812896,\n
        "lat": 49.7953110,\n
        "lon": 3.1351112,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812897,\n
        "lat": 49.7953169,\n
        "lon": 3.1375316,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812898,\n
        "lat": 49.7953197,\n
        "lon": 3.1377445,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812899,\n
        "lat": 49.7953208,\n
        "lon": 3.1351691,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812900,\n
        "lat": 49.7953297,\n
        "lon": 3.1376208,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812901,\n
        "lat": 49.7953283,\n
        "lon": 3.1352115,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812902,\n
        "lat": 49.7953333,\n
        "lon": 3.1379059,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812903,\n
        "lat": 49.7953370,\n
        "lon": 3.1375747,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812904,\n
        "lat": 49.7953352,\n
        "lon": 3.1360350,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812905,\n
        "lat": 49.7953401,\n
        "lon": 3.1375361,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812906,\n
        "lat": 49.7953453,\n
        "lon": 3.1377700,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812907,\n
        "lat": 49.7953443,\n
        "lon": 3.1350985,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812908,\n
        "lat": 49.7953531,\n
        "lon": 3.1351566,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812909,\n
        "lat": 49.7953580,\n
        "lon": 3.1351885,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812910,\n
        "lat": 49.7953596,\n
        "lon": 3.1353719,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812911,\n
        "lat": 49.7953677,\n
        "lon": 3.1354131,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812912,\n
        "lat": 49.7953739,\n
        "lon": 3.1377562,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812913,\n
        "lat": 49.7953790,\n
        "lon": 3.1379157,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812914,\n
        "lat": 49.7953762,\n
        "lon": 3.1337486,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812915,\n
        "lat": 49.7953854,\n
        "lon": 3.1376328,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812916,\n
        "lat": 49.7953863,\n
        "lon": 3.1375853,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812917,\n
        "lat": 49.7953898,\n
        "lon": 3.1375468,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812918,\n
        "lat": 49.7953917,\n
        "lon": 3.1377798,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812919,\n
        "lat": 49.7953935,\n
        "lon": 3.1377606,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812920,\n
        "lat": 49.7954050,\n
        "lon": 3.1376371,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812921,\n
        "lat": 49.7954094,\n
        "lon": 3.1375903,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812922,\n
        "lat": 49.7954129,\n
        "lon": 3.1375519,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812923,\n
        "lat": 49.7954061,\n
        "lon": 3.1336179,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812924,\n
        "lat": 49.7954131,\n
        "lon": 3.1377649,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812925,\n
        "lat": 49.7954246,\n
        "lon": 3.1376415,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812926,\n
        "lat": 49.7954197,\n
        "lon": 3.1335587,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812927,\n
        "lat": 49.7954267,\n
        "lon": 3.1379256,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812928,\n
        "lat": 49.7954324,\n
        "lon": 3.1375954,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812929,\n
        "lat": 49.7954314,\n
        "lon": 3.1350671,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812930,\n
        "lat": 49.7954319,\n
        "lon": 3.1350706,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812931,\n
        "lat": 49.7954360,\n
        "lon": 3.1375569,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812932,\n
        "lat": 49.7954401,\n
        "lon": 3.1377901,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812933,\n
        "lat": 49.7954367,\n
        "lon": 3.1351051,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812934,\n
        "lat": 49.7954441,\n
        "lon": 3.1351574,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812935,\n
        "lat": 49.7954456,\n
        "lon": 3.1350659,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812936,\n
        "lat": 49.7954442,\n
        "lon": 3.1342371,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812937,\n
        "lat": 49.7954483,\n
        "lon": 3.1355593,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812938,\n
        "lat": 49.7954508,\n
        "lon": 3.1351009,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812939,\n
        "lat": 49.7954579,\n
        "lon": 3.1336462,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812940,\n
        "lat": 49.7954582,\n
        "lon": 3.1341555,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812941,\n
        "lat": 49.7954676,\n
        "lon": 3.1356795,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812942,\n
        "lat": 49.7954706,\n
        "lon": 3.1335883,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812943,\n
        "lat": 49.7954796,\n
        "lon": 3.1379369,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812944,\n
        "lat": 49.7954730,\n
        "lon": 3.1342493,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812945,\n
        "lat": 49.7954798,\n
        "lon": 3.1360822,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812946,\n
        "lat": 49.7954821,\n
        "lon": 3.1361333,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812947,\n
        "lat": 49.7954847,\n
        "lon": 3.1360185,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812948,\n
        "lat": 49.7954877,\n
        "lon": 3.1360812,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812949,\n
        "lat": 49.7954916,\n
        "lon": 3.1378011,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812950,\n
        "lat": 49.7954866,\n
        "lon": 3.1341668,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812951,\n
        "lat": 49.7954906,\n
        "lon": 3.1361325,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812952,\n
        "lat": 49.7954902,\n
        "lon": 3.1341450,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812953,\n
        "lat": 49.7954904,\n
        "lon": 3.1332530,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812954,\n
        "lat": 49.7954940,\n
        "lon": 3.1361960,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812955,\n
        "lat": 49.7954973,\n
        "lon": 3.1353199,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812956,\n
        "lat": 49.7955046,\n
        "lon": 3.1353645,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812957,\n
        "lat": 49.7955048,\n
        "lon": 3.1338167,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812958,\n
        "lat": 49.7955309,\n
        "lon": 3.1355290,\n
        "timestamp": "2016-07-18T19:38:26Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812959,\n
        "lat": 49.7955281,\n
        "lon": 3.1342963,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812960,\n
        "lat": 49.7955322,\n
        "lon": 3.1350712,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812961,\n
        "lat": 49.7955379,\n
        "lon": 3.1379493,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812962,\n
        "lat": 49.7955315,\n
        "lon": 3.1342731,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812963,\n
        "lat": 49.7955341,\n
        "lon": 3.1336878,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812964,\n
        "lat": 49.7955386,\n
        "lon": 3.1355785,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812965,\n
        "lat": 49.7955379,\n
        "lon": 3.1343010,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812966,\n
        "lat": 49.7955426,\n
        "lon": 3.1351632,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812967,\n
        "lat": 49.7955409,\n
        "lon": 3.1332806,\n
        "timestamp": "2016-07-18T19:39:38Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812968,\n
        "lat": 49.7955420,\n
        "lon": 3.1342773,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812969,\n
        "lat": 49.7955499,\n
        "lon": 3.1378135,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812970,\n
        "lat": 49.7955470,\n
        "lon": 3.1354646,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812971,\n
        "lat": 49.7955495,\n
        "lon": 3.1356489,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812972,\n
        "lat": 49.7955473,\n
        "lon": 3.1343038,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812973,\n
        "lat": 49.7955539,\n
        "lon": 3.1350663,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812974,\n
        "lat": 49.7955506,\n
        "lon": 3.1342812,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812975,\n
        "lat": 49.7955560,\n
        "lon": 3.1355373,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812976,\n
        "lat": 49.7955593,\n
        "lon": 3.1333993,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812977,\n
        "lat": 49.7955598,\n
        "lon": 3.1341734,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812978,\n
        "lat": 49.7955646,\n
        "lon": 3.1351562,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812979,\n
        "lat": 49.7955655,\n
        "lon": 3.1335233,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812980,\n
        "lat": 49.7955696,\n
        "lon": 3.1333829,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812981,\n
        "lat": 49.7955738,\n
        "lon": 3.1354569,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812982,\n
        "lat": 49.7955783,\n
        "lon": 3.1352705,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812983,\n
        "lat": 49.7955841,\n
        "lon": 3.1355294,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812984,\n
        "lat": 49.7955873,\n
        "lon": 3.1354308,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812985,\n
        "lat": 49.7955900,\n
        "lon": 3.1355606,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812986,\n
        "lat": 49.7955918,\n
        "lon": 3.1354636,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812987,\n
        "lat": 49.7955927,\n
        "lon": 3.1333799,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309812988,\n
        "lat": 49.7955993,\n
        "lon": 3.1356303,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813089,\n
        "lat": 49.7956003,\n
        "lon": 3.1335202,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813090,\n
        "lat": 49.7956111,\n
        "lon": 3.1350491,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813091,\n
        "lat": 49.7956109,\n
        "lon": 3.1343058,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813092,\n
        "lat": 49.7956171,\n
        "lon": 3.1343316,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813093,\n
        "lat": 49.7956227,\n
        "lon": 3.1351530,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813094,\n
        "lat": 49.7956197,\n
        "lon": 3.1343094,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813095,\n
        "lat": 49.7956250,\n
        "lon": 3.1342243,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813096,\n
        "lat": 49.7956287,\n
        "lon": 3.1352059,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813097,\n
        "lat": 49.7956287,\n
        "lon": 3.1342025,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813098,\n
        "lat": 49.7956340,\n
        "lon": 3.1352532,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813099,\n
        "lat": 49.7956312,\n
        "lon": 3.1339099,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813100,\n
        "lat": 49.7956330,\n
        "lon": 3.1343381,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813101,\n
        "lat": 49.7956344,\n
        "lon": 3.1331176,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813102,\n
        "lat": 49.7956381,\n
        "lon": 3.1351489,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813103,\n
        "lat": 49.7956356,\n
        "lon": 3.1331617,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813104,\n
        "lat": 49.7956365,\n
        "lon": 3.1343165,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813105,\n
        "lat": 49.7956433,\n
        "lon": 3.1352010,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813106,\n
        "lat": 49.7956420,\n
        "lon": 3.1332503,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813107,\n
        "lat": 49.7956507,\n
        "lon": 3.1342355,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813108,\n
        "lat": 49.7956515,\n
        "lon": 3.1338342,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813109,\n
        "lat": 49.7956588,\n
        "lon": 3.1331112,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813110,\n
        "lat": 49.7956710,\n
        "lon": 3.1359909,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813111,\n
        "lat": 49.7956734,\n
        "lon": 3.1353998,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813112,\n
        "lat": 49.7956786,\n
        "lon": 3.1354335,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813113,\n
        "lat": 49.7956821,\n
        "lon": 3.1361650,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813114,\n
        "lat": 49.7956842,\n
        "lon": 3.1354700,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813115,\n
        "lat": 49.7956968,\n
        "lon": 3.1363113,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813116,\n
        "lat": 49.7956973,\n
        "lon": 3.1361625,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813117,\n
        "lat": 49.7956985,\n
        "lon": 3.1362417,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813118,\n
        "lat": 49.7956985,\n
        "lon": 3.1364534,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813119,\n
        "lat": 49.7956998,\n
        "lon": 3.1364578,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813120,\n
        "lat": 49.7957046,\n
        "lon": 3.1367685,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813121,\n
        "lat": 49.7957047,\n
        "lon": 3.1367075,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813122,\n
        "lat": 49.7957044,\n
        "lon": 3.1352498,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813123,\n
        "lat": 49.7957103,\n
        "lon": 3.1352919,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813124,\n
        "lat": 49.7957129,\n
        "lon": 3.1332405,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813125,\n
        "lat": 49.7957230,\n
        "lon": 3.1358873,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813126,\n
        "lat": 49.7957231,\n
        "lon": 3.1358490,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813127,\n
        "lat": 49.7957228,\n
        "lon": 3.1342945,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813128,\n
        "lat": 49.7957264,\n
        "lon": 3.1361371,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813129,\n
        "lat": 49.7957266,\n
        "lon": 3.1361576,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813130,\n
        "lat": 49.7957279,\n
        "lon": 3.1362405,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813131,\n
        "lat": 49.7957290,\n
        "lon": 3.1363097,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813132,\n
        "lat": 49.7957308,\n
        "lon": 3.1353790,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813133,\n
        "lat": 49.7957361,\n
        "lon": 3.1367694,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813134,\n
        "lat": 49.7957374,\n
        "lon": 3.1367085,\n
        "timestamp": "2016-07-18T19:36:42Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813135,\n
        "lat": 49.7957355,\n
        "lon": 3.1354133,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813136,\n
        "lat": 49.7957405,\n
        "lon": 3.1354494,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813137,\n
        "lat": 49.7957413,\n
        "lon": 3.1342299,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813138,\n
        "lat": 49.7957424,\n
        "lon": 3.1339715,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813139,\n
        "lat": 49.7957475,\n
        "lon": 3.1343099,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813140,\n
        "lat": 49.7957545,\n
        "lon": 3.1351723,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813141,\n
        "lat": 49.7957551,\n
        "lon": 3.1361567,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813142,\n
        "lat": 49.7957556,\n
        "lon": 3.1361378,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813143,\n
        "lat": 49.7957599,\n
        "lon": 3.1364559,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813144,\n
        "lat": 49.7957622,\n
        "lon": 3.1352283,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813145,\n
        "lat": 49.7957600,\n
        "lon": 3.1338938,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813146,\n
        "lat": 49.7957658,\n
        "lon": 3.1355619,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813147,\n
        "lat": 49.7957682,\n
        "lon": 3.1352715,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813148,\n
        "lat": 49.7957650,\n
        "lon": 3.1342444,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813149,\n
        "lat": 49.7957688,\n
        "lon": 3.1356916,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813150,\n
        "lat": 49.7957724,\n
        "lon": 3.1358468,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813151,\n
        "lat": 49.7957733,\n
        "lon": 3.1358843,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813152,\n
        "lat": 49.7957851,\n
        "lon": 3.1348673,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813153,\n
        "lat": 49.7957885,\n
        "lon": 3.1348473,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813154,\n
        "lat": 49.7957960,\n
        "lon": 3.1355625,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813155,\n
        "lat": 49.7957982,\n
        "lon": 3.1353553,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813156,\n
        "lat": 49.7957983,\n
        "lon": 3.1356904,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813157,\n
        "lat": 49.7957950,\n
        "lon": 3.1343107,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813158,\n
        "lat": 49.7958019,\n
        "lon": 3.1353899,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813159,\n
        "lat": 49.7958058,\n
        "lon": 3.1356902,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813160,\n
        "lat": 49.7958083,\n
        "lon": 3.1348751,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813161,\n
        "lat": 49.7958094,\n
        "lon": 3.1358821,\n
        "timestamp": "2016-07-18T19:38:27Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813162,\n
        "lat": 49.7958117,\n
        "lon": 3.1348562,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813163,\n
        "lat": 49.7958152,\n
        "lon": 3.1363141,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813164,\n
        "lat": 49.7958160,\n
        "lon": 3.1363005,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813165,\n
        "lat": 49.7958194,\n
        "lon": 3.1369994,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813166,\n
        "lat": 49.7958199,\n
        "lon": 3.1369504,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813167,\n
        "lat": 49.7958187,\n
        "lon": 3.1363263,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813168,\n
        "lat": 49.7958212,\n
        "lon": 3.1354066,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813169,\n
        "lat": 49.7958250,\n
        "lon": 3.1367415,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813170,\n
        "lat": 49.7958225,\n
        "lon": 3.1362824,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813171,\n
        "lat": 49.7958262,\n
        "lon": 3.1366047,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813172,\n
        "lat": 49.7958235,\n
        "lon": 3.1363351,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813173,\n
        "lat": 49.7958220,\n
        "lon": 3.1342140,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813174,\n
        "lat": 49.7958256,\n
        "lon": 3.1355545,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813175,\n
        "lat": 49.7958275,\n
        "lon": 3.1334957,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813176,\n
        "lat": 49.7958335,\n
        "lon": 3.1362721,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813177,\n
        "lat": 49.7958357,\n
        "lon": 3.1363435,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813178,\n
        "lat": 49.7958361,\n
        "lon": 3.1363493,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813179,\n
        "lat": 49.7958335,\n
        "lon": 3.1338686,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813180,\n
        "lat": 49.7958339,\n
        "lon": 3.1338537,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813181,\n
        "lat": 49.7958383,\n
        "lon": 3.1362385,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813182,\n
        "lat": 49.7958387,\n
        "lon": 3.1362294,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813183,\n
        "lat": 49.7958409,\n
        "lon": 3.1355633,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813184,\n
        "lat": 49.7958414,\n
        "lon": 3.1363503,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813185,\n
        "lat": 49.7958416,\n
        "lon": 3.1363428,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813186,\n
        "lat": 49.7958422,\n
        "lon": 3.1361950,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813187,\n
        "lat": 49.7958430,\n
        "lon": 3.1361854,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813298,\n
        "lat": 49.7958433,\n
        "lon": 3.1362717,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813299,\n
        "lat": 49.7958455,\n
        "lon": 3.1362396,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813300,\n
        "lat": 49.7958459,\n
        "lon": 3.1362304,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813301,\n
        "lat": 49.7958463,\n
        "lon": 3.1358558,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813302,\n
        "lat": 49.7958464,\n
        "lon": 3.1361563,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813303,\n
        "lat": 49.7958474,\n
        "lon": 3.1361449,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813304,\n
        "lat": 49.7958511,\n
        "lon": 3.1369999,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813305,\n
        "lat": 49.7958479,\n
        "lon": 3.1351420,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813306,\n
        "lat": 49.7958481,\n
        "lon": 3.1361961,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813307,\n
        "lat": 49.7958447,\n
        "lon": 3.1338527,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813308,\n
        "lat": 49.7958518,\n
        "lon": 3.1369516,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813309,\n
        "lat": 49.7958454,\n
        "lon": 3.1338675,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813310,\n
        "lat": 49.7958455,\n
        "lon": 3.1338704,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813311,\n
        "lat": 49.7958496,\n
        "lon": 3.1361867,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813312,\n
        "lat": 49.7958504,\n
        "lon": 3.1361128,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813313,\n
        "lat": 49.7958511,\n
        "lon": 3.1361049,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813314,\n
        "lat": 49.7958523,\n
        "lon": 3.1361570,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813315,\n
        "lat": 49.7958532,\n
        "lon": 3.1361463,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813316,\n
        "lat": 49.7958546,\n
        "lon": 3.1360705,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813317,\n
        "lat": 49.7958549,\n
        "lon": 3.1360642,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813318,\n
        "lat": 49.7958559,\n
        "lon": 3.1361138,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813319,\n
        "lat": 49.7958567,\n
        "lon": 3.1361056,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813320,\n
        "lat": 49.7958576,\n
        "lon": 3.1363649,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813321,\n
        "lat": 49.7958557,\n
        "lon": 3.1330802,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813322,\n
        "lat": 49.7958598,\n
        "lon": 3.1360653,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813323,\n
        "lat": 49.7958602,\n
        "lon": 3.1360724,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813324,\n
        "lat": 49.7958603,\n
        "lon": 3.1363442,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813325,\n
        "lat": 49.7958603,\n
        "lon": 3.1363707,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813326,\n
        "lat": 49.7958614,\n
        "lon": 3.1352383,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813327,\n
        "lat": 49.7958620,\n
        "lon": 3.1363603,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813328,\n
        "lat": 49.7958625,\n
        "lon": 3.1360581,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813329,\n
        "lat": 49.7958641,\n
        "lon": 3.1363683,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813330,\n
        "lat": 49.7958647,\n
        "lon": 3.1360599,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813331,\n
        "lat": 49.7958647,\n
        "lon": 3.1360657,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813332,\n
        "lat": 49.7958631,\n
        "lon": 3.1332192,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813333,\n
        "lat": 49.7958697,\n
        "lon": 3.1333443,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813334,\n
        "lat": 49.7958740,\n
        "lon": 3.1363938,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813335,\n
        "lat": 49.7958761,\n
        "lon": 3.1363873,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813336,\n
        "lat": 49.7958779,\n
        "lon": 3.1363973,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813337,\n
        "lat": 49.7958804,\n
        "lon": 3.1363923,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813338,\n
        "lat": 49.7958806,\n
        "lon": 3.1360684,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813339,\n
        "lat": 49.7958774,\n
        "lon": 3.1334903,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813340,\n
        "lat": 49.7958846,\n
        "lon": 3.1370004,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813341,\n
        "lat": 49.7958850,\n
        "lon": 3.1369517,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813342,\n
        "lat": 49.7958817,\n
        "lon": 3.1360615,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813343,\n
        "lat": 49.7958872,\n
        "lon": 3.1367428,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813344,\n
        "lat": 49.7958894,\n
        "lon": 3.1366060,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813345,\n
        "lat": 49.7958861,\n
        "lon": 3.1360737,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813346,\n
        "lat": 49.7958867,\n
        "lon": 3.1360633,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813347,\n
        "lat": 49.7958901,\n
        "lon": 3.1360724,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813348,\n
        "lat": 49.7958909,\n
        "lon": 3.1360662,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813349,\n
        "lat": 49.7958925,\n
        "lon": 3.1354022,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813350,\n
        "lat": 49.7958930,\n
        "lon": 3.1358557,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813351,\n
        "lat": 49.7958942,\n
        "lon": 3.1360217,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813352,\n
        "lat": 49.7958952,\n
        "lon": 3.1360089,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813353,\n
        "lat": 49.7958975,\n
        "lon": 3.1355531,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813354,\n
        "lat": 49.7958980,\n
        "lon": 3.1363936,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813355,\n
        "lat": 49.7958981,\n
        "lon": 3.1360668,\n
        "timestamp": "2016-07-18T19:38:28Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813356,\n
        "lat": 49.7958981,\n
        "lon": 3.1364007,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813357,\n
        "lat": 49.7958962,\n
        "lon": 3.1338685,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813358,\n
        "lat": 49.7959022,\n
        "lon": 3.1360236,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813359,\n
        "lat": 49.7959026,\n
        "lon": 3.1363927,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813360,\n
        "lat": 49.7959026,\n
        "lon": 3.1363989,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813361,\n
        "lat": 49.7959037,\n
        "lon": 3.1360098,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813362,\n
        "lat": 49.7959045,\n
        "lon": 3.1350620,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813363,\n
        "lat": 49.7959012,\n
        "lon": 3.1343856,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813364,\n
        "lat": 49.7959053,\n
        "lon": 3.1359982,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813365,\n
        "lat": 49.7959075,\n
        "lon": 3.1355653,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813366,\n
        "lat": 49.7959103,\n
        "lon": 3.1359985,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813367,\n
        "lat": 49.7959104,\n
        "lon": 3.1360113,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813368,\n
        "lat": 49.7959110,\n
        "lon": 3.1358538,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813369,\n
        "lat": 49.7959114,\n
        "lon": 3.1349291,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813370,\n
        "lat": 49.7959118,\n
        "lon": 3.1351205,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813371,\n
        "lat": 49.7959144,\n
        "lon": 3.1363831,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813372,\n
        "lat": 49.7959194,\n
        "lon": 3.1363909,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813373,\n
        "lat": 49.7959211,\n
        "lon": 3.1363994,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813374,\n
        "lat": 49.7959213,\n
        "lon": 3.1363847,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813375,\n
        "lat": 49.7959221,\n
        "lon": 3.1363948,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813376,\n
        "lat": 49.7959233,\n
        "lon": 3.1363667,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813377,\n
        "lat": 49.7959241,\n
        "lon": 3.1350579,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813378,\n
        "lat": 49.7959264,\n
        "lon": 3.1364030,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813379,\n
        "lat": 49.7959266,\n
        "lon": 3.1363851,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813380,\n
        "lat": 49.7959271,\n
        "lon": 3.1363740,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813381,\n
        "lat": 49.7959286,\n
        "lon": 3.1363964,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813382,\n
        "lat": 49.7959289,\n
        "lon": 3.1342853,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813383,\n
        "lat": 49.7959364,\n
        "lon": 3.1363964,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813384,\n
        "lat": 49.7959374,\n
        "lon": 3.1348957,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813385,\n
        "lat": 49.7959360,\n
        "lon": 3.1337875,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813386,\n
        "lat": 49.7959399,\n
        "lon": 3.1360162,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813387,\n
        "lat": 49.7959402,\n
        "lon": 3.1350805,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813388,\n
        "lat": 49.7959413,\n
        "lon": 3.1349257,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813389,\n
        "lat": 49.7959414,\n
        "lon": 3.1360054,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813390,\n
        "lat": 49.7959386,\n
        "lon": 3.1338477,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813391,\n
        "lat": 49.7959448,\n
        "lon": 3.1348571,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813392,\n
        "lat": 49.7959450,\n
        "lon": 3.1351093,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813393,\n
        "lat": 49.7959456,\n
        "lon": 3.1360396,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813394,\n
        "lat": 49.7959464,\n
        "lon": 3.1360306,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813395,\n
        "lat": 49.7959484,\n
        "lon": 3.1360186,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813396,\n
        "lat": 49.7959486,\n
        "lon": 3.1360056,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813397,\n
        "lat": 49.7959514,\n
        "lon": 3.1348249,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813398,\n
        "lat": 49.7959526,\n
        "lon": 3.1350150,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813399,\n
        "lat": 49.7959530,\n
        "lon": 3.1360449,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813400,\n
        "lat": 49.7959531,\n
        "lon": 3.1364070,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813401,\n
        "lat": 49.7959534,\n
        "lon": 3.1364003,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813402,\n
        "lat": 49.7959559,\n
        "lon": 3.1360310,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813403,\n
        "lat": 49.7959563,\n
        "lon": 3.1360206,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813404,\n
        "lat": 49.7959571,\n
        "lon": 3.1350510,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813405,\n
        "lat": 49.7959586,\n
        "lon": 3.1360520,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813406,\n
        "lat": 49.7959587,\n
        "lon": 3.1352038,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813407,\n
        "lat": 49.7959592,\n
        "lon": 3.1362787,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813408,\n
        "lat": 49.7959594,\n
        "lon": 3.1364074,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813409,\n
        "lat": 49.7959595,\n
        "lon": 3.1364008,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813410,\n
        "lat": 49.7959597,\n
        "lon": 3.1362841,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813411,\n
        "lat": 49.7959608,\n
        "lon": 3.1350731,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813412,\n
        "lat": 49.7959616,\n
        "lon": 3.1363941,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813413,\n
        "lat": 49.7959628,\n
        "lon": 3.1362777,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813414,\n
        "lat": 49.7959629,\n
        "lon": 3.1360652,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813415,\n
        "lat": 49.7959632,\n
        "lon": 3.1360799,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813416,\n
        "lat": 49.7959641,\n
        "lon": 3.1362573,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813417,\n
        "lat": 49.7959648,\n
        "lon": 3.1362487,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813418,\n
        "lat": 49.7959649,\n
        "lon": 3.1363951,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813419,\n
        "lat": 49.7959650,\n
        "lon": 3.1363451,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813420,\n
        "lat": 49.7959652,\n
        "lon": 3.1364005,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813421,\n
        "lat": 49.7959655,\n
        "lon": 3.1347595,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813422,\n
        "lat": 49.7959668,\n
        "lon": 3.1362169,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813423,\n
        "lat": 49.7959679,\n
        "lon": 3.1362095,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813424,\n
        "lat": 49.7959694,\n
        "lon": 3.1361763,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813425,\n
        "lat": 49.7959711,\n
        "lon": 3.1361684,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813426,\n
        "lat": 49.7959718,\n
        "lon": 3.1362573,\n
        "timestamp": "2016-07-18T19:38:29Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813427,\n
        "lat": 49.7959718,\n
        "lon": 3.1362865,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813428,\n
        "lat": 49.7959720,\n
        "lon": 3.1362494,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813429,\n
        "lat": 49.7959721,\n
        "lon": 3.1360815,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813430,\n
        "lat": 49.7959728,\n
        "lon": 3.1360748,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813431,\n
        "lat": 49.7959732,\n
        "lon": 3.1349540,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813432,\n
        "lat": 49.7959735,\n
        "lon": 3.1361319,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813433,\n
        "lat": 49.7959746,\n
        "lon": 3.1362102,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813434,\n
        "lat": 49.7959748,\n
        "lon": 3.1361241,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813435,\n
        "lat": 49.7959749,\n
        "lon": 3.1362173,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813436,\n
        "lat": 49.7959760,\n
        "lon": 3.1346892,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813437,\n
        "lat": 49.7959729,\n
        "lon": 3.1340275,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813438,\n
        "lat": 49.7959799,\n
        "lon": 3.1367423,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813439,\n
        "lat": 49.7959767,\n
        "lon": 3.1360920,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813440,\n
        "lat": 49.7959767,\n
        "lon": 3.1362940,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813441,\n
        "lat": 49.7959772,\n
        "lon": 3.1349551,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813442,\n
        "lat": 49.7959774,\n
        "lon": 3.1360751,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813443,\n
        "lat": 49.7959774,\n
        "lon": 3.1363261,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813444,\n
        "lat": 49.7959776,\n
        "lon": 3.1360829,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813445,\n
        "lat": 49.7959778,\n
        "lon": 3.1361687,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813446,\n
        "lat": 49.7959779,\n
        "lon": 3.1361765,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813447,\n
        "lat": 49.7959816,\n
        "lon": 3.1366064,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813448,\n
        "lat": 49.7959795,\n
        "lon": 3.1363021,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813449,\n
        "lat": 49.7959806,\n
        "lon": 3.1363155,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813450,\n
        "lat": 49.7959810,\n
        "lon": 3.1361253,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813451,\n
        "lat": 49.7959810,\n
        "lon": 3.1361332,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813452,\n
        "lat": 49.7959811,\n
        "lon": 3.1350064,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813453,\n
        "lat": 49.7959778,\n
        "lon": 3.1339797,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813454,\n
        "lat": 49.7959816,\n
        "lon": 3.1350658,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813455,\n
        "lat": 49.7959823,\n
        "lon": 3.1349058,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813456,\n
        "lat": 49.7959480,\n
        "lon": 3.1323834,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813457,\n
        "lat": 49.7959836,\n
        "lon": 3.1360837,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813458,\n
        "lat": 49.7959836,\n
        "lon": 3.1360915,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813459,\n
        "lat": 49.7959858,\n
        "lon": 3.1349078,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813460,\n
        "lat": 49.7959860,\n
        "lon": 3.1348732,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813461,\n
        "lat": 49.7959795,\n
        "lon": 3.1318612,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813462,\n
        "lat": 49.7959863,\n
        "lon": 3.1350948,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813463,\n
        "lat": 49.7959829,\n
        "lon": 3.1339623,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813464,\n
        "lat": 49.7959856,\n
        "lon": 3.1339864,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813465,\n
        "lat": 49.7959923,\n
        "lon": 3.1348421,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813466,\n
        "lat": 49.7959916,\n
        "lon": 3.1339671,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813467,\n
        "lat": 49.7959936,\n
        "lon": 3.1339604,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813468,\n
        "lat": 49.7959986,\n
        "lon": 3.1348479,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813469,\n
        "lat": 49.7960042,\n
        "lon": 3.1348774,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813470,\n
        "lat": 49.7960084,\n
        "lon": 3.1348514,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813471,\n
        "lat": 49.7960058,\n
        "lon": 3.1330186,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813472,\n
        "lat": 49.7960105,\n
        "lon": 3.1347742,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813473,\n
        "lat": 49.7960075,\n
        "lon": 3.1331869,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813474,\n
        "lat": 49.7960075,\n
        "lon": 3.1332215,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813475,\n
        "lat": 49.7960220,\n
        "lon": 3.1347027,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813476,\n
        "lat": 49.7960225,\n
        "lon": 3.1346997,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813477,\n
        "lat": 49.7960381,\n
        "lon": 3.1350809,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813478,\n
        "lat": 49.7960389,\n
        "lon": 3.1350765,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813479,\n
        "lat": 49.7960459,\n
        "lon": 3.1367421,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813480,\n
        "lat": 49.7960466,\n
        "lon": 3.1366061,\n
        "timestamp": "2016-07-18T19:36:43Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813481,\n
        "lat": 49.7960476,\n
        "lon": 3.1340817,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813482,\n
        "lat": 49.7960328,\n
        "lon": 3.1327494,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813483,\n
        "lat": 49.7960482,\n
        "lon": 3.1337746,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813484,\n
        "lat": 49.7960529,\n
        "lon": 3.1351703,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813485,\n
        "lat": 49.7960496,\n
        "lon": 3.1338336,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813486,\n
        "lat": 49.7960533,\n
        "lon": 3.1340010,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813487,\n
        "lat": 49.7960351,\n
        "lon": 3.1326128,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813489,\n
        "lat": 49.7960609,\n
        "lon": 3.1338688,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813490,\n
        "lat": 49.7960663,\n
        "lon": 3.1348980,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813491,\n
        "lat": 49.7960653,\n
        "lon": 3.1340162,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813492,\n
        "lat": 49.7960669,\n
        "lon": 3.1340102,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813493,\n
        "lat": 49.7960746,\n
        "lon": 3.1331839,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813494,\n
        "lat": 49.7960747,\n
        "lon": 3.1332189,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813495,\n
        "lat": 49.7960773,\n
        "lon": 3.1330982,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813496,\n
        "lat": 49.7960782,\n
        "lon": 3.1331837,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813497,\n
        "lat": 49.7960811,\n
        "lon": 3.1327648,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813498,\n
        "lat": 49.7960828,\n
        "lon": 3.1330962,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813499,\n
        "lat": 49.7960831,\n
        "lon": 3.1330167,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813500,\n
        "lat": 49.7960842,\n
        "lon": 3.1327322,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813501,\n
        "lat": 49.7960454,\n
        "lon": 3.1323981,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813502,\n
        "lat": 49.7960940,\n
        "lon": 3.1347233,\n
        "timestamp": "2016-07-18T19:38:30Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813503,\n
        "lat": 49.7960949,\n
        "lon": 3.1326164,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813504,\n
        "lat": 49.7960950,\n
        "lon": 3.1340217,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813505,\n
        "lat": 49.7961025,\n
        "lon": 3.1338709,\n
        "timestamp": "2016-07-18T19:39:39Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813506,\n
        "lat": 49.7961861,\n
        "lon": 3.1363701,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813507,\n
        "lat": 49.7962028,\n
        "lon": 3.1364447,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813508,\n
        "lat": 49.7962031,\n
        "lon": 3.1364265,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813509,\n
        "lat": 49.7962112,\n
        "lon": 3.1364271,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813510,\n
        "lat": 49.7962123,\n
        "lon": 3.1363879,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813511,\n
        "lat": 49.7962075,\n
        "lon": 3.1327997,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813512,\n
        "lat": 49.7962087,\n
        "lon": 3.1331841,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813513,\n
        "lat": 49.7962161,\n
        "lon": 3.1364446,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813514,\n
        "lat": 49.7962174,\n
        "lon": 3.1364402,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813515,\n
        "lat": 49.7962284,\n
        "lon": 3.1357695,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813516,\n
        "lat": 49.7962402,\n
        "lon": 3.1364401,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813517,\n
        "lat": 49.7962437,\n
        "lon": 3.1363404,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813518,\n
        "lat": 49.7962562,\n
        "lon": 3.1367822,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813519,\n
        "lat": 49.7962577,\n
        "lon": 3.1364319,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813520,\n
        "lat": 49.7962640,\n
        "lon": 3.1365447,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813521,\n
        "lat": 49.7962643,\n
        "lon": 3.1363428,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813522,\n
        "lat": 49.7962657,\n
        "lon": 3.1351947,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813523,\n
        "lat": 49.7962700,\n
        "lon": 3.1351418,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813524,\n
        "lat": 49.7962728,\n
        "lon": 3.1362125,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813525,\n
        "lat": 49.7962665,\n
        "lon": 3.1326633,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813526,\n
        "lat": 49.7962662,\n
        "lon": 3.1326933,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813527,\n
        "lat": 49.7962672,\n
        "lon": 3.1328161,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813528,\n
        "lat": 49.7962683,\n
        "lon": 3.1330819,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813529,\n
        "lat": 49.7962732,\n
        "lon": 3.1327417,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813530,\n
        "lat": 49.7962733,\n
        "lon": 3.1327819,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813531,\n
        "lat": 49.7962738,\n
        "lon": 3.1331864,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813532,\n
        "lat": 49.7962849,\n
        "lon": 3.1351984,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813533,\n
        "lat": 49.7962891,\n
        "lon": 3.1351455,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813534,\n
        "lat": 49.7962913,\n
        "lon": 3.1362133,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813535,\n
        "lat": 49.7962925,\n
        "lon": 3.1367841,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813536,\n
        "lat": 49.7962942,\n
        "lon": 3.1368031,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813537,\n
        "lat": 49.7962986,\n
        "lon": 3.1367716,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813538,\n
        "lat": 49.7962921,\n
        "lon": 3.1327415,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813539,\n
        "lat": 49.7962922,\n
        "lon": 3.1327817,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813540,\n
        "lat": 49.7962992,\n
        "lon": 3.1368116,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813541,\n
        "lat": 49.7963042,\n
        "lon": 3.1367665,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813542,\n
        "lat": 49.7963062,\n
        "lon": 3.1368162,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813543,\n
        "lat": 49.7963115,\n
        "lon": 3.1369097,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813544,\n
        "lat": 49.7963118,\n
        "lon": 3.1367678,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813545,\n
        "lat": 49.7963127,\n
        "lon": 3.1365490,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813546,\n
        "lat": 49.7963182,\n
        "lon": 3.1367724,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813547,\n
        "lat": 49.7963120,\n
        "lon": 3.1332184,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813548,\n
        "lat": 49.7963199,\n
        "lon": 3.1357811,\n
        "timestamp": "2016-07-18T19:41:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813549,\n
        "lat": 49.7963038,\n
        "lon": 3.1327100,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813550,\n
        "lat": 49.7963153,\n
        "lon": 3.1333104,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813551,\n
        "lat": 49.7963233,\n
        "lon": 3.1367863,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813552,\n
        "lat": 49.7963139,\n
        "lon": 3.1326567,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813553,\n
        "lat": 49.7963247,\n
        "lon": 3.1345046,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813554,\n
        "lat": 49.7963221,\n
        "lon": 3.1325109,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813555,\n
        "lat": 49.7963285,\n
        "lon": 3.1343784,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813556,\n
        "lat": 49.7963312,\n
        "lon": 3.1326574,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813557,\n
        "lat": 49.7963245,\n
        "lon": 3.1324402,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813558,\n
        "lat": 49.7963399,\n
        "lon": 3.1325150,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813559,\n
        "lat": 49.7963653,\n
        "lon": 3.1353398,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813560,\n
        "lat": 49.7963687,\n
        "lon": 3.1354461,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813561,\n
        "lat": 49.7963748,\n
        "lon": 3.1369050,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813562,\n
        "lat": 49.7963755,\n
        "lon": 3.1369281,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813563,\n
        "lat": 49.7963693,\n
        "lon": 3.1336013,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813564,\n
        "lat": 49.7963703,\n
        "lon": 3.1337356,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813565,\n
        "lat": 49.7963795,\n
        "lon": 3.1343553,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813566,\n
        "lat": 49.7963813,\n
        "lon": 3.1342791,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813567,\n
        "lat": 49.7963895,\n
        "lon": 3.1367812,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813568,\n
        "lat": 49.7963919,\n
        "lon": 3.1368390,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813569,\n
        "lat": 49.7963919,\n
        "lon": 3.1369037,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813570,\n
        "lat": 49.7963931,\n
        "lon": 3.1369274,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813571,\n
        "lat": 49.7963939,\n
        "lon": 3.1369466,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813572,\n
        "lat": 49.7964011,\n
        "lon": 3.1345102,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813573,\n
        "lat": 49.7964044,\n
        "lon": 3.1343840,\n
        "timestamp": "2016-07-18T19:40:52Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813574,\n
        "lat": 49.7964120,\n
        "lon": 3.1353343,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813575,\n
        "lat": 49.7964130,\n
        "lon": 3.1368390,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813576,\n
        "lat": 49.7964131,\n
        "lon": 3.1368660,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813577,\n
        "lat": 49.7964147,\n
        "lon": 3.1354450,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813578,\n
        "lat": 49.7964395,\n
        "lon": 3.1368644,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813579,\n
        "lat": 49.7964435,\n
        "lon": 3.1369427,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813580,\n
        "lat": 49.7964380,\n
        "lon": 3.1346661,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813581,\n
        "lat": 49.7964543,\n
        "lon": 3.1337357,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813582,\n
        "lat": 49.7964623,\n
        "lon": 3.1341993,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813583,\n
        "lat": 49.7964623,\n
        "lon": 3.1342442,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813584,\n
        "lat": 49.7964692,\n
        "lon": 3.1353275,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813585,\n
        "lat": 49.7964726,\n
        "lon": 3.1354439,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813586,\n
        "lat": 49.7964677,\n
        "lon": 3.1345597,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813587,\n
        "lat": 49.7964751,\n
        "lon": 3.1355335,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813588,\n
        "lat": 49.7964325,\n
        "lon": 3.1324565,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813589,\n
        "lat": 49.7964912,\n
        "lon": 3.1347104,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813590,\n
        "lat": 49.7964936,\n
        "lon": 3.1343616,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813591,\n
        "lat": 49.7964949,\n
        "lon": 3.1342862,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813592,\n
        "lat": 49.7964601,\n
        "lon": 3.1321308,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813593,\n
        "lat": 49.7965069,\n
        "lon": 3.1342436,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813594,\n
        "lat": 49.7965073,\n
        "lon": 3.1342360,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813595,\n
        "lat": 49.7965158,\n
        "lon": 3.1341976,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813596,\n
        "lat": 49.7965174,\n
        "lon": 3.1342365,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813597,\n
        "lat": 49.7965175,\n
        "lon": 3.1342588,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813598,\n
        "lat": 49.7965236,\n
        "lon": 3.1345947,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813599,\n
        "lat": 49.7965352,\n
        "lon": 3.1336003,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813600,\n
        "lat": 49.7965385,\n
        "lon": 3.1337369,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813601,\n
        "lat": 49.7965611,\n
        "lon": 3.1342190,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813602,\n
        "lat": 49.7965617,\n
        "lon": 3.1342550,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813603,\n
        "lat": 49.7965710,\n
        "lon": 3.1341884,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813604,\n
        "lat": 49.7965717,\n
        "lon": 3.1342188,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813605,\n
        "lat": 49.7965872,\n
        "lon": 3.1331991,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813606,\n
        "lat": 49.7965895,\n
        "lon": 3.1332747,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813607,\n
        "lat": 49.7965902,\n
        "lon": 3.1332992,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813608,\n
        "lat": 49.7966038,\n
        "lon": 3.1372544,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813609,\n
        "lat": 49.7966098,\n
        "lon": 3.1373931,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813610,\n
        "lat": 49.7966099,\n
        "lon": 3.1337376,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813611,\n
        "lat": 49.7966101,\n
        "lon": 3.1336564,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813612,\n
        "lat": 49.7966965,\n
        "lon": 3.1331912,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813613,\n
        "lat": 49.7966984,\n
        "lon": 3.1332735,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813614,\n
        "lat": 49.7966766,\n
        "lon": 3.1319604,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813615,\n
        "lat": 49.7967363,\n
        "lon": 3.1372377,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813616,\n
        "lat": 49.7967429,\n
        "lon": 3.1373754,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813617,\n
        "lat": 49.7964656,\n
        "lon": 3.1319237,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813618,\n
        "lat": 49.7967808,\n
        "lon": 3.1368298,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813619,\n
        "lat": 49.7967845,\n
        "lon": 3.1369063,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813620,\n
        "lat": 49.7967900,\n
        "lon": 3.1336596,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813621,\n
        "lat": 49.7967966,\n
        "lon": 3.1337377,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813622,\n
        "lat": 49.7968280,\n
        "lon": 3.1369035,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813623,\n
        "lat": 49.7968491,\n
        "lon": 3.1331805,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813624,\n
        "lat": 49.7968493,\n
        "lon": 3.1332792,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813625,\n
        "lat": 49.7968504,\n
        "lon": 3.1337385,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813626,\n
        "lat": 49.7968744,\n
        "lon": 3.1352846,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813627,\n
        "lat": 49.7968760,\n
        "lon": 3.1353390,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813628,\n
        "lat": 49.7968841,\n
        "lon": 3.1354893,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813629,\n
        "lat": 49.7968957,\n
        "lon": 3.1353381,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813630,\n
        "lat": 49.7968985,\n
        "lon": 3.1369562,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813631,\n
        "lat": 49.7969014,\n
        "lon": 3.1353328,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813632,\n
        "lat": 49.7969055,\n
        "lon": 3.1368962,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813633,\n
        "lat": 49.7968988,\n
        "lon": 3.1338927,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813634,\n
        "lat": 49.7969075,\n
        "lon": 3.1369422,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813635,\n
        "lat": 49.7969085,\n
        "lon": 3.1353351,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813636,\n
        "lat": 49.7969110,\n
        "lon": 3.1364749,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813637,\n
        "lat": 49.7969053,\n
        "lon": 3.1339413,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813638,\n
        "lat": 49.7969151,\n
        "lon": 3.1366036,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813639,\n
        "lat": 49.7969173,\n
        "lon": 3.1353405,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813640,\n
        "lat": 49.7969228,\n
        "lon": 3.1364739,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813641,\n
        "lat": 49.7969244,\n
        "lon": 3.1353499,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813642,\n
        "lat": 49.7969297,\n
        "lon": 3.1373702,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813643,\n
        "lat": 49.7969339,\n
        "lon": 3.1354227,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813644,\n
        "lat": 49.7969341,\n
        "lon": 3.1353690,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813645,\n
        "lat": 49.7969367,\n
        "lon": 3.1355160,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813646,\n
        "lat": 49.7969368,\n
        "lon": 3.1353832,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813647,\n
        "lat": 49.7969375,\n
        "lon": 3.1353981,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813648,\n
        "lat": 49.7969502,\n
        "lon": 3.1368920,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813649,\n
        "lat": 49.7969516,\n
        "lon": 3.1369382,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813650,\n
        "lat": 49.7969463,\n
        "lon": 3.1347490,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813651,\n
        "lat": 49.7969510,\n
        "lon": 3.1338770,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813652,\n
        "lat": 49.7969527,\n
        "lon": 3.1347101,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813653,\n
        "lat": 49.7969571,\n
        "lon": 3.1339267,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813654,\n
        "lat": 49.7969661,\n
        "lon": 3.1368905,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813655,\n
        "lat": 49.7969676,\n
        "lon": 3.1369365,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813656,\n
        "lat": 49.7969645,\n
        "lon": 3.1347547,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813657,\n
        "lat": 49.7969694,\n
        "lon": 3.1349322,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813658,\n
        "lat": 49.7969706,\n
        "lon": 3.1347164,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813659,\n
        "lat": 49.7969855,\n
        "lon": 3.1348192,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813660,\n
        "lat": 49.7969948,\n
        "lon": 3.1355141,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813661,\n
        "lat": 49.7970196,\n
        "lon": 3.1348289,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813662,\n
        "lat": 49.7970293,\n
        "lon": 3.1368080,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813663,\n
        "lat": 49.7970327,\n
        "lon": 3.1368842,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813664,\n
        "lat": 49.7970342,\n
        "lon": 3.1369348,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813665,\n
        "lat": 49.7970303,\n
        "lon": 3.1347617,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813666,\n
        "lat": 49.7970402,\n
        "lon": 3.1365958,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813667,\n
        "lat": 49.7970457,\n
        "lon": 3.1331643,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813668,\n
        "lat": 49.7970473,\n
        "lon": 3.1337374,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813669,\n
        "lat": 49.7970520,\n
        "lon": 3.1347855,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813670,\n
        "lat": 49.7970540,\n
        "lon": 3.1347690,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813671,\n
        "lat": 49.7970647,\n
        "lon": 3.1373478,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813672,\n
        "lat": 49.7970701,\n
        "lon": 3.1347111,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813673,\n
        "lat": 49.7970787,\n
        "lon": 3.1348489,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813674,\n
        "lat": 49.7970806,\n
        "lon": 3.1346058,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813675,\n
        "lat": 49.7970867,\n
        "lon": 3.1347970,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813676,\n
        "lat": 49.7971077,\n
        "lon": 3.1349804,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813677,\n
        "lat": 49.7971238,\n
        "lon": 3.1348629,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813678,\n
        "lat": 49.7971506,\n
        "lon": 3.1349940,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813679,\n
        "lat": 49.7971813,\n
        "lon": 3.1347447,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813680,\n
        "lat": 49.7971905,\n
        "lon": 3.1334678,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813681,\n
        "lat": 49.7972157,\n
        "lon": 3.1350139,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813682,\n
        "lat": 49.7972360,\n
        "lon": 3.1332575,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813683,\n
        "lat": 49.7972455,\n
        "lon": 3.1347673,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813684,\n
        "lat": 49.7972554,\n
        "lon": 3.1349905,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813685,\n
        "lat": 49.7972585,\n
        "lon": 3.1349580,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813686,\n
        "lat": 49.7972596,\n
        "lon": 3.1346505,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813687,\n
        "lat": 49.7972758,\n
        "lon": 3.1347761,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813688,\n
        "lat": 49.7970839,\n
        "lon": 3.1357883,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813689,\n
        "lat": 49.7971022,\n
        "lon": 3.1363634,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813690,\n
        "lat": 49.7973161,\n
        "lon": 3.1350089,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813691,\n
        "lat": 49.7973213,\n
        "lon": 3.1350449,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813692,\n
        "lat": 49.7973239,\n
        "lon": 3.1350195,\n
        "timestamp": "2016-07-18T19:40:53Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813693,\n
        "lat": 49.7973278,\n
        "lon": 3.1349797,\n
        "timestamp": "2016-07-18T19:40:54Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813694,\n
        "lat": 49.7972878,\n
        "lon": 3.1357635,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813695,\n
        "lat": 49.7973141,\n
        "lon": 3.1363413,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 3,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813696,\n
        "lat": 49.7974525,\n
        "lon": 3.1349617,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813697,\n
        "lat": 49.7974672,\n
        "lon": 3.1348339,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813698,\n
        "lat": 49.7974755,\n
        "lon": 3.1347748,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813699,\n
        "lat": 49.7974981,\n
        "lon": 3.1348428,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813700,\n
        "lat": 49.7975063,\n
        "lon": 3.1347836,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813701,\n
        "lat": 49.7975363,\n
        "lon": 3.1348538,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813702,\n
        "lat": 49.7975373,\n
        "lon": 3.1336604,\n
        "timestamp": "2016-07-18T19:40:54Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813703,\n
        "lat": 49.7975444,\n
        "lon": 3.1347950,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813704,\n
        "lat": 49.7975483,\n
        "lon": 3.1349883,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813705,\n
        "lat": 49.7975561,\n
        "lon": 3.1349339,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813706,\n
        "lat": 49.7975664,\n
        "lon": 3.1348624,\n
        "timestamp": "2016-07-18T19:44:57Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813707,\n
        "lat": 49.7975730,\n
        "lon": 3.1349403,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813708,\n
        "lat": 49.7975750,\n
        "lon": 3.1349391,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813709,\n
        "lat": 49.7975835,\n
        "lon": 3.1334604,\n
        "timestamp": "2016-07-18T19:40:54Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813710,\n
        "lat": 49.7975937,\n
        "lon": 3.1348805,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813711,\n
        "lat": 49.7976290,\n
        "lon": 3.1368235,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813712,\n
        "lat": 49.7976297,\n
        "lon": 3.1347687,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813713,\n
        "lat": 49.7976399,\n
        "lon": 3.1345012,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813714,\n
        "lat": 49.7976468,\n
        "lon": 3.1371153,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813715,\n
        "lat": 49.7976443,\n
        "lon": 3.1349912,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813716,\n
        "lat": 49.7976506,\n
        "lon": 3.1344738,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813717,\n
        "lat": 49.7976554,\n
        "lon": 3.1347940,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813718,\n
        "lat": 49.7976574,\n
        "lon": 3.1345198,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813719,\n
        "lat": 49.7976574,\n
        "lon": 3.1347883,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813720,\n
        "lat": 49.7976688,\n
        "lon": 3.1344922,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813721,\n
        "lat": 49.7976909,\n
        "lon": 3.1348357,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813722,\n
        "lat": 49.7976951,\n
        "lon": 3.1359695,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813723,\n
        "lat": 49.7977005,\n
        "lon": 3.1345243,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813724,\n
        "lat": 49.7977139,\n
        "lon": 3.1359128,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813725,\n
        "lat": 49.7977197,\n
        "lon": 3.1346168,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813726,\n
        "lat": 49.7977247,\n
        "lon": 3.1348751,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813727,\n
        "lat": 49.7977251,\n
        "lon": 3.1359214,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813728,\n
        "lat": 49.7977402,\n
        "lon": 3.1345617,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813729,\n
        "lat": 49.7977522,\n
        "lon": 3.1342161,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813730,\n
        "lat": 49.7977575,\n
        "lon": 3.1368054,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813731,\n
        "lat": 49.7977606,\n
        "lon": 3.1360222,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813732,\n
        "lat": 49.7977785,\n
        "lon": 3.1370988,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813733,\n
        "lat": 49.7977792,\n
        "lon": 3.1357102,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813734,\n
        "lat": 49.7977915,\n
        "lon": 3.1357220,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813735,\n
        "lat": 49.7977945,\n
        "lon": 3.1346965,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813736,\n
        "lat": 49.7977972,\n
        "lon": 3.1356527,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813737,\n
        "lat": 49.7978051,\n
        "lon": 3.1358843,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813738,\n
        "lat": 49.7978087,\n
        "lon": 3.1356623,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813739,\n
        "lat": 49.7978111,\n
        "lon": 3.1342485,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813740,\n
        "lat": 49.7978158,\n
        "lon": 3.1346414,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813741,\n
        "lat": 49.7978187,\n
        "lon": 3.1356344,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813742,\n
        "lat": 49.7978338,\n
        "lon": 3.1357942,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813743,\n
        "lat": 49.7978340,\n
        "lon": 3.1356835,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813744,\n
        "lat": 49.7978401,\n
        "lon": 3.1359105,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813745,\n
        "lat": 49.7978435,\n
        "lon": 3.1356549,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813746,\n
        "lat": 49.7978617,\n
        "lon": 3.1357065,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813747,\n
        "lat": 49.7978643,\n
        "lon": 3.1353700,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813748,\n
        "lat": 49.7978697,\n
        "lon": 3.1358232,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813749,\n
        "lat": 49.7978701,\n
        "lon": 3.1351708,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813750,\n
        "lat": 49.7978722,\n
        "lon": 3.1354036,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813751,\n
        "lat": 49.7978808,\n
        "lon": 3.1351245,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813752,\n
        "lat": 49.7978890,\n
        "lon": 3.1352491,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813753,\n
        "lat": 49.7978976,\n
        "lon": 3.1351855,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813754,\n
        "lat": 49.7978985,\n
        "lon": 3.1354598,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813755,\n
        "lat": 49.7979085,\n
        "lon": 3.1351391,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813756,\n
        "lat": 49.7979109,\n
        "lon": 3.1340873,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813757,\n
        "lat": 49.7979129,\n
        "lon": 3.1354200,\n
        "timestamp": "2016-07-18T19:43:09Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813758,\n
        "lat": 49.7979185,\n
        "lon": 3.1353398,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813759,\n
        "lat": 49.7979249,\n
        "lon": 3.1353775,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813760,\n
        "lat": 49.7979278,\n
        "lon": 3.1353789,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813761,\n
        "lat": 49.7979295,\n
        "lon": 3.1352913,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813762,\n
        "lat": 49.7979324,\n
        "lon": 3.1352711,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813763,\n
        "lat": 49.7979333,\n
        "lon": 3.1352650,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813764,\n
        "lat": 49.7979363,\n
        "lon": 3.1353485,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813765,\n
        "lat": 49.7979469,\n
        "lon": 3.1353217,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813766,\n
        "lat": 49.7979475,\n
        "lon": 3.1340312,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813767,\n
        "lat": 49.7979525,\n
        "lon": 3.1353908,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813768,\n
        "lat": 49.7979600,\n
        "lon": 3.1353051,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813769,\n
        "lat": 49.7979614,\n
        "lon": 3.1355347,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813770,\n
        "lat": 49.7979646,\n
        "lon": 3.1352812,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813771,\n
        "lat": 49.7979652,\n
        "lon": 3.1348636,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813772,\n
        "lat": 49.7979661,\n
        "lon": 3.1349209,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813773,\n
        "lat": 49.7979665,\n
        "lon": 3.1355355,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813774,\n
        "lat": 49.7979703,\n
        "lon": 3.1340319,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813775,\n
        "lat": 49.7979729,\n
        "lon": 3.1353382,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813776,\n
        "lat": 49.7979845,\n
        "lon": 3.1354436,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813777,\n
        "lat": 49.7979857,\n
        "lon": 3.1342030,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813778,\n
        "lat": 49.7979905,\n
        "lon": 3.1354298,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813779,\n
        "lat": 49.7979914,\n
        "lon": 3.1353499,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813780,\n
        "lat": 49.7979938,\n
        "lon": 3.1340913,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813781,\n
        "lat": 49.7979961,\n
        "lon": 3.1354556,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813782,\n
        "lat": 49.7980010,\n
        "lon": 3.1353001,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813783,\n
        "lat": 49.7980054,\n
        "lon": 3.1340556,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813784,\n
        "lat": 49.7980078,\n
        "lon": 3.1328310,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813785,\n
        "lat": 49.7980184,\n
        "lon": 3.1334234,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813786,\n
        "lat": 49.7980199,\n
        "lon": 3.1333652,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813787,\n
        "lat": 49.7980203,\n
        "lon": 3.1326385,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813788,\n
        "lat": 49.7980216,\n
        "lon": 3.1334232,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813789,\n
        "lat": 49.7980244,\n
        "lon": 3.1326552,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813790,\n
        "lat": 49.7980279,\n
        "lon": 3.1353729,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813791,\n
        "lat": 49.7980280,\n
        "lon": 3.1326120,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813792,\n
        "lat": 49.7980291,\n
        "lon": 3.1341028,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813793,\n
        "lat": 49.7980356,\n
        "lon": 3.1353179,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813794,\n
        "lat": 49.7980415,\n
        "lon": 3.1367604,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813795,\n
        "lat": 49.7980388,\n
        "lon": 3.1326057,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813796,\n
        "lat": 49.7980418,\n
        "lon": 3.1348629,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813797,\n
        "lat": 49.7980422,\n
        "lon": 3.1349184,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813889,\n
        "lat": 49.7982593,\n
        "lon": 3.1306022,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813890,\n
        "lat": 49.7982528,\n
        "lon": 3.1356570,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813891,\n
        "lat": 49.7982742,\n
        "lon": 3.1307382,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813892,\n
        "lat": 49.7982908,\n
        "lon": 3.1371875,\n
        "timestamp": "2016-07-18T19:41:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813893,\n
        "lat": 49.7982984,\n
        "lon": 3.1356736,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813894,\n
        "lat": 49.7983085,\n
        "lon": 3.1310510,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813895,\n
        "lat": 49.7983113,\n
        "lon": 3.1344471,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813896,\n
        "lat": 49.7983127,\n
        "lon": 3.1355847,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813897,\n
        "lat": 49.7983167,\n
        "lon": 3.1357783,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813898,\n
        "lat": 49.7983246,\n
        "lon": 3.1311985,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813899,\n
        "lat": 49.7983264,\n
        "lon": 3.1305082,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813900,\n
        "lat": 49.7983248,\n
        "lon": 3.1343821,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813901,\n
        "lat": 49.7983331,\n
        "lon": 3.1305815,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813902,\n
        "lat": 49.7983292,\n
        "lon": 3.1355908,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813903,\n
        "lat": 49.7983332,\n
        "lon": 3.1355681,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813904,\n
        "lat": 49.7983455,\n
        "lon": 3.1355726,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813905,\n
        "lat": 49.7983841,\n
        "lon": 3.1359424,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813906,\n
        "lat": 49.7983970,\n
        "lon": 3.1304899,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813907,\n
        "lat": 49.7983941,\n
        "lon": 3.1332897,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813908,\n
        "lat": 49.7983949,\n
        "lon": 3.1332730,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813909,\n
        "lat": 49.7984046,\n
        "lon": 3.1305621,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813910,\n
        "lat": 49.7983994,\n
        "lon": 3.1333563,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813911,\n
        "lat": 49.7984022,\n
        "lon": 3.1332906,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813912,\n
        "lat": 49.7984029,\n
        "lon": 3.1332739,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813913,\n
        "lat": 49.7984052,\n
        "lon": 3.1332226,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813914,\n
        "lat": 49.7984141,\n
        "lon": 3.1311272,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813915,\n
        "lat": 49.7984187,\n
        "lon": 3.1311783,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813916,\n
        "lat": 49.7984261,\n
        "lon": 3.1359949,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813917,\n
        "lat": 49.7984262,\n
        "lon": 3.1334101,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813918,\n
        "lat": 49.7984272,\n
        "lon": 3.1333585,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813919,\n
        "lat": 49.7984319,\n
        "lon": 3.1358532,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813920,\n
        "lat": 49.7984346,\n
        "lon": 3.1358567,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813921,\n
        "lat": 49.7984460,\n
        "lon": 3.1358352,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813922,\n
        "lat": 49.7984681,\n
        "lon": 3.1311129,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813923,\n
        "lat": 49.7984701,\n
        "lon": 3.1311374,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813924,\n
        "lat": 49.7984701,\n
        "lon": 3.1360500,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813925,\n
        "lat": 49.7984726,\n
        "lon": 3.1333567,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813926,\n
        "lat": 49.7984727,\n
        "lon": 3.1359046,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813927,\n
        "lat": 49.7984728,\n
        "lon": 3.1333226,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813928,\n
        "lat": 49.7984732,\n
        "lon": 3.1337413,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813929,\n
        "lat": 49.7984748,\n
        "lon": 3.1335977,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813930,\n
        "lat": 49.7984841,\n
        "lon": 3.1358823,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813931,\n
        "lat": 49.7984874,\n
        "lon": 3.1357499,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813932,\n
        "lat": 49.7984883,\n
        "lon": 3.1358742,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813933,\n
        "lat": 49.7984910,\n
        "lon": 3.1333233,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813934,\n
        "lat": 49.7984918,\n
        "lon": 3.1333089,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813935,\n
        "lat": 49.7984928,\n
        "lon": 3.1334114,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813936,\n
        "lat": 49.7984942,\n
        "lon": 3.1333580,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813937,\n
        "lat": 49.7984968,\n
        "lon": 3.1335972,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813938,\n
        "lat": 49.7984982,\n
        "lon": 3.1335595,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813939,\n
        "lat": 49.7984992,\n
        "lon": 3.1332344,\n
        "timestamp": "2016-07-18T19:44:58Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813940,\n
        "lat": 49.7984992,\n
        "lon": 3.1332507,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813941,\n
        "lat": 49.7985025,\n
        "lon": 3.1329765,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813942,\n
        "lat": 49.7985033,\n
        "lon": 3.1328430,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813943,\n
        "lat": 49.7985053,\n
        "lon": 3.1357740,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813944,\n
        "lat": 49.7985099,\n
        "lon": 3.1333111,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813945,\n
        "lat": 49.7985107,\n
        "lon": 3.1331753,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813946,\n
        "lat": 49.7985116,\n
        "lon": 3.1330965,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813947,\n
        "lat": 49.7985118,\n
        "lon": 3.1332511,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813948,\n
        "lat": 49.7985142,\n
        "lon": 3.1357887,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813949,\n
        "lat": 49.7985160,\n
        "lon": 3.1359590,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813950,\n
        "lat": 49.7985194,\n
        "lon": 3.1356911,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813951,\n
        "lat": 49.7985272,\n
        "lon": 3.1305295,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813952,\n
        "lat": 49.7985310,\n
        "lon": 3.1305633,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813953,\n
        "lat": 49.7985250,\n
        "lon": 3.1358022,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813954,\n
        "lat": 49.7985365,\n
        "lon": 3.1306181,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813955,\n
        "lat": 49.7985318,\n
        "lon": 3.1359278,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813956,\n
        "lat": 49.7985410,\n
        "lon": 3.1306645,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813957,\n
        "lat": 49.7985362,\n
        "lon": 3.1358162,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813958,\n
        "lat": 49.7985440,\n
        "lon": 3.1305614,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813959,\n
        "lat": 49.7985371,\n
        "lon": 3.1357130,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813960,\n
        "lat": 49.7985450,\n
        "lon": 3.1310889,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813961,\n
        "lat": 49.7985476,\n
        "lon": 3.1306155,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813962,\n
        "lat": 49.7985480,\n
        "lon": 3.1311178,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813963,\n
        "lat": 49.7985468,\n
        "lon": 3.1357252,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813964,\n
        "lat": 49.7985497,\n
        "lon": 3.1336921,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813965,\n
        "lat": 49.7985511,\n
        "lon": 3.1335595,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813966,\n
        "lat": 49.7985572,\n
        "lon": 3.1357382,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813967,\n
        "lat": 49.7985705,\n
        "lon": 3.1307234,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813968,\n
        "lat": 49.7985644,\n
        "lon": 3.1336933,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813969,\n
        "lat": 49.7985647,\n
        "lon": 3.1337166,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813970,\n
        "lat": 49.7985735,\n
        "lon": 3.1309808,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813971,\n
        "lat": 49.7985673,\n
        "lon": 3.1361681,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813972,\n
        "lat": 49.7985683,\n
        "lon": 3.1357512,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813973,\n
        "lat": 49.7985697,\n
        "lon": 3.1328429,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813974,\n
        "lat": 49.7985698,\n
        "lon": 3.1329781,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813975,\n
        "lat": 49.7985792,\n
        "lon": 3.1310411,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813976,\n
        "lat": 49.7985785,\n
        "lon": 3.1331756,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813977,\n
        "lat": 49.7985790,\n
        "lon": 3.1330967,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813978,\n
        "lat": 49.7985944,\n
        "lon": 3.1309375,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813979,\n
        "lat": 49.7985968,\n
        "lon": 3.1310410,\n
        "timestamp": "2016-07-18T19:44:12Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813980,\n
        "lat": 49.7985997,\n
        "lon": 3.1310727,\n
        "timestamp": "2016-07-18T19:44:12Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813981,\n
        "lat": 49.7985964,\n
        "lon": 3.1337471,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813982,\n
        "lat": 49.7985978,\n
        "lon": 3.1337185,\n
        "timestamp": "2016-07-18T19:44:59Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813983,\n
        "lat": 49.7986092,\n
        "lon": 3.1362193,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813984,\n
        "lat": 49.7986141,\n
        "lon": 3.1360804,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813985,\n
        "lat": 49.7986361,\n
        "lon": 3.1361070,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813986,\n
        "lat": 49.7986452,\n
        "lon": 3.1307024,\n
        "timestamp": "2016-07-18T19:44:12Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813987,\n
        "lat": 49.7986535,\n
        "lon": 3.1362732,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813988,\n
        "lat": 49.7986693,\n
        "lon": 3.1309186,\n
        "timestamp": "2016-07-18T19:44:12Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813989,\n
        "lat": 49.7986781,\n
        "lon": 3.1311069,\n
        "timestamp": "2016-07-18T19:44:12Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813990,\n
        "lat": 49.7986844,\n
        "lon": 3.1360203,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813991,\n
        "lat": 49.7986875,\n
        "lon": 3.1360680,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813992,\n
        "lat": 49.7986915,\n
        "lon": 3.1360263,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813993,\n
        "lat": 49.7986994,\n
        "lon": 3.1361157,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813994,\n
        "lat": 49.7987151,\n
        "lon": 3.1314880,\n
        "timestamp": "2016-07-18T19:44:12Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813995,\n
        "lat": 49.7987140,\n
        "lon": 3.1360579,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813996,\n
        "lat": 49.7987193,\n
        "lon": 3.1359740,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813997,\n
        "lat": 49.7987194,\n
        "lon": 3.1361439,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813998,\n
        "lat": 49.7987220,\n
        "lon": 3.1360713,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309813999,\n
        "lat": 49.7987327,\n
        "lon": 3.1316699,\n
        "timestamp": "2016-07-18T19:44:12Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814000,\n
        "lat": 49.7987306,\n
        "lon": 3.1359902,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814001,\n
        "lat": 49.7987417,\n
        "lon": 3.1360062,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814002,\n
        "lat": 49.7988116,\n
        "lon": 3.1310746,\n
        "timestamp": "2016-07-18T19:44:12Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814003,\n
        "lat": 49.7988166,\n
        "lon": 3.1352401,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814004,\n
        "lat": 49.7988441,\n
        "lon": 3.1355244,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814005,\n
        "lat": 49.7988456,\n
        "lon": 3.1357362,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814006,\n
        "lat": 49.7988546,\n
        "lon": 3.1314980,\n
        "timestamp": "2016-07-18T19:44:12Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814007,\n
        "lat": 49.7988479,\n
        "lon": 3.1357766,\n
        "timestamp": "2016-07-18T19:43:10Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814008,\n
        "lat": 49.7988502,\n
        "lon": 3.1357772,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814009,\n
        "lat": 49.7988590,\n
        "lon": 3.1358596,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814010,\n
        "lat": 49.7988692,\n
        "lon": 3.1316422,\n
        "timestamp": "2016-07-18T19:44:12Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814011,\n
        "lat": 49.7988691,\n
        "lon": 3.1352309,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814012,\n
        "lat": 49.7988818,\n
        "lon": 3.1357267,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814013,\n
        "lat": 49.7988824,\n
        "lon": 3.1355807,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814014,\n
        "lat": 49.7988850,\n
        "lon": 3.1356093,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814015,\n
        "lat": 49.7988859,\n
        "lon": 3.1357653,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814016,\n
        "lat": 49.7988916,\n
        "lon": 3.1357656,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814017,\n
        "lat": 49.7988946,\n
        "lon": 3.1355119,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814018,\n
        "lat": 49.7988999,\n
        "lon": 3.1355765,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814019,\n
        "lat": 49.7989001,\n
        "lon": 3.1358494,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814020,\n
        "lat": 49.7989026,\n
        "lon": 3.1356061,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814021,\n
        "lat": 49.7991033,\n
        "lon": 3.1354387,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814022,\n
        "lat": 49.7992170,\n
        "lon": 3.1363263,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814023,\n
        "lat": 49.7992319,\n
        "lon": 3.1354072,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814024,\n
        "lat": 49.7993440,\n
        "lon": 3.1362940,\n
        "timestamp": "2016-07-18T19:43:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814685,\n
        "lat": 49.7907284,\n
        "lon": 3.1330925,\n
        "timestamp": "2016-07-18T19:35:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309814686,\n
        "lat": 49.7907487,\n
        "lon": 3.1329894,\n
        "timestamp": "2016-07-18T19:35:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309816891,\n
        "lat": 49.7908079,\n
        "lon": 3.1331285,\n
        "timestamp": "2016-07-18T19:35:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4309816892,\n
        "lat": 49.7908275,\n
        "lon": 3.1330274,\n
        "timestamp": "2016-07-18T19:35:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676380,\n
        "lat": 49.7986646,\n
        "lon": 3.1313008,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676381,\n
        "lat": 49.7987493,\n
        "lon": 3.1320457,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676382,\n
        "lat": 49.7985645,\n
        "lon": 3.1320961,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676383,\n
        "lat": 49.7984797,\n
        "lon": 3.1313513,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676384,\n
        "lat": 49.7956736,\n
        "lon": 3.1307436,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676385,\n
        "lat": 49.7957400,\n
        "lon": 3.1314885,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676386,\n
        "lat": 49.7954726,\n
        "lon": 3.1315445,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676387,\n
        "lat": 49.7954078,\n
        "lon": 3.1308014,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676388,\n
        "lat": 49.7953925,\n
        "lon": 3.1306319,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676389,\n
        "lat": 49.7956582,\n
        "lon": 3.1305742,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676390,\n
        "lat": 49.7966650,\n
        "lon": 3.1321454,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676391,\n
        "lat": 49.7966882,\n
        "lon": 3.1316778,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676392,\n
        "lat": 49.7965270,\n
        "lon": 3.1316589,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676393,\n
        "lat": 49.7965219,\n
        "lon": 3.1317189,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676394,\n
        "lat": 49.7959606,\n
        "lon": 3.1316507,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676395,\n
        "lat": 49.7959465,\n
        "lon": 3.1318595,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676396,\n
        "lat": 49.7967464,\n
        "lon": 3.1321540,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676397,\n
        "lat": 49.7968055,\n
        "lon": 3.1320410,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679676398,\n
        "lat": 49.7968193,\n
        "lon": 3.1316907,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679715503,\n
        "lat": 49.7985154,\n
        "lon": 3.1364696,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679715504,\n
        "lat": 49.7984784,\n
        "lon": 3.1365608,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679715505,\n
        "lat": 49.7984571,\n
        "lon": 3.1365438,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679715506,\n
        "lat": 49.7984367,\n
        "lon": 3.1365916,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679715507,\n
        "lat": 49.7983968,\n
        "lon": 3.1365541,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679715508,\n
        "lat": 49.7984196,\n
        "lon": 3.1364931,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679715509,\n
        "lat": 49.7983631,\n
        "lon": 3.1364350,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "node",\n
        "id": 12679715510,\n
        "lat": 49.7984049,\n
        "lon": 3.1363483,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076\n
      },\n
      {\n
        "type": "way",\n
        "id": 431763213,\n
        "timestamp": "2016-07-18T19:34:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813928,\n
          4309813981,\n
          4309813982,\n
          4309813969,\n
          4309813968,\n
          4309813964,\n
          4309813965,\n
          4309813938,\n
          4309813937,\n
          4309813929,\n
          4309813928\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": 431763214,\n
        "timestamp": "2016-07-18T19:34:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812104,\n
          4309812119,\n
          4309812120,\n
          4309812123,\n
          4309812124,\n
          4309812114,\n
          4309812111,\n
          4309812113,\n
          4309812112,\n
          4309812106,\n
          4309812104\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": 431763215,\n
        "timestamp": "2016-07-18T19:34:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309808834,\n
          4309808865,\n
          4309808876,\n
          4309808870,\n
          4309808869,\n
          4309808867,\n
          4309808863,\n
          4309808868,\n
          4309808866,\n
          4309808843,\n
          4309808834\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": 431763216,\n
        "timestamp": "2016-07-18T19:34:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813398,\n
          4309813452,\n
          4309813431,\n
          4309813441,\n
          4309813459,\n
          4309813455,\n
          4309813460,\n
          4309813391,\n
          4309813384,\n
          4309813388,\n
          4309813398\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": 431763217,\n
        "timestamp": "2016-07-18T19:34:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813750,\n
          4309813757,\n
          4309813760,\n
          4309813759,\n
          4309813764,\n
          4309813758,\n
          4309813761,\n
          4309813762,\n
          4309813752,\n
          4309813747,\n
          4309813750\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": 431763218,\n
        "timestamp": "2016-07-18T19:34:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813708,\n
          4309813715,\n
          4309813721,\n
          4309813717,\n
          4309813719,\n
          4309813712,\n
          4309813710,\n
          4309813706,\n
          4309813705,\n
          4309813707,\n
          4309813708\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": 431763219,\n
        "timestamp": "2016-07-18T19:34:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813657,\n
          4309813676,\n
          4309813677,\n
          4309813673,\n
          4309813675,\n
          4309813669,\n
          4309813670,\n
          4309813665,\n
          4309813661,\n
          4309813659,\n
          4309813657\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": 431763220,\n
        "timestamp": "2016-07-18T19:34:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813594,\n
          4309813596,\n
          4309813597,\n
          4309813602,\n
          4309813601,\n
          4309813604,\n
          4309813603,\n
          4309813595,\n
          4309813582,\n
          4309813583,\n
          4309813593,\n
          4309813594\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": 431763221,\n
        "timestamp": "2016-07-18T19:34:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813891,\n
          4309813956,\n
          4309813954,\n
          4309813961,\n
          4309813958,\n
          4309813952,\n
          4309813951,\n
          4309813909,\n
          4309813906,\n
          4309813899,\n
          4309813901,\n
          4309813889,\n
          4309813891\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": 431763222,\n
        "timestamp": "2016-07-18T19:34:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813903,\n
          4309813902,\n
          4309813896,\n
          4309813893,\n
          4309813890,\n
          4309808887,\n
          4309808880,\n
          4309808879,\n
          4309808886,\n
          4309808885,\n
          4309813897,\n
          4309813904,\n
          4309813903\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": 431763223,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 2,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4309813501,\n
          4309813487,\n
          4309813503,\n
          4309813525,\n
          4309813526,\n
          4309813549,\n
          4309813552,\n
          4309813556,\n
          4309813558,\n
          4309813554,\n
          4309813557,\n
          4309813501\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": 431763224,\n
        "timestamp": "2016-07-18T19:34:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813923,\n
          4309813962,\n
          4309813960,\n
          4309813980,\n
          4309813979,\n
          4309813975,\n
          4309813970,\n
          4309813894,\n
          4309813898,\n
          4309813915,\n
          4309813914,\n
          4309813922,\n
          4309813923\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": 431763225,\n
        "timestamp": "2016-07-18T19:34:13Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812114,\n
          4309812124,\n
          4309812126,\n
          4309812128,\n
          4309812129,\n
          4309812130,\n
          4309812131,\n
          4309812122,\n
          4309812121,\n
          4309812118,\n
          4309812116,\n
          4309812115,\n
          4309812114\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": 431763226,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 3,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          4309813337,\n
          4309813354,\n
          4309813356,\n
          4309813360,\n
          4309813359,\n
          4309813371,\n
          4309813376,\n
          4309813380,\n
          4309813379,\n
          4309813374,\n
          4309813372,\n
          4309813375,\n
          4309813373,\n
          4309813378,\n
          4309813381,\n
          4309813383,\n
          4309813401,\n
          4309813400,\n
          4309813408,\n
          4309813409,\n
          4309813420,\n
          4309813418,\n
          4309813412,\n
          4309813419,\n
          4309813443,\n
          4309813449,\n
          4309813448,\n
          4309813440,\n
          4309813427,\n
          4309813410,\n
          4309813407,\n
          4309813413,\n
          4309813416,\n
          4309813426,\n
          4309813428,\n
          4309813417,\n
          4309813422,\n
          4309813435,\n
          4309813433,\n
          4309813423,\n
          4309813424,\n
          4309813446,\n
          4309813445,\n
          4309813425,\n
          4309813432,\n
          4309813451,\n
          4309813450,\n
          4309813434,\n
          4309813439,\n
          4309813458,\n
          4309813457,\n
          4309813444,\n
          4309813442,\n
          4309813430,\n
          4309813429,\n
          4309813415,\n
          4309813414,\n
          4309813405,\n
          4309813399,\n
          4309813393,\n
          4309813394,\n
          4309813402,\n
          4309813403,\n
          4309813395,\n
          4309813396,\n
          4309813389,\n
          4309813386,\n
          4309813367,\n
          4309813366,\n
          4309813364,\n
          4309813361,\n
          4309813352,\n
          4309813351,\n
          4309813358,\n
          4309813355,\n
          4309813348,\n
          4309813347,\n
          4309813345,\n
          4309813346,\n
          4309813342,\n
          4309813338,\n
          4309813331,\n
          4309813330,\n
          4309813328,\n
          4309813322,\n
          4309813317,\n
          4309813316,\n
          4309813323,\n
          4309813319,\n
          4309813313,\n
          4309813312,\n
          4309813318,\n
          4309813315,\n
          4309813303,\n
          4309813302,\n
          4309813314,\n
          4309813311,\n
          4309813187,\n
          4309813186,\n
          4309813306,\n
          4309813300,\n
          4309813182,\n
          4309813181,\n
          4309813299,\n
          4309813298,\n
          4309813176,\n
          4309813170,\n
          4309813164,\n
          4309813163,\n
          4309813167,\n
          4309813172,\n
          4309813177,\n
          4309813178,\n
          4309813184,\n
          4309813185,\n
          4309813324,\n
          4309813327,\n
          4309813320,\n
          4309813325,\n
          4309813329,\n
          4309813335,\n
          4309813334,\n
          4309813336,\n
          4309813337\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Laurent",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016",\n
          "wikidata": "Q3582275"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 431763227,\n
        "timestamp": "2016-07-18T19:34:13Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813773,\n
          4309813781,\n
          4309813776,\n
          4309813778,\n
          4309813767,\n
          4309813775,\n
          4309813765,\n
          4309813764,\n
          4309813759,\n
          4309813760,\n
          4309813757,\n
          4309813754,\n
          4309813769,\n
          4309813773\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": 431763228,\n
        "timestamp": "2016-07-18T19:34:13Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813737,\n
          4309813744,\n
          4309813748,\n
          4309813742,\n
          4309813746,\n
          4309813743,\n
          4309813738,\n
          4309813736,\n
          4309813733,\n
          4309813734,\n
          4309813727,\n
          4309813724,\n
          4309813722,\n
          4309813731,\n
          4309813737\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": 431763229,\n
        "timestamp": "2016-07-18T19:34:13Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813514,\n
          4309813516,\n
          4309813517,\n
          4309813521,\n
          4309813524,\n
          4309813534,\n
          4309813548,\n
          4309813515,\n
          4309813506,\n
          4309813510,\n
          4309813509,\n
          4309813508,\n
          4309813507,\n
          4309813513,\n
          4309813514\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": 431763230,\n
        "timestamp": "2016-07-18T19:34:13Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813900,\n
          4309808857,\n
          4309808854,\n
          4309808847,\n
          4309808839,\n
          4309808852,\n
          4309808848,\n
          4309808842,\n
          4309808859,\n
          4309808871,\n
          4309808875,\n
          4309808881,\n
          4309808884,\n
          4309813895,\n
          4309813900\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": 431763231,\n
        "timestamp": "2016-07-18T19:34:13Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309808830,\n
          4309813795,\n
          4309813791,\n
          4309813787,\n
          4309813789,\n
          4309813784,\n
          4309808837,\n
          4309808841,\n
          4309808838,\n
          4309808844,\n
          4309808845,\n
          4309808840,\n
          4309808849,\n
          4309808853,\n
          4309808860,\n
          4309808830\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": 431763232,\n
        "timestamp": "2016-07-18T19:34:13Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813917,\n
          4309813935,\n
          4309813936,\n
          4309813925,\n
          4309813927,\n
          4309813933,\n
          4309813934,\n
          4309813944,\n
          4309813947,\n
          4309813940,\n
          4309813939,\n
          4309813913,\n
          4309813912,\n
          4309813911,\n
          4309813910,\n
          4309813918,\n
          4309813917\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": 431763233,\n
        "timestamp": "2016-07-18T19:34:13Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813571,\n
          4309813579,\n
          4309813578,\n
          4309813576,\n
          4309813575,\n
          4309813568,\n
          4309813567,\n
          4309813551,\n
          4309813546,\n
          4309813544,\n
          4309813541,\n
          4309813537,\n
          4309813535,\n
          4309813536,\n
          4309813540,\n
          4309813542,\n
          4309813543,\n
          4309813561,\n
          4309813569,\n
          4309813570,\n
          4309813571\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": 431763234,\n
        "timestamp": "2016-07-18T19:34:13Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813638,\n
          4309813666,\n
          4309813660,\n
          4309813645,\n
          4309813643,\n
          4309813647,\n
          4309813646,\n
          4309813644,\n
          4309813641,\n
          4309813639,\n
          4309813635,\n
          4309813631,\n
          4309813629,\n
          4309813627,\n
          4309813626,\n
          4309813584,\n
          4309813585,\n
          4309813587,\n
          4309813628,\n
          4309813640,\n
          4309813636,\n
          4309813638\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": 431763235,\n
        "timestamp": "2016-07-18T19:34:13Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812460,\n
          4309812465,\n
          4309812488,\n
          4309812696,\n
          4309812485,\n
          4309812695,\n
          4309812484,\n
          4309812694,\n
          4309812700,\n
          4309812698,\n
          4309812697,\n
          4309812487,\n
          4309812481,\n
          4309812475,\n
          4309812471,\n
          4309812466,\n
          4309812461,\n
          4309812446,\n
          4309812450,\n
          4309812445,\n
          4309812451,\n
          4309812455,\n
          4309812460\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": 431763236,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812186,\n
          4309812390,\n
          4309812391,\n
          4309812188,\n
          4309812186\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": 431763237,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813650,\n
          4309813656,\n
          4309813658,\n
          4309813652,\n
          4309813650\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": 431763238,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813529,\n
          4309813530,\n
          4309813539,\n
          4309813538,\n
          4309813529\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": 431763239,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812456,\n
          4309812470,\n
          4309812478,\n
          4309812458,\n
          4309812456\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": 431763240,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813945,\n
          4309813976,\n
          4309813977,\n
          4309813946,\n
          4309813945\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": 431763241,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812915,\n
          4309812912,\n
          4309812919,\n
          4309812920,\n
          4309812915\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": 431763242,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813772,\n
          4309813797,\n
          4309813796,\n
          4309813771,\n
          4309813772\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": 431763243,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813474,\n
          4309813494,\n
          4309813493,\n
          4309813473,\n
          4309813474\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": 431763244,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812966,\n
          4309812978,\n
          4309812973,\n
          4309812960,\n
          4309812966\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": 431763245,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812469,\n
          4309812703,\n
          4309812706,\n
          4309812473,\n
          4309812469\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": 431763246,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812943,\n
          4309812961,\n
          4309812969,\n
          4309812949,\n
          4309812943\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": 431763247,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813953,\n
          4309813966,\n
          4309813963,\n
          4309813948,\n
          4309813953\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": 431763248,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812936,\n
          4309812944,\n
          4309812950,\n
          4309812940,\n
          4309812936\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": 431763249,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812788,\n
          4309812787,\n
          4309812895,\n
          4309812897,\n
          4309812788\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": 431763250,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812782,\n
          4309812892,\n
          4309812894,\n
          4309812784,\n
          4309812782\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": 431763251,\n
        "timestamp": "2016-07-18T19:44:11Z",\n
        "version": 2,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309814006,\n
          4309814002,\n
          4309813989,\n
          4309813994,\n
          4309813999,\n
          4309814010,\n
          4309814006\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": 431763252,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813116,\n
          4309813117,\n
          4309813130,\n
          4309813129,\n
          4309813116\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": 431763254,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812398,\n
          4309812403,\n
          4309812405,\n
          4309812400,\n
          4309812398\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": 431763256,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309808873,\n
          4309808878,\n
          4309808882,\n
          4309808874,\n
          4309808873\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": 431763257,\n
        "timestamp": "2016-07-18T19:34:14Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812762,\n
          4309812759,\n
          4309812771,\n
          4309812773,\n
          4309812762\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": 431763258,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813169,\n
          4309813343,\n
          4309813344,\n
          4309813171,\n
          4309813169\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": 431763259,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812424,\n
          4309812441,\n
          4309812439,\n
          4309812422,\n
          4309812424\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": 431763260,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813565,\n
          4309813590,\n
          4309813591,\n
          4309813566,\n
          4309813565\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": 431763261,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812971,\n
          4309812988,\n
          4309812985,\n
          4309812964,\n
          4309812971\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": 431763262,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812132,\n
          4309812135,\n
          4309812136,\n
          4309812133,\n
          4309812132\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": 431763263,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813096,\n
          4309813105,\n
          4309813102,\n
          4309813093,\n
          4309813096\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": 431763264,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812464,\n
          4309812482,\n
          4309812480,\n
          4309812463,\n
          4309812464\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": 431763265,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813562,\n
          4309813570,\n
          4309813569,\n
          4309813561,\n
          4309813562\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": 431763266,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812913,\n
          4309812927,\n
          4309812932,\n
          4309812918,\n
          4309812913\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": 431763267,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812711,\n
          4309812713,\n
          4309812716,\n
          4309812714,\n
          4309812711\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": 431763268,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812473,\n
          4309812706,\n
          4309812707,\n
          4309812476,\n
          4309812473\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": 431763269,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813092,\n
          4309813100,\n
          4309813104,\n
          4309813094,\n
          4309813092\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": 431763270,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813560,\n
          4309813577,\n
          4309813574,\n
          4309813559,\n
          4309813560\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": 431763272,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813523,\n
          4309813522,\n
          4309813532,\n
          4309813533,\n
          4309813523\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": 431763273,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812785,\n
          4309812902,\n
          4309812906,\n
          4309812890,\n
          4309812785\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": 431763274,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813957,\n
          4309813972,\n
          4309813966,\n
          4309813953,\n
          4309813957\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": 431763275,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812897,\n
          4309812895,\n
          4309812903,\n
          4309812905,\n
          4309812897\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": 431763276,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309808864,\n
          4309808877,\n
          4309808883,\n
          4309808872,\n
          4309808864\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": 431763277,\n
        "timestamp": "2016-07-18T19:34:15Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812975,\n
          4309812983,\n
          4309812981,\n
          4309812970,\n
          4309812975\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": 431763278,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812926,\n
          4309812942,\n
          4309812967,\n
          4309812953,\n
          4309812926\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": 431763279,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812404,\n
          4309812416,\n
          4309812414,\n
          4309812401,\n
          4309812404\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": 431763280,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813179,\n
          4309813309,\n
          4309813307,\n
          4309813180,\n
          4309813179\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": 431763281,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813714,\n
          4309813732,\n
          4309813730,\n
          4309813711,\n
          4309813714\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": 431763282,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813779,\n
          4309813790,\n
          4309813793,\n
          4309813782,\n
          4309813779\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": 431763283,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813516,\n
          4309813519,\n
          4309813521,\n
          4309813517,\n
          4309813516\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": 431763284,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813577,\n
          4309813585,\n
          4309813584,\n
          4309813574,\n
          4309813577\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": 431763285,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812425,\n
          4309812426,\n
          4309812430,\n
          4309812428,\n
          4309812425\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": 431763286,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812772,\n
          4309812785,\n
          4309812890,\n
          4309812774,\n
          4309812772\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": 431763287,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812096,\n
          4309812102,\n
          4309812103,\n
          4309812099,\n
          4309812096\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": 431763288,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812917,\n
          4309812916,\n
          4309812921,\n
          4309812922,\n
          4309812917\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": 431763289,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813553,\n
          4309813572,\n
          4309813573,\n
          4309813555,\n
          4309813553\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": 431763290,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812177,\n
          4309812175,\n
          4309812174,\n
          4309812176,\n
          4309812177\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": 431763291,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812786,\n
          4309812783,\n
          4309812891,\n
          4309812893,\n
          4309812786\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": 431763292,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812933,\n
          4309812938,\n
          4309812935,\n
          4309812930,\n
          4309812933\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": 431763293,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813908,\n
          4309813907,\n
          4309813911,\n
          4309813912,\n
          4309813908\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": 431763294,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813135,\n
          4309813158,\n
          4309813155,\n
          4309813132,\n
          4309813135\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": 431763295,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813634,\n
          4309813649,\n
          4309813648,\n
          4309813632,\n
          4309813634\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": 431763296,\n
        "timestamp": "2016-07-18T19:34:16Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813129,\n
          4309813141,\n
          4309813142,\n
          4309813128,\n
          4309813129\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": 431763297,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813099,\n
          4309813138,\n
          4309813145,\n
          4309813108,\n
          4309813099\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": 431763298,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812752,\n
          4309812751,\n
          4309812759,\n
          4309812762,\n
          4309812752\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": 431763299,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813123,\n
          4309813147,\n
          4309813144,\n
          4309813122,\n
          4309813123\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": 431763300,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813149,\n
          4309813156,\n
          4309813154,\n
          4309813146,\n
          4309813149\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": 431763301,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812150,\n
          4309812157,\n
          4309812156,\n
          4309812149,\n
          4309812150\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": 431763302,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813304,\n
          4309813340,\n
          4309813341,\n
          4309813308,\n
          4309813304\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": 431763303,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813943,\n
          4309813959,\n
          4309813950,\n
          4309813931,\n
          4309813943\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": 431763304,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813612,\n
          4309813605,\n
          4309813606,\n
          4309813613,\n
          4309813612\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": 431763305,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812140,\n
          4309812142,\n
          4309812143,\n
          4309812141,\n
          4309812140\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": 431763306,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813698,\n
          4309813697,\n
          4309813699,\n
          4309813700,\n
          4309813698\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": 431763307,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813725,\n
          4309813735,\n
          4309813740,\n
          4309813728,\n
          4309813725\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": 431763308,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813609,\n
          4309813616,\n
          4309813615,\n
          4309813608,\n
          4309813609\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": 431763309,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813689,\n
          4309813695,\n
          4309813694,\n
          4309813688,\n
          4309813689\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": 431763310,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813438,\n
          4309813479,\n
          4309813480,\n
          4309813447,\n
          4309813438\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": 431763311,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812736,\n
          4309812749,\n
          4309812753,\n
          4309812740,\n
          4309812736\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": 431763312,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812437,\n
          4309812692,\n
          4309812689,\n
          4309812436,\n
          4309812437\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": 431763313,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812758,\n
          4309812754,\n
          4309812763,\n
          4309812767,\n
          4309812758\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": 431763314,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812902,\n
          4309812913,\n
          4309812918,\n
          4309812906,\n
          4309812902\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": 431763315,\n
        "timestamp": "2016-07-18T19:34:17Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812704,\n
          4309812705,\n
          4309812709,\n
          4309812708,\n
          4309812704\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": 431763316,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812429,\n
          4309812438,\n
          4309812462,\n
          4309812453,\n
          4309812429\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": 431763317,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812923,\n
          4309812939,\n
          4309812942,\n
          4309812926,\n
          4309812923\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": 431763318,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309808839,\n
          4309808836,\n
          4309808848,\n
          4309808852,\n
          4309808839\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": 431763319,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813920,\n
          4309813926,\n
          4309813930,\n
          4309813921,\n
          4309813920\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": 431763320,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813649,\n
          4309813655,\n
          4309813654,\n
          4309813648,\n
          4309813649\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": 431763321,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813924,\n
          4309813949,\n
          4309813926,\n
          4309813916,\n
          4309813924\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": 431763322,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309814014,\n
          4309814020,\n
          4309814018,\n
          4309814013,\n
          4309814014\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": 431763323,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813610,\n
          4309813621,\n
          4309813620,\n
          4309813611,\n
          4309813610\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": 431763324,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812737,\n
          4309812746,\n
          4309812747,\n
          4309812738,\n
          4309812737\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": 431763325,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813978,\n
          4309813988,\n
          4309813986,\n
          4309813967,\n
          4309813978\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": 431763326,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813390,\n
          4309813485,\n
          4309813483,\n
          4309813385,\n
          4309813390\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": 431763327,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813580,\n
          4309813589,\n
          4309813598,\n
          4309813586,\n
          4309813580\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": 431763328,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812162,\n
          4309812164,\n
          4309812163,\n
          4309812160,\n
          4309812162\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": 431763329,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813749,\n
          4309813753,\n
          4309813755,\n
          4309813751,\n
          4309813749\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": 431763330,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813391,\n
          4309813460,\n
          4309813465,\n
          4309813397,\n
          4309813391\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": 431763331,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812447,\n
          4309812455,\n
          4309812451,\n
          4309812444,\n
          4309812447\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": 431763332,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813642,\n
          4309813671,\n
          4309813664,\n
          4309813630,\n
          4309813642\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": 431763333,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813613,\n
          4309813624,\n
          4309813623,\n
          4309813612,\n
          4309813613\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": 431763334,\n
        "timestamp": "2016-07-18T19:34:18Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812965,\n
          4309812972,\n
          4309812974,\n
          4309812968,\n
          4309812965\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": 431763335,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813941,\n
          4309813974,\n
          4309813973,\n
          4309813942,\n
          4309813941\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": 431763336,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813152,\n
          4309813160,\n
          4309813162,\n
          4309813153,\n
          4309813152\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": 431763338,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813637,\n
          4309813653,\n
          4309813651,\n
          4309813633,\n
          4309813637\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": 431763339,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812165,\n
          4309812168,\n
          4309812169,\n
          4309812166,\n
          4309812165\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": 431763340,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812749,\n
          4309812772,\n
          4309812774,\n
          4309812753,\n
          4309812749\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": 431763341,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813738,\n
          4309813743,\n
          4309813745,\n
          4309813741,\n
          4309813738\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": 431763342,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813174,\n
          4309813353,\n
          4309813349,\n
          4309813168,\n
          4309813174\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": 431763343,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813421,\n
          4309813472,\n
          4309813475,\n
          4309813436,\n
          4309813421\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": 431763344,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812746,\n
          4309812755,\n
          4309812756,\n
          4309812747,\n
          4309812746\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": 431763345,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812911,\n
          4309812956,\n
          4309812955,\n
          4309812910,\n
          4309812911\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": 431763346,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813127,\n
          4309813139,\n
          4309813148,\n
          4309813137,\n
          4309813127\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": 431763347,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813453,\n
          4309813464,\n
          4309813466,\n
          4309813463,\n
          4309813453\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": 431763348,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309808831,\n
          4309813892,\n
          4309808888,\n
          4309813794,\n
          4309808831\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": 431763349,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812107,\n
          4309812115,\n
          4309812116,\n
          4309812108,\n
          4309812107\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": 431763350,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812893,\n
          4309812891,\n
          4309812898,\n
          4309812900,\n
          4309812893\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": 431763351,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812750,\n
          4309812748,\n
          4309812754,\n
          4309812758,\n
          4309812750\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": 431763352,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812147,\n
          4309812154,\n
          4309812152,\n
          4309812146,\n
          4309812147\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": 431763353,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813699,\n
          4309813701,\n
          4309813703,\n
          4309813700,\n
          4309813699\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": 431763355,\n
        "timestamp": "2016-07-18T19:34:19Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812187,\n
          4309812395,\n
          4309812396,\n
          4309812389,\n
          4309812187\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": 431763357,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309814022,\n
          4309814024,\n
          4309814023,\n
          4309814021,\n
          4309814022\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": 431763358,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813680,\n
          4309813702,\n
          4309813709,\n
          4309813682,\n
          4309813680\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": 431763359,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812899,\n
          4309812908,\n
          4309812907,\n
          4309812896,\n
          4309812899\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": 431763360,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813125,\n
          4309813151,\n
          4309813150,\n
          4309813126,\n
          4309813125\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": 431763361,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812734,\n
          4309812744,\n
          4309812745,\n
          4309812735,\n
          4309812734\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": 431763362,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309808842,\n
          4309808835,\n
          4309808855,\n
          4309808859,\n
          4309808842\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": 431763363,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812920,\n
          4309812919,\n
          4309812924,\n
          4309812925,\n
          4309812920\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": 431763364,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813157,\n
          4309813363,\n
          4309813382,\n
          4309813173,\n
          4309813157\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": 431763365,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812927,\n
          4309812943,\n
          4309812949,\n
          4309812932,\n
          4309812927\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": 431763366,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813165,\n
          4309813304,\n
          4309813308,\n
          4309813166,\n
          4309813165\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": 431763367,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812959,\n
          4309812965,\n
          4309812968,\n
          4309812962,\n
          4309812959\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": 431763368,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812477,\n
          4309812693,\n
          4309812691,\n
          4309812474,\n
          4309812477\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": 431763369,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812724,\n
          4309812730,\n
          4309812733,\n
          4309812725,\n
          4309812724\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": 431763370,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309814004,\n
          4309814017,\n
          4309814011,\n
          4309814003,\n
          4309814004\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": 431763371,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813343,\n
          4309813438,\n
          4309813447,\n
          4309813344,\n
          4309813343\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": 431763372,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 2,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4309813482,\n
          4309813500,\n
          4309813503,\n
          4309813487,\n
          4309813482\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": 431763373,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813120,\n
          4309813133,\n
          4309813134,\n
          4309813121,\n
          4309813120\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": 431763374,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812986,\n
          4309813112,\n
          4309813111,\n
          4309812984,\n
          4309812986\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": 431763375,\n
        "timestamp": "2016-07-18T19:34:20Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812922,\n
          4309812921,\n
          4309812928,\n
          4309812931,\n
          4309812922\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": 431763376,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812979,\n
          4309813089,\n
          4309812987,\n
          4309812980,\n
          4309812976,\n
          4309812979\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": 431763377,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813607,\n
          4309813606,\n
          4309813605,\n
          4309813547,\n
          4309813550,\n
          4309813607\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": 431763378,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813147,\n
          4309813326,\n
          4309813305,\n
          4309813140,\n
          4309813144,\n
          4309813147\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": 431763379,\n
        "timestamp": "2025-05-08T17:22:28Z",\n
        "version": 3,\n
        "changeset": 165995038,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4309813350,\n
          4309813368,\n
          4309813365,\n
          4309813183,\n
          4309813301,\n
          4309813350\n
        ],\n
        "tags": {\n
          "addr:housenumber": "4",\n
          "addr:street": "Place de la Mairie",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairie.douchy02@orange.fr",\n
          "contact:phone": "+33 3 23 68 79 33",\n
          "name": "Mairie de Douchy",\n
          "opening_hours": "Tu 18:00-19:00; Sa 10:00-12:00",\n
          "ref:FR:SIRET": "21020254500013",\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": 431763380,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812442,\n
          4309812443,\n
          4309812449,\n
          4309812440,\n
          4309812435,\n
          4309812442\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": 431763381,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813094,\n
          4309813104,\n
          4309813107,\n
          4309813095,\n
          4309813091,\n
          4309813094\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": 431763382,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812739,\n
          4309812757,\n
          4309812743,\n
          4309812732,\n
          4309812729,\n
          4309812739\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": 431763383,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813932,\n
          4309813930,\n
          4309813926,\n
          4309813949,\n
          4309813955,\n
          4309813932\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": 431763384,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813392,\n
          4309813462,\n
          4309813454,\n
          4309813411,\n
          4309813387,\n
          4309813392\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": 431763385,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813377,\n
          4309813404,\n
          4309813398,\n
          4309813388,\n
          4309813369,\n
          4309813377\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": 431763386,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813685,\n
          4309813684,\n
          4309813690,\n
          4309813692,\n
          4309813693,\n
          4309813685\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": 431763387,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812179,\n
          4309812180,\n
          4309812183,\n
          4309812184,\n
          4309812182,\n
          4309812179\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": 431763388,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813788,\n
          4309808850,\n
          4309808851,\n
          4309813786,\n
          4309813785,\n
          4309813788\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": 431763389,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813916,\n
          4309813926,\n
          4309813920,\n
          4309813919,\n
          4309813905,\n
          4309813916\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": 431763390,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812941,\n
          4309812971,\n
          4309812964,\n
          4309812958,\n
          4309812937,\n
          4309812941\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": 431763391,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812732,\n
          4309812743,\n
          4309812741,\n
          4309812742,\n
          4309812728,\n
          4309812732\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": 431763392,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813512,\n
          4309813531,\n
          4309813528,\n
          4309813527,\n
          4309813511,\n
          4309813512\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": 431763393,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813089,\n
          4309813175,\n
          4309813339,\n
          4309813333,\n
          4309812987,\n
          4309813089\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": 431763394,\n
        "timestamp": "2016-07-18T19:34:21Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812778,\n
          4309812911,\n
          4309812910,\n
          4309812901,\n
          4309812766,\n
          4309812778\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": 431763395,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812400,\n
          4309812405,\n
          4309812406,\n
          4309812399,\n
          4309812397,\n
          4309812400\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": 431763396,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813623,\n
          4309813624,\n
          4309813625,\n
          4309813668,\n
          4309813667,\n
          4309813623\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": 431763397,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813761,\n
          4309813768,\n
          4309813770,\n
          4309813763,\n
          4309813762,\n
          4309813761\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": 431763398,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813581,\n
          4309813600,\n
          4309813599,\n
          4309813563,\n
          4309813564,\n
          4309813581\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": 431763399,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812914,\n
          4309812957,\n
          4309812963,\n
          4309812939,\n
          4309812923,\n
          4309812914\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": 431763400,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812155,\n
          4309812161,\n
          4309812162,\n
          4309812160,\n
          4309812159,\n
          4309812153,\n
          4309812155\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": 431763401,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812458,\n
          4309812478,\n
          4309812479,\n
          4309812701,\n
          4309812468,\n
          4309812457,\n
          4309812458\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": 431763402,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813491,\n
          4309813504,\n
          4309813505,\n
          4309813489,\n
          4309813486,\n
          4309813492,\n
          4309813491\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": 431763403,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812769,\n
          4309812777,\n
          4309812770,\n
          4309812764,\n
          4309812768,\n
          4309812765,\n
          4309812769\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": 431763404,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813518,\n
          4309813535,\n
          4309813537,\n
          4309813541,\n
          4309813545,\n
          4309813520,\n
          4309813518\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": 431763405,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812974,\n
          4309813091,\n
          4309813095,\n
          4309813097,\n
          4309812977,\n
          4309812968,\n
          4309812974\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": 431763406,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812476,\n
          4309812707,\n
          4309812712,\n
          4309812718,\n
          4309812690,\n
          4309812472,\n
          4309812476\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": 431763407,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813114,\n
          4309813136,\n
          4309813135,\n
          4309813132,\n
          4309813111,\n
          4309813112,\n
          4309813114\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": 431763408,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309808832,\n
          4309808858,\n
          4309808856,\n
          4309808862,\n
          4309808861,\n
          4309808833,\n
          4309808832\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": 431763409,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812185,\n
          4309812181,\n
          4309812188,\n
          4309812391,\n
          4309812392,\n
          4309812394,\n
          4309812185\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": 431763410,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813721,\n
          4309813726,\n
          4309813735,\n
          4309813725,\n
          4309813719,\n
          4309813717,\n
          4309813721\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": 431763411,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813151,\n
          4309813161,\n
          4309813159,\n
          4309813156,\n
          4309813149,\n
          4309813150,\n
          4309813151\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": 431763412,\n
        "timestamp": "2016-07-18T19:34:22Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812141,\n
          4309812143,\n
          4309812144,\n
          4309812145,\n
          4309812139,\n
          4309812138,\n
          4309812141\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": 431763413,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812483,\n
          4309812723,\n
          4309812720,\n
          4309812719,\n
          4309812480,\n
          4309812482,\n
          4309812483\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": 431763414,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812761,\n
          4309812779,\n
          4309812781,\n
          4309812745,\n
          4309812744,\n
          4309812760,\n
          4309812761\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": 431763415,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813406,\n
          4309813484,\n
          4309813477,\n
          4309813478,\n
          4309813462,\n
          4309813392,\n
          4309813406\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": 431763416,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812393,\n
          4309812408,\n
          4309812410,\n
          4309812409,\n
          4309812396,\n
          4309812395,\n
          4309812393\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": 431763417,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 2,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4309813456,\n
          4309813501,\n
          4309813557,\n
          4309813588,\n
          4309813592,\n
          12679676390,\n
          4309813614,\n
          4309813617,\n
          4309813461,\n
          4309813456\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": 431763418,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812151,\n
          4309812167,\n
          4309812158,\n
          4309812157,\n
          4309812150,\n
          4309812148,\n
          4309812151\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": 431763419,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812944,\n
          4309812962,\n
          4309812968,\n
          4309812977,\n
          4309812952,\n
          4309812950,\n
          4309812944\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": 431763420,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812474,\n
          4309812691,\n
          4309812699,\n
          4309812488,\n
          4309812465,\n
          4309812467,\n
          4309812474\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": 431763421,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812412,\n
          4309812431,\n
          4309812433,\n
          4309812420,\n
          4309812415,\n
          4309812411,\n
          4309812412\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": 431763422,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812727,\n
          4309812775,\n
          4309812889,\n
          4309812777,\n
          4309812769,\n
          4309812717,\n
          4309812727\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": 431763423,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813310,\n
          4309813357,\n
          4309813339,\n
          4309813175,\n
          4309813307,\n
          4309813309,\n
          4309813310\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": 431763424,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813696,\n
          4309813704,\n
          4309813705,\n
          4309813706,\n
          4309813701,\n
          4309813699,\n
          4309813697,\n
          4309813696\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": 431763425,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813370,\n
          4309813392,\n
          4309813387,\n
          4309813411,\n
          4309813404,\n
          4309813377,\n
          4309813362,\n
          4309813370\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": 431763426,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812982,\n
          4309813098,\n
          4309813096,\n
          4309813093,\n
          4309813090,\n
          4309812973,\n
          4309812978,\n
          4309812982\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": 431763427,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813681,\n
          4309813683,\n
          4309813686,\n
          4309813674,\n
          4309813672,\n
          4309813679,\n
          4309813678,\n
          4309813681\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": 431763428,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812413,\n
          4309812417,\n
          4309812432,\n
          4309812426,\n
          4309812425,\n
          4309812428,\n
          4309812423,\n
          4309812413\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": 431763429,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812402,\n
          4309812418,\n
          4309812419,\n
          4309812407,\n
          4309812406,\n
          4309812405,\n
          4309812403,\n
          4309812402\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": 431763430,\n
        "timestamp": "2016-07-18T19:34:23Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812704,\n
          4309812486,\n
          4309812702,\n
          4309812721,\n
          4309812715,\n
          4309812709,\n
          4309812705,\n
          4309812704\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": 431763431,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813473,\n
          4309813493,\n
          4309813496,\n
          4309813495,\n
          4309813498,\n
          4309813499,\n
          4309813471,\n
          4309813473\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": 431763432,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813497,\n
          4309813511,\n
          4309813527,\n
          4309813526,\n
          4309813525,\n
          4309813503,\n
          4309813500,\n
          4309813497\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": 431763433,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812909,\n
          4309812934,\n
          4309812933,\n
          4309812930,\n
          4309812929,\n
          4309812907,\n
          4309812908,\n
          4309812909\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": 431763434,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813739,\n
          4309813729,\n
          4309813716,\n
          4309813713,\n
          4309813718,\n
          4309813720,\n
          4309813723,\n
          4309813739\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": 431763435,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812710,\n
          4309812711,\n
          4309812714,\n
          4309812716,\n
          4309812722,\n
          4309812731,\n
          4309812726,\n
          4309812710\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": 431763436,\n
        "timestamp": "2025-11-17T16:09:10Z",\n
        "version": 2,\n
        "changeset": 174779186,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          4309812784,\n
          4309812894,\n
          4309812904,\n
          4309812889,\n
          4309812775,\n
          4309812780,\n
          4309812784\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": 431763437,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813124,\n
          4309813332,\n
          4309813321,\n
          4309813109,\n
          4309813101,\n
          4309813103,\n
          4309813106,\n
          4309813124\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": 431763438,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812171,\n
          4309812170,\n
          4309812174,\n
          4309812175,\n
          4309812177,\n
          4309812178,\n
          4309812173,\n
          4309812172,\n
          4309812171\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": 431763439,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813683,\n
          4309813681,\n
          4309813691,\n
          4309813692,\n
          4309813690,\n
          4309813684,\n
          4309813685,\n
          4309813687,\n
          4309813683\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": 431763440,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812090,\n
          4309812097,\n
          4309812101,\n
          4309812100,\n
          4309812098,\n
          4309812093,\n
          4309812092,\n
          4309812091,\n
          4309812090\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": 431763441,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812454,\n
          4309812461,\n
          4309812466,\n
          4309812459,\n
          4309812483,\n
          4309812482,\n
          4309812464,\n
          4309812452,\n
          4309812454\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": 431763442,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812117,\n
          4309812137,\n
          4309812134,\n
          4309812127,\n
          4309812125,\n
          4309812109,\n
          4309812110,\n
          4309812105,\n
          4309812117\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": 431763443,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813469,\n
          4309813490,\n
          4309813502,\n
          4309813476,\n
          4309813475,\n
          4309813472,\n
          4309813468,\n
          4309813470,\n
          4309813469\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": 431763444,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309814009,\n
          4309814019,\n
          4309814016,\n
          4309814015,\n
          4309814012,\n
          4309814005,\n
          4309814008,\n
          4309814007,\n
          4309814009\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": 431763445,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812421,\n
          4309812434,\n
          4309812427,\n
          4309812435,\n
          4309812440,\n
          4309812448,\n
          4309812433,\n
          4309812431,\n
          4309812421\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": 431763446,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309812954,\n
          4309813113,\n
          4309813110,\n
          4309812947,\n
          4309812948,\n
          4309812945,\n
          4309812946,\n
          4309812951,\n
          4309812954\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": 431763447,\n
        "timestamp": "2016-07-18T19:34:24Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813119,\n
          4309813143,\n
          4309813141,\n
          4309813129,\n
          4309813130,\n
          4309813131,\n
          4309813115,\n
          4309813118,\n
          4309813119\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": 431763448,\n
        "timestamp": "2016-07-18T19:34:25Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813622,\n
          4309813632,\n
          4309813648,\n
          4309813654,\n
          4309813663,\n
          4309813662,\n
          4309813618,\n
          4309813619,\n
          4309813622\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": 431763449,\n
        "timestamp": "2016-07-18T19:34:25Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813437,\n
          4309813481,\n
          4309813491,\n
          4309813492,\n
          4309813486,\n
          4309813467,\n
          4309813466,\n
          4309813464,\n
          4309813437\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": 431763450,\n
        "timestamp": "2016-07-18T19:34:25Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813971,\n
          4309813983,\n
          4309813991,\n
          4309814000,\n
          4309813996,\n
          4309813992,\n
          4309813990,\n
          4309813985,\n
          4309813984,\n
          4309813971\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": 431763451,\n
        "timestamp": "2016-07-18T19:34:25Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813987,\n
          4309813997,\n
          4309813993,\n
          4309813998,\n
          4309813995,\n
          4309814001,\n
          4309814000,\n
          4309813991,\n
          4309813983,\n
          4309813987\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": 431763452,\n
        "timestamp": "2016-07-18T19:34:25Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309813777,\n
          4309813792,\n
          4309808846,\n
          4309808829,\n
          4309813774,\n
          4309813783,\n
          4309813780,\n
          4309813766,\n
          4309813756,\n
          4309813777\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": 431763669,\n
        "timestamp": "2016-07-18T19:35:12Z",\n
        "version": 1,\n
        "changeset": 40833121,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4309814685,\n
          4309816891,\n
          4309816892,\n
          4309814686,\n
          4309814685\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": 1369013383,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12679676380,\n
          12679676381,\n
          12679676382,\n
          12679676383,\n
          12679676380\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1369013384,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12679676384,\n
          12679676385,\n
          12679676386,\n
          12679676387,\n
          12679676384\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1369013385,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12679676384,\n
          12679676387,\n
          12679676388,\n
          12679676389,\n
          12679676384\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1369013386,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          4309813614,\n
          12679676391,\n
          12679676392,\n
          12679676393,\n
          12679676394,\n
          12679676395,\n
          4309813461,\n
          4309813617,\n
          4309813614\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1369013387,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12679676391,\n
          4309813614,\n
          12679676390,\n
          12679676396,\n
          12679676397,\n
          12679676398,\n
          12679676391\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1369013389,\n
        "timestamp": "2025-03-19T09:03:37Z",\n
        "version": 1,\n
        "changeset": 163807354,\n
        "user": "Vermandois",\n
        "uid": 20121076,\n
        "nodes": [\n
          12679715503,\n
          12679715504,\n
          12679715505,\n
          12679715506,\n
          12679715507,\n
          12679715508,\n
          12679715509,\n
          12679715510,\n
          12679715503\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]