GET https://osm-labo.cipherbliss.com/city/02214/zone-places-history

HTTP Client

1 Total requests
0 HTTP errors

Clients

http_client 1

Requests

POST https://overpass-api.de/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="02214"]->.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" => 189
    "request_size" => 2613
    "total_time" => 5.250728
    "namelookup_time" => 0.000481
    "connect_time" => 0.01854
    "pretransfer_time" => 0.039248
    "size_upload" => 2410.0
    "size_download" => 7333.0
    "speed_download" => 1396.0
    "speed_upload" => 458.0
    "download_content_length" => 7333.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 5.250458
    "primary_ip" => "2a01:4f8:261:3c4f::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:d3c2:4ad2:7ad9:1d02"
    "local_port" => 57696
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 39130
    "connect_time_us" => 18540
    "namelookup_time_us" => 481
    "pretransfer_time_us" => 39248
    "starttransfer_time_us" => 5250458
    "posttransfer_time_us" => 39247
    "total_time_us" => 5250728
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1769803153.0785
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#905
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#664 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#889 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f8:261:3c4f::2, 2a01:4f9:3051:3e48::2\n
      * IPv4: 162.55.144.139, 65.109.112.52\n
      *   Trying [2a01:4f8:261:3c4f::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=gall.openstreetmap.de\n
      *  start date: Jan 21 16:56:04 2026 GMT\n
      *  expire date: Apr 21 16:56:03 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:4f8:261:3c4f::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: Fri, 30 Jan 2026 19:59:13 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 7333\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Fri, 30 Jan 2026 19:59:13 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 7333"
    "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-01-30T19:57:16Z",\n
          "timestamp_areas_base": "2026-01-22T23:45:51Z",\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": 4329899866,\n
        "lat": 49.7917325,\n
        "lon": 3.2300347,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899867,\n
        "lat": 49.7917498,\n
        "lon": 3.2300552,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899868,\n
        "lat": 49.7917506,\n
        "lon": 3.2299947,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899869,\n
        "lat": 49.7917684,\n
        "lon": 3.2300154,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899870,\n
        "lat": 49.7919064,\n
        "lon": 3.2303893,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899871,\n
        "lat": 49.7919712,\n
        "lon": 3.2304569,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899872,\n
        "lat": 49.7919751,\n
        "lon": 3.2302303,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899873,\n
        "lat": 49.7919892,\n
        "lon": 3.2301991,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899874,\n
        "lat": 49.7920396,\n
        "lon": 3.2302991,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899875,\n
        "lat": 49.7920544,\n
        "lon": 3.2302693,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899876,\n
        "lat": 49.7920774,\n
        "lon": 3.2299901,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899877,\n
        "lat": 49.7921087,\n
        "lon": 3.2297957,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899878,\n
        "lat": 49.7921109,\n
        "lon": 3.2306670,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899879,\n
        "lat": 49.7921331,\n
        "lon": 3.2297375,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899880,\n
        "lat": 49.7921430,\n
        "lon": 3.2300602,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899881,\n
        "lat": 49.7921446,\n
        "lon": 3.2298331,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899882,\n
        "lat": 49.7921528,\n
        "lon": 3.2305174,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899883,\n
        "lat": 49.7921664,\n
        "lon": 3.2305387,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899884,\n
        "lat": 49.7921686,\n
        "lon": 3.2305335,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899885,\n
        "lat": 49.7921750,\n
        "lon": 3.2297093,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899886,\n
        "lat": 49.7921824,\n
        "lon": 3.2304489,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899887,\n
        "lat": 49.7921949,\n
        "lon": 3.2307552,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329899888,\n
        "lat": 49.7921959,\n
        "lon": 3.2296668,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905289,\n
        "lat": 49.7921969,\n
        "lon": 3.2297359,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905290,\n
        "lat": 49.7921982,\n
        "lon": 3.2304651,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905291,\n
        "lat": 49.7922176,\n
        "lon": 3.2296895,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905292,\n
        "lat": 49.7922218,\n
        "lon": 3.2304105,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905293,\n
        "lat": 49.7922233,\n
        "lon": 3.2306899,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905294,\n
        "lat": 49.7922308,\n
        "lon": 3.2306977,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905295,\n
        "lat": 49.7922354,\n
        "lon": 3.2298482,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905296,\n
        "lat": 49.7922373,\n
        "lon": 3.2307044,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905297,\n
        "lat": 49.7922507,\n
        "lon": 3.2306280,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905298,\n
        "lat": 49.7922509,\n
        "lon": 3.2295912,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905299,\n
        "lat": 49.7922582,\n
        "lon": 3.2306360,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905300,\n
        "lat": 49.7922646,\n
        "lon": 3.2306427,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905301,\n
        "lat": 49.7922734,\n
        "lon": 3.2305392,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905302,\n
        "lat": 49.7922832,\n
        "lon": 3.2302678,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905303,\n
        "lat": 49.7922848,\n
        "lon": 3.2305512,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905304,\n
        "lat": 49.7922967,\n
        "lon": 3.2304916,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905305,\n
        "lat": 49.7922987,\n
        "lon": 3.2305659,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905306,\n
        "lat": 49.7923028,\n
        "lon": 3.2302241,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905307,\n
        "lat": 49.7923077,\n
        "lon": 3.2294648,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905308,\n
        "lat": 49.7923184,\n
        "lon": 3.2296615,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905309,\n
        "lat": 49.7923368,\n
        "lon": 3.2301449,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905310,\n
        "lat": 49.7923467,\n
        "lon": 3.2303320,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905311,\n
        "lat": 49.7923617,\n
        "lon": 3.2293440,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905312,\n
        "lat": 49.7923656,\n
        "lon": 3.2302879,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905313,\n
        "lat": 49.7923699,\n
        "lon": 3.2300680,\n
        "timestamp": "2016-07-31T20:27:58Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905314,\n
        "lat": 49.7923743,\n
        "lon": 3.2295343,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905315,\n
        "lat": 49.7923934,\n
        "lon": 3.2300142,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905316,\n
        "lat": 49.7923987,\n
        "lon": 3.2302105,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905317,\n
        "lat": 49.7924176,\n
        "lon": 3.2309340,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905318,\n
        "lat": 49.7924274,\n
        "lon": 3.2294133,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905319,\n
        "lat": 49.7924314,\n
        "lon": 3.2301342,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905320,\n
        "lat": 49.7924446,\n
        "lon": 3.2301490,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905321,\n
        "lat": 49.7924586,\n
        "lon": 3.2301638,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905322,\n
        "lat": 49.7924675,\n
        "lon": 3.2300972,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905323,\n
        "lat": 49.7924695,\n
        "lon": 3.2308262,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905324,\n
        "lat": 49.7924745,\n
        "lon": 3.2298161,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905325,\n
        "lat": 49.7924815,\n
        "lon": 3.2301120,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905326,\n
        "lat": 49.7925280,\n
        "lon": 3.2310601,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905327,\n
        "lat": 49.7925291,\n
        "lon": 3.2296965,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905328,\n
        "lat": 49.7925349,\n
        "lon": 3.2298814,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905329,\n
        "lat": 49.7925766,\n
        "lon": 3.2304650,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905330,\n
        "lat": 49.7925779,\n
        "lon": 3.2309554,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905331,\n
        "lat": 49.7925806,\n
        "lon": 3.2295839,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905332,\n
        "lat": 49.7925855,\n
        "lon": 3.2311234,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905333,\n
        "lat": 49.7925900,\n
        "lon": 3.2297604,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905334,\n
        "lat": 49.7925924,\n
        "lon": 3.2311061,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905335,\n
        "lat": 49.7925977,\n
        "lon": 3.2304214,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905336,\n
        "lat": 49.7926007,\n
        "lon": 3.2311153,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905337,\n
        "lat": 49.7926087,\n
        "lon": 3.2310979,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905338,\n
        "lat": 49.7926212,\n
        "lon": 3.2305123,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905339,\n
        "lat": 49.7926398,\n
        "lon": 3.2311324,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905340,\n
        "lat": 49.7926416,\n
        "lon": 3.2296478,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905341,\n
        "lat": 49.7926423,\n
        "lon": 3.2304687,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905342,\n
        "lat": 49.7926486,\n
        "lon": 3.2307786,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905343,\n
        "lat": 49.7926716,\n
        "lon": 3.2310638,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905344,\n
        "lat": 49.7926783,\n
        "lon": 3.2307127,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905345,\n
        "lat": 49.7926835,\n
        "lon": 3.2304205,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905346,\n
        "lat": 49.7926975,\n
        "lon": 3.2304360,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905347,\n
        "lat": 49.7927005,\n
        "lon": 3.2309457,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905348,\n
        "lat": 49.7927016,\n
        "lon": 3.2303793,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905349,\n
        "lat": 49.7927052,\n
        "lon": 3.2306490,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905350,\n
        "lat": 49.7927077,\n
        "lon": 3.2308415,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905351,\n
        "lat": 49.7927142,\n
        "lon": 3.2312680,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905352,\n
        "lat": 49.7927161,\n
        "lon": 3.2303944,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905353,\n
        "lat": 49.7927247,\n
        "lon": 3.2311225,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905354,\n
        "lat": 49.7927336,\n
        "lon": 3.2308670,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905355,\n
        "lat": 49.7927376,\n
        "lon": 3.2310946,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905356,\n
        "lat": 49.7927377,\n
        "lon": 3.2307765,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905357,\n
        "lat": 49.7927414,\n
        "lon": 3.2309908,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905358,\n
        "lat": 49.7927663,\n
        "lon": 3.2307180,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905359,\n
        "lat": 49.7927686,\n
        "lon": 3.2302215,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905360,\n
        "lat": 49.7927741,\n
        "lon": 3.2311350,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905361,\n
        "lat": 49.7927747,\n
        "lon": 3.2309157,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905362,\n
        "lat": 49.7927844,\n
        "lon": 3.2302381,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905363,\n
        "lat": 49.7927877,\n
        "lon": 3.2314035,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905364,\n
        "lat": 49.7927989,\n
        "lon": 3.2301558,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905365,\n
        "lat": 49.7928040,\n
        "lon": 3.2313701,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905366,\n
        "lat": 49.7928122,\n
        "lon": 3.2314312,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905367,\n
        "lat": 49.7928134,\n
        "lon": 3.2301726,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905368,\n
        "lat": 49.7928276,\n
        "lon": 3.2313985,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905369,\n
        "lat": 49.7928401,\n
        "lon": 3.2300546,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905370,\n
        "lat": 49.7928506,\n
        "lon": 3.2305524,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905371,\n
        "lat": 49.7928822,\n
        "lon": 3.2307154,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905372,\n
        "lat": 49.7928872,\n
        "lon": 3.2299550,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905373,\n
        "lat": 49.7929102,\n
        "lon": 3.2304363,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905374,\n
        "lat": 49.7929214,\n
        "lon": 3.2306390,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905375,\n
        "lat": 49.7929292,\n
        "lon": 3.2307729,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905376,\n
        "lat": 49.7929420,\n
        "lon": 3.2301697,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905377,\n
        "lat": 49.7929282,\n
        "lon": 3.2310848,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905378,\n
        "lat": 49.7929293,\n
        "lon": 3.2311130,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905379,\n
        "lat": 49.7929323,\n
        "lon": 3.2311429,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905380,\n
        "lat": 49.7929366,\n
        "lon": 3.2310933,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905381,\n
        "lat": 49.7929384,\n
        "lon": 3.2311260,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905382,\n
        "lat": 49.7929388,\n
        "lon": 3.2311811,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905383,\n
        "lat": 49.7929587,\n
        "lon": 3.2305663,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905384,\n
        "lat": 49.7929475,\n
        "lon": 3.2311595,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905385,\n
        "lat": 49.7929522,\n
        "lon": 3.2310384,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905386,\n
        "lat": 49.7929586,\n
        "lon": 3.2310461,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905387,\n
        "lat": 49.7929810,\n
        "lon": 3.2305229,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905388,\n
        "lat": 49.7929663,\n
        "lon": 3.2312121,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905389,\n
        "lat": 49.7929863,\n
        "lon": 3.2300714,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905390,\n
        "lat": 49.7929688,\n
        "lon": 3.2310289,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905391,\n
        "lat": 49.7929741,\n
        "lon": 3.2311946,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905392,\n
        "lat": 49.7929946,\n
        "lon": 3.2304215,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905393,\n
        "lat": 49.7929948,\n
        "lon": 3.2306106,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905394,\n
        "lat": 49.7929969,\n
        "lon": 3.2306412,\n
        "timestamp": "2016-07-31T20:27:59Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905395,\n
        "lat": 49.7929850,\n
        "lon": 3.2310468,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905396,\n
        "lat": 49.7929902,\n
        "lon": 3.2310326,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905397,\n
        "lat": 49.7929912,\n
        "lon": 3.2312110,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905398,\n
        "lat": 49.7929987,\n
        "lon": 3.2310235,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905399,\n
        "lat": 49.7930077,\n
        "lon": 3.2310199,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905400,\n
        "lat": 49.7930224,\n
        "lon": 3.2310251,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905401,\n
        "lat": 49.7930410,\n
        "lon": 3.2303254,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905402,\n
        "lat": 49.7930253,\n
        "lon": 3.2310901,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905403,\n
        "lat": 49.7930281,\n
        "lon": 3.2310365,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905404,\n
        "lat": 49.7930315,\n
        "lon": 3.2310481,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905405,\n
        "lat": 49.7930317,\n
        "lon": 3.2310655,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905406,\n
        "lat": 49.7930389,\n
        "lon": 3.2311058,\n
        "timestamp": "2023-04-24T16:29:20Z",\n
        "version": 2,\n
        "changeset": 135309731,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905407,\n
        "lat": 49.7930641,\n
        "lon": 3.2305020,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905408,\n
        "lat": 49.7930754,\n
        "lon": 3.2300917,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905409,\n
        "lat": 49.7930854,\n
        "lon": 3.2312754,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905410,\n
        "lat": 49.7930909,\n
        "lon": 3.2317348,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905411,\n
        "lat": 49.7930923,\n
        "lon": 3.2300603,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905412,\n
        "lat": 49.7930943,\n
        "lon": 3.2301141,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905413,\n
        "lat": 49.7931002,\n
        "lon": 3.2309880,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905414,\n
        "lat": 49.7931105,\n
        "lon": 3.2304036,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905415,\n
        "lat": 49.7931109,\n
        "lon": 3.2300833,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905416,\n
        "lat": 49.7931187,\n
        "lon": 3.2317639,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905417,\n
        "lat": 49.7931244,\n
        "lon": 3.2311883,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905418,\n
        "lat": 49.7931260,\n
        "lon": 3.2316584,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905419,\n
        "lat": 49.7931368,\n
        "lon": 3.2312014,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905420,\n
        "lat": 49.7931429,\n
        "lon": 3.2311891,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905421,\n
        "lat": 49.7931519,\n
        "lon": 3.2316877,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905422,\n
        "lat": 49.7931534,\n
        "lon": 3.2310506,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905423,\n
        "lat": 49.7931614,\n
        "lon": 3.2313614,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905424,\n
        "lat": 49.7931618,\n
        "lon": 3.2308493,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905425,\n
        "lat": 49.7931647,\n
        "lon": 3.2313497,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905426,\n
        "lat": 49.7931796,\n
        "lon": 3.2312526,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905427,\n
        "lat": 49.7931857,\n
        "lon": 3.2312338,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905428,\n
        "lat": 49.7931942,\n
        "lon": 3.2311930,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905429,\n
        "lat": 49.7931949,\n
        "lon": 3.2313799,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905430,\n
        "lat": 49.7932029,\n
        "lon": 3.2307599,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905431,\n
        "lat": 49.7932155,\n
        "lon": 3.2309125,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905432,\n
        "lat": 49.7932169,\n
        "lon": 3.2316576,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905433,\n
        "lat": 49.7932206,\n
        "lon": 3.2309011,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905434,\n
        "lat": 49.7932306,\n
        "lon": 3.2313049,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905435,\n
        "lat": 49.7932346,\n
        "lon": 3.2309163,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905436,\n
        "lat": 49.7932408,\n
        "lon": 3.2310881,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905437,\n
        "lat": 49.7932427,\n
        "lon": 3.2312468,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905438,\n
        "lat": 49.7932441,\n
        "lon": 3.2337804,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905439,\n
        "lat": 49.7932493,\n
        "lon": 3.2315862,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905440,\n
        "lat": 49.7932526,\n
        "lon": 3.2337598,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905441,\n
        "lat": 49.7932561,\n
        "lon": 3.2308218,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905442,\n
        "lat": 49.7932564,\n
        "lon": 3.2315940,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905443,\n
        "lat": 49.7932603,\n
        "lon": 3.2312111,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905444,\n
        "lat": 49.7932609,\n
        "lon": 3.2337975,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905445,\n
        "lat": 49.7932695,\n
        "lon": 3.2308363,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905446,\n
        "lat": 49.7932696,\n
        "lon": 3.2317128,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905447,\n
        "lat": 49.7932700,\n
        "lon": 3.2337766,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905448,\n
        "lat": 49.7932800,\n
        "lon": 3.2315440,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905449,\n
        "lat": 49.7932816,\n
        "lon": 3.2337496,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905450,\n
        "lat": 49.7932831,\n
        "lon": 3.2312342,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905451,\n
        "lat": 49.7932847,\n
        "lon": 3.2338221,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905452,\n
        "lat": 49.7932851,\n
        "lon": 3.2312703,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905453,\n
        "lat": 49.7932889,\n
        "lon": 3.2319529,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905454,\n
        "lat": 49.7932970,\n
        "lon": 3.2312851,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905455,\n
        "lat": 49.7932976,\n
        "lon": 3.2315611,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905456,\n
        "lat": 49.7933001,\n
        "lon": 3.2312389,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905457,\n
        "lat": 49.7933054,\n
        "lon": 3.2337742,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905458,\n
        "lat": 49.7933107,\n
        "lon": 3.2303832,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905459,\n
        "lat": 49.7933115,\n
        "lon": 3.2312532,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905460,\n
        "lat": 49.7933123,\n
        "lon": 3.2319829,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905461,\n
        "lat": 49.7933124,\n
        "lon": 3.2311665,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905462,\n
        "lat": 49.7933164,\n
        "lon": 3.2318932,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905463,\n
        "lat": 49.7933189,\n
        "lon": 3.2315179,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905464,\n
        "lat": 49.7933201,\n
        "lon": 3.2317658,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905465,\n
        "lat": 49.7933210,\n
        "lon": 3.2337902,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905466,\n
        "lat": 49.7933347,\n
        "lon": 3.2337563,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905467,\n
        "lat": 49.7933406,\n
        "lon": 3.2319209,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905468,\n
        "lat": 49.7933424,\n
        "lon": 3.2316887,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905469,\n
        "lat": 49.7933444,\n
        "lon": 3.2315451,\n
        "timestamp": "2016-07-31T20:28:00Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905470,\n
        "lat": 49.7933471,\n
        "lon": 3.2316129,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905471,\n
        "lat": 49.7933514,\n
        "lon": 3.2316993,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905472,\n
        "lat": 49.7933651,\n
        "lon": 3.2316380,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905473,\n
        "lat": 49.7933653,\n
        "lon": 3.2315677,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905474,\n
        "lat": 49.7933735,\n
        "lon": 3.2302505,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905475,\n
        "lat": 49.7933758,\n
        "lon": 3.2339101,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905476,\n
        "lat": 49.7933759,\n
        "lon": 3.2304588,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905477,\n
        "lat": 49.7934089,\n
        "lon": 3.2338281,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905478,\n
        "lat": 49.7934397,\n
        "lon": 3.2303235,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905479,\n
        "lat": 49.7934431,\n
        "lon": 3.2301030,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905480,\n
        "lat": 49.7934571,\n
        "lon": 3.2305235,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905481,\n
        "lat": 49.7934691,\n
        "lon": 3.2333514,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905482,\n
        "lat": 49.7934729,\n
        "lon": 3.2301375,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905483,\n
        "lat": 49.7934820,\n
        "lon": 3.2301214,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905484,\n
        "lat": 49.7934872,\n
        "lon": 3.2305583,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905485,\n
        "lat": 49.7934880,\n
        "lon": 3.2304600,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905486,\n
        "lat": 49.7934902,\n
        "lon": 3.2305521,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905487,\n
        "lat": 49.7934998,\n
        "lon": 3.2301622,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905488,\n
        "lat": 49.7935033,\n
        "lon": 3.2304284,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905489,\n
        "lat": 49.7935049,\n
        "lon": 3.2301487,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905490,\n
        "lat": 49.7935074,\n
        "lon": 3.2305719,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905491,\n
        "lat": 49.7935097,\n
        "lon": 3.2301754,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905492,\n
        "lat": 49.7935116,\n
        "lon": 3.2305080,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905493,\n
        "lat": 49.7935143,\n
        "lon": 3.2304060,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905494,\n
        "lat": 49.7935180,\n
        "lon": 3.2304949,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905495,\n
        "lat": 49.7935288,\n
        "lon": 3.2305280,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905496,\n
        "lat": 49.7935334,\n
        "lon": 3.2304633,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905497,\n
        "lat": 49.7935375,\n
        "lon": 3.2331933,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905498,\n
        "lat": 49.7935449,\n
        "lon": 3.2304397,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905499,\n
        "lat": 49.7935486,\n
        "lon": 3.2304321,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905500,\n
        "lat": 49.7935645,\n
        "lon": 3.2334504,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905501,\n
        "lat": 49.7935698,\n
        "lon": 3.2304568,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905502,\n
        "lat": 49.7935745,\n
        "lon": 3.2302835,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905503,\n
        "lat": 49.7935787,\n
        "lon": 3.2303709,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905504,\n
        "lat": 49.7935897,\n
        "lon": 3.2333921,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905505,\n
        "lat": 49.7935999,\n
        "lon": 3.2303955,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905506,\n
        "lat": 49.7936004,\n
        "lon": 3.2334032,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905507,\n
        "lat": 49.7936046,\n
        "lon": 3.2303183,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905508,\n
        "lat": 49.7936067,\n
        "lon": 3.2333556,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905509,\n
        "lat": 49.7936165,\n
        "lon": 3.2333658,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905510,\n
        "lat": 49.7936337,\n
        "lon": 3.2332932,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905511,\n
        "lat": 49.7941154,\n
        "lon": 3.2334514,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905512,\n
        "lat": 49.7941580,\n
        "lon": 3.2333560,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905513,\n
        "lat": 49.7941588,\n
        "lon": 3.2336582,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905514,\n
        "lat": 49.7941803,\n
        "lon": 3.2335208,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905515,\n
        "lat": 49.7941804,\n
        "lon": 3.2336090,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905516,\n
        "lat": 49.7941855,\n
        "lon": 3.2336865,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905517,\n
        "lat": 49.7942072,\n
        "lon": 3.2336373,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905518,\n
        "lat": 49.7942228,\n
        "lon": 3.2334255,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "tags": {\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905519,\n
        "lat": 49.7958590,\n
        "lon": 3.2344725,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905520,\n
        "lat": 49.7959285,\n
        "lon": 3.2345914,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905521,\n
        "lat": 49.7959545,\n
        "lon": 3.2349081,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905522,\n
        "lat": 49.7959723,\n
        "lon": 3.2348800,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905523,\n
        "lat": 49.7959872,\n
        "lon": 3.2349021,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905524,\n
        "lat": 49.7959990,\n
        "lon": 3.2348868,\n
        "timestamp": "2016-07-31T20:28:01Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905525,\n
        "lat": 49.7960089,\n
        "lon": 3.2349389,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905526,\n
        "lat": 49.7960186,\n
        "lon": 3.2350081,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905527,\n
        "lat": 49.7960206,\n
        "lon": 3.2349196,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905528,\n
        "lat": 49.7960238,\n
        "lon": 3.2350008,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905529,\n
        "lat": 49.7960357,\n
        "lon": 3.2349805,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905530,\n
        "lat": 49.7960644,\n
        "lon": 3.2349044,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905531,\n
        "lat": 49.7960974,\n
        "lon": 3.2349583,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905532,\n
        "lat": 49.7961000,\n
        "lon": 3.2349892,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905533,\n
        "lat": 49.7961125,\n
        "lon": 3.2348290,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905534,\n
        "lat": 49.7961142,\n
        "lon": 3.2350119,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905535,\n
        "lat": 49.7961341,\n
        "lon": 3.2349837,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905536,\n
        "lat": 49.7961353,\n
        "lon": 3.2348636,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905537,\n
        "lat": 49.7961371,\n
        "lon": 3.2350180,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905538,\n
        "lat": 49.7961466,\n
        "lon": 3.2350058,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905539,\n
        "lat": 49.7961474,\n
        "lon": 3.2348484,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905540,\n
        "lat": 49.7961578,\n
        "lon": 3.2348977,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905541,\n
        "lat": 49.7961618,\n
        "lon": 3.2340947,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905542,\n
        "lat": 49.7961678,\n
        "lon": 3.2348801,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905543,\n
        "lat": 49.7961717,\n
        "lon": 3.2349215,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905544,\n
        "lat": 49.7961717,\n
        "lon": 3.2351494,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905545,\n
        "lat": 49.7961725,\n
        "lon": 3.2351029,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905546,\n
        "lat": 49.7961939,\n
        "lon": 3.2350703,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905547,\n
        "lat": 49.7962045,\n
        "lon": 3.2350858,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905548,\n
        "lat": 49.7962083,\n
        "lon": 3.2351537,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905549,\n
        "lat": 49.7962408,\n
        "lon": 3.2350325,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905550,\n
        "lat": 49.7962419,\n
        "lon": 3.2352081,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905551,\n
        "lat": 49.7962579,\n
        "lon": 3.2351813,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905552,\n
        "lat": 49.7962588,\n
        "lon": 3.2350603,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905553,\n
        "lat": 49.7962755,\n
        "lon": 3.2350346,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905554,\n
        "lat": 49.7962867,\n
        "lon": 3.2352251,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905555,\n
        "lat": 49.7962873,\n
        "lon": 3.2354275,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905556,\n
        "lat": 49.7962909,\n
        "lon": 3.2351204,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905557,\n
        "lat": 49.7963097,\n
        "lon": 3.2350878,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905558,\n
        "lat": 49.7963161,\n
        "lon": 3.2353833,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905559,\n
        "lat": 49.7963203,\n
        "lon": 3.2351738,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905560,\n
        "lat": 49.7963424,\n
        "lon": 3.2354273,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905561,\n
        "lat": 49.7963607,\n
        "lon": 3.2355464,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905562,\n
        "lat": 49.7963642,\n
        "lon": 3.2338367,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905563,\n
        "lat": 49.7963663,\n
        "lon": 3.2353938,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905564,\n
        "lat": 49.7963707,\n
        "lon": 3.2354758,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905565,\n
        "lat": 49.7963909,\n
        "lon": 3.2355116,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905566,\n
        "lat": 49.7963919,\n
        "lon": 3.2354432,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905567,\n
        "lat": 49.7963964,\n
        "lon": 3.2347125,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905568,\n
        "lat": 49.7963986,\n
        "lon": 3.2347344,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905569,\n
        "lat": 49.7964008,\n
        "lon": 3.2355002,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905570,\n
        "lat": 49.7964016,\n
        "lon": 3.2346964,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905571,\n
        "lat": 49.7964039,\n
        "lon": 3.2347470,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905572,\n
        "lat": 49.7964103,\n
        "lon": 3.2346870,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905573,\n
        "lat": 49.7964135,\n
        "lon": 3.2343743,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905574,\n
        "lat": 49.7964171,\n
        "lon": 3.2347561,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905575,\n
        "lat": 49.7964218,\n
        "lon": 3.2346846,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905576,\n
        "lat": 49.7964266,\n
        "lon": 3.2347530,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905577,\n
        "lat": 49.7964331,\n
        "lon": 3.2339689,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905578,\n
        "lat": 49.7964362,\n
        "lon": 3.2346944,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905579,\n
        "lat": 49.7964374,\n
        "lon": 3.2347445,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905580,\n
        "lat": 49.7964409,\n
        "lon": 3.2347076,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905581,\n
        "lat": 49.7964422,\n
        "lon": 3.2347259,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905582,\n
        "lat": 49.7964435,\n
        "lon": 3.2354458,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905583,\n
        "lat": 49.7964676,\n
        "lon": 3.2356271,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905584,\n
        "lat": 49.7965055,\n
        "lon": 3.2337100,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905585,\n
        "lat": 49.7965206,\n
        "lon": 3.2337384,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905586,\n
        "lat": 49.7965240,\n
        "lon": 3.2336848,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905587,\n
        "lat": 49.7965353,\n
        "lon": 3.2342189,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905588,\n
        "lat": 49.7965399,\n
        "lon": 3.2337138,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905689,\n
        "lat": 49.7966206,\n
        "lon": 3.2335654,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905690,\n
        "lat": 49.7966368,\n
        "lon": 3.2347856,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905691,\n
        "lat": 49.7966486,\n
        "lon": 3.2347825,\n
        "timestamp": "2016-07-31T20:28:02Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905692,\n
        "lat": 49.7966748,\n
        "lon": 3.2340498,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905693,\n
        "lat": 49.7966771,\n
        "lon": 3.2351432,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905694,\n
        "lat": 49.7967321,\n
        "lon": 3.2334169,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905695,\n
        "lat": 49.7967459,\n
        "lon": 3.2352760,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905696,\n
        "lat": 49.7967496,\n
        "lon": 3.2350497,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905697,\n
        "lat": 49.7967617,\n
        "lon": 3.2346421,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905698,\n
        "lat": 49.7968227,\n
        "lon": 3.2351810,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905699,\n
        "lat": 49.7968665,\n
        "lon": 3.2340175,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905700,\n
        "lat": 49.7968960,\n
        "lon": 3.2344682,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905701,\n
        "lat": 49.7969642,\n
        "lon": 3.2341932,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905702,\n
        "lat": 49.7969686,\n
        "lon": 3.2349972,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905703,\n
        "lat": 49.7969779,\n
        "lon": 3.2338729,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905704,\n
        "lat": 49.7969921,\n
        "lon": 3.2350396,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905705,\n
        "lat": 49.7970081,\n
        "lon": 3.2349463,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905706,\n
        "lat": 49.7970306,\n
        "lon": 3.2349917,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905707,\n
        "lat": 49.7970723,\n
        "lon": 3.2340471,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905708,\n
        "lat": 49.7971520,\n
        "lon": 3.2345308,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905709,\n
        "lat": 49.7972272,\n
        "lon": 3.2346661,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905710,\n
        "lat": 49.7972604,\n
        "lon": 3.2339298,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905711,\n
        "lat": 49.7973330,\n
        "lon": 3.2345310,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905712,\n
        "lat": 49.7973916,\n
        "lon": 3.2337499,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905713,\n
        "lat": 49.7974910,\n
        "lon": 3.2343360,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905714,\n
        "lat": 49.7976248,\n
        "lon": 3.2341525,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905715,\n
        "lat": 49.8002104,\n
        "lon": 3.2317432,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905716,\n
        "lat": 49.8002512,\n
        "lon": 3.2317839,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905717,\n
        "lat": 49.8002665,\n
        "lon": 3.2315966,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 4329905718,\n
        "lat": 49.8003089,\n
        "lon": 3.2316356,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052055,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905360,\n
          4329905355,\n
          4329905353,\n
          4329905343,\n
          4329905339,\n
          4329905337,\n
          4329905336,\n
          4329905334,\n
          4329905332,\n
          4329905351,\n
          4329905360\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052056,\n
        "timestamp": "2025-05-08T17:22:28Z",\n
        "version": 3,\n
        "changeset": 165995038,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          4329905423,\n
          4329905425,\n
          4329905429,\n
          4329905434,\n
          4329905426,\n
          4329905427,\n
          4329905420,\n
          4329905419,\n
          4329905417,\n
          4329905409,\n
          4329905423\n
        ],\n
        "tags": {\n
          "addr:street": "Place Raphaël Wilbert",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairie.contescourt@wanadoo.fr",\n
          "contact:phone": "+33 3 23 60 54 22",\n
          "name": "Mairie de Contescourt",\n
          "opening_hours": "Tu 09:00-12:00; Th 13:00-18:00",\n
          "ref:FR:SIRET": "21020199200018",\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
          "wheelchair": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052057,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905304,\n
          4329905292,\n
          4329905290,\n
          4329899886,\n
          4329899882,\n
          4329899884,\n
          4329899883,\n
          4329905297,\n
          4329905303,\n
          4329905301,\n
          4329905304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052059,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905567,\n
          4329905568,\n
          4329905571,\n
          4329905574,\n
          4329905576,\n
          4329905579,\n
          4329905581,\n
          4329905580,\n
          4329905578,\n
          4329905575,\n
          4329905572,\n
          4329905570,\n
          4329905567\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052060,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905538,\n
          4329905535,\n
          4329905543,\n
          4329905540,\n
          4329905542,\n
          4329905539,\n
          4329905536,\n
          4329905533,\n
          4329905530,\n
          4329905531,\n
          4329905532,\n
          4329905534,\n
          4329905537,\n
          4329905538\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052061,\n
        "timestamp": "2016-07-31T20:28:03Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905544,\n
          4329905548,\n
          4329905550,\n
          4329905551,\n
          4329905554,\n
          4329905559,\n
          4329905556,\n
          4329905557,\n
          4329905553,\n
          4329905552,\n
          4329905549,\n
          4329905547,\n
          4329905546,\n
          4329905545,\n
          4329905544\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052062,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 4,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          4329905388,\n
          4329905391,\n
          4329905397,\n
          4329905406,\n
          4329905402,\n
          4329905405,\n
          4329905404,\n
          4329905403,\n
          4329905400,\n
          4329905399,\n
          4329905398,\n
          4329905396,\n
          4329905395,\n
          4329905390,\n
          4329905386,\n
          4329905385,\n
          4329905377,\n
          4329905380,\n
          4329905378,\n
          4329905381,\n
          4329905379,\n
          4329905384,\n
          4329905382,\n
          4329905388\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Amand",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2023",\n
          "wikidata": "Q3580836"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052063,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905314,\n
          4329905307,\n
          4329905298,\n
          4329905308,\n
          4329905314\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052064,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905364,\n
          4329905359,\n
          4329905362,\n
          4329905367,\n
          4329905364\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052065,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905369,\n
          4329905376,\n
          4329905389,\n
          4329905372,\n
          4329905369\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052066,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905307,\n
          4329905314,\n
          4329905318,\n
          4329905311,\n
          4329905307\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052067,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905503,\n
          4329905499,\n
          4329905501,\n
          4329905505,\n
          4329905503\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": 435052069,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905291,\n
          4329899888,\n
          4329899885,\n
          4329905289,\n
          4329905291\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052070,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905325,\n
          4329905322,\n
          4329905320,\n
          4329905321,\n
          4329905325\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": 435052072,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905692,\n
          4329905587,\n
          4329905697,\n
          4329905700,\n
          4329905692\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": 435052073,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905517,\n
          4329905515,\n
          4329905513,\n
          4329905516,\n
          4329905517\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052074,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905323,\n
          4329905317,\n
          4329905326,\n
          4329905330,\n
          4329905323\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052076,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905407,\n
          4329905414,\n
          4329905401,\n
          4329905392,\n
          4329905407\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052077,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905327,\n
          4329905324,\n
          4329905328,\n
          4329905333,\n
          4329905327\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052078,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905306,\n
          4329905302,\n
          4329905310,\n
          4329905312,\n
          4329905306\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052079,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905341,\n
          4329905335,\n
          4329905329,\n
          4329905338,\n
          4329905341\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052081,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905365,\n
          4329905363,\n
          4329905366,\n
          4329905368,\n
          4329905365\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052082,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905300,\n
          4329905299,\n
          4329905294,\n
          4329905296,\n
          4329905300\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": 435052083,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905715,\n
          4329905716,\n
          4329905718,\n
          4329905717,\n
          4329905715\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052084,\n
        "timestamp": "2016-07-31T20:28:04Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905478,\n
          4329905474,\n
          4329905458,\n
          4329905476,\n
          4329905478\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052085,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905309,\n
          4329905316,\n
          4329905319,\n
          4329905313,\n
          4329905309\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052086,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905346,\n
          4329905352,\n
          4329905348,\n
          4329905345,\n
          4329905346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052087,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905512,\n
          4329905511,\n
          4329905514,\n
          4329905518,\n
          4329905512\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052088,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905694,\n
          4329905689,\n
          4329905699,\n
          4329905703,\n
          4329905694\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": 435052089,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329899868,\n
          4329899866,\n
          4329899867,\n
          4329899869,\n
          4329899868\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052090,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329899872,\n
          4329899874,\n
          4329899875,\n
          4329899873,\n
          4329899872\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": 435052092,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905327,\n
          4329905333,\n
          4329905340,\n
          4329905331,\n
          4329905327\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052093,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905441,\n
          4329905433,\n
          4329905435,\n
          4329905445,\n
          4329905441\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052094,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905309,\n
          4329905306,\n
          4329905312,\n
          4329905316,\n
          4329905309\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052095,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905713,\n
          4329905714,\n
          4329905712,\n
          4329905710,\n
          4329905713\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": 435052096,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905431,\n
          4329905424,\n
          4329905413,\n
          4329905422,\n
          4329905431\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052097,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905354,\n
          4329905347,\n
          4329905357,\n
          4329905361,\n
          4329905354\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052098,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905496,\n
          4329905498,\n
          4329905493,\n
          4329905488,\n
          4329905496\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052099,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905344,\n
          4329905342,\n
          4329905350,\n
          4329905356,\n
          4329905344\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052100,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329899872,\n
          4329899870,\n
          4329899871,\n
          4329899874,\n
          4329899872\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052101,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905486,\n
          4329905490,\n
          4329905495,\n
          4329905492,\n
          4329905486\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": 435052103,\n
        "timestamp": "2016-07-31T20:28:05Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905460,\n
          4329905467,\n
          4329905462,\n
          4329905453,\n
          4329905460\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": 435052104,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905454,\n
          4329905459,\n
          4329905456,\n
          4329905452,\n
          4329905454\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052105,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905412,\n
          4329905415,\n
          4329905411,\n
          4329905408,\n
          4329905412\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": 435052106,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905585,\n
          4329905588,\n
          4329905586,\n
          4329905584,\n
          4329905585\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052107,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905410,\n
          4329905416,\n
          4329905421,\n
          4329905418,\n
          4329905410\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": 435052108,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905447,\n
          4329905440,\n
          4329905438,\n
          4329905444,\n
          4329905447\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052109,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905344,\n
          4329905356,\n
          4329905358,\n
          4329905349,\n
          4329905344\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": 435052110,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905319,\n
          4329905320,\n
          4329905322,\n
          4329905315,\n
          4329905313,\n
          4329905319\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052111,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905519,\n
          4329905520,\n
          4329905577,\n
          4329905562,\n
          4329905541,\n
          4329905519\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052113,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905303,\n
          4329905297,\n
          4329905299,\n
          4329905300,\n
          4329905305,\n
          4329905303\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": 435052114,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905690,\n
          4329905691,\n
          4329905697,\n
          4329905587,\n
          4329905573,\n
          4329905690\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": 435052116,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905582,\n
          4329905569,\n
          4329905583,\n
          4329905695,\n
          4329905693,\n
          4329905582\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052117,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905457,\n
          4329905451,\n
          4329905444,\n
          4329905447,\n
          4329905449,\n
          4329905457\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": 435052118,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905709,\n
          4329905711,\n
          4329905707,\n
          4329905701,\n
          4329905708,\n
          4329905709\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": 435052119,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905441,\n
          4329905430,\n
          4329905424,\n
          4329905431,\n
          4329905433,\n
          4329905441\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": 435052121,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329899879,\n
          4329899877,\n
          4329899881,\n
          4329899876,\n
          4329899880,\n
          4329905295,\n
          4329899879\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052122,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905485,\n
          4329905480,\n
          4329905484,\n
          4329905486,\n
          4329905492,\n
          4329905494,\n
          4329905485\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052123,\n
        "timestamp": "2016-07-31T20:28:06Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905493,\n
          4329905498,\n
          4329905499,\n
          4329905503,\n
          4329905507,\n
          4329905502,\n
          4329905493\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052125,\n
        "timestamp": "2016-07-31T20:28:07Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905450,\n
          4329905461,\n
          4329905436,\n
          4329905428,\n
          4329905437,\n
          4329905443,\n
          4329905450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052126,\n
        "timestamp": "2016-07-31T20:28:07Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905457,\n
          4329905451,\n
          4329905475,\n
          4329905477,\n
          4329905466,\n
          4329905465,\n
          4329905457\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052127,\n
        "timestamp": "2016-07-31T20:28:07Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329899883,\n
          4329899878,\n
          4329899887,\n
          4329905293,\n
          4329905294,\n
          4329905299,\n
          4329905297,\n
          4329899883\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052130,\n
        "timestamp": "2016-07-31T20:28:07Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905446,\n
          4329905464,\n
          4329905471,\n
          4329905468,\n
          4329905472,\n
          4329905470,\n
          4329905473,\n
          4329905469,\n
          4329905446\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052132,\n
        "timestamp": "2016-07-31T20:28:07Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905555,\n
          4329905561,\n
          4329905565,\n
          4329905564,\n
          4329905566,\n
          4329905563,\n
          4329905560,\n
          4329905558,\n
          4329905555\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052134,\n
        "timestamp": "2016-07-31T20:28:07Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905469,\n
          4329905463,\n
          4329905455,\n
          4329905448,\n
          4329905442,\n
          4329905439,\n
          4329905432,\n
          4329905446,\n
          4329905469\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052137,\n
        "timestamp": "2016-07-31T20:28:07Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905474,\n
          4329905478,\n
          4329905491,\n
          4329905487,\n
          4329905489,\n
          4329905483,\n
          4329905482,\n
          4329905479,\n
          4329905474\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052139,\n
        "timestamp": "2016-07-31T20:28:07Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905510,\n
          4329905497,\n
          4329905481,\n
          4329905500,\n
          4329905504,\n
          4329905506,\n
          4329905509,\n
          4329905508,\n
          4329905510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052140,\n
        "timestamp": "2016-07-31T20:28:07Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905709,\n
          4329905708,\n
          4329905696,\n
          4329905698,\n
          4329905702,\n
          4329905704,\n
          4329905706,\n
          4329905705,\n
          4329905709\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052142,\n
        "timestamp": "2016-07-31T20:28:07Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905528,\n
          4329905529,\n
          4329905525,\n
          4329905527,\n
          4329905524,\n
          4329905523,\n
          4329905522,\n
          4329905521,\n
          4329905526,\n
          4329905528\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 435052144,\n
        "timestamp": "2016-07-31T20:28:07Z",\n
        "version": 1,\n
        "changeset": 41153610,\n
        "user": "Pichasso",\n
        "uid": 512235,\n
        "nodes": [\n
          4329905373,\n
          4329905370,\n
          4329905374,\n
          4329905371,\n
          4329905375,\n
          4329905394,\n
          4329905393,\n
          4329905383,\n
          4329905387,\n
          4329905373\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2016"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]