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

HTTP Client

1 Total requests
0 HTTP errors

Clients

http_client 1

Requests

POST https://overpass-api.de/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="02319"]->.searchArea;\n
      (\n
        nwr["emergency"="fire_hydrant"](area.searchArea);\n
        nwr["amenity"="charging_station"](area.searchArea);\n
        nwr["amenity"="toilets"](area.searchArea);\n
        nwr["highway"="bus_stop"](area.searchArea);\n
        nwr["emergency"="defibrillator"](area.searchArea);\n
        nwr["man_made"="surveillance"](area.searchArea);\n
        nwr["amenity"="recycling"](area.searchArea);\n
        nwr["power"="substation"](area.searchArea);\n
        nwr["healthcare"](area.searchArea);\n
        nwr["amenity"="doctors"](area.searchArea);\n
        nwr["amenity"="pharmacy"](area.searchArea);\n
        nwr["amenity"="hospital"](area.searchArea);\n
        nwr["amenity"="clinic"](area.searchArea);\n
        nwr["amenity"="social_facility"](area.searchArea);\n
        nwr["healthcare"="laboratory"](area.searchArea);\n
        nwr["amenity"="school"](area.searchArea);\n
        nwr["amenity"="police"](area.searchArea);\n
        nwr["amenity"="bicycle_parking"](area.searchArea);\n
        nwr["advertising"="board"]["message"="political"](area.searchArea);\n
        way["building"](area.searchArea);\n
        nwr["email"](area.searchArea);\n
        nwr["contact:email"](area.searchArea);\n
        nwr["amenity"="bench"](area.searchArea);\n
        nwr["amenity"="waste_basket"](area.searchArea);\n
        nwr["highway"="street_lamp"](area.searchArea);\n
        nwr["amenity"="drinking_water"](area.searchArea);\n
        nwr["natural"="tree"](area.searchArea);\n
        nw["power"="pole"](area.searchArea);\n
        nwr["manhole"](area.searchArea);\n
        nwr["amenity"="public_bookcase"](area.searchArea);\n
        nwr["leisure"="playground"](area.searchArea);\n
        nwr["amenity"="restaurant"](area.searchArea);\n
        nwr["ref:FR:RNB"](area.searchArea);\n
      );\n
      (._;>;);\n
      out meta;\n
      >;
      """
  ]
  "timeout" => 60
]
Response 200
[
  "info" => [
    "header_size" => 190
    "request_size" => 2613
    "total_time" => 6.553783
    "namelookup_time" => 0.000796
    "connect_time" => 0.034414
    "pretransfer_time" => 0.071316
    "size_upload" => 2410.0
    "size_download" => 52145.0
    "speed_download" => 7956.0
    "speed_upload" => 367.0
    "download_content_length" => 52145.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 6.487191
    "primary_ip" => "2a01:4f9:3051:3e48::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:8dd2:eab4:995c:1e1a"
    "local_port" => 37734
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 71214
    "connect_time_us" => 34414
    "namelookup_time_us" => 796
    "pretransfer_time_us" => 71316
    "starttransfer_time_us" => 6487191
    "posttransfer_time_us" => 71314
    "total_time_us" => 6553783
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1769782300.1619
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1082
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1055 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1066 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f9:3051:3e48::2, 2a01:4f8:261:3c4f::2\n
      * IPv4: 65.109.112.52, 162.55.144.139\n
      *   Trying [2a01:4f9:3051:3e48::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=lambert.openstreetmap.de\n
      *  start date: Jan 21 16:56:36 2026 GMT\n
      *  expire date: Apr 21 16:56:35 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f9:3051:3e48::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Fri, 30 Jan 2026 14:11:40 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 52145\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Fri, 30 Jan 2026 14:11:40 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 52145"
    "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-30T14:09:43Z",\n
          "timestamp_areas_base": "2026-01-23T01:22:35Z",\n
          "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n
        },\n
        "elements": [\n
      \n
      {\n
        "type": "node",\n
        "id": 1393911120,\n
        "lat": 49.9006820,\n
        "lon": 3.3748570,\n
        "timestamp": "2011-08-10T17:28:36Z",\n
        "version": 1,\n
        "changeset": 8978605,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393911131,\n
        "lat": 49.9006950,\n
        "lon": 3.3749170,\n
        "timestamp": "2011-08-10T17:28:37Z",\n
        "version": 1,\n
        "changeset": 8978605,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393911155,\n
        "lat": 49.9007140,\n
        "lon": 3.3749100,\n
        "timestamp": "2011-08-10T17:28:37Z",\n
        "version": 1,\n
        "changeset": 8978605,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393911156,\n
        "lat": 49.9007200,\n
        "lon": 3.3749390,\n
        "timestamp": "2011-08-10T17:28:37Z",\n
        "version": 1,\n
        "changeset": 8978605,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393911158,\n
        "lat": 49.9007320,\n
        "lon": 3.3749930,\n
        "timestamp": "2011-08-10T17:28:37Z",\n
        "version": 1,\n
        "changeset": 8978605,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393911184,\n
        "lat": 49.9007920,\n
        "lon": 3.3747860,\n
        "timestamp": "2011-08-10T17:28:38Z",\n
        "version": 1,\n
        "changeset": 8978605,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393911185,\n
        "lat": 49.9008300,\n
        "lon": 3.3749380,\n
        "timestamp": "2011-08-10T17:28:38Z",\n
        "version": 1,\n
        "changeset": 8978605,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393911525,\n
        "lat": 49.9025930,\n
        "lon": 3.3737340,\n
        "timestamp": "2011-08-10T17:28:53Z",\n
        "version": 1,\n
        "changeset": 8978605,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393911526,\n
        "lat": 49.9026130,\n
        "lon": 3.3738240,\n
        "timestamp": "2011-08-10T17:28:53Z",\n
        "version": 1,\n
        "changeset": 8978605,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393911527,\n
        "lat": 49.9026170,\n
        "lon": 3.3737270,\n
        "timestamp": "2011-08-10T17:28:53Z",\n
        "version": 1,\n
        "changeset": 8978605,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393911528,\n
        "lat": 49.9026310,\n
        "lon": 3.3739020,\n
        "timestamp": "2011-08-10T17:28:53Z",\n
        "version": 1,\n
        "changeset": 8978605,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393911529,\n
        "lat": 49.9026460,\n
        "lon": 3.3738940,\n
        "timestamp": "2011-08-10T17:28:53Z",\n
        "version": 1,\n
        "changeset": 8978605,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939523,\n
        "lat": 49.8970270,\n
        "lon": 3.4038640,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939524,\n
        "lat": 49.8970290,\n
        "lon": 3.4038120,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939525,\n
        "lat": 49.8970400,\n
        "lon": 3.4038430,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939526,\n
        "lat": 49.8970430,\n
        "lon": 3.4038530,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939527,\n
        "lat": 49.8970640,\n
        "lon": 3.4037860,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939528,\n
        "lat": 49.8970730,\n
        "lon": 3.4038170,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939529,\n
        "lat": 49.8970960,\n
        "lon": 3.4038150,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939530,\n
        "lat": 49.8971060,\n
        "lon": 3.4041030,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939531,\n
        "lat": 49.8971100,\n
        "lon": 3.4038930,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939532,\n
        "lat": 49.8971170,\n
        "lon": 3.4038870,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939533,\n
        "lat": 49.8971220,\n
        "lon": 3.4040910,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939534,\n
        "lat": 49.8971450,\n
        "lon": 3.4040100,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939535,\n
        "lat": 49.8971570,\n
        "lon": 3.4040030,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939536,\n
        "lat": 49.8971730,\n
        "lon": 3.4040540,\n
        "timestamp": "2011-08-10T18:02:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939538,\n
        "lat": 49.8973529,\n
        "lon": 3.4029303,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939539,\n
        "lat": 49.8974464,\n
        "lon": 3.4024454,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939540,\n
        "lat": 49.8973795,\n
        "lon": 3.4037920,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939542,\n
        "lat": 49.8974674,\n
        "lon": 3.4023124,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939548,\n
        "lat": 49.8974069,\n
        "lon": 3.4030723,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939549,\n
        "lat": 49.8974205,\n
        "lon": 3.4038940,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939551,\n
        "lat": 49.8974469,\n
        "lon": 3.4028493,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939552,\n
        "lat": 49.8975274,\n
        "lon": 3.4023474,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939553,\n
        "lat": 49.8974525,\n
        "lon": 3.4038650,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939554,\n
        "lat": 49.8975304,\n
        "lon": 3.4023374,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939555,\n
        "lat": 49.8974535,\n
        "lon": 3.4038530,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939558,\n
        "lat": 49.8974615,\n
        "lon": 3.4037140,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939560,\n
        "lat": 49.8975644,\n
        "lon": 3.4024934,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939562,\n
        "lat": 49.8974995,\n
        "lon": 3.4038080,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939563,\n
        "lat": 49.8974999,\n
        "lon": 3.4029923,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939565,\n
        "lat": 49.8975844,\n
        "lon": 3.4023734,\n
        "timestamp": "2021-04-27T20:32:52Z",\n
        "version": 2,\n
        "changeset": 103730582,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939566,\n
        "lat": 49.8981180,\n
        "lon": 3.4017380,\n
        "timestamp": "2011-08-10T18:02:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939567,\n
        "lat": 49.8981280,\n
        "lon": 3.4017810,\n
        "timestamp": "2011-08-10T18:02:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939568,\n
        "lat": 49.8981370,\n
        "lon": 3.4022850,\n
        "timestamp": "2011-08-10T18:02:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939573,\n
        "lat": 49.8981420,\n
        "lon": 3.4019250,\n
        "timestamp": "2011-08-10T18:02:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939574,\n
        "lat": 49.8981500,\n
        "lon": 3.4022300,\n
        "timestamp": "2011-08-10T18:02:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939575,\n
        "lat": 49.8981550,\n
        "lon": 3.4017170,\n
        "timestamp": "2011-08-10T18:02:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939576,\n
        "lat": 49.8981600,\n
        "lon": 3.4019960,\n
        "timestamp": "2011-08-10T18:02:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939578,\n
        "lat": 49.8981620,\n
        "lon": 3.4019140,\n
        "timestamp": "2011-08-10T18:02:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939579,\n
        "lat": 49.8981650,\n
        "lon": 3.4017590,\n
        "timestamp": "2011-08-10T18:02:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939581,\n
        "lat": 49.8981810,\n
        "lon": 3.4019850,\n
        "timestamp": "2011-08-10T18:02:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939582,\n
        "lat": 49.8981504,\n
        "lon": 3.4020610,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939588,\n
        "lat": 49.8981744,\n
        "lon": 3.4020280,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939589,\n
        "lat": 49.8981774,\n
        "lon": 3.4021560,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939591,\n
        "lat": 49.8981784,\n
        "lon": 3.4020420,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939592,\n
        "lat": 49.8982640,\n
        "lon": 3.3807560,\n
        "timestamp": "2011-08-10T18:02:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939593,\n
        "lat": 49.8982640,\n
        "lon": 3.3809520,\n
        "timestamp": "2011-08-10T18:02:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939596,\n
        "lat": 49.8982640,\n
        "lon": 3.3810100,\n
        "timestamp": "2011-08-10T18:02:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939597,\n
        "lat": 49.8983280,\n
        "lon": 3.4023740,\n
        "timestamp": "2011-08-10T18:02:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939609,\n
        "lat": 49.8983390,\n
        "lon": 3.4023200,\n
        "timestamp": "2011-08-10T18:02:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939611,\n
        "lat": 49.8983075,\n
        "lon": 3.4022208,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939614,\n
        "lat": 49.8983095,\n
        "lon": 3.4022168,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939615,\n
        "lat": 49.8983115,\n
        "lon": 3.4022058,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939618,\n
        "lat": 49.8983115,\n
        "lon": 3.4022368,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939619,\n
        "lat": 49.8983134,\n
        "lon": 3.4019360,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939622,\n
        "lat": 49.8983215,\n
        "lon": 3.4022408,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939623,\n
        "lat": 49.8983385,\n
        "lon": 3.4021548,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939632,\n
        "lat": 49.8983445,\n
        "lon": 3.4021888,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939634,\n
        "lat": 49.8983454,\n
        "lon": 3.4020490,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939635,\n
        "lat": 49.8983625,\n
        "lon": 3.4021418,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939636,\n
        "lat": 49.8983675,\n
        "lon": 3.4024028,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939637,\n
        "lat": 49.8983945,\n
        "lon": 3.4022588,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939638,\n
        "lat": 49.8984285,\n
        "lon": 3.4023608,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939640,\n
        "lat": 49.8985350,\n
        "lon": 3.3807550,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939653,\n
        "lat": 49.8985350,\n
        "lon": 3.3809500,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939659,\n
        "lat": 49.8985350,\n
        "lon": 3.4023890,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939662,\n
        "lat": 49.8985360,\n
        "lon": 3.3810080,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939664,\n
        "lat": 49.8985540,\n
        "lon": 3.4022360,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939665,\n
        "lat": 49.8985650,\n
        "lon": 3.4023970,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939668,\n
        "lat": 49.8985670,\n
        "lon": 3.4023820,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939669,\n
        "lat": 49.8985820,\n
        "lon": 3.4028850,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939670,\n
        "lat": 49.8986020,\n
        "lon": 3.4023930,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939675,\n
        "lat": 49.8986030,\n
        "lon": 3.4023870,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939677,\n
        "lat": 49.8986040,\n
        "lon": 3.4027810,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939679,\n
        "lat": 49.8986150,\n
        "lon": 3.4022830,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939681,\n
        "lat": 49.8986190,\n
        "lon": 3.4022550,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939683,\n
        "lat": 49.8986320,\n
        "lon": 3.4022460,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939687,\n
        "lat": 49.8986340,\n
        "lon": 3.4022800,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939690,\n
        "lat": 49.8986400,\n
        "lon": 3.4023810,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939693,\n
        "lat": 49.8986420,\n
        "lon": 3.4024000,\n
        "timestamp": "2011-08-10T18:03:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939706,\n
        "lat": 49.8986560,\n
        "lon": 3.4029190,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939708,\n
        "lat": 49.8986780,\n
        "lon": 3.4028200,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939710,\n
        "lat": 49.8987010,\n
        "lon": 3.4022410,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939712,\n
        "lat": 49.8987090,\n
        "lon": 3.4023890,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939715,\n
        "lat": 49.8987240,\n
        "lon": 3.4029730,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939716,\n
        "lat": 49.8987430,\n
        "lon": 3.4024710,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939717,\n
        "lat": 49.8987480,\n
        "lon": 3.4028510,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939727,\n
        "lat": 49.8987650,\n
        "lon": 3.4023440,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939730,\n
        "lat": 49.8987740,\n
        "lon": 3.4024980,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939733,\n
        "lat": 49.8987750,\n
        "lon": 3.4024870,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939736,\n
        "lat": 49.8987800,\n
        "lon": 3.4028690,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939739,\n
        "lat": 49.8987800,\n
        "lon": 3.4028800,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939743,\n
        "lat": 49.8987920,\n
        "lon": 3.4030040,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939747,\n
        "lat": 49.8988020,\n
        "lon": 3.4025100,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939748,\n
        "lat": 49.8988170,\n
        "lon": 3.4029000,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939750,\n
        "lat": 49.8988270,\n
        "lon": 3.4023680,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939752,\n
        "lat": 49.8988310,\n
        "lon": 3.4025220,\n
        "timestamp": "2011-08-10T18:03:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939754,\n
        "lat": 49.8988330,\n
        "lon": 3.4025110,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939756,\n
        "lat": 49.8988660,\n
        "lon": 3.4025240,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939758,\n
        "lat": 49.8988890,\n
        "lon": 3.4023900,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939767,\n
        "lat": 49.8989200,\n
        "lon": 3.4030150,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939779,\n
        "lat": 49.8989220,\n
        "lon": 3.4025790,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939785,\n
        "lat": 49.8989400,\n
        "lon": 3.4028880,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939787,\n
        "lat": 49.8989450,\n
        "lon": 3.4024390,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939789,\n
        "lat": 49.8989760,\n
        "lon": 3.4029210,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939791,\n
        "lat": 49.8989790,\n
        "lon": 3.4029020,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939797,\n
        "lat": 49.8989870,\n
        "lon": 3.4026090,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939798,\n
        "lat": 49.8989920,\n
        "lon": 3.4025830,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939800,\n
        "lat": 49.8989940,\n
        "lon": 3.4029260,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939804,\n
        "lat": 49.8989960,\n
        "lon": 3.4029150,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939806,\n
        "lat": 49.8990060,\n
        "lon": 3.4030450,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939810,\n
        "lat": 49.8990090,\n
        "lon": 3.4024890,\n
        "timestamp": "2011-08-10T18:03:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939813,\n
        "lat": 49.8990120,\n
        "lon": 3.4024660,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939816,\n
        "lat": 49.8990240,\n
        "lon": 3.4029250,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939826,\n
        "lat": 49.8990300,\n
        "lon": 3.4025990,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939828,\n
        "lat": 49.8990360,\n
        "lon": 3.4024990,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939831,\n
        "lat": 49.8990630,\n
        "lon": 3.4024730,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939833,\n
        "lat": 49.8990640,\n
        "lon": 3.4024960,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939836,\n
        "lat": 49.8990700,\n
        "lon": 3.4025940,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939838,\n
        "lat": 49.8990710,\n
        "lon": 3.4026180,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939841,\n
        "lat": 49.8990910,\n
        "lon": 3.4030600,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939843,\n
        "lat": 49.8990980,\n
        "lon": 3.4029770,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939854,\n
        "lat": 49.8991320,\n
        "lon": 3.4024650,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939855,\n
        "lat": 49.8991390,\n
        "lon": 3.4026080,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939857,\n
        "lat": 49.8991810,\n
        "lon": 3.3806946,\n
        "timestamp": "2021-05-25T07:52:36Z",\n
        "version": 2,\n
        "changeset": 105272190,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939859,\n
        "lat": 49.8991870,\n
        "lon": 3.4025320,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939861,\n
        "lat": 49.8991872,\n
        "lon": 3.3814743,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 3,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939865,\n
        "lat": 49.8991850,\n
        "lon": 3.3815230,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 3,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939867,\n
        "lat": 49.8991980,\n
        "lon": 3.3806386,\n
        "timestamp": "2021-05-25T07:52:36Z",\n
        "version": 2,\n
        "changeset": 105272190,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939882,\n
        "lat": 49.8992000,\n
        "lon": 3.4026690,\n
        "timestamp": "2011-08-10T18:03:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939883,\n
        "lat": 49.8991978,\n
        "lon": 3.3820234,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 2,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939886,\n
        "lat": 49.8991998,\n
        "lon": 3.3820964,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 2,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939888,\n
        "lat": 49.8992340,\n
        "lon": 3.3807356,\n
        "timestamp": "2021-05-25T07:52:36Z",\n
        "version": 2,\n
        "changeset": 105272190,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939890,\n
        "lat": 49.8992350,\n
        "lon": 3.4026650,\n
        "timestamp": "2011-08-10T18:03:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939893,\n
        "lat": 49.8992350,\n
        "lon": 3.4026770,\n
        "timestamp": "2011-08-10T18:03:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939895,\n
        "lat": 49.8992510,\n
        "lon": 3.3806786,\n
        "timestamp": "2021-05-25T07:52:36Z",\n
        "version": 2,\n
        "changeset": 105272190,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939897,\n
        "lat": 49.8992530,\n
        "lon": 3.4025240,\n
        "timestamp": "2011-08-10T18:03:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939907,\n
        "lat": 49.8992610,\n
        "lon": 3.4029450,\n
        "timestamp": "2011-08-10T18:03:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939909,\n
        "lat": 49.8992610,\n
        "lon": 3.4029800,\n
        "timestamp": "2011-08-10T18:03:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939910,\n
        "lat": 49.8992650,\n
        "lon": 3.4026730,\n
        "timestamp": "2011-08-10T18:03:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939912,\n
        "lat": 49.8992940,\n
        "lon": 3.4026570,\n
        "timestamp": "2011-08-10T18:03:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939913,\n
        "lat": 49.8992950,\n
        "lon": 3.4026700,\n
        "timestamp": "2011-08-10T18:03:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939915,\n
        "lat": 49.8993120,\n
        "lon": 3.4029460,\n
        "timestamp": "2011-08-10T18:03:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939917,\n
        "lat": 49.8993120,\n
        "lon": 3.4029810,\n
        "timestamp": "2011-08-10T18:03:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939920,\n
        "lat": 49.8993190,\n
        "lon": 3.4025170,\n
        "timestamp": "2011-08-10T18:03:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939927,\n
        "lat": 49.8993280,\n
        "lon": 3.4026530,\n
        "timestamp": "2011-08-10T18:03:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939928,\n
        "lat": 49.8993257,\n
        "lon": 3.3821678,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 2,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939929,\n
        "lat": 49.8993267,\n
        "lon": 3.3822348,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 2,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939931,\n
        "lat": 49.8993670,\n
        "lon": 3.4025780,\n
        "timestamp": "2011-08-10T18:03:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939933,\n
        "lat": 49.8993680,\n
        "lon": 3.4030660,\n
        "timestamp": "2011-08-10T18:03:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939935,\n
        "lat": 49.8993690,\n
        "lon": 3.4029820,\n
        "timestamp": "2011-08-10T18:03:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939938,\n
        "lat": 49.8993750,\n
        "lon": 3.4027280,\n
        "timestamp": "2011-08-10T18:03:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939949,\n
        "lat": 49.8993727,\n
        "lon": 3.3822338,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 2,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939950,\n
        "lat": 49.8994050,\n
        "lon": 3.4027120,\n
        "timestamp": "2011-08-10T18:03:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939951,\n
        "lat": 49.8994050,\n
        "lon": 3.4027240,\n
        "timestamp": "2011-08-10T18:03:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939952,\n
        "lat": 49.8994137,\n
        "lon": 3.3821658,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 2,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939953,\n
        "lat": 49.8994147,\n
        "lon": 3.3822318,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 2,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939954,\n
        "lat": 49.8994340,\n
        "lon": 3.4025720,\n
        "timestamp": "2011-08-10T18:03:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939956,\n
        "lat": 49.8994390,\n
        "lon": 3.4027080,\n
        "timestamp": "2011-08-10T18:03:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939958,\n
        "lat": 49.8994498,\n
        "lon": 3.3820914,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 2,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939967,\n
        "lat": 49.8994518,\n
        "lon": 3.3820224,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 2,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939968,\n
        "lat": 49.8994620,\n
        "lon": 3.4026200,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939969,\n
        "lat": 49.8994718,\n
        "lon": 3.3817233,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 2,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939970,\n
        "lat": 49.8994615,\n
        "lon": 3.3817681,\n
        "timestamp": "2023-07-15T17:53:01Z",\n
        "version": 2,\n
        "changeset": 138554181,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939971,\n
        "lat": 49.8994740,\n
        "lon": 3.3817690,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939972,\n
        "lat": 49.8994750,\n
        "lon": 3.3818470,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939974,\n
        "lat": 49.8994760,\n
        "lon": 3.3818640,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939976,\n
        "lat": 49.8994840,\n
        "lon": 3.3816900,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939983,\n
        "lat": 49.8994840,\n
        "lon": 3.3817220,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939984,\n
        "lat": 49.8994950,\n
        "lon": 3.4027580,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939985,\n
        "lat": 49.8995140,\n
        "lon": 3.3818460,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939986,\n
        "lat": 49.8995140,\n
        "lon": 3.3818630,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939987,\n
        "lat": 49.8995180,\n
        "lon": 3.3820100,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939988,\n
        "lat": 49.8995210,\n
        "lon": 3.4027320,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939990,\n
        "lat": 49.8995240,\n
        "lon": 3.4027430,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939997,\n
        "lat": 49.8995260,\n
        "lon": 3.4025850,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939998,\n
        "lat": 49.8995300,\n
        "lon": 3.3814630,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393939999,\n
        "lat": 49.8995310,\n
        "lon": 3.3816070,\n
        "timestamp": "2011-08-10T18:03:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940000,\n
        "lat": 49.8995310,\n
        "lon": 3.3816880,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940002,\n
        "lat": 49.8995320,\n
        "lon": 3.4026150,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940005,\n
        "lat": 49.8995410,\n
        "lon": 3.3818470,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940007,\n
        "lat": 49.8995420,\n
        "lon": 3.3818640,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940009,\n
        "lat": 49.8995450,\n
        "lon": 3.3820090,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940013,\n
        "lat": 49.8995470,\n
        "lon": 3.4026850,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940014,\n
        "lat": 49.8995530,\n
        "lon": 3.4027140,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940015,\n
        "lat": 49.8995600,\n
        "lon": 3.4026010,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940017,\n
        "lat": 49.8995750,\n
        "lon": 3.4026720,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940019,\n
        "lat": 49.8995800,\n
        "lon": 3.3995460,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940021,\n
        "lat": 49.8995810,\n
        "lon": 3.3995540,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940023,\n
        "lat": 49.8995850,\n
        "lon": 3.3814630,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940025,\n
        "lat": 49.8995870,\n
        "lon": 3.3995860,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940029,\n
        "lat": 49.8995880,\n
        "lon": 3.3816070,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940030,\n
        "lat": 49.8995900,\n
        "lon": 3.3817190,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940032,\n
        "lat": 49.8995930,\n
        "lon": 3.3818460,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940034,\n
        "lat": 49.8995950,\n
        "lon": 3.3820100,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940036,\n
        "lat": 49.8995950,\n
        "lon": 3.3996280,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940038,\n
        "lat": 49.8996020,\n
        "lon": 3.3996640,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940040,\n
        "lat": 49.8996110,\n
        "lon": 3.3995340,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940044,\n
        "lat": 49.8996190,\n
        "lon": 3.3995770,\n
        "timestamp": "2011-08-10T18:03:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940045,\n
        "lat": 49.8996260,\n
        "lon": 3.3996160,\n
        "timestamp": "2011-08-10T18:03:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940046,\n
        "lat": 49.8996330,\n
        "lon": 3.3996500,\n
        "timestamp": "2011-08-10T18:03:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940048,\n
        "lat": 49.8996382,\n
        "lon": 3.3994452,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940050,\n
        "lat": 49.8996660,\n
        "lon": 3.3834710,\n
        "timestamp": "2011-08-10T18:03:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940052,\n
        "lat": 49.8996522,\n
        "lon": 3.3995432,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940054,\n
        "lat": 49.8996770,\n
        "lon": 3.3833100,\n
        "timestamp": "2011-08-10T18:03:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940056,\n
        "lat": 49.8996830,\n
        "lon": 3.3999580,\n
        "timestamp": "2011-08-10T18:03:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940059,\n
        "lat": 49.8996702,\n
        "lon": 3.3995362,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940061,\n
        "lat": 49.8996712,\n
        "lon": 3.3995412,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940063,\n
        "lat": 49.8996880,\n
        "lon": 3.3999890,\n
        "timestamp": "2011-08-10T18:03:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940064,\n
        "lat": 49.8996990,\n
        "lon": 3.3834750,\n
        "timestamp": "2011-08-10T18:03:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940066,\n
        "lat": 49.8996990,\n
        "lon": 3.3835130,\n
        "timestamp": "2011-08-10T18:03:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940067,\n
        "lat": 49.8996872,\n
        "lon": 3.3995372,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940069,\n
        "lat": 49.8997070,\n
        "lon": 3.3999480,\n
        "timestamp": "2011-08-10T18:03:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940071,\n
        "lat": 49.8997130,\n
        "lon": 3.3999770,\n
        "timestamp": "2011-08-10T18:03:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940075,\n
        "lat": 49.8997320,\n
        "lon": 3.3833190,\n
        "timestamp": "2011-08-10T18:03:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940076,\n
        "lat": 49.8997580,\n
        "lon": 3.4027440,\n
        "timestamp": "2011-08-10T18:03:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940077,\n
        "lat": 49.8997482,\n
        "lon": 3.3994062,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940078,\n
        "lat": 49.8997690,\n
        "lon": 3.4026950,\n
        "timestamp": "2011-08-10T18:03:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940079,\n
        "lat": 49.8997730,\n
        "lon": 3.3835240,\n
        "timestamp": "2011-08-10T18:03:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940081,\n
        "lat": 49.8997602,\n
        "lon": 3.3994862,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940082,\n
        "lat": 49.8997750,\n
        "lon": 3.3834820,\n
        "timestamp": "2011-08-10T18:03:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940088,\n
        "lat": 49.8997632,\n
        "lon": 3.3995092,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940090,\n
        "lat": 49.8997850,\n
        "lon": 3.4027010,\n
        "timestamp": "2011-08-10T18:03:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940092,\n
        "lat": 49.8997910,\n
        "lon": 3.4026650,\n
        "timestamp": "2011-08-10T18:03:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940093,\n
        "lat": 49.8997920,\n
        "lon": 3.3834840,\n
        "timestamp": "2011-08-10T18:03:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940094,\n
        "lat": 49.8997491,\n
        "lon": 3.3812602,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940095,\n
        "lat": 49.8997820,\n
        "lon": 3.4013471,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940096,\n
        "lat": 49.8997960,\n
        "lon": 3.3991190,\n
        "timestamp": "2011-08-10T18:03:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940097,\n
        "lat": 49.8997980,\n
        "lon": 3.3989890,\n
        "timestamp": "2011-08-10T18:03:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940101,\n
        "lat": 49.8997850,\n
        "lon": 3.4012321,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940103,\n
        "lat": 49.8997860,\n
        "lon": 3.4011761,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940105,\n
        "lat": 49.8997872,\n
        "lon": 3.4011088,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940107,\n
        "lat": 49.8997882,\n
        "lon": 3.4010648,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940109,\n
        "lat": 49.8997383,\n
        "lon": 3.3817860,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940110,\n
        "lat": 49.8997625,\n
        "lon": 3.3819682,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940111,\n
        "lat": 49.8998100,\n
        "lon": 3.3833370,\n
        "timestamp": "2011-08-10T18:03:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940114,\n
        "lat": 49.8998072,\n
        "lon": 3.3993852,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940115,\n
        "lat": 49.8998102,\n
        "lon": 3.3993852,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940116,\n
        "lat": 49.8997861,\n
        "lon": 3.3809812,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940117,\n
        "lat": 49.8998167,\n
        "lon": 3.3994690,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940118,\n
        "lat": 49.8998222,\n
        "lon": 3.3994850,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940119,\n
        "lat": 49.8998440,\n
        "lon": 3.4027590,\n
        "timestamp": "2011-08-10T18:03:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940120,\n
        "lat": 49.8998312,\n
        "lon": 3.4011218,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940121,\n
        "lat": 49.8998005,\n
        "lon": 3.3820472,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940126,\n
        "lat": 49.8998291,\n
        "lon": 3.3995435,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940128,\n
        "lat": 49.8998362,\n
        "lon": 3.4010798,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940130,\n
        "lat": 49.8998570,\n
        "lon": 3.4026920,\n
        "timestamp": "2011-08-10T18:03:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940132,\n
        "lat": 49.8998468,\n
        "lon": 3.3996366,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940134,\n
        "lat": 49.8998590,\n
        "lon": 3.4027870,\n
        "timestamp": "2011-08-10T18:03:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940135,\n
        "lat": 49.8998630,\n
        "lon": 3.4027660,\n
        "timestamp": "2011-08-10T18:03:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940136,\n
        "lat": 49.8998690,\n
        "lon": 3.3831140,\n
        "timestamp": "2011-08-10T18:03:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940137,\n
        "lat": 49.8998730,\n
        "lon": 3.4027280,\n
        "timestamp": "2011-08-10T18:03:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940140,\n
        "lat": 49.8998740,\n
        "lon": 3.3830660,\n
        "timestamp": "2011-08-10T18:03:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940142,\n
        "lat": 49.8998780,\n
        "lon": 3.3998760,\n
        "timestamp": "2011-08-10T18:03:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940144,\n
        "lat": 49.8998830,\n
        "lon": 3.3999000,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940146,\n
        "lat": 49.8998850,\n
        "lon": 3.4026740,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940148,\n
        "lat": 49.8998900,\n
        "lon": 3.3989880,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940150,\n
        "lat": 49.8998910,\n
        "lon": 3.3991180,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940151,\n
        "lat": 49.8998930,\n
        "lon": 3.3998700,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940152,\n
        "lat": 49.8998810,\n
        "lon": 3.4013801,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940153,\n
        "lat": 49.8998980,\n
        "lon": 3.3998930,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940155,\n
        "lat": 49.8998680,\n
        "lon": 3.3821226,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940157,\n
        "lat": 49.8999000,\n
        "lon": 3.4027430,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940159,\n
        "lat": 49.8998841,\n
        "lon": 3.3820056,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940161,\n
        "lat": 49.8999050,\n
        "lon": 3.3803990,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940163,\n
        "lat": 49.8999080,\n
        "lon": 3.3830720,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940165,\n
        "lat": 49.8998893,\n
        "lon": 3.3994386,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940168,\n
        "lat": 49.8999110,\n
        "lon": 3.3803480,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940169,\n
        "lat": 49.8999130,\n
        "lon": 3.4026870,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940170,\n
        "lat": 49.8999040,\n
        "lon": 3.4012161,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940172,\n
        "lat": 49.8999071,\n
        "lon": 3.3821396,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940174,\n
        "lat": 49.8999280,\n
        "lon": 3.3802260,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940176,\n
        "lat": 49.8999111,\n
        "lon": 3.3820066,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940178,\n
        "lat": 49.8999320,\n
        "lon": 3.3804050,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940180,\n
        "lat": 49.8999320,\n
        "lon": 3.3823940,\n
        "timestamp": "2011-08-10T18:03:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940186,\n
        "lat": 49.8999054,\n
        "lon": 3.3819626,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940187,\n
        "lat": 49.8999150,\n
        "lon": 3.3996133,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 2,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940189,\n
        "lat": 49.8999370,\n
        "lon": 3.3803560,\n
        "timestamp": "2011-08-10T18:03:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940190,\n
        "lat": 49.8999059,\n
        "lon": 3.3818497,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940192,\n
        "lat": 49.8999049,\n
        "lon": 3.3817271,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940194,\n
        "lat": 49.8999460,\n
        "lon": 3.3823470,\n
        "timestamp": "2011-08-10T18:03:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940196,\n
        "lat": 49.8999337,\n
        "lon": 3.4012668,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940203,\n
        "lat": 49.8999056,\n
        "lon": 3.3813297,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940204,\n
        "lat": 49.8999635,\n
        "lon": 3.3813370,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940205,\n
        "lat": 49.8999550,\n
        "lon": 3.3830390,\n
        "timestamp": "2011-08-10T18:03:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940206,\n
        "lat": 49.8999165,\n
        "lon": 3.3811112,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940207,\n
        "lat": 49.8999407,\n
        "lon": 3.4012188,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940208,\n
        "lat": 49.8999755,\n
        "lon": 3.3811239,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940210,\n
        "lat": 49.8999640,\n
        "lon": 3.3824550,\n
        "timestamp": "2011-08-10T18:03:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940211,\n
        "lat": 49.8999201,\n
        "lon": 3.3809472,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940215,\n
        "lat": 49.8999660,\n
        "lon": 3.3802360,\n
        "timestamp": "2011-08-10T18:03:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940217,\n
        "lat": 49.8999710,\n
        "lon": 3.3828440,\n
        "timestamp": "2011-08-10T18:03:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940219,\n
        "lat": 49.8999720,\n
        "lon": 3.3824220,\n
        "timestamp": "2011-08-10T18:03:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940221,\n
        "lat": 49.8999557,\n
        "lon": 3.4011088,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940223,\n
        "lat": 49.8999790,\n
        "lon": 3.3798370,\n
        "timestamp": "2011-08-10T18:03:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940224,\n
        "lat": 49.8999840,\n
        "lon": 3.3800980,\n
        "timestamp": "2011-08-10T18:03:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940225,\n
        "lat": 49.8999890,\n
        "lon": 3.4028040,\n
        "timestamp": "2011-08-10T18:03:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940226,\n
        "lat": 49.8999960,\n
        "lon": 3.3797100,\n
        "timestamp": "2011-08-10T18:03:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940230,\n
        "lat": 49.8999718,\n
        "lon": 3.3818393,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940232,\n
        "lat": 49.8999690,\n
        "lon": 3.3817297,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940234,\n
        "lat": 49.9000080,\n
        "lon": 3.3801020,\n
        "timestamp": "2011-08-10T18:03:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940236,\n
        "lat": 49.9000110,\n
        "lon": 3.4026940,\n
        "timestamp": "2011-08-10T18:03:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940240,\n
        "lat": 49.9000200,\n
        "lon": 3.4028170,\n
        "timestamp": "2011-08-10T18:03:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940243,\n
        "lat": 49.9000320,\n
        "lon": 3.3988960,\n
        "timestamp": "2011-08-10T18:03:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940245,\n
        "lat": 49.9000320,\n
        "lon": 3.4027570,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940247,\n
        "lat": 49.9000340,\n
        "lon": 3.3989290,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940250,\n
        "lat": 49.9000420,\n
        "lon": 3.4027090,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940252,\n
        "lat": 49.9000430,\n
        "lon": 3.3989280,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940254,\n
        "lat": 49.9000460,\n
        "lon": 3.3990560,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940256,\n
        "lat": 49.9000610,\n
        "lon": 3.3797300,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940259,\n
        "lat": 49.9000720,\n
        "lon": 3.3830680,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940261,\n
        "lat": 49.9000780,\n
        "lon": 3.3825250,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940263,\n
        "lat": 49.9000790,\n
        "lon": 3.3831590,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940265,\n
        "lat": 49.9000790,\n
        "lon": 3.3831900,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940267,\n
        "lat": 49.9000860,\n
        "lon": 3.3828690,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940268,\n
        "lat": 49.9000870,\n
        "lon": 3.3988840,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940270,\n
        "lat": 49.9000930,\n
        "lon": 3.3988690,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940272,\n
        "lat": 49.9000930,\n
        "lon": 3.3989180,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940273,\n
        "lat": 49.9000970,\n
        "lon": 3.4027890,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940275,\n
        "lat": 49.9000980,\n
        "lon": 3.3824460,\n
        "timestamp": "2011-08-10T18:03:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940277,\n
        "lat": 49.9000837,\n
        "lon": 3.4013178,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940279,\n
        "lat": 49.9001040,\n
        "lon": 3.3824500,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940281,\n
        "lat": 49.9001060,\n
        "lon": 3.3988670,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940283,\n
        "lat": 49.9001070,\n
        "lon": 3.4027390,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940287,\n
        "lat": 49.9001080,\n
        "lon": 3.3989150,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940288,\n
        "lat": 49.9001120,\n
        "lon": 3.3989580,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940289,\n
        "lat": 49.9001130,\n
        "lon": 3.3831960,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940290,\n
        "lat": 49.9001140,\n
        "lon": 3.3988780,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940291,\n
        "lat": 49.9001190,\n
        "lon": 3.3990240,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940293,\n
        "lat": 49.9001200,\n
        "lon": 3.3990390,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940295,\n
        "lat": 49.9001210,\n
        "lon": 3.3831160,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940297,\n
        "lat": 49.9001210,\n
        "lon": 3.3988760,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940302,\n
        "lat": 49.9001220,\n
        "lon": 3.3795890,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940303,\n
        "lat": 49.9001260,\n
        "lon": 3.4029290,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940304,\n
        "lat": 49.9001280,\n
        "lon": 3.3989540,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940305,\n
        "lat": 49.9001280,\n
        "lon": 3.3990230,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940306,\n
        "lat": 49.9001300,\n
        "lon": 3.3990370,\n
        "timestamp": "2011-08-10T18:03:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940307,\n
        "lat": 49.9001131,\n
        "lon": 3.3821706,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940308,\n
        "lat": 49.9001141,\n
        "lon": 3.3820206,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940313,\n
        "lat": 49.9001350,\n
        "lon": 3.3990360,\n
        "timestamp": "2011-08-10T18:03:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940315,\n
        "lat": 49.9001380,\n
        "lon": 3.3796200,\n
        "timestamp": "2011-08-10T18:03:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940317,\n
        "lat": 49.9001460,\n
        "lon": 3.3797450,\n
        "timestamp": "2011-08-10T18:03:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940319,\n
        "lat": 49.9000760,\n
        "lon": 3.3935365,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 2,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940321,\n
        "lat": 49.9001580,\n
        "lon": 3.4027630,\n
        "timestamp": "2011-08-10T18:03:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940323,\n
        "lat": 49.9001670,\n
        "lon": 3.3988280,\n
        "timestamp": "2011-08-10T18:03:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940326,\n
        "lat": 49.9000978,\n
        "lon": 3.3936141,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 3,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940328,\n
        "lat": 49.9001770,\n
        "lon": 3.4026020,\n
        "timestamp": "2011-08-10T18:03:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940330,\n
        "lat": 49.9001780,\n
        "lon": 3.4016470,\n
        "timestamp": "2011-08-10T18:03:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940332,\n
        "lat": 49.9001860,\n
        "lon": 3.3796730,\n
        "timestamp": "2011-08-10T18:03:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940335,\n
        "lat": 49.9001880,\n
        "lon": 3.3990130,\n
        "timestamp": "2011-08-10T18:03:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940337,\n
        "lat": 49.9001890,\n
        "lon": 3.3797480,\n
        "timestamp": "2011-08-10T18:03:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940339,\n
        "lat": 49.9001910,\n
        "lon": 3.3794860,\n
        "timestamp": "2011-08-10T18:03:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940342,\n
        "lat": 49.9001980,\n
        "lon": 3.4029600,\n
        "timestamp": "2011-08-10T18:03:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940345,\n
        "lat": 49.9002020,\n
        "lon": 3.3990040,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940346,\n
        "lat": 49.9002050,\n
        "lon": 3.4014590,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940347,\n
        "lat": 49.9002080,\n
        "lon": 3.4024500,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940355,\n
        "lat": 49.9002200,\n
        "lon": 3.3988130,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940361,\n
        "lat": 49.9002220,\n
        "lon": 3.3993660,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940363,\n
        "lat": 49.9002300,\n
        "lon": 3.4027970,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940364,\n
        "lat": 49.9002320,\n
        "lon": 3.4006820,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940366,\n
        "lat": 49.9002320,\n
        "lon": 3.4007980,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940368,\n
        "lat": 49.9002320,\n
        "lon": 3.4026020,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940374,\n
        "lat": 49.9002157,\n
        "lon": 3.4013618,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940376,\n
        "lat": 49.9002370,\n
        "lon": 3.4026770,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940377,\n
        "lat": 49.9002400,\n
        "lon": 3.3795720,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940378,\n
        "lat": 49.9002400,\n
        "lon": 3.3989810,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940379,\n
        "lat": 49.9002227,\n
        "lon": 3.4013038,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940380,\n
        "lat": 49.9002400,\n
        "lon": 3.4026060,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940381,\n
        "lat": 49.9002440,\n
        "lon": 3.3994610,\n
        "timestamp": "2011-08-10T18:03:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940382,\n
        "lat": 49.9002440,\n
        "lon": 3.4026420,\n
        "timestamp": "2011-08-10T18:03:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940388,\n
        "lat": 49.9002450,\n
        "lon": 3.4025850,\n
        "timestamp": "2011-08-10T18:03:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940392,\n
        "lat": 49.9002490,\n
        "lon": 3.4025150,\n
        "timestamp": "2011-08-10T18:03:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940394,\n
        "lat": 49.9002540,\n
        "lon": 3.3821100,\n
        "timestamp": "2011-08-10T18:03:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940395,\n
        "lat": 49.9002367,\n
        "lon": 3.4011928,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940396,\n
        "lat": 49.9002550,\n
        "lon": 3.3820570,\n
        "timestamp": "2011-08-10T18:03:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940397,\n
        "lat": 49.9002560,\n
        "lon": 3.3993480,\n
        "timestamp": "2011-08-10T18:03:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940403,\n
        "lat": 49.9001819,\n
        "lon": 3.3934646,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 2,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940405,\n
        "lat": 49.9002600,\n
        "lon": 3.3991050,\n
        "timestamp": "2011-08-10T18:03:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940407,\n
        "lat": 49.9002620,\n
        "lon": 3.4026510,\n
        "timestamp": "2011-08-10T18:03:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940408,\n
        "lat": 49.9002640,\n
        "lon": 3.3953170,\n
        "timestamp": "2011-08-10T18:03:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940410,\n
        "lat": 49.9002660,\n
        "lon": 3.3991610,\n
        "timestamp": "2011-08-10T18:03:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940411,\n
        "lat": 49.9002680,\n
        "lon": 3.3991600,\n
        "timestamp": "2011-08-10T18:03:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940412,\n
        "lat": 49.9002038,\n
        "lon": 3.3935422,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 3,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940414,\n
        "lat": 49.9002740,\n
        "lon": 3.4006820,\n
        "timestamp": "2011-08-10T18:03:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940416,\n
        "lat": 49.9002750,\n
        "lon": 3.3819980,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940419,\n
        "lat": 49.9002750,\n
        "lon": 3.3820480,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940420,\n
        "lat": 49.9002577,\n
        "lon": 3.4013748,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940422,\n
        "lat": 49.9002445,\n
        "lon": 3.3941353,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 2,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940424,\n
        "lat": 49.9002770,\n
        "lon": 3.4020320,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940426,\n
        "lat": 49.9002780,\n
        "lon": 3.3994420,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940428,\n
        "lat": 49.9002790,\n
        "lon": 3.4024830,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940429,\n
        "lat": 49.9002810,\n
        "lon": 3.3954440,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940432,\n
        "lat": 49.9002647,\n
        "lon": 3.4013158,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940434,\n
        "lat": 49.9002820,\n
        "lon": 3.4027000,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940436,\n
        "lat": 49.9002830,\n
        "lon": 3.4019860,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940438,\n
        "lat": 49.9002840,\n
        "lon": 3.4014860,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940439,\n
        "lat": 49.9002860,\n
        "lon": 3.3819590,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940441,\n
        "lat": 49.9002880,\n
        "lon": 3.4024860,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940443,\n
        "lat": 49.9002900,\n
        "lon": 3.4024750,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940444,\n
        "lat": 49.9002900,\n
        "lon": 3.4026620,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940445,\n
        "lat": 49.9002900,\n
        "lon": 3.4026650,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940446,\n
        "lat": 49.9002910,\n
        "lon": 3.4019430,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940448,\n
        "lat": 49.9002930,\n
        "lon": 3.3816397,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940450,\n
        "lat": 49.9002930,\n
        "lon": 3.4026470,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940452,\n
        "lat": 49.9002787,\n
        "lon": 3.4012058,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940454,\n
        "lat": 49.9002990,\n
        "lon": 3.4018850,\n
        "timestamp": "2011-08-10T18:03:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940459,\n
        "lat": 49.9002990,\n
        "lon": 3.4024230,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940460,\n
        "lat": 49.9003000,\n
        "lon": 3.4026100,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940461,\n
        "lat": 49.9003020,\n
        "lon": 3.4025360,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940462,\n
        "lat": 49.9003030,\n
        "lon": 3.4014920,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940463,\n
        "lat": 49.9002328,\n
        "lon": 3.3935225,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 2,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940464,\n
        "lat": 49.9003080,\n
        "lon": 3.3990920,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940465,\n
        "lat": 49.9003080,\n
        "lon": 3.4025160,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940466,\n
        "lat": 49.9003090,\n
        "lon": 3.4028320,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940473,\n
        "lat": 49.9003100,\n
        "lon": 3.4025590,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940474,\n
        "lat": 49.9003120,\n
        "lon": 3.4024280,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940476,\n
        "lat": 49.9003120,\n
        "lon": 3.4024690,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940477,\n
        "lat": 49.9003150,\n
        "lon": 3.3991480,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940478,\n
        "lat": 49.9003007,\n
        "lon": 3.4013898,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940479,\n
        "lat": 49.9003180,\n
        "lon": 3.4027450,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940480,\n
        "lat": 49.9003190,\n
        "lon": 3.4024320,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940482,\n
        "lat": 49.9003200,\n
        "lon": 3.4025190,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940484,\n
        "lat": 49.9003210,\n
        "lon": 3.4017450,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940486,\n
        "lat": 49.9003230,\n
        "lon": 3.4024730,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940488,\n
        "lat": 49.9003250,\n
        "lon": 3.4025040,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940490,\n
        "lat": 49.9003260,\n
        "lon": 3.4024660,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940492,\n
        "lat": 49.9003300,\n
        "lon": 3.4017490,\n
        "timestamp": "2011-08-10T18:03:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940494,\n
        "lat": 49.9003176,\n
        "lon": 3.3816414,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940496,\n
        "lat": 49.9003582,\n
        "lon": 3.3819258,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940497,\n
        "lat": 49.9003255,\n
        "lon": 3.3819589,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940499,\n
        "lat": 49.9003196,\n
        "lon": 3.3815952,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940501,\n
        "lat": 49.9003370,\n
        "lon": 3.4017020,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940503,\n
        "lat": 49.9003217,\n
        "lon": 3.4012188,\n
        "timestamp": "2021-04-29T16:28:51Z",\n
        "version": 2,\n
        "changeset": 103858045,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940505,\n
        "lat": 49.9003550,\n
        "lon": 3.3816780,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940506,\n
        "lat": 49.9003570,\n
        "lon": 3.3818860,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940508,\n
        "lat": 49.9003590,\n
        "lon": 3.3758840,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940510,\n
        "lat": 49.9003600,\n
        "lon": 3.3943410,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940512,\n
        "lat": 49.9003600,\n
        "lon": 3.4024400,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940513,\n
        "lat": 49.9003620,\n
        "lon": 3.3944750,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940515,\n
        "lat": 49.9003620,\n
        "lon": 3.4024540,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940517,\n
        "lat": 49.9003630,\n
        "lon": 3.4023260,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940519,\n
        "lat": 49.9003640,\n
        "lon": 3.4024230,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940520,\n
        "lat": 49.9003650,\n
        "lon": 3.3757930,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940522,\n
        "lat": 49.9003670,\n
        "lon": 3.4020650,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940527,\n
        "lat": 49.9003670,\n
        "lon": 3.4020770,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940528,\n
        "lat": 49.9003690,\n
        "lon": 3.3752340,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940529,\n
        "lat": 49.9003299,\n
        "lon": 3.3940084,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 2,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940530,\n
        "lat": 49.9003720,\n
        "lon": 3.4024840,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940531,\n
        "lat": 49.9003730,\n
        "lon": 3.3945320,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940532,\n
        "lat": 49.9003730,\n
        "lon": 3.3989050,\n
        "timestamp": "2011-08-10T18:03:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940542,\n
        "lat": 49.9003648,\n
        "lon": 3.3816780,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940544,\n
        "lat": 49.9003760,\n
        "lon": 3.3957310,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940545,\n
        "lat": 49.9003760,\n
        "lon": 3.4024610,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940546,\n
        "lat": 49.9003790,\n
        "lon": 3.4022350,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940547,\n
        "lat": 49.9003679,\n
        "lon": 3.3815989,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940548,\n
        "lat": 49.9003800,\n
        "lon": 3.3957700,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940549,\n
        "lat": 49.9003800,\n
        "lon": 3.4019940,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940550,\n
        "lat": 49.9003810,\n
        "lon": 3.3944650,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940554,\n
        "lat": 49.9003820,\n
        "lon": 3.4008020,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940556,\n
        "lat": 49.9003462,\n
        "lon": 3.3940664,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 2,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940557,\n
        "lat": 49.9003830,\n
        "lon": 3.4006850,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940559,\n
        "lat": 49.9003870,\n
        "lon": 3.3753420,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940561,\n
        "lat": 49.9003910,\n
        "lon": 3.4022230,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940562,\n
        "lat": 49.9003930,\n
        "lon": 3.3753370,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940566,\n
        "lat": 49.9003920,\n
        "lon": 3.3819438,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940567,\n
        "lat": 49.9003980,\n
        "lon": 3.3991270,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940569,\n
        "lat": 49.9003632,\n
        "lon": 3.3939857,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 2,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940571,\n
        "lat": 49.9004000,\n
        "lon": 3.3820810,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940573,\n
        "lat": 49.9004020,\n
        "lon": 3.3753840,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940575,\n
        "lat": 49.9004050,\n
        "lon": 3.3988190,\n
        "timestamp": "2011-08-10T18:03:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940577,\n
        "lat": 49.9004070,\n
        "lon": 3.4021260,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940581,\n
        "lat": 49.9004100,\n
        "lon": 3.3988930,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940582,\n
        "lat": 49.9004110,\n
        "lon": 3.4017150,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940583,\n
        "lat": 49.9004140,\n
        "lon": 3.3988690,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940584,\n
        "lat": 49.9004150,\n
        "lon": 3.3989420,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940585,\n
        "lat": 49.9004160,\n
        "lon": 3.3991220,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940587,\n
        "lat": 49.9004170,\n
        "lon": 3.3988880,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940589,\n
        "lat": 49.9004190,\n
        "lon": 3.4028680,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940590,\n
        "lat": 49.9004200,\n
        "lon": 3.4014450,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940596,\n
        "lat": 49.9004220,\n
        "lon": 3.4017190,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940598,\n
        "lat": 49.9004250,\n
        "lon": 3.3952630,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940599,\n
        "lat": 49.9004250,\n
        "lon": 3.4014030,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940600,\n
        "lat": 49.9004279,\n
        "lon": 3.4013790,\n
        "timestamp": "2012-10-15T10:31:23Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940602,\n
        "lat": 49.9004300,\n
        "lon": 3.4027860,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940606,\n
        "lat": 49.9004350,\n
        "lon": 3.3947280,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940608,\n
        "lat": 49.9004360,\n
        "lon": 3.3988050,\n
        "timestamp": "2011-08-10T18:03:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940610,\n
        "lat": 49.9004380,\n
        "lon": 3.3989360,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940612,\n
        "lat": 49.9004380,\n
        "lon": 3.4015370,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940613,\n
        "lat": 49.9004380,\n
        "lon": 3.4021880,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940615,\n
        "lat": 49.9004400,\n
        "lon": 3.3953930,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940619,\n
        "lat": 49.9004420,\n
        "lon": 3.3752000,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940621,\n
        "lat": 49.9004430,\n
        "lon": 3.3953910,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940622,\n
        "lat": 49.9004440,\n
        "lon": 3.3947680,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940624,\n
        "lat": 49.9004440,\n
        "lon": 3.4027180,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940626,\n
        "lat": 49.9004450,\n
        "lon": 3.3943570,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940628,\n
        "lat": 49.9004450,\n
        "lon": 3.4022460,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940630,\n
        "lat": 49.9004460,\n
        "lon": 3.3988570,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940635,\n
        "lat": 49.9004460,\n
        "lon": 3.4012270,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940636,\n
        "lat": 49.9004460,\n
        "lon": 3.4021390,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940637,\n
        "lat": 49.9004470,\n
        "lon": 3.3752640,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940639,\n
        "lat": 49.9004490,\n
        "lon": 3.3988740,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940640,\n
        "lat": 49.9004490,\n
        "lon": 3.4026900,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940641,\n
        "lat": 49.9004530,\n
        "lon": 3.3758360,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940648,\n
        "lat": 49.9004530,\n
        "lon": 3.3943990,\n
        "timestamp": "2011-08-10T18:03:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940650,\n
        "lat": 49.9004540,\n
        "lon": 3.3752610,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940652,\n
        "lat": 49.9004540,\n
        "lon": 3.3942940,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940653,\n
        "lat": 49.9004540,\n
        "lon": 3.4021950,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940654,\n
        "lat": 49.9004550,\n
        "lon": 3.3758040,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940655,\n
        "lat": 49.9004550,\n
        "lon": 3.3991130,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940656,\n
        "lat": 49.9004560,\n
        "lon": 3.4022800,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940663,\n
        "lat": 49.9004570,\n
        "lon": 3.3991120,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940665,\n
        "lat": 49.9004570,\n
        "lon": 3.4022710,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940667,\n
        "lat": 49.9004217,\n
        "lon": 3.3816421,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940668,\n
        "lat": 49.9004580,\n
        "lon": 3.4020240,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940670,\n
        "lat": 49.9004600,\n
        "lon": 3.3759480,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940671,\n
        "lat": 49.9004620,\n
        "lon": 3.4026320,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940676,\n
        "lat": 49.9004640,\n
        "lon": 3.3943490,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940678,\n
        "lat": 49.9004640,\n
        "lon": 3.3943950,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940679,\n
        "lat": 49.9004650,\n
        "lon": 3.4015340,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940681,\n
        "lat": 49.9004670,\n
        "lon": 3.3753600,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940683,\n
        "lat": 49.9004670,\n
        "lon": 3.3957050,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940685,\n
        "lat": 49.9004710,\n
        "lon": 3.3957430,\n
        "timestamp": "2011-08-10T18:03:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940689,\n
        "lat": 49.9004740,\n
        "lon": 3.4025560,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940691,\n
        "lat": 49.9004750,\n
        "lon": 3.3949120,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940693,\n
        "lat": 49.9004750,\n
        "lon": 3.4014600,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940695,\n
        "lat": 49.9004780,\n
        "lon": 3.3758340,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940697,\n
        "lat": 49.9004790,\n
        "lon": 3.3944860,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940699,\n
        "lat": 49.9004810,\n
        "lon": 3.3961620,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940703,\n
        "lat": 49.9004830,\n
        "lon": 3.3988470,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940704,\n
        "lat": 49.9004840,\n
        "lon": 3.3760560,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940706,\n
        "lat": 49.9004890,\n
        "lon": 3.3962160,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940708,\n
        "lat": 49.9004890,\n
        "lon": 3.4024770,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940710,\n
        "lat": 49.9004900,\n
        "lon": 3.3759510,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940711,\n
        "lat": 49.9004920,\n
        "lon": 3.3759090,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940713,\n
        "lat": 49.9004940,\n
        "lon": 3.3823320,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940715,\n
        "lat": 49.9004950,\n
        "lon": 3.3989400,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940718,\n
        "lat": 49.9005020,\n
        "lon": 3.4015450,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940719,\n
        "lat": 49.9005020,\n
        "lon": 3.4023000,\n
        "timestamp": "2011-08-10T18:03:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940720,\n
        "lat": 49.9005070,\n
        "lon": 3.4022910,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940721,\n
        "lat": 49.9005080,\n
        "lon": 3.4022730,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940722,\n
        "lat": 49.9005090,\n
        "lon": 3.3946910,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940724,\n
        "lat": 49.9005100,\n
        "lon": 3.4014700,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940733,\n
        "lat": 49.9005120,\n
        "lon": 3.3961510,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940734,\n
        "lat": 49.9005120,\n
        "lon": 3.4030540,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940735,\n
        "lat": 49.9005140,\n
        "lon": 3.3988390,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940736,\n
        "lat": 49.9005170,\n
        "lon": 3.3988670,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940738,\n
        "lat": 49.9004958,\n
        "lon": 3.3820808,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940739,\n
        "lat": 49.9005200,\n
        "lon": 3.3962040,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940740,\n
        "lat": 49.9005220,\n
        "lon": 3.4021960,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940747,\n
        "lat": 49.9005240,\n
        "lon": 3.3762490,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940750,\n
        "lat": 49.9005280,\n
        "lon": 3.4029460,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940751,\n
        "lat": 49.9005350,\n
        "lon": 3.3948110,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940752,\n
        "lat": 49.9005350,\n
        "lon": 3.4012540,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940753,\n
        "lat": 49.9005350,\n
        "lon": 3.4023990,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940754,\n
        "lat": 49.9005350,\n
        "lon": 3.4024020,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940755,\n
        "lat": 49.9005450,\n
        "lon": 3.3948060,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940758,\n
        "lat": 49.9005500,\n
        "lon": 3.4027060,\n
        "timestamp": "2011-08-10T18:03:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940762,\n
        "lat": 49.9005560,\n
        "lon": 3.3823100,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940764,\n
        "lat": 49.9005560,\n
        "lon": 3.4007600,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940766,\n
        "lat": 49.9005312,\n
        "lon": 3.3816000,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940768,\n
        "lat": 49.9005590,\n
        "lon": 3.3948680,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940769,\n
        "lat": 49.9005620,\n
        "lon": 3.4006880,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940770,\n
        "lat": 49.9005620,\n
        "lon": 3.4023160,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940773,\n
        "lat": 49.9005670,\n
        "lon": 3.3951320,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940775,\n
        "lat": 49.9005670,\n
        "lon": 3.3953520,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940777,\n
        "lat": 49.9005680,\n
        "lon": 3.4022970,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940779,\n
        "lat": 49.9005690,\n
        "lon": 3.3760130,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940786,\n
        "lat": 49.9005710,\n
        "lon": 3.4010030,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940787,\n
        "lat": 49.9005740,\n
        "lon": 3.3827810,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940790,\n
        "lat": 49.9005750,\n
        "lon": 3.3991740,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940792,\n
        "lat": 49.9005760,\n
        "lon": 3.3954480,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940794,\n
        "lat": 49.9005770,\n
        "lon": 3.3760700,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940796,\n
        "lat": 49.9005810,\n
        "lon": 3.3760680,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940798,\n
        "lat": 49.9005820,\n
        "lon": 3.3822970,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940801,\n
        "lat": 49.9005840,\n
        "lon": 3.3992300,\n
        "timestamp": "2011-08-10T18:03:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940802,\n
        "lat": 49.9005850,\n
        "lon": 3.4030850,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940803,\n
        "lat": 49.9005860,\n
        "lon": 3.4030800,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940805,\n
        "lat": 49.9005870,\n
        "lon": 3.3761200,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940807,\n
        "lat": 49.9005870,\n
        "lon": 3.3988480,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940809,\n
        "lat": 49.9005900,\n
        "lon": 3.4015700,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940811,\n
        "lat": 49.9005910,\n
        "lon": 3.3761180,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940813,\n
        "lat": 49.9005920,\n
        "lon": 3.3991570,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940817,\n
        "lat": 49.9005920,\n
        "lon": 3.4022220,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940818,\n
        "lat": 49.9005930,\n
        "lon": 3.4006880,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940819,\n
        "lat": 49.9005930,\n
        "lon": 3.4007700,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940820,\n
        "lat": 49.9005940,\n
        "lon": 3.3989130,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940821,\n
        "lat": 49.9005940,\n
        "lon": 3.3991670,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940822,\n
        "lat": 49.9005950,\n
        "lon": 3.3992260,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940823,\n
        "lat": 49.9005950,\n
        "lon": 3.4015270,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940824,\n
        "lat": 49.9005950,\n
        "lon": 3.4025730,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940831,\n
        "lat": 49.9005537,\n
        "lon": 3.3815988,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940833,\n
        "lat": 49.9005960,\n
        "lon": 3.3952940,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940835,\n
        "lat": 49.9005970,\n
        "lon": 3.3994840,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940836,\n
        "lat": 49.9005990,\n
        "lon": 3.3954440,\n
        "timestamp": "2011-08-10T18:03:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940837,\n
        "lat": 49.9006000,\n
        "lon": 3.4029930,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940838,\n
        "lat": 49.9006010,\n
        "lon": 3.3992640,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940839,\n
        "lat": 49.9006030,\n
        "lon": 3.4021760,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940845,\n
        "lat": 49.9006030,\n
        "lon": 3.4029750,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940849,\n
        "lat": 49.9005661,\n
        "lon": 3.3817363,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940850,\n
        "lat": 49.9006090,\n
        "lon": 3.3757800,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940851,\n
        "lat": 49.9006100,\n
        "lon": 3.3762060,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940852,\n
        "lat": 49.9006100,\n
        "lon": 3.3995680,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940853,\n
        "lat": 49.9005956,\n
        "lon": 3.3820492,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940854,\n
        "lat": 49.9006130,\n
        "lon": 3.3989660,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940859,\n
        "lat": 49.9006130,\n
        "lon": 3.4027580,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940861,\n
        "lat": 49.9006180,\n
        "lon": 3.4013340,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940863,\n
        "lat": 49.9006190,\n
        "lon": 3.4020850,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940865,\n
        "lat": 49.9006210,\n
        "lon": 3.3763370,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940867,\n
        "lat": 49.9006230,\n
        "lon": 3.3954400,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940868,\n
        "lat": 49.9006240,\n
        "lon": 3.3992140,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940869,\n
        "lat": 49.9006240,\n
        "lon": 3.4012800,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940870,\n
        "lat": 49.9006250,\n
        "lon": 3.3825430,\n
        "timestamp": "2011-08-10T18:03:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940874,\n
        "lat": 49.9006260,\n
        "lon": 3.4000660,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940876,\n
        "lat": 49.9006280,\n
        "lon": 3.3952790,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940878,\n
        "lat": 49.9006290,\n
        "lon": 3.3988390,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940880,\n
        "lat": 49.9006300,\n
        "lon": 3.3967990,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940882,\n
        "lat": 49.9006300,\n
        "lon": 3.3992520,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940883,\n
        "lat": 49.9006320,\n
        "lon": 3.3990350,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940884,\n
        "lat": 49.9006320,\n
        "lon": 3.3994680,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940886,\n
        "lat": 49.9006320,\n
        "lon": 3.4001190,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940888,\n
        "lat": 49.9006320,\n
        "lon": 3.4012830,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940890,\n
        "lat": 49.9006340,\n
        "lon": 3.3764790,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940892,\n
        "lat": 49.9006340,\n
        "lon": 3.3968170,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940894,\n
        "lat": 49.9006340,\n
        "lon": 3.3992100,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940899,\n
        "lat": 49.9006350,\n
        "lon": 3.4026990,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940900,\n
        "lat": 49.9006360,\n
        "lon": 3.3759200,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940901,\n
        "lat": 49.9006360,\n
        "lon": 3.3953300,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940904,\n
        "lat": 49.9006360,\n
        "lon": 3.4024590,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940906,\n
        "lat": 49.9006380,\n
        "lon": 3.3956670,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940908,\n
        "lat": 49.9006380,\n
        "lon": 3.3994990,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940912,\n
        "lat": 49.9006390,\n
        "lon": 3.3988710,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940914,\n
        "lat": 49.9006390,\n
        "lon": 3.3990320,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940915,\n
        "lat": 49.9006390,\n
        "lon": 3.3992320,\n
        "timestamp": "2011-08-10T18:03:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940916,\n
        "lat": 49.9006400,\n
        "lon": 3.3957220,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940918,\n
        "lat": 49.9006420,\n
        "lon": 3.3802190,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940919,\n
        "lat": 49.9006420,\n
        "lon": 3.3827510,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940921,\n
        "lat": 49.9006430,\n
        "lon": 3.3956660,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940923,\n
        "lat": 49.9006430,\n
        "lon": 3.3957210,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940925,\n
        "lat": 49.9006430,\n
        "lon": 3.3995190,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940928,\n
        "lat": 49.9006430,\n
        "lon": 3.4015390,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940931,\n
        "lat": 49.9006440,\n
        "lon": 3.3764750,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940932,\n
        "lat": 49.9006440,\n
        "lon": 3.3765360,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940933,\n
        "lat": 49.9006440,\n
        "lon": 3.3957700,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940935,\n
        "lat": 49.9006450,\n
        "lon": 3.3957900,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940937,\n
        "lat": 49.9006460,\n
        "lon": 3.3968130,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940939,\n
        "lat": 49.9006470,\n
        "lon": 3.3957200,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940941,\n
        "lat": 49.9006480,\n
        "lon": 3.4009940,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940943,\n
        "lat": 49.9006480,\n
        "lon": 3.4014960,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940947,\n
        "lat": 49.9006490,\n
        "lon": 3.3802900,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940948,\n
        "lat": 49.9006510,\n
        "lon": 3.3957690,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940949,\n
        "lat": 49.9006530,\n
        "lon": 3.3957880,\n
        "timestamp": "2011-08-10T18:03:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940950,\n
        "lat": 49.9006570,\n
        "lon": 3.3993200,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940952,\n
        "lat": 49.9006570,\n
        "lon": 3.4032240,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940957,\n
        "lat": 49.9006590,\n
        "lon": 3.3992240,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940958,\n
        "lat": 49.9006600,\n
        "lon": 3.3968960,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940962,\n
        "lat": 49.9006610,\n
        "lon": 3.4009970,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940963,\n
        "lat": 49.9006610,\n
        "lon": 3.4010250,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940967,\n
        "lat": 49.9006630,\n
        "lon": 3.3994880,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940975,\n
        "lat": 49.9006640,\n
        "lon": 3.4009710,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940977,\n
        "lat": 49.9006650,\n
        "lon": 3.4003290,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940979,\n
        "lat": 49.9006650,\n
        "lon": 3.4004500,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940980,\n
        "lat": 49.9006660,\n
        "lon": 3.3995080,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940981,\n
        "lat": 49.9006700,\n
        "lon": 3.3950860,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940982,\n
        "lat": 49.9006740,\n
        "lon": 3.3967810,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940983,\n
        "lat": 49.9006740,\n
        "lon": 3.4000560,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940984,\n
        "lat": 49.9006740,\n
        "lon": 3.4007480,\n
        "timestamp": "2011-08-10T18:03:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940988,\n
        "lat": 49.9006760,\n
        "lon": 3.3956120,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940990,\n
        "lat": 49.9006780,\n
        "lon": 3.3993130,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940992,\n
        "lat": 49.9006780,\n
        "lon": 3.4013510,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940994,\n
        "lat": 49.9006780,\n
        "lon": 3.4027340,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940996,\n
        "lat": 49.9006790,\n
        "lon": 3.4001100,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940997,\n
        "lat": 49.9006790,\n
        "lon": 3.4007080,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940998,\n
        "lat": 49.9006810,\n
        "lon": 3.3956550,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393940999,\n
        "lat": 49.9006810,\n
        "lon": 3.3987720,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941001,\n
        "lat": 49.9006820,\n
        "lon": 3.4031260,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941003,\n
        "lat": 49.9006830,\n
        "lon": 3.4024940,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941004,\n
        "lat": 49.9006850,\n
        "lon": 3.3958640,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941006,\n
        "lat": 49.9006850,\n
        "lon": 3.3994560,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941008,\n
        "lat": 49.9006850,\n
        "lon": 3.4012980,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941010,\n
        "lat": 49.9006870,\n
        "lon": 3.3995770,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941012,\n
        "lat": 49.9006880,\n
        "lon": 3.3987970,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941015,\n
        "lat": 49.9006890,\n
        "lon": 3.3959000,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941016,\n
        "lat": 49.9006920,\n
        "lon": 3.3994970,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941017,\n
        "lat": 49.9006920,\n
        "lon": 3.4013010,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941018,\n
        "lat": 49.9006920,\n
        "lon": 3.4032350,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941020,\n
        "lat": 49.9006930,\n
        "lon": 3.3987660,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941022,\n
        "lat": 49.9006940,\n
        "lon": 3.3995060,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941024,\n
        "lat": 49.9006950,\n
        "lon": 3.4024600,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941026,\n
        "lat": 49.9006970,\n
        "lon": 3.3988330,\n
        "timestamp": "2011-08-10T18:03:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941031,\n
        "lat": 49.9006980,\n
        "lon": 3.3764590,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941032,\n
        "lat": 49.9006980,\n
        "lon": 3.3995270,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941033,\n
        "lat": 49.9006990,\n
        "lon": 3.3991150,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941034,\n
        "lat": 49.9007000,\n
        "lon": 3.3802040,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941035,\n
        "lat": 49.9007010,\n
        "lon": 3.3954250,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941036,\n
        "lat": 49.9007020,\n
        "lon": 3.4026610,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941037,\n
        "lat": 49.9007030,\n
        "lon": 3.3967460,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941038,\n
        "lat": 49.9007050,\n
        "lon": 3.3802770,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941045,\n
        "lat": 49.9007050,\n
        "lon": 3.3987600,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941047,\n
        "lat": 49.9007050,\n
        "lon": 3.4009810,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941048,\n
        "lat": 49.9007060,\n
        "lon": 3.3967690,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941049,\n
        "lat": 49.9007070,\n
        "lon": 3.3991130,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941050,\n
        "lat": 49.9007070,\n
        "lon": 3.4007530,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941051,\n
        "lat": 49.9007090,\n
        "lon": 3.3765110,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941052,\n
        "lat": 49.9007090,\n
        "lon": 3.3942130,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941055,\n
        "lat": 49.9007090,\n
        "lon": 3.3953060,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941057,\n
        "lat": 49.9007090,\n
        "lon": 3.4009490,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941059,\n
        "lat": 49.9007090,\n
        "lon": 3.4024160,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941061,\n
        "lat": 49.9007100,\n
        "lon": 3.3763010,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941063,\n
        "lat": 49.9007110,\n
        "lon": 3.3967430,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941064,\n
        "lat": 49.9007110,\n
        "lon": 3.4007190,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941066,\n
        "lat": 49.9007120,\n
        "lon": 3.4018180,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941068,\n
        "lat": 49.9007130,\n
        "lon": 3.3939630,\n
        "timestamp": "2011-08-10T18:03:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941069,\n
        "lat": 49.9007130,\n
        "lon": 3.3953050,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941070,\n
        "lat": 49.9007130,\n
        "lon": 3.4010990,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941071,\n
        "lat": 49.9007130,\n
        "lon": 3.4024050,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941073,\n
        "lat": 49.9007140,\n
        "lon": 3.3988960,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941075,\n
        "lat": 49.9007140,\n
        "lon": 3.4031450,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941076,\n
        "lat": 49.9007150,\n
        "lon": 3.3967650,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941078,\n
        "lat": 49.9007150,\n
        "lon": 3.4004460,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941083,\n
        "lat": 49.9007160,\n
        "lon": 3.3953210,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941084,\n
        "lat": 49.9007160,\n
        "lon": 3.3992200,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941085,\n
        "lat": 49.9007170,\n
        "lon": 3.3976710,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941086,\n
        "lat": 49.9007170,\n
        "lon": 3.3991760,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941087,\n
        "lat": 49.9007170,\n
        "lon": 3.3997730,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941088,\n
        "lat": 49.9007180,\n
        "lon": 3.3958550,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941089,\n
        "lat": 49.9007190,\n
        "lon": 3.3958400,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941090,\n
        "lat": 49.9007190,\n
        "lon": 3.3994390,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941095,\n
        "lat": 49.9007220,\n
        "lon": 3.3954210,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941097,\n
        "lat": 49.9007220,\n
        "lon": 3.3958540,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941099,\n
        "lat": 49.9007230,\n
        "lon": 3.3992170,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941101,\n
        "lat": 49.9007240,\n
        "lon": 3.3943130,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941102,\n
        "lat": 49.9007240,\n
        "lon": 3.3958900,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941104,\n
        "lat": 49.9007250,\n
        "lon": 3.3954480,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941105,\n
        "lat": 49.9007260,\n
        "lon": 3.3988310,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941106,\n
        "lat": 49.9007260,\n
        "lon": 3.4021920,\n
        "timestamp": "2011-08-10T18:03:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941108,\n
        "lat": 49.9007270,\n
        "lon": 3.3957560,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941110,\n
        "lat": 49.9007270,\n
        "lon": 3.3992920,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941111,\n
        "lat": 49.9007270,\n
        "lon": 3.3999920,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941112,\n
        "lat": 49.9007280,\n
        "lon": 3.3958520,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941113,\n
        "lat": 49.9007280,\n
        "lon": 3.3992900,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941114,\n
        "lat": 49.9007280,\n
        "lon": 3.3994910,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941115,\n
        "lat": 49.9007290,\n
        "lon": 3.3988870,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941116,\n
        "lat": 49.9007290,\n
        "lon": 3.4015270,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941117,\n
        "lat": 49.9007310,\n
        "lon": 3.3954190,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941118,\n
        "lat": 49.9007310,\n
        "lon": 3.4021120,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941119,\n
        "lat": 49.9007320,\n
        "lon": 3.3968680,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941120,\n
        "lat": 49.9007320,\n
        "lon": 3.4035060,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941121,\n
        "lat": 49.9007330,\n
        "lon": 3.4031960,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941122,\n
        "lat": 49.9007340,\n
        "lon": 3.3958880,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941123,\n
        "lat": 49.9007340,\n
        "lon": 3.3989680,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941124,\n
        "lat": 49.9007350,\n
        "lon": 3.4015120,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941125,\n
        "lat": 49.9007360,\n
        "lon": 3.3941270,\n
        "timestamp": "2011-08-10T18:03:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941126,\n
        "lat": 49.9007370,\n
        "lon": 3.3764400,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941127,\n
        "lat": 49.9007370,\n
        "lon": 3.3943970,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941128,\n
        "lat": 49.9007370,\n
        "lon": 3.4024230,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941129,\n
        "lat": 49.9007380,\n
        "lon": 3.3992870,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941130,\n
        "lat": 49.9007380,\n
        "lon": 3.4017230,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941131,\n
        "lat": 49.9007390,\n
        "lon": 3.3978080,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941132,\n
        "lat": 49.9007390,\n
        "lon": 3.4027500,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941133,\n
        "lat": 49.9007400,\n
        "lon": 3.4000200,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941134,\n
        "lat": 49.9007400,\n
        "lon": 3.4035480,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941135,\n
        "lat": 49.9007430,\n
        "lon": 3.3954430,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941136,\n
        "lat": 49.9007430,\n
        "lon": 3.4015150,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941137,\n
        "lat": 49.9007440,\n
        "lon": 3.3993160,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941138,\n
        "lat": 49.9007440,\n
        "lon": 3.3995070,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941139,\n
        "lat": 49.9007450,\n
        "lon": 3.3976600,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941140,\n
        "lat": 49.9007470,\n
        "lon": 3.3944570,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941141,\n
        "lat": 49.9007490,\n
        "lon": 3.3953110,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941142,\n
        "lat": 49.9007490,\n
        "lon": 3.4022950,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941143,\n
        "lat": 49.9007500,\n
        "lon": 3.3995530,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941144,\n
        "lat": 49.9007530,\n
        "lon": 3.3976490,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941145,\n
        "lat": 49.9007540,\n
        "lon": 3.3966450,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941146,\n
        "lat": 49.9007560,\n
        "lon": 3.3955300,\n
        "timestamp": "2011-08-10T18:03:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941147,\n
        "lat": 49.9007560,\n
        "lon": 3.4023720,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941148,\n
        "lat": 49.9007560,\n
        "lon": 3.4030550,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941149,\n
        "lat": 49.9007570,\n
        "lon": 3.3958300,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941150,\n
        "lat": 49.9007580,\n
        "lon": 3.3955330,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941151,\n
        "lat": 49.9007600,\n
        "lon": 3.4016460,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941152,\n
        "lat": 49.9007600,\n
        "lon": 3.4036440,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941153,\n
        "lat": 49.9007610,\n
        "lon": 3.3945540,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941154,\n
        "lat": 49.9007610,\n
        "lon": 3.3958430,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941155,\n
        "lat": 49.9007610,\n
        "lon": 3.4036500,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941156,\n
        "lat": 49.9007620,\n
        "lon": 3.4024720,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941157,\n
        "lat": 49.9007630,\n
        "lon": 3.3954140,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941158,\n
        "lat": 49.9007630,\n
        "lon": 3.4014120,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941159,\n
        "lat": 49.9007630,\n
        "lon": 3.4026920,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941160,\n
        "lat": 49.9007650,\n
        "lon": 3.3941920,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941161,\n
        "lat": 49.9007650,\n
        "lon": 3.4020440,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941162,\n
        "lat": 49.9007660,\n
        "lon": 3.3967210,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941163,\n
        "lat": 49.9007660,\n
        "lon": 3.4016230,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941164,\n
        "lat": 49.9007670,\n
        "lon": 3.3977970,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941166,\n
        "lat": 49.9007670,\n
        "lon": 3.3997570,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941168,\n
        "lat": 49.9007690,\n
        "lon": 3.3961470,\n
        "timestamp": "2011-08-10T18:03:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941169,\n
        "lat": 49.9007690,\n
        "lon": 3.3963200,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941170,\n
        "lat": 49.9007700,\n
        "lon": 3.4022280,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941173,\n
        "lat": 49.9007740,\n
        "lon": 3.3957470,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941174,\n
        "lat": 49.9007740,\n
        "lon": 3.3990920,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941176,\n
        "lat": 49.9007750,\n
        "lon": 3.3942580,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941178,\n
        "lat": 49.9007750,\n
        "lon": 3.3946500,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941180,\n
        "lat": 49.9007750,\n
        "lon": 3.3957590,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941182,\n
        "lat": 49.9007750,\n
        "lon": 3.3977840,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941184,\n
        "lat": 49.9007750,\n
        "lon": 3.3977880,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941186,\n
        "lat": 49.9007760,\n
        "lon": 3.3999440,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941188,\n
        "lat": 49.9007790,\n
        "lon": 3.3991950,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941190,\n
        "lat": 49.9007800,\n
        "lon": 3.3942930,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941192,\n
        "lat": 49.9007800,\n
        "lon": 3.3962580,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941194,\n
        "lat": 49.9007800,\n
        "lon": 3.3997510,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941196,\n
        "lat": 49.9007800,\n
        "lon": 3.4037530,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941199,\n
        "lat": 49.9007820,\n
        "lon": 3.3987200,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941201,\n
        "lat": 49.9007820,\n
        "lon": 3.3998940,\n
        "timestamp": "2011-08-10T18:03:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941205,\n
        "lat": 49.9007815,\n
        "lon": 3.4030815,\n
        "timestamp": "2012-05-10T21:45:45Z",\n
        "version": 2,\n
        "changeset": 11563337,\n
        "user": "Woopla",\n
        "uid": 636778\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941207,\n
        "lat": 49.9007830,\n
        "lon": 3.3954110,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941209,\n
        "lat": 49.9007830,\n
        "lon": 3.3987660,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941211,\n
        "lat": 49.9007830,\n
        "lon": 3.4012320,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941213,\n
        "lat": 49.9007840,\n
        "lon": 3.3939410,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941215,\n
        "lat": 49.9007840,\n
        "lon": 3.3991960,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941217,\n
        "lat": 49.9007840,\n
        "lon": 3.4027960,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941219,\n
        "lat": 49.9007850,\n
        "lon": 3.4032460,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941221,\n
        "lat": 49.9007860,\n
        "lon": 3.3962910,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941223,\n
        "lat": 49.9007860,\n
        "lon": 3.3991690,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941225,\n
        "lat": 49.9007870,\n
        "lon": 3.3962470,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941227,\n
        "lat": 49.9007870,\n
        "lon": 3.3987630,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941229,\n
        "lat": 49.9007870,\n
        "lon": 3.3999370,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941231,\n
        "lat": 49.9007870,\n
        "lon": 3.4023950,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941234,\n
        "lat": 49.9007880,\n
        "lon": 3.3943470,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941235,\n
        "lat": 49.9007880,\n
        "lon": 3.3962550,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941237,\n
        "lat": 49.9007880,\n
        "lon": 3.3999710,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941239,\n
        "lat": 49.9007890,\n
        "lon": 3.3958350,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941240,\n
        "lat": 49.9007890,\n
        "lon": 3.3991920,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941242,\n
        "lat": 49.9007900,\n
        "lon": 3.4021860,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941244,\n
        "lat": 49.9007910,\n
        "lon": 3.4011900,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941247,\n
        "lat": 49.9007910,\n
        "lon": 3.4029710,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941249,\n
        "lat": 49.9007910,\n
        "lon": 3.4035440,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941251,\n
        "lat": 49.9007920,\n
        "lon": 3.3943770,\n
        "timestamp": "2011-08-10T18:03:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941252,\n
        "lat": 49.9007920,\n
        "lon": 3.4035040,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941254,\n
        "lat": 49.9007930,\n
        "lon": 3.3999880,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941255,\n
        "lat": 49.9007930,\n
        "lon": 3.4026190,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941257,\n
        "lat": 49.9007940,\n
        "lon": 3.3962880,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941259,\n
        "lat": 49.9007940,\n
        "lon": 3.3992660,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941261,\n
        "lat": 49.9007940,\n
        "lon": 3.3992700,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941262,\n
        "lat": 49.9007940,\n
        "lon": 3.4037450,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941263,\n
        "lat": 49.9007950,\n
        "lon": 3.3964660,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941264,\n
        "lat": 49.9007960,\n
        "lon": 3.3990860,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941265,\n
        "lat": 49.9007960,\n
        "lon": 3.3992910,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941266,\n
        "lat": 49.9007970,\n
        "lon": 3.4030450,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941267,\n
        "lat": 49.9007980,\n
        "lon": 3.3963080,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941269,\n
        "lat": 49.9007990,\n
        "lon": 3.3936310,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941270,\n
        "lat": 49.9007990,\n
        "lon": 3.3942500,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941271,\n
        "lat": 49.9007990,\n
        "lon": 3.4011200,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941272,\n
        "lat": 49.9008010,\n
        "lon": 3.3955170,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941273,\n
        "lat": 49.9008010,\n
        "lon": 3.4014290,\n
        "timestamp": "2011-08-10T18:03:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941274,\n
        "lat": 49.9008020,\n
        "lon": 3.3944380,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941275,\n
        "lat": 49.9008020,\n
        "lon": 3.3958310,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941276,\n
        "lat": 49.9008040,\n
        "lon": 3.3942850,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941277,\n
        "lat": 49.9008040,\n
        "lon": 3.3944520,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941278,\n
        "lat": 49.9008050,\n
        "lon": 3.4023400,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941279,\n
        "lat": 49.9008060,\n
        "lon": 3.3941060,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941280,\n
        "lat": 49.9008060,\n
        "lon": 3.4010610,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941281,\n
        "lat": 49.9008060,\n
        "lon": 3.4032000,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941282,\n
        "lat": 49.9008070,\n
        "lon": 3.3976350,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941283,\n
        "lat": 49.9008080,\n
        "lon": 3.3991610,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941284,\n
        "lat": 49.9008080,\n
        "lon": 3.4025860,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941285,\n
        "lat": 49.9008090,\n
        "lon": 3.3937100,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941288,\n
        "lat": 49.9008090,\n
        "lon": 3.4011980,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941289,\n
        "lat": 49.9008090,\n
        "lon": 3.4027370,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941290,\n
        "lat": 49.9008110,\n
        "lon": 3.3955810,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941291,\n
        "lat": 49.9008120,\n
        "lon": 3.3943390,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941292,\n
        "lat": 49.9008120,\n
        "lon": 3.3991840,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941293,\n
        "lat": 49.9008130,\n
        "lon": 3.3989620,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941294,\n
        "lat": 49.9008140,\n
        "lon": 3.4032060,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941295,\n
        "lat": 49.9008150,\n
        "lon": 3.3987090,\n
        "timestamp": "2011-08-10T18:03:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941296,\n
        "lat": 49.9008160,\n
        "lon": 3.3945350,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941297,\n
        "lat": 49.9008170,\n
        "lon": 3.3992730,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941298,\n
        "lat": 49.9008170,\n
        "lon": 3.4035030,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941299,\n
        "lat": 49.9008180,\n
        "lon": 3.4029970,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941300,\n
        "lat": 49.9008180,\n
        "lon": 3.4036150,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941301,\n
        "lat": 49.9008210,\n
        "lon": 3.3987490,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941302,\n
        "lat": 49.9008220,\n
        "lon": 3.3956460,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941303,\n
        "lat": 49.9008220,\n
        "lon": 3.3992550,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941304,\n
        "lat": 49.9008230,\n
        "lon": 3.3962980,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941305,\n
        "lat": 49.9008230,\n
        "lon": 3.4025500,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941306,\n
        "lat": 49.9008240,\n
        "lon": 3.3937080,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941307,\n
        "lat": 49.9008240,\n
        "lon": 3.3945890,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941308,\n
        "lat": 49.9008240,\n
        "lon": 3.3964540,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941309,\n
        "lat": 49.9008240,\n
        "lon": 3.3967220,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941310,\n
        "lat": 49.9008240,\n
        "lon": 3.4028380,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941311,\n
        "lat": 49.9008250,\n
        "lon": 3.4010660,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941312,\n
        "lat": 49.9008250,\n
        "lon": 3.4021170,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941313,\n
        "lat": 49.9008260,\n
        "lon": 3.3944470,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941314,\n
        "lat": 49.9008260,\n
        "lon": 3.3960910,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941315,\n
        "lat": 49.9008260,\n
        "lon": 3.4025430,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941316,\n
        "lat": 49.9008270,\n
        "lon": 3.3956750,\n
        "timestamp": "2011-08-10T18:03:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941317,\n
        "lat": 49.9008270,\n
        "lon": 3.4001270,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941318,\n
        "lat": 49.9008280,\n
        "lon": 3.3963280,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941319,\n
        "lat": 49.9008280,\n
        "lon": 3.3967410,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941320,\n
        "lat": 49.9008280,\n
        "lon": 3.4001600,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941321,\n
        "lat": 49.9008290,\n
        "lon": 3.3977730,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941322,\n
        "lat": 49.9008300,\n
        "lon": 3.4031670,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941323,\n
        "lat": 49.9008310,\n
        "lon": 3.3946320,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941324,\n
        "lat": 49.9008310,\n
        "lon": 3.3947550,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941325,\n
        "lat": 49.9008310,\n
        "lon": 3.3961210,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941326,\n
        "lat": 49.9008310,\n
        "lon": 3.3987460,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941327,\n
        "lat": 49.9008310,\n
        "lon": 3.3993580,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941328,\n
        "lat": 49.9008320,\n
        "lon": 3.4010390,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941329,\n
        "lat": 49.9008330,\n
        "lon": 3.3945850,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941330,\n
        "lat": 49.9008330,\n
        "lon": 3.3987510,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941331,\n
        "lat": 49.9008330,\n
        "lon": 3.4020710,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941332,\n
        "lat": 49.9008350,\n
        "lon": 3.3960360,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941333,\n
        "lat": 49.9008350,\n
        "lon": 3.4039110,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941334,\n
        "lat": 49.9008370,\n
        "lon": 3.3947980,\n
        "timestamp": "2011-08-10T18:03:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941335,\n
        "lat": 49.9008370,\n
        "lon": 3.3957320,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941336,\n
        "lat": 49.9008370,\n
        "lon": 3.3992320,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941337,\n
        "lat": 49.9008370,\n
        "lon": 3.4019530,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941338,\n
        "lat": 49.9008370,\n
        "lon": 3.4031760,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941339,\n
        "lat": 49.9008389,\n
        "lon": 3.3945273,\n
        "timestamp": "2012-05-10T21:45:45Z",\n
        "version": 2,\n
        "changeset": 11563337,\n
        "user": "Woopla",\n
        "uid": 636778\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941340,\n
        "lat": 49.9008390,\n
        "lon": 3.3946290,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941341,\n
        "lat": 49.9008390,\n
        "lon": 3.3991580,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941342,\n
        "lat": 49.9008400,\n
        "lon": 3.3938140,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941343,\n
        "lat": 49.9008410,\n
        "lon": 3.3951080,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941344,\n
        "lat": 49.9008420,\n
        "lon": 3.3991780,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941345,\n
        "lat": 49.9008430,\n
        "lon": 3.3992590,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941346,\n
        "lat": 49.9008440,\n
        "lon": 3.4009830,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941347,\n
        "lat": 49.9008450,\n
        "lon": 3.4010450,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941348,\n
        "lat": 49.9008470,\n
        "lon": 3.4001220,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941349,\n
        "lat": 49.9008480,\n
        "lon": 3.4001350,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941350,\n
        "lat": 49.9008490,\n
        "lon": 3.3951540,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941351,\n
        "lat": 49.9008490,\n
        "lon": 3.3964430,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941352,\n
        "lat": 49.9008490,\n
        "lon": 3.3991830,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941353,\n
        "lat": 49.9008490,\n
        "lon": 3.4027740,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941354,\n
        "lat": 49.9008500,\n
        "lon": 3.4025760,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941355,\n
        "lat": 49.9008520,\n
        "lon": 3.3958170,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941356,\n
        "lat": 49.9008520,\n
        "lon": 3.4037120,\n
        "timestamp": "2011-08-10T18:03:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941357,\n
        "lat": 49.9008550,\n
        "lon": 3.3992230,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941358,\n
        "lat": 49.9008550,\n
        "lon": 3.3992570,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941359,\n
        "lat": 49.9008550,\n
        "lon": 3.4037110,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941360,\n
        "lat": 49.9008590,\n
        "lon": 3.3989440,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941361,\n
        "lat": 49.9008600,\n
        "lon": 3.4012720,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941362,\n
        "lat": 49.9008610,\n
        "lon": 3.3966950,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941363,\n
        "lat": 49.9008610,\n
        "lon": 3.4020200,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941365,\n
        "lat": 49.9008620,\n
        "lon": 3.3967060,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941366,\n
        "lat": 49.9008630,\n
        "lon": 3.3960750,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941367,\n
        "lat": 49.9008630,\n
        "lon": 3.3993720,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941369,\n
        "lat": 49.9008670,\n
        "lon": 3.4017440,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941370,\n
        "lat": 49.9008680,\n
        "lon": 3.4025980,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941371,\n
        "lat": 49.9008690,\n
        "lon": 3.3961050,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941372,\n
        "lat": 49.9008690,\n
        "lon": 3.4035020,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941373,\n
        "lat": 49.9008700,\n
        "lon": 3.4036460,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941375,\n
        "lat": 49.9008710,\n
        "lon": 3.3982700,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941376,\n
        "lat": 49.9008720,\n
        "lon": 3.4002460,\n
        "timestamp": "2011-08-10T18:03:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941377,\n
        "lat": 49.9008730,\n
        "lon": 3.4002220,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941378,\n
        "lat": 49.9008740,\n
        "lon": 3.4008550,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941379,\n
        "lat": 49.9008750,\n
        "lon": 3.3945150,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941380,\n
        "lat": 49.9008760,\n
        "lon": 3.4001310,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941381,\n
        "lat": 49.9008760,\n
        "lon": 3.4037340,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941382,\n
        "lat": 49.9008770,\n
        "lon": 3.3953220,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941383,\n
        "lat": 49.9008780,\n
        "lon": 3.3994450,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941384,\n
        "lat": 49.9008780,\n
        "lon": 3.4001520,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941385,\n
        "lat": 49.9008810,\n
        "lon": 3.4000060,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941386,\n
        "lat": 49.9008810,\n
        "lon": 3.4011820,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941387,\n
        "lat": 49.9008810,\n
        "lon": 3.4030570,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941388,\n
        "lat": 49.9008810,\n
        "lon": 3.4037530,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941389,\n
        "lat": 49.9008810,\n
        "lon": 3.4038040,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941390,\n
        "lat": 49.9008820,\n
        "lon": 3.3967200,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941391,\n
        "lat": 49.9008840,\n
        "lon": 3.3945670,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941392,\n
        "lat": 49.9008850,\n
        "lon": 3.3949310,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941393,\n
        "lat": 49.9008860,\n
        "lon": 3.3948500,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941394,\n
        "lat": 49.9008860,\n
        "lon": 3.3960160,\n
        "timestamp": "2011-08-10T18:03:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941395,\n
        "lat": 49.9008860,\n
        "lon": 3.3994420,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941396,\n
        "lat": 49.9008870,\n
        "lon": 3.3983160,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941397,\n
        "lat": 49.9008880,\n
        "lon": 3.3969840,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941398,\n
        "lat": 49.9008880,\n
        "lon": 3.4016130,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941399,\n
        "lat": 49.9008880,\n
        "lon": 3.4038350,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941400,\n
        "lat": 49.9008890,\n
        "lon": 3.3935950,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941401,\n
        "lat": 49.9008890,\n
        "lon": 3.4001160,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941402,\n
        "lat": 49.9008890,\n
        "lon": 3.4037540,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941403,\n
        "lat": 49.9008890,\n
        "lon": 3.4038790,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941404,\n
        "lat": 49.9008900,\n
        "lon": 3.3966850,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941405,\n
        "lat": 49.9008910,\n
        "lon": 3.3954020,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941406,\n
        "lat": 49.9008910,\n
        "lon": 3.3966950,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941407,\n
        "lat": 49.9008910,\n
        "lon": 3.3995000,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941408,\n
        "lat": 49.9008920,\n
        "lon": 3.3947340,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941409,\n
        "lat": 49.9008920,\n
        "lon": 3.3967780,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941410,\n
        "lat": 49.9008920,\n
        "lon": 3.4022170,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941411,\n
        "lat": 49.9008920,\n
        "lon": 3.4036450,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941413,\n
        "lat": 49.9008940,\n
        "lon": 3.4018440,\n
        "timestamp": "2011-08-10T18:03:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941415,\n
        "lat": 49.9008960,\n
        "lon": 3.4037540,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941416,\n
        "lat": 49.9008970,\n
        "lon": 3.4028210,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941417,\n
        "lat": 49.9008980,\n
        "lon": 3.3987200,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941418,\n
        "lat": 49.9008990,\n
        "lon": 3.3947760,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941419,\n
        "lat": 49.9008990,\n
        "lon": 3.3949260,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941420,\n
        "lat": 49.9008990,\n
        "lon": 3.4037930,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941421,\n
        "lat": 49.9009000,\n
        "lon": 3.3950120,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941422,\n
        "lat": 49.9009000,\n
        "lon": 3.3960930,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941423,\n
        "lat": 49.9009000,\n
        "lon": 3.4003310,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941424,\n
        "lat": 49.9009010,\n
        "lon": 3.3970690,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941425,\n
        "lat": 49.9009010,\n
        "lon": 3.4005170,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941426,\n
        "lat": 49.9009020,\n
        "lon": 3.4038270,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941427,\n
        "lat": 49.9009020,\n
        "lon": 3.4039270,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941428,\n
        "lat": 49.9009030,\n
        "lon": 3.4016780,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941429,\n
        "lat": 49.9009040,\n
        "lon": 3.4002490,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941430,\n
        "lat": 49.9009050,\n
        "lon": 3.4010770,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941431,\n
        "lat": 49.9009060,\n
        "lon": 3.3966770,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941432,\n
        "lat": 49.9009080,\n
        "lon": 3.3966880,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941433,\n
        "lat": 49.9009080,\n
        "lon": 3.3988580,\n
        "timestamp": "2011-08-10T18:03:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941434,\n
        "lat": 49.9009090,\n
        "lon": 3.3961450,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941435,\n
        "lat": 49.9009090,\n
        "lon": 3.3969770,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941436,\n
        "lat": 49.9009100,\n
        "lon": 3.4022400,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941438,\n
        "lat": 49.9009120,\n
        "lon": 3.3968810,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941439,\n
        "lat": 49.9009130,\n
        "lon": 3.3987630,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941440,\n
        "lat": 49.9009130,\n
        "lon": 3.3994290,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941441,\n
        "lat": 49.9009130,\n
        "lon": 3.4021740,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941442,\n
        "lat": 49.9009140,\n
        "lon": 3.3950080,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941443,\n
        "lat": 49.9009140,\n
        "lon": 3.4018690,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941444,\n
        "lat": 49.9009150,\n
        "lon": 3.4001100,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941445,\n
        "lat": 49.9009160,\n
        "lon": 3.3970100,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941446,\n
        "lat": 49.9009160,\n
        "lon": 3.4001230,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941447,\n
        "lat": 49.9009170,\n
        "lon": 3.3961920,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941448,\n
        "lat": 49.9009170,\n
        "lon": 3.4003330,\n
        "timestamp": "2011-08-10T18:03:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941449,\n
        "lat": 49.9009180,\n
        "lon": 3.3961980,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941450,\n
        "lat": 49.9009190,\n
        "lon": 3.3937820,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941451,\n
        "lat": 49.9009190,\n
        "lon": 3.4002500,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941452,\n
        "lat": 49.9009210,\n
        "lon": 3.4015510,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941453,\n
        "lat": 49.9009240,\n
        "lon": 3.3962340,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941454,\n
        "lat": 49.9009240,\n
        "lon": 3.3987920,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941455,\n
        "lat": 49.9009240,\n
        "lon": 3.3998490,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941456,\n
        "lat": 49.9009240,\n
        "lon": 3.3998570,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941457,\n
        "lat": 49.9009240,\n
        "lon": 3.4039130,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941458,\n
        "lat": 49.9009250,\n
        "lon": 3.3989190,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941459,\n
        "lat": 49.9009250,\n
        "lon": 3.4002270,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941460,\n
        "lat": 49.9009260,\n
        "lon": 3.3991190,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941461,\n
        "lat": 49.9009260,\n
        "lon": 3.4002090,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941462,\n
        "lat": 49.9009270,\n
        "lon": 3.3824160,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941463,\n
        "lat": 49.9009270,\n
        "lon": 3.4020690,\n
        "timestamp": "2011-08-10T18:03:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941464,\n
        "lat": 49.9009300,\n
        "lon": 3.4003400,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941465,\n
        "lat": 49.9009310,\n
        "lon": 3.3969680,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941466,\n
        "lat": 49.9009320,\n
        "lon": 3.4022660,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941467,\n
        "lat": 49.9009330,\n
        "lon": 3.3962830,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941468,\n
        "lat": 49.9009340,\n
        "lon": 3.3999380,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941469,\n
        "lat": 49.9009340,\n
        "lon": 3.3999480,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941470,\n
        "lat": 49.9009350,\n
        "lon": 3.3994890,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941471,\n
        "lat": 49.9009360,\n
        "lon": 3.3988410,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941472,\n
        "lat": 49.9009370,\n
        "lon": 3.3970050,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941474,\n
        "lat": 49.9009390,\n
        "lon": 3.4020110,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941475,\n
        "lat": 49.9009410,\n
        "lon": 3.3970180,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941476,\n
        "lat": 49.9009420,\n
        "lon": 3.3992200,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941477,\n
        "lat": 49.9009420,\n
        "lon": 3.4021220,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941478,\n
        "lat": 49.9009430,\n
        "lon": 3.3992260,\n
        "timestamp": "2011-08-10T18:03:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941479,\n
        "lat": 49.9009450,\n
        "lon": 3.4009000,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941480,\n
        "lat": 49.9009460,\n
        "lon": 3.3966600,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941481,\n
        "lat": 49.9009470,\n
        "lon": 3.4008970,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941482,\n
        "lat": 49.9009470,\n
        "lon": 3.4021100,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941483,\n
        "lat": 49.9009480,\n
        "lon": 3.3966720,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941484,\n
        "lat": 49.9009480,\n
        "lon": 3.3970520,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941485,\n
        "lat": 49.9009480,\n
        "lon": 3.3982390,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941486,\n
        "lat": 49.9009480,\n
        "lon": 3.4016920,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941487,\n
        "lat": 49.9009490,\n
        "lon": 3.3952550,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941488,\n
        "lat": 49.9009490,\n
        "lon": 3.3987390,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941489,\n
        "lat": 49.9009490,\n
        "lon": 3.3992640,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941490,\n
        "lat": 49.9009510,\n
        "lon": 3.4020240,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941491,\n
        "lat": 49.9009510,\n
        "lon": 3.4026960,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941492,\n
        "lat": 49.9009530,\n
        "lon": 3.3969800,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941493,\n
        "lat": 49.9009540,\n
        "lon": 3.3952870,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941494,\n
        "lat": 49.9009540,\n
        "lon": 3.3963980,\n
        "timestamp": "2011-08-10T18:03:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941495,\n
        "lat": 49.9009560,\n
        "lon": 3.3993170,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941496,\n
        "lat": 49.9009570,\n
        "lon": 3.3982850,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941497,\n
        "lat": 49.9009580,\n
        "lon": 3.3970090,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941498,\n
        "lat": 49.9009580,\n
        "lon": 3.3996830,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941499,\n
        "lat": 49.9009590,\n
        "lon": 3.3987690,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941500,\n
        "lat": 49.9009610,\n
        "lon": 3.3948180,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941501,\n
        "lat": 49.9009630,\n
        "lon": 3.3970650,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941502,\n
        "lat": 49.9009630,\n
        "lon": 3.4001880,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941503,\n
        "lat": 49.9009630,\n
        "lon": 3.4002100,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941504,\n
        "lat": 49.9009640,\n
        "lon": 3.3948340,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941505,\n
        "lat": 49.9009650,\n
        "lon": 3.3826090,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941506,\n
        "lat": 49.9009650,\n
        "lon": 3.4021320,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941507,\n
        "lat": 49.9009660,\n
        "lon": 3.3970840,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941508,\n
        "lat": 49.9009670,\n
        "lon": 3.3999900,\n
        "timestamp": "2011-08-10T18:03:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941510,\n
        "lat": 49.9009680,\n
        "lon": 3.3971020,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941511,\n
        "lat": 49.9009690,\n
        "lon": 3.3994150,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941512,\n
        "lat": 49.9009700,\n
        "lon": 3.4016520,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941513,\n
        "lat": 49.9009710,\n
        "lon": 3.4019420,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941514,\n
        "lat": 49.9009730,\n
        "lon": 3.3994420,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941515,\n
        "lat": 49.9009730,\n
        "lon": 3.4005450,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941516,\n
        "lat": 49.9009740,\n
        "lon": 3.3940750,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941517,\n
        "lat": 49.9009740,\n
        "lon": 3.4019450,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941518,\n
        "lat": 49.9009760,\n
        "lon": 3.4001140,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941519,\n
        "lat": 49.9009770,\n
        "lon": 3.3940940,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941520,\n
        "lat": 49.9009770,\n
        "lon": 3.4017730,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941521,\n
        "lat": 49.9009780,\n
        "lon": 3.3970030,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941522,\n
        "lat": 49.9009790,\n
        "lon": 3.3952430,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941523,\n
        "lat": 49.9009820,\n
        "lon": 3.3965540,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941525,\n
        "lat": 49.9009830,\n
        "lon": 3.3969800,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941526,\n
        "lat": 49.9009840,\n
        "lon": 3.3952730,\n
        "timestamp": "2011-08-10T18:03:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941527,\n
        "lat": 49.9009850,\n
        "lon": 3.3970590,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941528,\n
        "lat": 49.9009860,\n
        "lon": 3.3969980,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941529,\n
        "lat": 49.9009860,\n
        "lon": 3.3973370,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941530,\n
        "lat": 49.9009860,\n
        "lon": 3.4018990,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941531,\n
        "lat": 49.9009870,\n
        "lon": 3.3987470,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941532,\n
        "lat": 49.9009870,\n
        "lon": 3.4021610,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941533,\n
        "lat": 49.9009900,\n
        "lon": 3.3946410,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941534,\n
        "lat": 49.9009900,\n
        "lon": 3.3949760,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941535,\n
        "lat": 49.9009900,\n
        "lon": 3.3973810,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941536,\n
        "lat": 49.9009920,\n
        "lon": 3.3824030,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941537,\n
        "lat": 49.9009930,\n
        "lon": 3.3972380,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941538,\n
        "lat": 49.9009761,\n
        "lon": 3.3816653,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941539,\n
        "lat": 49.9009960,\n
        "lon": 3.3970730,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941540,\n
        "lat": 49.9009970,\n
        "lon": 3.4001330,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941541,\n
        "lat": 49.9009980,\n
        "lon": 3.4003900,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941542,\n
        "lat": 49.9009990,\n
        "lon": 3.4016510,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941543,\n
        "lat": 49.9010000,\n
        "lon": 3.3953570,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941544,\n
        "lat": 49.9010000,\n
        "lon": 3.3966520,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941545,\n
        "lat": 49.9010000,\n
        "lon": 3.3996730,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941546,\n
        "lat": 49.9010010,\n
        "lon": 3.3986460,\n
        "timestamp": "2011-08-10T18:03:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941547,\n
        "lat": 49.9010010,\n
        "lon": 3.4001910,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941548,\n
        "lat": 49.9010010,\n
        "lon": 3.4018720,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941549,\n
        "lat": 49.9010020,\n
        "lon": 3.3950460,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941550,\n
        "lat": 49.9010030,\n
        "lon": 3.3972890,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941551,\n
        "lat": 49.9010040,\n
        "lon": 3.3953810,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941552,\n
        "lat": 49.9010040,\n
        "lon": 3.3970690,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941553,\n
        "lat": 49.9010040,\n
        "lon": 3.4011790,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941554,\n
        "lat": 49.9010050,\n
        "lon": 3.3947390,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941555,\n
        "lat": 49.9010050,\n
        "lon": 3.3969550,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941556,\n
        "lat": 49.9010050,\n
        "lon": 3.4016960,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941557,\n
        "lat": 49.9010050,\n
        "lon": 3.4018770,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941558,\n
        "lat": 49.9010060,\n
        "lon": 3.3950650,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941559,\n
        "lat": 49.9010070,\n
        "lon": 3.3969700,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941560,\n
        "lat": 49.9010080,\n
        "lon": 3.4016570,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941561,\n
        "lat": 49.9010080,\n
        "lon": 3.4019900,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941562,\n
        "lat": 49.9010100,\n
        "lon": 3.3950920,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941563,\n
        "lat": 49.9010100,\n
        "lon": 3.3973300,\n
        "timestamp": "2011-08-10T18:03:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941566,\n
        "lat": 49.9010120,\n
        "lon": 3.3825550,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941567,\n
        "lat": 49.9010120,\n
        "lon": 3.3951080,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941568,\n
        "lat": 49.9010120,\n
        "lon": 3.3973760,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941569,\n
        "lat": 49.9010140,\n
        "lon": 3.3967330,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941570,\n
        "lat": 49.9010150,\n
        "lon": 3.3998350,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941571,\n
        "lat": 49.9010160,\n
        "lon": 3.3998440,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941572,\n
        "lat": 49.9010180,\n
        "lon": 3.3970840,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941573,\n
        "lat": 49.9010180,\n
        "lon": 3.3973720,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941574,\n
        "lat": 49.9010180,\n
        "lon": 3.4016750,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941575,\n
        "lat": 49.9010190,\n
        "lon": 3.3950610,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941576,\n
        "lat": 49.9010190,\n
        "lon": 3.3951480,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941577,\n
        "lat": 49.9010190,\n
        "lon": 3.3973720,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941578,\n
        "lat": 49.9010190,\n
        "lon": 3.3988560,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941579,\n
        "lat": 49.9010200,\n
        "lon": 3.3978280,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941580,\n
        "lat": 49.9010200,\n
        "lon": 3.3999300,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941581,\n
        "lat": 49.9010220,\n
        "lon": 3.3987190,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941582,\n
        "lat": 49.9010230,\n
        "lon": 3.3950870,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941583,\n
        "lat": 49.9010230,\n
        "lon": 3.3951710,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941584,\n
        "lat": 49.9010250,\n
        "lon": 3.3975050,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941585,\n
        "lat": 49.9010250,\n
        "lon": 3.4018360,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941586,\n
        "lat": 49.9010250,\n
        "lon": 3.4019540,\n
        "timestamp": "2011-08-10T18:03:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941587,\n
        "lat": 49.9010260,\n
        "lon": 3.3975770,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941588,\n
        "lat": 49.9010270,\n
        "lon": 3.3970590,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941589,\n
        "lat": 49.9010280,\n
        "lon": 3.4003920,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941590,\n
        "lat": 49.9010300,\n
        "lon": 3.4003660,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941591,\n
        "lat": 49.9010310,\n
        "lon": 3.3968220,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941592,\n
        "lat": 49.9010310,\n
        "lon": 3.3971460,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941593,\n
        "lat": 49.9010310,\n
        "lon": 3.3978860,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941594,\n
        "lat": 49.9010320,\n
        "lon": 3.4001270,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941595,\n
        "lat": 49.9010330,\n
        "lon": 3.3973240,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941596,\n
        "lat": 49.9010340,\n
        "lon": 3.3971450,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941597,\n
        "lat": 49.9010340,\n
        "lon": 3.4002620,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941598,\n
        "lat": 49.9010350,\n
        "lon": 3.3951470,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941599,\n
        "lat": 49.9010360,\n
        "lon": 3.3971450,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941600,\n
        "lat": 49.9010370,\n
        "lon": 3.3952500,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941601,\n
        "lat": 49.9010370,\n
        "lon": 3.4001940,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941602,\n
        "lat": 49.9010380,\n
        "lon": 3.3951660,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941603,\n
        "lat": 49.9010380,\n
        "lon": 3.3972180,\n
        "timestamp": "2011-08-10T18:04:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941604,\n
        "lat": 49.9010380,\n
        "lon": 3.3973660,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941605,\n
        "lat": 49.9010380,\n
        "lon": 3.4009730,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941606,\n
        "lat": 49.9010400,\n
        "lon": 3.3975730,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941607,\n
        "lat": 49.9010400,\n
        "lon": 3.4009670,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941608,\n
        "lat": 49.9010420,\n
        "lon": 3.4012390,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941609,\n
        "lat": 49.9010430,\n
        "lon": 3.4011120,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941610,\n
        "lat": 49.9010430,\n
        "lon": 3.4015900,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941611,\n
        "lat": 49.9010440,\n
        "lon": 3.3940480,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941612,\n
        "lat": 49.9010460,\n
        "lon": 3.3976660,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941613,\n
        "lat": 49.9010470,\n
        "lon": 3.3940690,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941614,\n
        "lat": 49.9010480,\n
        "lon": 3.3972690,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941615,\n
        "lat": 49.9010490,\n
        "lon": 3.3950280,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941616,\n
        "lat": 49.9010510,\n
        "lon": 3.3954490,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941617,\n
        "lat": 49.9010510,\n
        "lon": 3.3970480,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941618,\n
        "lat": 49.9010530,\n
        "lon": 3.4018980,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941619,\n
        "lat": 49.9010540,\n
        "lon": 3.3969310,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941620,\n
        "lat": 49.9010540,\n
        "lon": 3.4012210,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941621,\n
        "lat": 49.9010560,\n
        "lon": 3.4017160,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941622,\n
        "lat": 49.9010560,\n
        "lon": 3.4019380,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941623,\n
        "lat": 49.9010570,\n
        "lon": 3.3821670,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941624,\n
        "lat": 49.9010570,\n
        "lon": 3.3953600,\n
        "timestamp": "2011-08-10T18:04:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941625,\n
        "lat": 49.9010590,\n
        "lon": 3.3978770,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941626,\n
        "lat": 49.9010600,\n
        "lon": 3.3950890,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941627,\n
        "lat": 49.9010610,\n
        "lon": 3.4018830,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941628,\n
        "lat": 49.9010630,\n
        "lon": 3.4020590,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941629,\n
        "lat": 49.9010208,\n
        "lon": 3.3815152,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941630,\n
        "lat": 49.9010640,\n
        "lon": 3.3975670,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941631,\n
        "lat": 49.9010650,\n
        "lon": 3.3978090,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941632,\n
        "lat": 49.9010660,\n
        "lon": 3.4012390,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941633,\n
        "lat": 49.9010670,\n
        "lon": 3.3951280,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941634,\n
        "lat": 49.9010670,\n
        "lon": 3.3951350,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941635,\n
        "lat": 49.9010670,\n
        "lon": 3.3973190,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941636,\n
        "lat": 49.9010670,\n
        "lon": 3.4020650,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941637,\n
        "lat": 49.9010680,\n
        "lon": 3.4019170,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941638,\n
        "lat": 49.9010419,\n
        "lon": 3.3816521,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941639,\n
        "lat": 49.9010740,\n
        "lon": 3.3979600,\n
        "timestamp": "2011-08-10T18:04:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941640,\n
        "lat": 49.9010750,\n
        "lon": 3.3970360,\n
        "timestamp": "2011-08-10T18:04:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941642,\n
        "lat": 49.9010790,\n
        "lon": 3.3956340,\n
        "timestamp": "2011-08-10T18:04:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941643,\n
        "lat": 49.9010800,\n
        "lon": 3.4014180,\n
        "timestamp": "2011-08-10T18:04:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941644,\n
        "lat": 49.9010810,\n
        "lon": 3.4012190,\n
        "timestamp": "2011-08-10T18:04:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941645,\n
        "lat": 49.9010820,\n
        "lon": 3.3976470,\n
        "timestamp": "2011-08-10T18:04:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941646,\n
        "lat": 49.9010830,\n
        "lon": 3.4011720,\n
        "timestamp": "2011-08-10T18:04:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941647,\n
        "lat": 49.9010840,\n
        "lon": 3.4020310,\n
        "timestamp": "2011-08-10T18:04:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941648,\n
        "lat": 49.9010470,\n
        "lon": 3.3816799,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941650,\n
        "lat": 49.9010890,\n
        "lon": 3.3946070,\n
        "timestamp": "2011-08-10T18:04:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941652,\n
        "lat": 49.9010910,\n
        "lon": 3.4008040,\n
        "timestamp": "2011-08-10T18:04:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941653,\n
        "lat": 49.9010910,\n
        "lon": 3.4016520,\n
        "timestamp": "2011-08-10T18:04:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941654,\n
        "lat": 49.9010920,\n
        "lon": 3.3971160,\n
        "timestamp": "2011-08-10T18:04:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941655,\n
        "lat": 49.9010940,\n
        "lon": 3.3974260,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941656,\n
        "lat": 49.9010940,\n
        "lon": 3.3979510,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941657,\n
        "lat": 49.9010940,\n
        "lon": 3.4011570,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941659,\n
        "lat": 49.9011010,\n
        "lon": 3.3958070,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941660,\n
        "lat": 49.9011020,\n
        "lon": 3.3958850,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941661,\n
        "lat": 49.9011020,\n
        "lon": 3.3971110,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941662,\n
        "lat": 49.9011020,\n
        "lon": 3.4011520,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941663,\n
        "lat": 49.9011030,\n
        "lon": 3.4010220,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941664,\n
        "lat": 49.9011040,\n
        "lon": 3.3947050,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941665,\n
        "lat": 49.9011040,\n
        "lon": 3.3974550,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941666,\n
        "lat": 49.9011060,\n
        "lon": 3.4007400,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941667,\n
        "lat": 49.9011110,\n
        "lon": 3.3958810,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941668,\n
        "lat": 49.9011110,\n
        "lon": 3.4013630,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941669,\n
        "lat": 49.9011120,\n
        "lon": 3.4015110,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941670,\n
        "lat": 49.9011130,\n
        "lon": 3.3959660,\n
        "timestamp": "2011-08-10T18:04:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941671,\n
        "lat": 49.9011130,\n
        "lon": 3.4014640,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941672,\n
        "lat": 49.9011170,\n
        "lon": 3.3966530,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941673,\n
        "lat": 49.9011180,\n
        "lon": 3.3977860,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941675,\n
        "lat": 49.9011230,\n
        "lon": 3.3959640,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941676,\n
        "lat": 49.9011230,\n
        "lon": 3.4011190,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941677,\n
        "lat": 49.9011250,\n
        "lon": 3.3975150,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941678,\n
        "lat": 49.9011260,\n
        "lon": 3.3966990,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941679,\n
        "lat": 49.9011270,\n
        "lon": 3.3954250,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941680,\n
        "lat": 49.9011280,\n
        "lon": 3.3954310,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941681,\n
        "lat": 49.9011300,\n
        "lon": 3.4012930,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941682,\n
        "lat": 49.9011340,\n
        "lon": 3.3954710,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941683,\n
        "lat": 49.9011161,\n
        "lon": 3.3821460,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941684,\n
        "lat": 49.9011370,\n
        "lon": 3.3972890,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941685,\n
        "lat": 49.9011370,\n
        "lon": 3.4012060,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941687,\n
        "lat": 49.9011380,\n
        "lon": 3.3945900,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941688,\n
        "lat": 49.9011400,\n
        "lon": 3.4006080,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941690,\n
        "lat": 49.9011410,\n
        "lon": 3.4009060,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941691,\n
        "lat": 49.9011420,\n
        "lon": 3.4013160,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941693,\n
        "lat": 49.9011430,\n
        "lon": 3.3979300,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941695,\n
        "lat": 49.9011440,\n
        "lon": 3.3955400,\n
        "timestamp": "2011-08-10T18:04:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941697,\n
        "lat": 49.9011470,\n
        "lon": 3.3954260,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941700,\n
        "lat": 49.9011520,\n
        "lon": 3.3954670,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941701,\n
        "lat": 49.9011520,\n
        "lon": 3.4009130,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941702,\n
        "lat": 49.9011530,\n
        "lon": 3.3946880,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941703,\n
        "lat": 49.9011530,\n
        "lon": 3.3973710,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941704,\n
        "lat": 49.9011530,\n
        "lon": 3.3976090,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941705,\n
        "lat": 49.9011560,\n
        "lon": 3.4007660,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941706,\n
        "lat": 49.9011580,\n
        "lon": 3.3973690,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941707,\n
        "lat": 49.9011580,\n
        "lon": 3.4011730,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941713,\n
        "lat": 49.9011600,\n
        "lon": 3.3823760,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941715,\n
        "lat": 49.9011630,\n
        "lon": 3.3976490,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941717,\n
        "lat": 49.9011630,\n
        "lon": 3.4005200,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941719,\n
        "lat": 49.9011660,\n
        "lon": 3.3987280,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941720,\n
        "lat": 49.9011670,\n
        "lon": 3.3945580,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941721,\n
        "lat": 49.9011690,\n
        "lon": 3.4008620,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941722,\n
        "lat": 49.9011700,\n
        "lon": 3.3945790,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941723,\n
        "lat": 49.9011700,\n
        "lon": 3.3955300,\n
        "timestamp": "2011-08-10T18:04:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941730,\n
        "lat": 49.9011710,\n
        "lon": 3.3969570,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941732,\n
        "lat": 49.9011720,\n
        "lon": 3.4008950,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941734,\n
        "lat": 49.9011750,\n
        "lon": 3.3966260,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941735,\n
        "lat": 49.9011770,\n
        "lon": 3.3825240,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941736,\n
        "lat": 49.9011780,\n
        "lon": 3.4006770,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941737,\n
        "lat": 49.9011790,\n
        "lon": 3.3974860,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941738,\n
        "lat": 49.9011800,\n
        "lon": 3.4008740,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941743,\n
        "lat": 49.9011810,\n
        "lon": 3.3956000,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941745,\n
        "lat": 49.9011810,\n
        "lon": 3.3967180,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941747,\n
        "lat": 49.9011820,\n
        "lon": 3.3966730,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941748,\n
        "lat": 49.9011830,\n
        "lon": 3.4009040,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941750,\n
        "lat": 49.9011840,\n
        "lon": 3.3957780,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941751,\n
        "lat": 49.9011860,\n
        "lon": 3.3970250,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941752,\n
        "lat": 49.9011860,\n
        "lon": 3.4006500,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941753,\n
        "lat": 49.9011900,\n
        "lon": 3.3974550,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941755,\n
        "lat": 49.9011910,\n
        "lon": 3.4008870,\n
        "timestamp": "2011-08-10T18:04:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941757,\n
        "lat": 49.9011950,\n
        "lon": 3.4013860,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941759,\n
        "lat": 49.9011960,\n
        "lon": 3.3945470,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941761,\n
        "lat": 49.9011970,\n
        "lon": 3.3949160,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941763,\n
        "lat": 49.9011980,\n
        "lon": 3.3945690,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941765,\n
        "lat": 49.9012010,\n
        "lon": 3.3949440,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941767,\n
        "lat": 49.9012030,\n
        "lon": 3.4013240,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941769,\n
        "lat": 49.9011738,\n
        "lon": 3.3817268,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941771,\n
        "lat": 49.9012040,\n
        "lon": 3.3987000,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941773,\n
        "lat": 49.9012080,\n
        "lon": 3.3959350,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941775,\n
        "lat": 49.9012080,\n
        "lon": 3.3971240,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941777,\n
        "lat": 49.9012080,\n
        "lon": 3.3988550,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941779,\n
        "lat": 49.9012110,\n
        "lon": 3.3976260,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941781,\n
        "lat": 49.9011986,\n
        "lon": 3.3818712,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941783,\n
        "lat": 49.9012150,\n
        "lon": 3.4006890,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941784,\n
        "lat": 49.9012170,\n
        "lon": 3.3969080,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941786,\n
        "lat": 49.9012210,\n
        "lon": 3.3987520,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941788,\n
        "lat": 49.9012260,\n
        "lon": 3.3949050,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941791,\n
        "lat": 49.9012300,\n
        "lon": 3.3949340,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941793,\n
        "lat": 49.9012300,\n
        "lon": 3.3966950,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941795,\n
        "lat": 49.9012300,\n
        "lon": 3.3972170,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941797,\n
        "lat": 49.9012320,\n
        "lon": 3.4017050,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941799,\n
        "lat": 49.9012330,\n
        "lon": 3.3977380,\n
        "timestamp": "2011-08-10T18:04:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941802,\n
        "lat": 49.9012340,\n
        "lon": 3.3981600,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941805,\n
        "lat": 49.9012350,\n
        "lon": 3.3972390,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941807,\n
        "lat": 49.9012370,\n
        "lon": 3.3978890,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941808,\n
        "lat": 49.9012380,\n
        "lon": 3.4032840,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941810,\n
        "lat": 49.9012430,\n
        "lon": 3.3978000,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941811,\n
        "lat": 49.9012440,\n
        "lon": 3.3970950,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941813,\n
        "lat": 49.9012440,\n
        "lon": 3.4007610,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941815,\n
        "lat": 49.9012460,\n
        "lon": 3.3977330,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941818,\n
        "lat": 49.9012470,\n
        "lon": 3.3969150,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941819,\n
        "lat": 49.9012520,\n
        "lon": 3.3981530,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941820,\n
        "lat": 49.9012540,\n
        "lon": 3.4016730,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941821,\n
        "lat": 49.9012540,\n
        "lon": 3.4031820,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941822,\n
        "lat": 49.9012550,\n
        "lon": 3.3968270,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941824,\n
        "lat": 49.9012550,\n
        "lon": 3.3971310,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941826,\n
        "lat": 49.9012550,\n
        "lon": 3.3978410,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941830,\n
        "lat": 49.9012550,\n
        "lon": 3.4007420,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941831,\n
        "lat": 49.9012560,\n
        "lon": 3.3980090,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941832,\n
        "lat": 49.9012570,\n
        "lon": 3.3973140,\n
        "timestamp": "2011-08-10T18:04:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941833,\n
        "lat": 49.9012570,\n
        "lon": 3.3977920,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941834,\n
        "lat": 49.9012610,\n
        "lon": 3.3978790,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941835,\n
        "lat": 49.9012620,\n
        "lon": 3.3969810,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941836,\n
        "lat": 49.9012328,\n
        "lon": 3.3817148,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941837,\n
        "lat": 49.9012630,\n
        "lon": 3.3986540,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941838,\n
        "lat": 49.9012650,\n
        "lon": 3.3988080,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941839,\n
        "lat": 49.9012680,\n
        "lon": 3.3973450,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941840,\n
        "lat": 49.9012424,\n
        "lon": 3.3820403,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941841,\n
        "lat": 49.9012700,\n
        "lon": 3.3979560,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941842,\n
        "lat": 49.9012720,\n
        "lon": 3.3970190,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941843,\n
        "lat": 49.9012464,\n
        "lon": 3.3820793,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941844,\n
        "lat": 49.9012583,\n
        "lon": 3.3818552,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941845,\n
        "lat": 49.9012800,\n
        "lon": 3.3987060,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941846,\n
        "lat": 49.9012810,\n
        "lon": 3.3977810,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941847,\n
        "lat": 49.9012820,\n
        "lon": 3.3979780,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941848,\n
        "lat": 49.9012820,\n
        "lon": 3.3982830,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941849,\n
        "lat": 49.9012840,\n
        "lon": 3.3979390,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941850,\n
        "lat": 49.9012850,\n
        "lon": 3.3968110,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941851,\n
        "lat": 49.9012850,\n
        "lon": 3.4017210,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941852,\n
        "lat": 49.9012880,\n
        "lon": 3.3979910,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941853,\n
        "lat": 49.9012900,\n
        "lon": 3.3977140,\n
        "timestamp": "2011-08-10T18:04:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941855,\n
        "lat": 49.9012910,\n
        "lon": 3.3980280,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941857,\n
        "lat": 49.9012940,\n
        "lon": 3.4005550,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941860,\n
        "lat": 49.9012960,\n
        "lon": 3.3982690,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941863,\n
        "lat": 49.9012970,\n
        "lon": 3.3968710,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941865,\n
        "lat": 49.9012970,\n
        "lon": 3.4005620,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941867,\n
        "lat": 49.9012980,\n
        "lon": 3.3970990,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941868,\n
        "lat": 49.9012980,\n
        "lon": 3.3983270,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941869,\n
        "lat": 49.9012714,\n
        "lon": 3.3820323,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941871,\n
        "lat": 49.9012990,\n
        "lon": 3.3973340,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941873,\n
        "lat": 49.9013010,\n
        "lon": 3.3980150,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941876,\n
        "lat": 49.9013020,\n
        "lon": 3.3979750,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941878,\n
        "lat": 49.9013030,\n
        "lon": 3.3980990,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941880,\n
        "lat": 49.9012764,\n
        "lon": 3.3820743,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 2,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941882,\n
        "lat": 49.9013040,\n
        "lon": 3.3987780,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941884,\n
        "lat": 49.9013060,\n
        "lon": 3.4003220,\n
        "timestamp": "2011-08-10T18:04:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941889,\n
        "lat": 49.9013070,\n
        "lon": 3.3977620,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941890,\n
        "lat": 49.9013080,\n
        "lon": 3.3980620,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941893,\n
        "lat": 49.9013090,\n
        "lon": 3.3969910,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941895,\n
        "lat": 49.9013090,\n
        "lon": 3.3986220,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941897,\n
        "lat": 49.9013100,\n
        "lon": 3.3945290,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941898,\n
        "lat": 49.9013110,\n
        "lon": 3.3971830,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941899,\n
        "lat": 49.9013130,\n
        "lon": 3.3971540,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941904,\n
        "lat": 49.9013140,\n
        "lon": 3.3971990,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941906,\n
        "lat": 49.9013140,\n
        "lon": 3.4015840,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941908,\n
        "lat": 49.9013170,\n
        "lon": 3.3980520,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941910,\n
        "lat": 49.9013170,\n
        "lon": 3.4015790,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941912,\n
        "lat": 49.9013170,\n
        "lon": 3.4033150,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941913,\n
        "lat": 49.9013180,\n
        "lon": 3.3988210,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941914,\n
        "lat": 49.9013200,\n
        "lon": 3.3983840,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941915,\n
        "lat": 49.9013250,\n
        "lon": 3.3978110,\n
        "timestamp": "2011-08-10T18:04:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941920,\n
        "lat": 49.9013250,\n
        "lon": 3.3983030,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941922,\n
        "lat": 49.9013270,\n
        "lon": 3.3946280,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941924,\n
        "lat": 49.9013270,\n
        "lon": 3.4003780,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941926,\n
        "lat": 49.9013280,\n
        "lon": 3.3980700,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941927,\n
        "lat": 49.9013290,\n
        "lon": 3.3970290,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941928,\n
        "lat": 49.9013300,\n
        "lon": 3.3919480,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941930,\n
        "lat": 49.9013320,\n
        "lon": 3.4003680,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941932,\n
        "lat": 49.9013330,\n
        "lon": 3.4032120,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941940,\n
        "lat": 49.9013380,\n
        "lon": 3.3978460,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941942,\n
        "lat": 49.9013440,\n
        "lon": 3.3975620,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941945,\n
        "lat": 49.9013460,\n
        "lon": 3.3983580,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941946,\n
        "lat": 49.9013460,\n
        "lon": 3.4016280,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941947,\n
        "lat": 49.9013550,\n
        "lon": 3.3945740,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941949,\n
        "lat": 49.9013580,\n
        "lon": 3.3975190,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941951,\n
        "lat": 49.9013600,\n
        "lon": 3.3975450,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941961,\n
        "lat": 49.9013620,\n
        "lon": 3.3946160,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941964,\n
        "lat": 49.9013640,\n
        "lon": 3.3971450,\n
        "timestamp": "2011-08-10T18:04:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941966,\n
        "lat": 49.9013640,\n
        "lon": 3.3972830,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941968,\n
        "lat": 49.9013650,\n
        "lon": 3.3988050,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941969,\n
        "lat": 49.9013660,\n
        "lon": 3.3981010,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941970,\n
        "lat": 49.9013680,\n
        "lon": 3.3988020,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941971,\n
        "lat": 49.9013690,\n
        "lon": 3.3971620,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941972,\n
        "lat": 49.9013690,\n
        "lon": 3.4002340,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941982,\n
        "lat": 49.9013690,\n
        "lon": 3.4004520,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941985,\n
        "lat": 49.9013720,\n
        "lon": 3.3983330,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941987,\n
        "lat": 49.9013740,\n
        "lon": 3.4002470,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941990,\n
        "lat": 49.9013770,\n
        "lon": 3.3976190,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941992,\n
        "lat": 49.9013770,\n
        "lon": 3.3976480,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941994,\n
        "lat": 49.9013860,\n
        "lon": 3.3976110,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941995,\n
        "lat": 49.9013860,\n
        "lon": 3.3976400,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393941998,\n
        "lat": 49.9013870,\n
        "lon": 3.3979380,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942003,\n
        "lat": 49.9013920,\n
        "lon": 3.3974470,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942007,\n
        "lat": 49.9013940,\n
        "lon": 3.3972440,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942009,\n
        "lat": 49.9013980,\n
        "lon": 3.3985790,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942011,\n
        "lat": 49.9014020,\n
        "lon": 3.3974820,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942013,\n
        "lat": 49.9014030,\n
        "lon": 3.3977120,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942015,\n
        "lat": 49.9014120,\n
        "lon": 3.3945530,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942017,\n
        "lat": 49.9014120,\n
        "lon": 3.3974300,\n
        "timestamp": "2011-08-10T18:04:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942024,\n
        "lat": 49.9014130,\n
        "lon": 3.4002740,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942026,\n
        "lat": 49.9014150,\n
        "lon": 3.3924520,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942029,\n
        "lat": 49.9014200,\n
        "lon": 3.3982440,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942031,\n
        "lat": 49.9014200,\n
        "lon": 3.3985600,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942032,\n
        "lat": 49.9014210,\n
        "lon": 3.3945950,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942034,\n
        "lat": 49.9014240,\n
        "lon": 3.3956370,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942036,\n
        "lat": 49.9014240,\n
        "lon": 3.4032230,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942038,\n
        "lat": 49.9014290,\n
        "lon": 3.3982650,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942045,\n
        "lat": 49.9014300,\n
        "lon": 3.3980210,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942048,\n
        "lat": 49.9014300,\n
        "lon": 3.3982290,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942051,\n
        "lat": 49.9014330,\n
        "lon": 3.4002530,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942054,\n
        "lat": 49.9014340,\n
        "lon": 3.4031520,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942055,\n
        "lat": 49.9014350,\n
        "lon": 3.3957110,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942056,\n
        "lat": 49.9014380,\n
        "lon": 3.4002830,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942057,\n
        "lat": 49.9014420,\n
        "lon": 3.3978060,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942065,\n
        "lat": 49.9014430,\n
        "lon": 3.4001300,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942067,\n
        "lat": 49.9014430,\n
        "lon": 3.4002760,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942068,\n
        "lat": 49.9014480,\n
        "lon": 3.3985270,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942069,\n
        "lat": 49.9014490,\n
        "lon": 3.3985320,\n
        "timestamp": "2011-08-10T18:04:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942070,\n
        "lat": 49.9014510,\n
        "lon": 3.4033350,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942071,\n
        "lat": 49.9014660,\n
        "lon": 3.4032370,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942072,\n
        "lat": 49.9014680,\n
        "lon": 3.4001890,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942074,\n
        "lat": 49.9014690,\n
        "lon": 3.3987660,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942081,\n
        "lat": 49.9014700,\n
        "lon": 3.4000930,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942082,\n
        "lat": 49.9014740,\n
        "lon": 3.3956190,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942083,\n
        "lat": 49.9014750,\n
        "lon": 3.4031770,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942086,\n
        "lat": 49.9014770,\n
        "lon": 3.4004670,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942088,\n
        "lat": 49.9014770,\n
        "lon": 3.4031670,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942090,\n
        "lat": 49.9014840,\n
        "lon": 3.3956920,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942092,\n
        "lat": 49.9014860,\n
        "lon": 3.4005070,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942094,\n
        "lat": 49.9014870,\n
        "lon": 3.3981940,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942097,\n
        "lat": 49.9014910,\n
        "lon": 3.3918770,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942098,\n
        "lat": 49.9014910,\n
        "lon": 3.3958250,\n
        "timestamp": "2011-08-10T18:04:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942100,\n
        "lat": 49.9014920,\n
        "lon": 3.3976200,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942101,\n
        "lat": 49.9014930,\n
        "lon": 3.4004490,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942103,\n
        "lat": 49.9014940,\n
        "lon": 3.3956910,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942105,\n
        "lat": 49.9014970,\n
        "lon": 3.4000580,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942108,\n
        "lat": 49.9014980,\n
        "lon": 3.4004170,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942117,\n
        "lat": 49.9014990,\n
        "lon": 3.3919040,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942118,\n
        "lat": 49.9014990,\n
        "lon": 3.3958900,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942119,\n
        "lat": 49.9014990,\n
        "lon": 3.3984650,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942120,\n
        "lat": 49.9015010,\n
        "lon": 3.4005410,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942121,\n
        "lat": 49.9015020,\n
        "lon": 3.4001490,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942123,\n
        "lat": 49.9015030,\n
        "lon": 3.4032320,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942125,\n
        "lat": 49.9015070,\n
        "lon": 3.3958230,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942128,\n
        "lat": 49.9015070,\n
        "lon": 3.3981710,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942139,\n
        "lat": 49.9015090,\n
        "lon": 3.4031890,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942141,\n
        "lat": 49.9015190,\n
        "lon": 3.3956860,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942142,\n
        "lat": 49.9015200,\n
        "lon": 3.4004720,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942144,\n
        "lat": 49.9015240,\n
        "lon": 3.3983550,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942146,\n
        "lat": 49.9015240,\n
        "lon": 3.4004910,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942149,\n
        "lat": 49.9015250,\n
        "lon": 3.3987260,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942151,\n
        "lat": 49.9015270,\n
        "lon": 3.4004880,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942153,\n
        "lat": 49.9015280,\n
        "lon": 3.3977200,\n
        "timestamp": "2011-08-10T18:04:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942156,\n
        "lat": 49.9015310,\n
        "lon": 3.4004580,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942157,\n
        "lat": 49.9015320,\n
        "lon": 3.3977150,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942159,\n
        "lat": 49.9015320,\n
        "lon": 3.4000110,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942161,\n
        "lat": 49.9015330,\n
        "lon": 3.4005080,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942163,\n
        "lat": 49.9015350,\n
        "lon": 3.4001470,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942165,\n
        "lat": 49.9015380,\n
        "lon": 3.3921540,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942167,\n
        "lat": 49.9015380,\n
        "lon": 3.3958800,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942170,\n
        "lat": 49.9015390,\n
        "lon": 3.4000030,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942171,\n
        "lat": 49.9015390,\n
        "lon": 3.4004750,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942173,\n
        "lat": 49.9015410,\n
        "lon": 3.4004480,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942176,\n
        "lat": 49.9015420,\n
        "lon": 3.4002780,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942178,\n
        "lat": 49.9015440,\n
        "lon": 3.3977000,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942180,\n
        "lat": 49.9015460,\n
        "lon": 3.4003660,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942182,\n
        "lat": 49.9015470,\n
        "lon": 3.3984020,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942184,\n
        "lat": 49.9015480,\n
        "lon": 3.3922110,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942186,\n
        "lat": 49.9015480,\n
        "lon": 3.4004650,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942188,\n
        "lat": 49.9015510,\n
        "lon": 3.4033680,\n
        "timestamp": "2011-08-10T18:04:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942190,\n
        "lat": 49.9015530,\n
        "lon": 3.4004790,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942193,\n
        "lat": 49.9015540,\n
        "lon": 3.4002630,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942195,\n
        "lat": 49.9015540,\n
        "lon": 3.4003050,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942197,\n
        "lat": 49.9015610,\n
        "lon": 3.4002970,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942199,\n
        "lat": 49.9015620,\n
        "lon": 3.3985870,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942200,\n
        "lat": 49.9015650,\n
        "lon": 3.4002500,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942202,\n
        "lat": 49.9015680,\n
        "lon": 3.4003140,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942204,\n
        "lat": 49.9015680,\n
        "lon": 3.4032540,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942207,\n
        "lat": 49.9015690,\n
        "lon": 3.3923290,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942209,\n
        "lat": 49.9015690,\n
        "lon": 3.4004190,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942210,\n
        "lat": 49.9015710,\n
        "lon": 3.3982940,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942212,\n
        "lat": 49.9015750,\n
        "lon": 3.4002390,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942215,\n
        "lat": 49.9015770,\n
        "lon": 3.3922040,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942217,\n
        "lat": 49.9015770,\n
        "lon": 3.3923830,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942219,\n
        "lat": 49.9015780,\n
        "lon": 3.4001070,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942222,\n
        "lat": 49.9015790,\n
        "lon": 3.3977670,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942224,\n
        "lat": 49.9015820,\n
        "lon": 3.4004500,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942226,\n
        "lat": 49.9015840,\n
        "lon": 3.3989330,\n
        "timestamp": "2011-08-10T18:04:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942228,\n
        "lat": 49.9015850,\n
        "lon": 3.4033980,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942229,\n
        "lat": 49.9015860,\n
        "lon": 3.4002940,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942230,\n
        "lat": 49.9015870,\n
        "lon": 3.3999480,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942233,\n
        "lat": 49.9015880,\n
        "lon": 3.3922730,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942236,\n
        "lat": 49.9015940,\n
        "lon": 3.3976390,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942238,\n
        "lat": 49.9015940,\n
        "lon": 3.3989980,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942240,\n
        "lat": 49.9015980,\n
        "lon": 3.3923160,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942242,\n
        "lat": 49.9015980,\n
        "lon": 3.4000280,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942244,\n
        "lat": 49.9015990,\n
        "lon": 3.3976480,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942245,\n
        "lat": 49.9016020,\n
        "lon": 3.3977420,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942246,\n
        "lat": 49.9016040,\n
        "lon": 3.3918610,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942250,\n
        "lat": 49.9016060,\n
        "lon": 3.4032510,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942252,\n
        "lat": 49.9016100,\n
        "lon": 3.3977930,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942254,\n
        "lat": 49.9016130,\n
        "lon": 3.4000070,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942256,\n
        "lat": 49.9016130,\n
        "lon": 3.4034070,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942258,\n
        "lat": 49.9016140,\n
        "lon": 3.4000660,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942259,\n
        "lat": 49.9016160,\n
        "lon": 3.3985200,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942260,\n
        "lat": 49.9016170,\n
        "lon": 3.4033830,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942263,\n
        "lat": 49.9016210,\n
        "lon": 3.3977800,\n
        "timestamp": "2011-08-10T18:04:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942265,\n
        "lat": 49.9016270,\n
        "lon": 3.3988880,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942267,\n
        "lat": 49.9016270,\n
        "lon": 3.4000520,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942270,\n
        "lat": 49.9016290,\n
        "lon": 3.3989050,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942271,\n
        "lat": 49.9016290,\n
        "lon": 3.4002210,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942273,\n
        "lat": 49.9016300,\n
        "lon": 3.3976110,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942274,\n
        "lat": 49.9016300,\n
        "lon": 3.3977020,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942275,\n
        "lat": 49.9016300,\n
        "lon": 3.3978320,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942282,\n
        "lat": 49.9016430,\n
        "lon": 3.3978180,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942284,\n
        "lat": 49.9016450,\n
        "lon": 3.3921080,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942286,\n
        "lat": 49.9016450,\n
        "lon": 3.3988820,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942287,\n
        "lat": 49.9016470,\n
        "lon": 3.3988990,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942288,\n
        "lat": 49.9016590,\n
        "lon": 3.3976660,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942289,\n
        "lat": 49.9016610,\n
        "lon": 3.3989070,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942290,\n
        "lat": 49.9016660,\n
        "lon": 3.4000870,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942291,\n
        "lat": 49.9016710,\n
        "lon": 3.3989700,\n
        "timestamp": "2011-08-10T18:04:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942299,\n
        "lat": 49.9016770,\n
        "lon": 3.4001650,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942300,\n
        "lat": 49.9016790,\n
        "lon": 3.3977060,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942301,\n
        "lat": 49.9016800,\n
        "lon": 3.3980470,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942302,\n
        "lat": 49.9016820,\n
        "lon": 3.4001620,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942303,\n
        "lat": 49.9016850,\n
        "lon": 3.3978940,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942304,\n
        "lat": 49.9016900,\n
        "lon": 3.4001810,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942306,\n
        "lat": 49.9016910,\n
        "lon": 3.4034080,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942314,\n
        "lat": 49.9016940,\n
        "lon": 3.4001470,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942315,\n
        "lat": 49.9016950,\n
        "lon": 3.3982010,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942316,\n
        "lat": 49.9016990,\n
        "lon": 3.3977440,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942317,\n
        "lat": 49.9017010,\n
        "lon": 3.3976790,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942318,\n
        "lat": 49.9017060,\n
        "lon": 3.3986930,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942319,\n
        "lat": 49.9017080,\n
        "lon": 3.4032850,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942320,\n
        "lat": 49.9017140,\n
        "lon": 3.3981130,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942322,\n
        "lat": 49.9017200,\n
        "lon": 3.3977150,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942330,\n
        "lat": 49.9017390,\n
        "lon": 3.3997580,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942331,\n
        "lat": 49.9017400,\n
        "lon": 3.3979690,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942332,\n
        "lat": 49.9017420,\n
        "lon": 3.3978240,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942333,\n
        "lat": 49.9017490,\n
        "lon": 3.3986370,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942334,\n
        "lat": 49.9017500,\n
        "lon": 3.3983030,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942335,\n
        "lat": 49.9017620,\n
        "lon": 3.3997990,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942337,\n
        "lat": 49.9017760,\n
        "lon": 3.3980340,\n
        "timestamp": "2011-08-10T18:04:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942339,\n
        "lat": 49.9017780,\n
        "lon": 3.3980930,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942345,\n
        "lat": 49.9017800,\n
        "lon": 3.3984210,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942346,\n
        "lat": 49.9017810,\n
        "lon": 3.3997070,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942347,\n
        "lat": 49.9017980,\n
        "lon": 3.3984540,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942348,\n
        "lat": 49.9018030,\n
        "lon": 3.3997520,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942350,\n
        "lat": 49.9018060,\n
        "lon": 3.3999190,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942352,\n
        "lat": 49.9018120,\n
        "lon": 3.3983810,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942354,\n
        "lat": 49.9018200,\n
        "lon": 3.3999450,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942360,\n
        "lat": 49.9018330,\n
        "lon": 3.3981970,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942361,\n
        "lat": 49.9018350,\n
        "lon": 3.3996450,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942362,\n
        "lat": 49.9018360,\n
        "lon": 3.3999290,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942363,\n
        "lat": 49.9018440,\n
        "lon": 3.3984380,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942365,\n
        "lat": 49.9018600,\n
        "lon": 3.3983910,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942367,\n
        "lat": 49.9018670,\n
        "lon": 3.3985750,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942369,\n
        "lat": 49.9018680,\n
        "lon": 3.3984180,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942371,\n
        "lat": 49.9018710,\n
        "lon": 3.3979400,\n
        "timestamp": "2011-08-10T18:04:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942375,\n
        "lat": 49.9018770,\n
        "lon": 3.3996930,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942376,\n
        "lat": 49.9018940,\n
        "lon": 3.3979850,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942377,\n
        "lat": 49.9019000,\n
        "lon": 3.3979050,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942380,\n
        "lat": 49.9019050,\n
        "lon": 3.3982550,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942382,\n
        "lat": 49.9019110,\n
        "lon": 3.3985970,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942384,\n
        "lat": 49.9019110,\n
        "lon": 3.4035050,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942386,\n
        "lat": 49.9019150,\n
        "lon": 3.3983280,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942390,\n
        "lat": 49.9019170,\n
        "lon": 3.3982450,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942391,\n
        "lat": 49.9019190,\n
        "lon": 3.3983420,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942392,\n
        "lat": 49.9019220,\n
        "lon": 3.3979490,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942394,\n
        "lat": 49.9019230,\n
        "lon": 3.3995420,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942396,\n
        "lat": 49.9019240,\n
        "lon": 3.3983200,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942397,\n
        "lat": 49.9019260,\n
        "lon": 3.3995340,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942399,\n
        "lat": 49.9019270,\n
        "lon": 3.3995310,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942401,\n
        "lat": 49.9019290,\n
        "lon": 3.4033850,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942405,\n
        "lat": 49.9019300,\n
        "lon": 3.3998950,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942406,\n
        "lat": 49.9019330,\n
        "lon": 3.3996290,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942408,\n
        "lat": 49.9019360,\n
        "lon": 3.3982830,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942410,\n
        "lat": 49.9019380,\n
        "lon": 3.3982850,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942412,\n
        "lat": 49.9019450,\n
        "lon": 3.3984620,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942414,\n
        "lat": 49.9019490,\n
        "lon": 3.3984720,\n
        "timestamp": "2011-08-10T18:04:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942416,\n
        "lat": 49.9019570,\n
        "lon": 3.3996780,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942418,\n
        "lat": 49.9019570,\n
        "lon": 3.4035210,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942420,\n
        "lat": 49.9019720,\n
        "lon": 3.3982510,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942422,\n
        "lat": 49.9019720,\n
        "lon": 3.3983770,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942425,\n
        "lat": 49.9019740,\n
        "lon": 3.3985440,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942427,\n
        "lat": 49.9019790,\n
        "lon": 3.3983430,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942429,\n
        "lat": 49.9019800,\n
        "lon": 3.3996570,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942431,\n
        "lat": 49.9019870,\n
        "lon": 3.3983640,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942433,\n
        "lat": 49.9019900,\n
        "lon": 3.3984230,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942435,\n
        "lat": 49.9019930,\n
        "lon": 3.3994430,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942437,\n
        "lat": 49.9019990,\n
        "lon": 3.3995650,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942439,\n
        "lat": 49.9020010,\n
        "lon": 3.3983240,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942441,\n
        "lat": 49.9020080,\n
        "lon": 3.4035390,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942443,\n
        "lat": 49.9020100,\n
        "lon": 3.3997190,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942445,\n
        "lat": 49.9020150,\n
        "lon": 3.4000710,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942447,\n
        "lat": 49.9020170,\n
        "lon": 3.3985090,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942450,\n
        "lat": 49.9020250,\n
        "lon": 3.4034160,\n
        "timestamp": "2011-08-10T18:04:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942452,\n
        "lat": 49.9020330,\n
        "lon": 3.4033630,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942454,\n
        "lat": 49.9020490,\n
        "lon": 3.3993660,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942457,\n
        "lat": 49.9020520,\n
        "lon": 3.3993690,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942459,\n
        "lat": 49.9020540,\n
        "lon": 3.3982530,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942461,\n
        "lat": 49.9020580,\n
        "lon": 3.3982270,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942463,\n
        "lat": 49.9020600,\n
        "lon": 3.3982660,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942464,\n
        "lat": 49.9020600,\n
        "lon": 3.3983810,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942465,\n
        "lat": 49.9020630,\n
        "lon": 3.3982370,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942469,\n
        "lat": 49.9020630,\n
        "lon": 3.3986580,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942470,\n
        "lat": 49.9020650,\n
        "lon": 3.3982410,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942472,\n
        "lat": 49.9020690,\n
        "lon": 3.4034320,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942475,\n
        "lat": 49.9020710,\n
        "lon": 3.3982560,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942477,\n
        "lat": 49.9020720,\n
        "lon": 3.4035290,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942478,\n
        "lat": 49.9020760,\n
        "lon": 3.4033790,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942479,\n
        "lat": 49.9020830,\n
        "lon": 3.3984540,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942483,\n
        "lat": 49.9020860,\n
        "lon": 3.4034240,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942485,\n
        "lat": 49.9020870,\n
        "lon": 3.3982950,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942487,\n
        "lat": 49.9020870,\n
        "lon": 3.3994400,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942489,\n
        "lat": 49.9020940,\n
        "lon": 3.3987530,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942491,\n
        "lat": 49.9020970,\n
        "lon": 3.3998680,\n
        "timestamp": "2011-08-10T18:04:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942493,\n
        "lat": 49.9021010,\n
        "lon": 3.3987440,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942494,\n
        "lat": 49.9021020,\n
        "lon": 3.3981850,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942495,\n
        "lat": 49.9021030,\n
        "lon": 3.3998630,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942501,\n
        "lat": 49.9021060,\n
        "lon": 3.3986170,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942503,\n
        "lat": 49.9021070,\n
        "lon": 3.4035600,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942505,\n
        "lat": 49.9021080,\n
        "lon": 3.3986150,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942507,\n
        "lat": 49.9021100,\n
        "lon": 3.4034320,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942508,\n
        "lat": 49.9021100,\n
        "lon": 3.4035420,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942509,\n
        "lat": 49.9021210,\n
        "lon": 3.3999440,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942510,\n
        "lat": 49.9021230,\n
        "lon": 3.4033970,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942511,\n
        "lat": 49.9021240,\n
        "lon": 3.3988260,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942514,\n
        "lat": 49.9021310,\n
        "lon": 3.3982550,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942516,\n
        "lat": 49.9021320,\n
        "lon": 3.3988210,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942518,\n
        "lat": 49.9021320,\n
        "lon": 3.3999310,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942520,\n
        "lat": 49.9021330,\n
        "lon": 3.3998280,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942522,\n
        "lat": 49.9021380,\n
        "lon": 3.4035700,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942524,\n
        "lat": 49.9021400,\n
        "lon": 3.4035509,\n
        "timestamp": "2012-10-15T10:31:23Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942525,\n
        "lat": 49.9021430,\n
        "lon": 3.3999540,\n
        "timestamp": "2011-08-10T18:04:27Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942529,\n
        "lat": 49.9021450,\n
        "lon": 3.3992490,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942531,\n
        "lat": 49.9021460,\n
        "lon": 3.3999610,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942533,\n
        "lat": 49.9021500,\n
        "lon": 3.3985890,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942535,\n
        "lat": 49.9021500,\n
        "lon": 3.3987190,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942537,\n
        "lat": 49.9021540,\n
        "lon": 3.3979330,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942538,\n
        "lat": 49.9021660,\n
        "lon": 3.3986430,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942539,\n
        "lat": 49.9021660,\n
        "lon": 3.3988990,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942540,\n
        "lat": 49.9021740,\n
        "lon": 3.3979830,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942545,\n
        "lat": 49.9021780,\n
        "lon": 3.3986960,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942547,\n
        "lat": 49.9021780,\n
        "lon": 3.3992080,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942549,\n
        "lat": 49.9021810,\n
        "lon": 3.3987950,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942551,\n
        "lat": 49.9021870,\n
        "lon": 3.4035660,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942553,\n
        "lat": 49.9021910,\n
        "lon": 3.3988850,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942554,\n
        "lat": 49.9022030,\n
        "lon": 3.3991790,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942555,\n
        "lat": 49.9022060,\n
        "lon": 3.4034210,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942556,\n
        "lat": 49.9022070,\n
        "lon": 3.3987670,\n
        "timestamp": "2011-08-10T18:04:28Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942561,\n
        "lat": 49.9022080,\n
        "lon": 3.4032110,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942564,\n
        "lat": 49.9022120,\n
        "lon": 3.3980810,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942566,\n
        "lat": 49.9022130,\n
        "lon": 3.3985520,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942567,\n
        "lat": 49.9022130,\n
        "lon": 3.3988730,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942568,\n
        "lat": 49.9022160,\n
        "lon": 3.3999750,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942569,\n
        "lat": 49.9022170,\n
        "lon": 3.3978750,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942570,\n
        "lat": 49.9022190,\n
        "lon": 3.4031260,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942576,\n
        "lat": 49.9022200,\n
        "lon": 3.3981500,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942578,\n
        "lat": 49.9022210,\n
        "lon": 3.3996920,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942580,\n
        "lat": 49.9022270,\n
        "lon": 3.3986070,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942582,\n
        "lat": 49.9022300,\n
        "lon": 3.3981720,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942583,\n
        "lat": 49.9022320,\n
        "lon": 3.4032180,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942584,\n
        "lat": 49.9022340,\n
        "lon": 3.3981370,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942585,\n
        "lat": 49.9022340,\n
        "lon": 3.3997210,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942586,\n
        "lat": 49.9022370,\n
        "lon": 3.3979230,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942592,\n
        "lat": 49.9022430,\n
        "lon": 3.3981610,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942594,\n
        "lat": 49.9022430,\n
        "lon": 3.4031330,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942596,\n
        "lat": 49.9022480,\n
        "lon": 3.4000510,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942597,\n
        "lat": 49.9022490,\n
        "lon": 3.3988530,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942598,\n
        "lat": 49.9022500,\n
        "lon": 3.3999420,\n
        "timestamp": "2011-08-10T18:04:29Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942599,\n
        "lat": 49.9022500,\n
        "lon": 3.4036360,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942600,\n
        "lat": 49.9022600,\n
        "lon": 3.3980340,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942601,\n
        "lat": 49.9022630,\n
        "lon": 3.3990800,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942608,\n
        "lat": 49.9022660,\n
        "lon": 3.3990400,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942610,\n
        "lat": 49.9022660,\n
        "lon": 3.4035110,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942612,\n
        "lat": 49.9022730,\n
        "lon": 3.3980680,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942613,\n
        "lat": 49.9022780,\n
        "lon": 3.3981210,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942614,\n
        "lat": 49.9022780,\n
        "lon": 3.4036450,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942615,\n
        "lat": 49.9022800,\n
        "lon": 3.3980620,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942616,\n
        "lat": 49.9022810,\n
        "lon": 3.4036360,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942622,\n
        "lat": 49.9022820,\n
        "lon": 3.4000190,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942624,\n
        "lat": 49.9022840,\n
        "lon": 3.3989340,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942626,\n
        "lat": 49.9022870,\n
        "lon": 3.3993430,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942627,\n
        "lat": 49.9022880,\n
        "lon": 3.3983230,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942628,\n
        "lat": 49.9022920,\n
        "lon": 3.3985060,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942629,\n
        "lat": 49.9022950,\n
        "lon": 3.3989240,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942630,\n
        "lat": 49.9022950,\n
        "lon": 3.3989570,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942632,\n
        "lat": 49.9022960,\n
        "lon": 3.3981030,\n
        "timestamp": "2011-08-10T18:04:30Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942639,\n
        "lat": 49.9022960,\n
        "lon": 3.3991450,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942641,\n
        "lat": 49.9022980,\n
        "lon": 3.3995850,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942642,\n
        "lat": 49.9023040,\n
        "lon": 3.3989460,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942643,\n
        "lat": 49.9023050,\n
        "lon": 3.3996010,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942644,\n
        "lat": 49.9023080,\n
        "lon": 3.3989940,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942645,\n
        "lat": 49.9023090,\n
        "lon": 3.3990240,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942646,\n
        "lat": 49.9023100,\n
        "lon": 3.3995700,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942648,\n
        "lat": 49.9023110,\n
        "lon": 3.3989930,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942655,\n
        "lat": 49.9023130,\n
        "lon": 3.3997850,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942656,\n
        "lat": 49.9023190,\n
        "lon": 3.3991890,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942657,\n
        "lat": 49.9023270,\n
        "lon": 3.4036510,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942658,\n
        "lat": 49.9023280,\n
        "lon": 3.3979170,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942659,\n
        "lat": 49.9023280,\n
        "lon": 3.3998170,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942661,\n
        "lat": 49.9023280,\n
        "lon": 3.4036590,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942663,\n
        "lat": 49.9023400,\n
        "lon": 3.3982720,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942670,\n
        "lat": 49.9023410,\n
        "lon": 3.3987030,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942671,\n
        "lat": 49.9023440,\n
        "lon": 3.3999620,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942672,\n
        "lat": 49.9023460,\n
        "lon": 3.4035360,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942673,\n
        "lat": 49.9023490,\n
        "lon": 3.3979750,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942674,\n
        "lat": 49.9023510,\n
        "lon": 3.3990600,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942676,\n
        "lat": 49.9023530,\n
        "lon": 3.4034980,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942678,\n
        "lat": 49.9023530,\n
        "lon": 3.4036670,\n
        "timestamp": "2011-08-10T18:04:31Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942680,\n
        "lat": 49.9023560,\n
        "lon": 3.3989750,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942687,\n
        "lat": 49.9023570,\n
        "lon": 3.3990790,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942688,\n
        "lat": 49.9023570,\n
        "lon": 3.3998560,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942689,\n
        "lat": 49.9023580,\n
        "lon": 3.3990780,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942690,\n
        "lat": 49.9023620,\n
        "lon": 3.3990730,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942691,\n
        "lat": 49.9023620,\n
        "lon": 3.3994940,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942693,\n
        "lat": 49.9023640,\n
        "lon": 3.3990780,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942695,\n
        "lat": 49.9023640,\n
        "lon": 3.3998720,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942697,\n
        "lat": 49.9023650,\n
        "lon": 3.3984640,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942702,\n
        "lat": 49.9023690,\n
        "lon": 3.4000230,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942703,\n
        "lat": 49.9023700,\n
        "lon": 3.3980490,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942704,\n
        "lat": 49.9023730,\n
        "lon": 3.3984590,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942706,\n
        "lat": 49.9023730,\n
        "lon": 3.4035150,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942708,\n
        "lat": 49.9023740,\n
        "lon": 3.4035050,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942710,\n
        "lat": 49.9023760,\n
        "lon": 3.3998600,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942712,\n
        "lat": 49.9023810,\n
        "lon": 3.3990220,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942717,\n
        "lat": 49.9023830,\n
        "lon": 3.3991160,\n
        "timestamp": "2011-08-10T18:04:32Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942718,\n
        "lat": 49.9023920,\n
        "lon": 3.3993310,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942719,\n
        "lat": 49.9023940,\n
        "lon": 3.3985420,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942720,\n
        "lat": 49.9023960,\n
        "lon": 3.3991100,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942722,\n
        "lat": 49.9023960,\n
        "lon": 3.3999110,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942725,\n
        "lat": 49.9023970,\n
        "lon": 3.3999720,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942727,\n
        "lat": 49.9023990,\n
        "lon": 3.3978600,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942729,\n
        "lat": 49.9024000,\n
        "lon": 3.4036440,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942732,\n
        "lat": 49.9024020,\n
        "lon": 3.3984430,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942733,\n
        "lat": 49.9024030,\n
        "lon": 3.3990500,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942735,\n
        "lat": 49.9024040,\n
        "lon": 3.3989310,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942737,\n
        "lat": 49.9024040,\n
        "lon": 3.3999920,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942739,\n
        "lat": 49.9024050,\n
        "lon": 3.3981670,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942741,\n
        "lat": 49.9024100,\n
        "lon": 3.3990700,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942743,\n
        "lat": 49.9024110,\n
        "lon": 3.3998960,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942747,\n
        "lat": 49.9024120,\n
        "lon": 3.3986630,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942748,\n
        "lat": 49.9024120,\n
        "lon": 3.3989590,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942749,\n
        "lat": 49.9024150,\n
        "lon": 3.4035290,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942751,\n
        "lat": 49.9024160,\n
        "lon": 3.3993790,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942753,\n
        "lat": 49.9024190,\n
        "lon": 3.3979180,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942755,\n
        "lat": 49.9024200,\n
        "lon": 3.3993870,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942757,\n
        "lat": 49.9024210,\n
        "lon": 3.3985250,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942760,\n
        "lat": 49.9024260,\n
        "lon": 3.3990340,\n
        "timestamp": "2011-08-10T18:04:33Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942762,\n
        "lat": 49.9024260,\n
        "lon": 3.3999900,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942764,\n
        "lat": 49.9024280,\n
        "lon": 3.3989150,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942766,\n
        "lat": 49.9024280,\n
        "lon": 3.3998800,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942768,\n
        "lat": 49.9024300,\n
        "lon": 3.3999410,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942770,\n
        "lat": 49.9024330,\n
        "lon": 3.3981470,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942772,\n
        "lat": 49.9024330,\n
        "lon": 3.3990530,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942774,\n
        "lat": 49.9024350,\n
        "lon": 3.3989440,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942776,\n
        "lat": 49.9024350,\n
        "lon": 3.3994160,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942778,\n
        "lat": 49.9024400,\n
        "lon": 3.3979990,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942780,\n
        "lat": 49.9024400,\n
        "lon": 3.3990700,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942783,\n
        "lat": 49.9024430,\n
        "lon": 3.3996830,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942785,\n
        "lat": 49.9024450,\n
        "lon": 3.3984180,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942787,\n
        "lat": 49.9024450,\n
        "lon": 3.4000800,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942789,\n
        "lat": 49.9024460,\n
        "lon": 3.4000410,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942791,\n
        "lat": 49.9024470,\n
        "lon": 3.3996930,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942793,\n
        "lat": 49.9024520,\n
        "lon": 3.3990150,\n
        "timestamp": "2011-08-10T18:04:34Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942795,\n
        "lat": 49.9024570,\n
        "lon": 3.3992760,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942798,\n
        "lat": 49.9024580,\n
        "lon": 3.3982330,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942800,\n
        "lat": 49.9024580,\n
        "lon": 3.3990330,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942802,\n
        "lat": 49.9024590,\n
        "lon": 3.4000330,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942804,\n
        "lat": 49.9024670,\n
        "lon": 3.4000570,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942806,\n
        "lat": 49.9024680,\n
        "lon": 3.3997460,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942807,\n
        "lat": 49.9024690,\n
        "lon": 3.3982250,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942810,\n
        "lat": 49.9024690,\n
        "lon": 3.4036680,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942812,\n
        "lat": 49.9024720,\n
        "lon": 3.3993410,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942814,\n
        "lat": 49.9024830,\n
        "lon": 3.3993740,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942816,\n
        "lat": 49.9024860,\n
        "lon": 3.4035520,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942818,\n
        "lat": 49.9024880,\n
        "lon": 3.3983930,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942820,\n
        "lat": 49.9024880,\n
        "lon": 3.4002270,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942821,\n
        "lat": 49.9024930,\n
        "lon": 3.4000200,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942822,\n
        "lat": 49.9024950,\n
        "lon": 3.3998130,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942827,\n
        "lat": 49.9025010,\n
        "lon": 3.4002130,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942829,\n
        "lat": 49.9025020,\n
        "lon": 3.3982030,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942831,\n
        "lat": 49.9025040,\n
        "lon": 3.4000100,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942833,\n
        "lat": 49.9025040,\n
        "lon": 3.4002640,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942835,\n
        "lat": 49.9025100,\n
        "lon": 3.3992860,\n
        "timestamp": "2011-08-10T18:04:35Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942836,\n
        "lat": 49.9025100,\n
        "lon": 3.4000980,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942837,\n
        "lat": 49.9025160,\n
        "lon": 3.3987090,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942841,\n
        "lat": 49.9025160,\n
        "lon": 3.3993010,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942844,\n
        "lat": 49.9025190,\n
        "lon": 3.3992780,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942846,\n
        "lat": 49.9025200,\n
        "lon": 3.4000840,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942848,\n
        "lat": 49.9025220,\n
        "lon": 3.3983740,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942850,\n
        "lat": 49.9025220,\n
        "lon": 3.4001270,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942851,\n
        "lat": 49.9025230,\n
        "lon": 3.4000550,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942852,\n
        "lat": 49.9025260,\n
        "lon": 3.3998900,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942853,\n
        "lat": 49.9025260,\n
        "lon": 3.4009990,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942859,\n
        "lat": 49.9025340,\n
        "lon": 3.4001170,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942861,\n
        "lat": 49.9025360,\n
        "lon": 3.4001770,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942863,\n
        "lat": 49.9025370,\n
        "lon": 3.3995670,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942864,\n
        "lat": 49.9025430,\n
        "lon": 3.4010420,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942865,\n
        "lat": 49.9025460,\n
        "lon": 3.3984810,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942866,\n
        "lat": 49.9025480,\n
        "lon": 3.4010560,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942867,\n
        "lat": 49.9025530,\n
        "lon": 3.4002170,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942868,\n
        "lat": 49.9025540,\n
        "lon": 3.4001590,\n
        "timestamp": "2011-08-10T18:04:36Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942875,\n
        "lat": 49.9025550,\n
        "lon": 3.3999620,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942877,\n
        "lat": 49.9025580,\n
        "lon": 3.3986860,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942879,\n
        "lat": 49.9025600,\n
        "lon": 3.3996310,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942880,\n
        "lat": 49.9025650,\n
        "lon": 3.3996260,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942881,\n
        "lat": 49.9025730,\n
        "lon": 3.4000070,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942882,\n
        "lat": 49.9025750,\n
        "lon": 3.3986000,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942883,\n
        "lat": 49.9025750,\n
        "lon": 3.4009530,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942890,\n
        "lat": 49.9025840,\n
        "lon": 3.4004120,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942892,\n
        "lat": 49.9025910,\n
        "lon": 3.4009990,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942893,\n
        "lat": 49.9025920,\n
        "lon": 3.3986680,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942894,\n
        "lat": 49.9025920,\n
        "lon": 3.4002360,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942895,\n
        "lat": 49.9025940,\n
        "lon": 3.3983330,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942896,\n
        "lat": 49.9025980,\n
        "lon": 3.4037520,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942897,\n
        "lat": 49.9026040,\n
        "lon": 3.4002660,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942899,\n
        "lat": 49.9026110,\n
        "lon": 3.3984120,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942906,\n
        "lat": 49.9026120,\n
        "lon": 3.4036430,\n
        "timestamp": "2011-08-10T18:04:37Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942907,\n
        "lat": 49.9026150,\n
        "lon": 3.3983200,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942908,\n
        "lat": 49.9026170,\n
        "lon": 3.3996130,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942909,\n
        "lat": 49.9026190,\n
        "lon": 3.4005250,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942910,\n
        "lat": 49.9026230,\n
        "lon": 3.3979640,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942912,\n
        "lat": 49.9026230,\n
        "lon": 3.3983160,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942913,\n
        "lat": 49.9026260,\n
        "lon": 3.4005180,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942915,\n
        "lat": 49.9026270,\n
        "lon": 3.4003690,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942922,\n
        "lat": 49.9026280,\n
        "lon": 3.3997800,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942923,\n
        "lat": 49.9026330,\n
        "lon": 3.3996490,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942924,\n
        "lat": 49.9026340,\n
        "lon": 3.3994630,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942925,\n
        "lat": 49.9026400,\n
        "lon": 3.4008910,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942926,\n
        "lat": 49.9026420,\n
        "lon": 3.3983960,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942927,\n
        "lat": 49.9026450,\n
        "lon": 3.3995350,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942929,\n
        "lat": 49.9026480,\n
        "lon": 3.3984240,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942936,\n
        "lat": 49.9026480,\n
        "lon": 3.3995570,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942937,\n
        "lat": 49.9026480,\n
        "lon": 3.4001850,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942938,\n
        "lat": 49.9026490,\n
        "lon": 3.3996370,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942939,\n
        "lat": 49.9026500,\n
        "lon": 3.3995300,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942940,\n
        "lat": 49.9026500,\n
        "lon": 3.4006010,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942942,\n
        "lat": 49.9026520,\n
        "lon": 3.4036570,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942944,\n
        "lat": 49.9026540,\n
        "lon": 3.4005990,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942945,\n
        "lat": 49.9026550,\n
        "lon": 3.3995730,\n
        "timestamp": "2011-08-10T18:04:38Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942952,\n
        "lat": 49.9026550,\n
        "lon": 3.3996500,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942954,\n
        "lat": 49.9026570,\n
        "lon": 3.3995470,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942955,\n
        "lat": 49.9026580,\n
        "lon": 3.4036130,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942957,\n
        "lat": 49.9026590,\n
        "lon": 3.3984690,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942958,\n
        "lat": 49.9026600,\n
        "lon": 3.3995190,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942959,\n
        "lat": 49.9026600,\n
        "lon": 3.4005930,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942961,\n
        "lat": 49.9026610,\n
        "lon": 3.4002150,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942963,\n
        "lat": 49.9026620,\n
        "lon": 3.3980450,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942969,\n
        "lat": 49.9026630,\n
        "lon": 3.4009490,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942970,\n
        "lat": 49.9026640,\n
        "lon": 3.3997140,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942971,\n
        "lat": 49.9026650,\n
        "lon": 3.3984170,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942972,\n
        "lat": 49.9026710,\n
        "lon": 3.3995060,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942974,\n
        "lat": 49.9026720,\n
        "lon": 3.3996350,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942976,\n
        "lat": 49.9026720,\n
        "lon": 3.3997340,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942978,\n
        "lat": 49.9026720,\n
        "lon": 3.3998070,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942984,\n
        "lat": 49.9026720,\n
        "lon": 3.4004790,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942985,\n
        "lat": 49.9026730,\n
        "lon": 3.3996910,\n
        "timestamp": "2011-08-10T18:04:39Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942986,\n
        "lat": 49.9026750,\n
        "lon": 3.3984640,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942987,\n
        "lat": 49.9026760,\n
        "lon": 3.3985390,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942988,\n
        "lat": 49.9026760,\n
        "lon": 3.4006330,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942991,\n
        "lat": 49.9026770,\n
        "lon": 3.3997000,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942993,\n
        "lat": 49.9026770,\n
        "lon": 3.4016960,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942995,\n
        "lat": 49.9026810,\n
        "lon": 3.3978960,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393942999,\n
        "lat": 49.9026820,\n
        "lon": 3.4017070,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943000,\n
        "lat": 49.9026890,\n
        "lon": 3.3979670,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943001,\n
        "lat": 49.9026910,\n
        "lon": 3.3996730,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943002,\n
        "lat": 49.9026980,\n
        "lon": 3.4016730,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943004,\n
        "lat": 49.9027020,\n
        "lon": 3.3979980,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943006,\n
        "lat": 49.9027020,\n
        "lon": 3.3995710,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943008,\n
        "lat": 49.9027050,\n
        "lon": 3.3979470,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943010,\n
        "lat": 49.9027050,\n
        "lon": 3.4036300,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943014,\n
        "lat": 49.9027110,\n
        "lon": 3.4037920,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943015,\n
        "lat": 49.9027120,\n
        "lon": 3.4017980,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943017,\n
        "lat": 49.9027130,\n
        "lon": 3.4009030,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943019,\n
        "lat": 49.9027150,\n
        "lon": 3.3998940,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943021,\n
        "lat": 49.9027180,\n
        "lon": 3.3979400,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943023,\n
        "lat": 49.9027280,\n
        "lon": 3.4036840,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943025,\n
        "lat": 49.9027330,\n
        "lon": 3.4005250,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943029,\n
        "lat": 49.9027330,\n
        "lon": 3.4036550,\n
        "timestamp": "2011-08-10T18:04:40Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943030,\n
        "lat": 49.9027340,\n
        "lon": 3.4017800,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943032,\n
        "lat": 49.9027350,\n
        "lon": 3.4018680,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943033,\n
        "lat": 49.9027350,\n
        "lon": 3.4036400,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943035,\n
        "lat": 49.9027440,\n
        "lon": 3.4004080,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943038,\n
        "lat": 49.9027460,\n
        "lon": 3.3995220,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943040,\n
        "lat": 49.9027480,\n
        "lon": 3.4005610,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943042,\n
        "lat": 49.9027530,\n
        "lon": 3.3994150,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943044,\n
        "lat": 49.9027550,\n
        "lon": 3.3981000,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943046,\n
        "lat": 49.9027550,\n
        "lon": 3.4005050,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943048,\n
        "lat": 49.9027595,\n
        "lon": 3.3808531,\n
        "timestamp": "2020-11-02T15:29:38Z",\n
        "version": 2,\n
        "changeset": 93428347,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943050,\n
        "lat": 49.9027580,\n
        "lon": 3.4018530,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943052,\n
        "lat": 49.9027600,\n
        "lon": 3.4005200,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943054,\n
        "lat": 49.9027650,\n
        "lon": 3.4019620,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943056,\n
        "lat": 49.9027680,\n
        "lon": 3.3980940,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943058,\n
        "lat": 49.9027720,\n
        "lon": 3.4001460,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943060,\n
        "lat": 49.9027740,\n
        "lon": 3.4010570,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943062,\n
        "lat": 49.9027780,\n
        "lon": 3.3995880,\n
        "timestamp": "2011-08-10T18:04:41Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943065,\n
        "lat": 49.9027800,\n
        "lon": 3.3994720,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943067,\n
        "lat": 49.9027820,\n
        "lon": 3.4004960,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943069,\n
        "lat": 49.9027830,\n
        "lon": 3.4004990,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943071,\n
        "lat": 49.9027900,\n
        "lon": 3.4019450,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943073,\n
        "lat": 49.9027910,\n
        "lon": 3.3979030,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943075,\n
        "lat": 49.9027920,\n
        "lon": 3.4008270,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943077,\n
        "lat": 49.9027960,\n
        "lon": 3.3982680,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943079,\n
        "lat": 49.9027970,\n
        "lon": 3.4002090,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943081,\n
        "lat": 49.9027980,\n
        "lon": 3.3983740,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943083,\n
        "lat": 49.9027980,\n
        "lon": 3.4036800,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943085,\n
        "lat": 49.9028010,\n
        "lon": 3.4008920,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943087,\n
        "lat": 49.9028030,\n
        "lon": 3.4020780,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943088,\n
        "lat": 49.9028040,\n
        "lon": 3.3984270,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943090,\n
        "lat": 49.9028070,\n
        "lon": 3.3983730,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943091,\n
        "lat": 49.9028080,\n
        "lon": 3.3978950,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943092,\n
        "lat": 49.9028130,\n
        "lon": 3.4008810,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943093,\n
        "lat": 49.9028140,\n
        "lon": 3.3994360,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943094,\n
        "lat": 49.9028150,\n
        "lon": 3.4035750,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943095,\n
        "lat": 49.9028180,\n
        "lon": 3.3984230,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943096,\n
        "lat": 49.9028220,\n
        "lon": 3.3984390,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943097,\n
        "lat": 49.9028280,\n
        "lon": 3.4020600,\n
        "timestamp": "2011-08-10T18:04:42Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943098,\n
        "lat": 49.9028310,\n
        "lon": 3.3996200,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943099,\n
        "lat": 49.9028350,\n
        "lon": 3.3984370,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943100,\n
        "lat": 49.9028380,\n
        "lon": 3.3984470,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943101,\n
        "lat": 49.9028400,\n
        "lon": 3.4000830,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943102,\n
        "lat": 49.9028400,\n
        "lon": 3.4009930,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943103,\n
        "lat": 49.9028450,\n
        "lon": 3.3977830,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943104,\n
        "lat": 49.9028450,\n
        "lon": 3.3980570,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943105,\n
        "lat": 49.9028490,\n
        "lon": 3.3995070,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943106,\n
        "lat": 49.9028490,\n
        "lon": 3.4003450,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943107,\n
        "lat": 49.9028530,\n
        "lon": 3.3983300,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943108,\n
        "lat": 49.9028576,\n
        "lon": 3.3810935,\n
        "timestamp": "2020-11-02T15:29:38Z",\n
        "version": 2,\n
        "changeset": 93428347,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943109,\n
        "lat": 49.9028613,\n
        "lon": 3.3807536,\n
        "timestamp": "2020-11-02T15:29:38Z",\n
        "version": 2,\n
        "changeset": 93428347,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943110,\n
        "lat": 49.9028610,\n
        "lon": 3.3984110,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943111,\n
        "lat": 49.9028630,\n
        "lon": 3.3984110,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943112,\n
        "lat": 49.9028640,\n
        "lon": 3.3984390,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943113,\n
        "lat": 49.9028650,\n
        "lon": 3.3984840,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943114,\n
        "lat": 49.9028660,\n
        "lon": 3.3984560,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943115,\n
        "lat": 49.9028730,\n
        "lon": 3.3997100,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943116,\n
        "lat": 49.9028730,\n
        "lon": 3.4001330,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943117,\n
        "lat": 49.9028730,\n
        "lon": 3.4001410,\n
        "timestamp": "2011-08-10T18:04:43Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943118,\n
        "lat": 49.9028770,\n
        "lon": 3.3985250,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943119,\n
        "lat": 49.9028780,\n
        "lon": 3.4004080,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943120,\n
        "lat": 49.9028790,\n
        "lon": 3.4010660,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943121,\n
        "lat": 49.9028800,\n
        "lon": 3.3982460,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943122,\n
        "lat": 49.9028870,\n
        "lon": 3.3983210,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943123,\n
        "lat": 49.9028910,\n
        "lon": 3.3984370,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943124,\n
        "lat": 49.9028930,\n
        "lon": 3.4037170,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943125,\n
        "lat": 49.9028940,\n
        "lon": 3.3983860,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943126,\n
        "lat": 49.9028960,\n
        "lon": 3.3977340,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943127,\n
        "lat": 49.9028970,\n
        "lon": 3.3984610,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943128,\n
        "lat": 49.9028990,\n
        "lon": 3.3977430,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943129,\n
        "lat": 49.9029000,\n
        "lon": 3.4001720,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943130,\n
        "lat": 49.9029040,\n
        "lon": 3.3983780,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943131,\n
        "lat": 49.9029090,\n
        "lon": 3.3986650,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943132,\n
        "lat": 49.9029090,\n
        "lon": 3.4036140,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943133,\n
        "lat": 49.9029120,\n
        "lon": 3.3992380,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943134,\n
        "lat": 49.9029120,\n
        "lon": 3.4011850,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943135,\n
        "lat": 49.9029130,\n
        "lon": 3.3986790,\n
        "timestamp": "2011-08-10T18:04:44Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943136,\n
        "lat": 49.9029140,\n
        "lon": 3.3977790,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943137,\n
        "lat": 49.9029170,\n
        "lon": 3.3984180,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943138,\n
        "lat": 49.9029170,\n
        "lon": 3.3986920,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943139,\n
        "lat": 49.9029200,\n
        "lon": 3.3987050,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943140,\n
        "lat": 49.9029210,\n
        "lon": 3.4012280,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943141,\n
        "lat": 49.9029230,\n
        "lon": 3.3985990,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943142,\n
        "lat": 49.9029260,\n
        "lon": 3.3977170,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943143,\n
        "lat": 49.9029280,\n
        "lon": 3.3979910,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943144,\n
        "lat": 49.9029280,\n
        "lon": 3.4002340,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943145,\n
        "lat": 49.9029290,\n
        "lon": 3.3999720,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943146,\n
        "lat": 49.9029340,\n
        "lon": 3.3987990,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943147,\n
        "lat": 49.9029370,\n
        "lon": 3.3986410,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943148,\n
        "lat": 49.9029410,\n
        "lon": 3.4009700,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943149,\n
        "lat": 49.9029410,\n
        "lon": 3.4011640,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943150,\n
        "lat": 49.9029420,\n
        "lon": 3.4002360,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943151,\n
        "lat": 49.9029420,\n
        "lon": 3.4012710,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943152,\n
        "lat": 49.9029430,\n
        "lon": 3.3987740,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943153,\n
        "lat": 49.9029430,\n
        "lon": 3.3988270,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943154,\n
        "lat": 49.9029440,\n
        "lon": 3.3977540,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943155,\n
        "lat": 49.9029440,\n
        "lon": 3.3986560,\n
        "timestamp": "2011-08-10T18:04:45Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943156,\n
        "lat": 49.9029450,\n
        "lon": 3.3987900,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943157,\n
        "lat": 49.9029480,\n
        "lon": 3.3986700,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943158,\n
        "lat": 49.9029520,\n
        "lon": 3.3988100,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943159,\n
        "lat": 49.9029520,\n
        "lon": 3.4004520,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943160,\n
        "lat": 49.9029520,\n
        "lon": 3.4025410,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943161,\n
        "lat": 49.9029540,\n
        "lon": 3.3988180,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943162,\n
        "lat": 49.9029540,\n
        "lon": 3.4014260,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943163,\n
        "lat": 49.9029550,\n
        "lon": 3.3986480,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943164,\n
        "lat": 49.9029550,\n
        "lon": 3.4000230,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943165,\n
        "lat": 49.9029560,\n
        "lon": 3.3988700,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943166,\n
        "lat": 49.9029593,\n
        "lon": 3.3809940,\n
        "timestamp": "2020-11-02T15:29:38Z",\n
        "version": 2,\n
        "changeset": 93428347,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943167,\n
        "lat": 49.9029620,\n
        "lon": 3.3983840,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943168,\n
        "lat": 49.9029660,\n
        "lon": 3.3988610,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943169,\n
        "lat": 49.9029680,\n
        "lon": 3.4011770,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943170,\n
        "lat": 49.9029700,\n
        "lon": 3.4014590,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943171,\n
        "lat": 49.9029710,\n
        "lon": 3.4002970,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943172,\n
        "lat": 49.9029720,\n
        "lon": 3.4026000,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943173,\n
        "lat": 49.9029730,\n
        "lon": 3.4003000,\n
        "timestamp": "2011-08-10T18:04:46Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943174,\n
        "lat": 49.9029780,\n
        "lon": 3.4025270,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943175,\n
        "lat": 49.9029810,\n
        "lon": 3.3976410,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943176,\n
        "lat": 49.9029810,\n
        "lon": 3.4005130,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943177,\n
        "lat": 49.9029840,\n
        "lon": 3.3984470,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943178,\n
        "lat": 49.9029880,\n
        "lon": 3.4012190,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943179,\n
        "lat": 49.9029890,\n
        "lon": 3.3986470,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943180,\n
        "lat": 49.9029890,\n
        "lon": 3.3987110,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943181,\n
        "lat": 49.9029890,\n
        "lon": 3.4011280,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943182,\n
        "lat": 49.9029890,\n
        "lon": 3.4013830,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943183,\n
        "lat": 49.9029900,\n
        "lon": 3.3985430,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943184,\n
        "lat": 49.9029910,\n
        "lon": 3.3975960,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943185,\n
        "lat": 49.9029910,\n
        "lon": 3.3991510,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943186,\n
        "lat": 49.9029950,\n
        "lon": 3.3987340,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943187,\n
        "lat": 49.9029960,\n
        "lon": 3.4025820,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943188,\n
        "lat": 49.9030000,\n
        "lon": 3.3985340,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943189,\n
        "lat": 49.9030010,\n
        "lon": 3.3994110,\n
        "timestamp": "2011-08-10T18:04:47Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943190,\n
        "lat": 49.9030030,\n
        "lon": 3.3976180,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943191,\n
        "lat": 49.9030030,\n
        "lon": 3.3994180,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943192,\n
        "lat": 49.9030050,\n
        "lon": 3.3986960,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943193,\n
        "lat": 49.9030050,\n
        "lon": 3.4015980,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943194,\n
        "lat": 49.9030060,\n
        "lon": 3.4014170,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943195,\n
        "lat": 49.9030080,\n
        "lon": 3.4016030,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943196,\n
        "lat": 49.9030100,\n
        "lon": 3.4001520,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943197,\n
        "lat": 49.9030110,\n
        "lon": 3.4004770,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943198,\n
        "lat": 49.9030120,\n
        "lon": 3.3986020,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943199,\n
        "lat": 49.9030130,\n
        "lon": 3.3985730,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943200,\n
        "lat": 49.9030160,\n
        "lon": 3.3979100,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943201,\n
        "lat": 49.9030190,\n
        "lon": 3.3975650,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943202,\n
        "lat": 49.9030210,\n
        "lon": 3.4000460,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943203,\n
        "lat": 49.9030240,\n
        "lon": 3.3986040,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943204,\n
        "lat": 49.9030250,\n
        "lon": 3.4003650,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943205,\n
        "lat": 49.9030250,\n
        "lon": 3.4015740,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943206,\n
        "lat": 49.9030270,\n
        "lon": 3.3985110,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943207,\n
        "lat": 49.9030270,\n
        "lon": 3.4013910,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943208,\n
        "lat": 49.9030290,\n
        "lon": 3.3975910,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943209,\n
        "lat": 49.9030320,\n
        "lon": 3.4003780,\n
        "timestamp": "2011-08-10T18:04:48Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943210,\n
        "lat": 49.9030330,\n
        "lon": 3.3994990,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943211,\n
        "lat": 49.9030400,\n
        "lon": 3.3985500,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943214,\n
        "lat": 49.9030450,\n
        "lon": 3.4003660,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943215,\n
        "lat": 49.9030490,\n
        "lon": 3.4001120,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943216,\n
        "lat": 49.9030520,\n
        "lon": 3.4003800,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943217,\n
        "lat": 49.9030570,\n
        "lon": 3.4002120,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943219,\n
        "lat": 49.9030590,\n
        "lon": 3.4017070,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943221,\n
        "lat": 49.9030590,\n
        "lon": 3.4018500,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943223,\n
        "lat": 49.9030610,\n
        "lon": 3.4003710,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943225,\n
        "lat": 49.9030610,\n
        "lon": 3.4015300,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943230,\n
        "lat": 49.9030630,\n
        "lon": 3.3986460,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943231,\n
        "lat": 49.9030640,\n
        "lon": 3.4015360,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943233,\n
        "lat": 49.9030660,\n
        "lon": 3.3976430,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943235,\n
        "lat": 49.9030680,\n
        "lon": 3.3976470,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943238,\n
        "lat": 49.9030730,\n
        "lon": 3.4002560,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943240,\n
        "lat": 49.9030730,\n
        "lon": 3.4003970,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943243,\n
        "lat": 49.9030770,\n
        "lon": 3.3986340,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943244,\n
        "lat": 49.9030790,\n
        "lon": 3.3984680,\n
        "timestamp": "2011-08-10T18:04:49Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943248,\n
        "lat": 49.9030810,\n
        "lon": 3.4015070,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943251,\n
        "lat": 49.9030870,\n
        "lon": 3.3987110,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943252,\n
        "lat": 49.9030900,\n
        "lon": 3.3978870,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943254,\n
        "lat": 49.9030920,\n
        "lon": 3.3981780,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943256,\n
        "lat": 49.9030950,\n
        "lon": 3.3978820,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943258,\n
        "lat": 49.9030970,\n
        "lon": 3.3990340,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943259,\n
        "lat": 49.9030970,\n
        "lon": 3.4019810,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943260,\n
        "lat": 49.9030990,\n
        "lon": 3.3976700,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943262,\n
        "lat": 49.9031000,\n
        "lon": 3.4006580,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943264,\n
        "lat": 49.9031010,\n
        "lon": 3.3981900,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943266,\n
        "lat": 49.9031010,\n
        "lon": 3.4006080,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943268,\n
        "lat": 49.9031010,\n
        "lon": 3.4019900,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943270,\n
        "lat": 49.9031020,\n
        "lon": 3.4001690,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943272,\n
        "lat": 49.9031040,\n
        "lon": 3.3976360,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943274,\n
        "lat": 49.9031040,\n
        "lon": 3.3985390,\n
        "timestamp": "2011-08-10T18:04:50Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943275,\n
        "lat": 49.9031060,\n
        "lon": 3.3986940,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943277,\n
        "lat": 49.9031070,\n
        "lon": 3.3975950,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943278,\n
        "lat": 49.9031100,\n
        "lon": 3.3976950,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943280,\n
        "lat": 49.9031110,\n
        "lon": 3.4020810,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943282,\n
        "lat": 49.9031120,\n
        "lon": 3.3976550,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943285,\n
        "lat": 49.9031120,\n
        "lon": 3.4020640,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943286,\n
        "lat": 49.9031140,\n
        "lon": 3.4019580,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943288,\n
        "lat": 49.9031150,\n
        "lon": 3.3975890,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943291,\n
        "lat": 49.9031150,\n
        "lon": 3.4006420,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943292,\n
        "lat": 49.9031150,\n
        "lon": 3.4016410,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943293,\n
        "lat": 49.9031170,\n
        "lon": 3.4017780,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943294,\n
        "lat": 49.9031180,\n
        "lon": 3.4002140,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943295,\n
        "lat": 49.9031180,\n
        "lon": 3.4007010,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943297,\n
        "lat": 49.9031240,\n
        "lon": 3.3976130,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943299,\n
        "lat": 49.9031270,\n
        "lon": 3.3987480,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943306,\n
        "lat": 49.9031280,\n
        "lon": 3.3976200,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943307,\n
        "lat": 49.9031290,\n
        "lon": 3.4020450,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943308,\n
        "lat": 49.9031350,\n
        "lon": 3.4006860,\n
        "timestamp": "2011-08-10T18:04:51Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943309,\n
        "lat": 49.9031370,\n
        "lon": 3.3978360,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943310,\n
        "lat": 49.9031400,\n
        "lon": 3.3976620,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943311,\n
        "lat": 49.9031430,\n
        "lon": 3.3980900,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943312,\n
        "lat": 49.9031440,\n
        "lon": 3.3985690,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943314,\n
        "lat": 49.9031450,\n
        "lon": 3.4021440,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943321,\n
        "lat": 49.9031460,\n
        "lon": 3.3978230,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943322,\n
        "lat": 49.9031460,\n
        "lon": 3.4007120,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943323,\n
        "lat": 49.9031500,\n
        "lon": 3.4021240,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943324,\n
        "lat": 49.9031510,\n
        "lon": 3.3981020,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943325,\n
        "lat": 49.9031510,\n
        "lon": 3.4019130,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943326,\n
        "lat": 49.9031540,\n
        "lon": 3.4021320,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943338,\n
        "lat": 49.9031570,\n
        "lon": 3.4019250,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943342,\n
        "lat": 49.9031600,\n
        "lon": 3.4022170,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943344,\n
        "lat": 49.9031610,\n
        "lon": 3.4022550,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943346,\n
        "lat": 49.9031620,\n
        "lon": 3.4021090,\n
        "timestamp": "2011-08-10T18:04:52Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943351,\n
        "lat": 49.9031720,\n
        "lon": 3.3982910,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943353,\n
        "lat": 49.9031720,\n
        "lon": 3.4018860,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943356,\n
        "lat": 49.9031720,\n
        "lon": 3.4022420,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943366,\n
        "lat": 49.9031730,\n
        "lon": 3.4012240,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943371,\n
        "lat": 49.9031750,\n
        "lon": 3.3989470,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943373,\n
        "lat": 49.9031760,\n
        "lon": 3.3973020,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943376,\n
        "lat": 49.9031810,\n
        "lon": 3.3980860,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943381,\n
        "lat": 49.9031820,\n
        "lon": 3.3986670,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943387,\n
        "lat": 49.9031830,\n
        "lon": 3.4012750,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943388,\n
        "lat": 49.9031870,\n
        "lon": 3.4021820,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943389,\n
        "lat": 49.9031910,\n
        "lon": 3.3977710,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943396,\n
        "lat": 49.9031920,\n
        "lon": 3.3975060,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943399,\n
        "lat": 49.9032000,\n
        "lon": 3.3973490,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943402,\n
        "lat": 49.9032000,\n
        "lon": 3.4005070,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943406,\n
        "lat": 49.9032010,\n
        "lon": 3.4022060,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943408,\n
        "lat": 49.9032010,\n
        "lon": 3.4024170,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943410,\n
        "lat": 49.9032020,\n
        "lon": 3.3987360,\n
        "timestamp": "2011-08-10T18:04:53Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943412,\n
        "lat": 49.9032040,\n
        "lon": 3.3981790,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943418,\n
        "lat": 49.9032040,\n
        "lon": 3.3987580,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943421,\n
        "lat": 49.9032080,\n
        "lon": 3.3975320,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943425,\n
        "lat": 49.9032080,\n
        "lon": 3.3987440,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943427,\n
        "lat": 49.9032160,\n
        "lon": 3.4020400,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943429,\n
        "lat": 49.9032180,\n
        "lon": 3.4021840,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943432,\n
        "lat": 49.9032190,\n
        "lon": 3.3987720,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943434,\n
        "lat": 49.9032220,\n
        "lon": 3.3980210,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943435,\n
        "lat": 49.9032220,\n
        "lon": 3.3982030,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943443,\n
        "lat": 49.9032230,\n
        "lon": 3.3981470,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943446,\n
        "lat": 49.9032230,\n
        "lon": 3.3986850,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943450,\n
        "lat": 49.9032240,\n
        "lon": 3.3982310,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943452,\n
        "lat": 49.9032280,\n
        "lon": 3.4023830,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943456,\n
        "lat": 49.9032300,\n
        "lon": 3.3982140,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943458,\n
        "lat": 49.9032310,\n
        "lon": 3.3974550,\n
        "timestamp": "2011-08-10T18:04:54Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943466,\n
        "lat": 49.9032310,\n
        "lon": 3.4011920,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943468,\n
        "lat": 49.9032350,\n
        "lon": 3.3987410,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943470,\n
        "lat": 49.9032350,\n
        "lon": 3.3992690,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943472,\n
        "lat": 49.9032370,\n
        "lon": 3.3974220,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943474,\n
        "lat": 49.9032370,\n
        "lon": 3.3992720,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943476,\n
        "lat": 49.9032400,\n
        "lon": 3.3987030,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943478,\n
        "lat": 49.9032420,\n
        "lon": 3.4012400,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943487,\n
        "lat": 49.9032440,\n
        "lon": 3.4006120,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943490,\n
        "lat": 49.9032450,\n
        "lon": 3.4014650,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943492,\n
        "lat": 49.9032460,\n
        "lon": 3.4014690,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943493,\n
        "lat": 49.9032510,\n
        "lon": 3.3981520,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943494,\n
        "lat": 49.9032508,\n
        "lon": 3.3990831,\n
        "timestamp": "2012-10-15T10:31:23Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943496,\n
        "lat": 49.9032520,\n
        "lon": 3.3992110,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943498,\n
        "lat": 49.9032540,\n
        "lon": 3.3973770,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943500,\n
        "lat": 49.9032570,\n
        "lon": 3.3984090,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943511,\n
        "lat": 49.9032580,\n
        "lon": 3.4023460,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943513,\n
        "lat": 49.9032590,\n
        "lon": 3.3982640,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943514,\n
        "lat": 49.9032610,\n
        "lon": 3.3973910,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943516,\n
        "lat": 49.9032620,\n
        "lon": 3.3981680,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943518,\n
        "lat": 49.9032630,\n
        "lon": 3.3986540,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943520,\n
        "lat": 49.9032650,\n
        "lon": 3.4014530,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943522,\n
        "lat": 49.9032660,\n
        "lon": 3.3971910,\n
        "timestamp": "2011-08-10T18:04:55Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943524,\n
        "lat": 49.9032660,\n
        "lon": 3.3987860,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943534,\n
        "lat": 49.9032660,\n
        "lon": 3.3992340,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943537,\n
        "lat": 49.9032670,\n
        "lon": 3.3982910,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943538,\n
        "lat": 49.9032680,\n
        "lon": 3.3987790,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943540,\n
        "lat": 49.9032680,\n
        "lon": 3.4015590,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943542,\n
        "lat": 49.9032680,\n
        "lon": 3.4025450,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943544,\n
        "lat": 49.9032700,\n
        "lon": 3.3981190,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943546,\n
        "lat": 49.9032730,\n
        "lon": 3.3982850,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943555,\n
        "lat": 49.9032740,\n
        "lon": 3.4027060,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943557,\n
        "lat": 49.9032760,\n
        "lon": 3.3985130,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943559,\n
        "lat": 49.9032780,\n
        "lon": 3.4015040,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943561,\n
        "lat": 49.9032790,\n
        "lon": 3.3981020,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943563,\n
        "lat": 49.9032810,\n
        "lon": 3.3981340,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943565,\n
        "lat": 49.9032820,\n
        "lon": 3.4011870,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943567,\n
        "lat": 49.9032840,\n
        "lon": 3.3988050,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943569,\n
        "lat": 49.9032860,\n
        "lon": 3.3983480,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943581,\n
        "lat": 49.9032860,\n
        "lon": 3.4023110,\n
        "timestamp": "2011-08-10T18:04:56Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943583,\n
        "lat": 49.9032880,\n
        "lon": 3.3976820,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943586,\n
        "lat": 49.9032910,\n
        "lon": 3.3983550,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943588,\n
        "lat": 49.9032920,\n
        "lon": 3.3976780,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943590,\n
        "lat": 49.9032918,\n
        "lon": 3.3991605,\n
        "timestamp": "2020-10-17T16:37:40Z",\n
        "version": 2,\n
        "changeset": 92632273,\n
        "user": "AmiFritz",\n
        "uid": 172867\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943592,\n
        "lat": 49.9032930,\n
        "lon": 3.3991590,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943594,\n
        "lat": 49.9032960,\n
        "lon": 3.4016690,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943602,\n
        "lat": 49.9033030,\n
        "lon": 3.4014940,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943604,\n
        "lat": 49.9033040,\n
        "lon": 3.3991830,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943607,\n
        "lat": 49.9033040,\n
        "lon": 3.4013560,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943610,\n
        "lat": 49.9033050,\n
        "lon": 3.4012850,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943613,\n
        "lat": 49.9033100,\n
        "lon": 3.3985720,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943615,\n
        "lat": 49.9033100,\n
        "lon": 3.4013880,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943618,\n
        "lat": 49.9033100,\n
        "lon": 3.4015230,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943623,\n
        "lat": 49.9033140,\n
        "lon": 3.4017130,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943625,\n
        "lat": 49.9033150,\n
        "lon": 3.3985770,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943628,\n
        "lat": 49.9033160,\n
        "lon": 3.4017160,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943631,\n
        "lat": 49.9033180,\n
        "lon": 3.4028720,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943634,\n
        "lat": 49.9033190,\n
        "lon": 3.3972940,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943638,\n
        "lat": 49.9033190,\n
        "lon": 3.4013480,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943640,\n
        "lat": 49.9033220,\n
        "lon": 3.3976260,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943642,\n
        "lat": 49.9033230,\n
        "lon": 3.4024710,\n
        "timestamp": "2011-08-10T18:04:57Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943646,\n
        "lat": 49.9033250,\n
        "lon": 3.4013810,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943650,\n
        "lat": 49.9033280,\n
        "lon": 3.4016980,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943653,\n
        "lat": 49.9033300,\n
        "lon": 3.4017020,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943657,\n
        "lat": 49.9033310,\n
        "lon": 3.3989400,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943660,\n
        "lat": 49.9033310,\n
        "lon": 3.4026370,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943663,\n
        "lat": 49.9033340,\n
        "lon": 3.3976120,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943664,\n
        "lat": 49.9033340,\n
        "lon": 3.3981570,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943665,\n
        "lat": 49.9033340,\n
        "lon": 3.3987280,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943672,\n
        "lat": 49.9033360,\n
        "lon": 3.3987330,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943675,\n
        "lat": 49.9033385,\n
        "lon": 3.3989543,\n
        "timestamp": "2020-10-17T16:37:40Z",\n
        "version": 2,\n
        "changeset": 92632273,\n
        "user": "AmiFritz",\n
        "uid": 172867\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943678,\n
        "lat": 49.9033390,\n
        "lon": 3.3976210,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943681,\n
        "lat": 49.9033390,\n
        "lon": 3.4016220,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943684,\n
        "lat": 49.9033400,\n
        "lon": 3.4014450,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943687,\n
        "lat": 49.9033410,\n
        "lon": 3.4018480,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943688,\n
        "lat": 49.9033430,\n
        "lon": 3.4028400,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943693,\n
        "lat": 49.9033490,\n
        "lon": 3.3971520,\n
        "timestamp": "2011-08-10T18:04:58Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943696,\n
        "lat": 49.9033490,\n
        "lon": 3.3984080,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943703,\n
        "lat": 49.9033550,\n
        "lon": 3.4012590,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943706,\n
        "lat": 49.9033580,\n
        "lon": 3.4011450,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943709,\n
        "lat": 49.9033580,\n
        "lon": 3.4016650,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943710,\n
        "lat": 49.9033700,\n
        "lon": 3.4035120,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943711,\n
        "lat": 49.9033720,\n
        "lon": 3.4019690,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943717,\n
        "lat": 49.9033730,\n
        "lon": 3.3982250,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943720,\n
        "lat": 49.9033760,\n
        "lon": 3.4018130,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943723,\n
        "lat": 49.9033760,\n
        "lon": 3.4027980,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943728,\n
        "lat": 49.9033800,\n
        "lon": 3.4012340,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943731,\n
        "lat": 49.9033820,\n
        "lon": 3.3982850,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943732,\n
        "lat": 49.9033830,\n
        "lon": 3.3984660,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943733,\n
        "lat": 49.9033830,\n
        "lon": 3.3990410,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943734,\n
        "lat": 49.9033850,\n
        "lon": 3.4018030,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943738,\n
        "lat": 49.9033870,\n
        "lon": 3.4012430,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943741,\n
        "lat": 49.9033870,\n
        "lon": 3.4030030,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943744,\n
        "lat": 49.9033880,\n
        "lon": 3.3972330,\n
        "timestamp": "2011-08-10T18:04:59Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943748,\n
        "lat": 49.9033880,\n
        "lon": 3.4020390,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943751,\n
        "lat": 49.9033890,\n
        "lon": 3.3984760,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943754,\n
        "lat": 49.9033940,\n
        "lon": 3.4011110,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943757,\n
        "lat": 49.9033960,\n
        "lon": 3.3988090,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943759,\n
        "lat": 49.9033970,\n
        "lon": 3.3982650,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943764,\n
        "lat": 49.9033980,\n
        "lon": 3.3984910,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943767,\n
        "lat": 49.9033990,\n
        "lon": 3.3984620,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943771,\n
        "lat": 49.9034000,\n
        "lon": 3.4027680,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943775,\n
        "lat": 49.9034060,\n
        "lon": 3.4016180,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943778,\n
        "lat": 49.9034080,\n
        "lon": 3.3984770,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943779,\n
        "lat": 49.9034100,\n
        "lon": 3.4010950,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943780,\n
        "lat": 49.9034110,\n
        "lon": 3.4032120,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943787,\n
        "lat": 49.9034130,\n
        "lon": 3.3972030,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943790,\n
        "lat": 49.9034140,\n
        "lon": 3.4016090,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943795,\n
        "lat": 49.9034150,\n
        "lon": 3.4013660,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943797,\n
        "lat": 49.9034170,\n
        "lon": 3.4036640,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943799,\n
        "lat": 49.9034210,\n
        "lon": 3.4019420,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943801,\n
        "lat": 49.9034220,\n
        "lon": 3.3972200,\n
        "timestamp": "2011-08-10T18:05:00Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943803,\n
        "lat": 49.9034220,\n
        "lon": 3.4040790,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943805,\n
        "lat": 49.9034230,\n
        "lon": 3.4016000,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943815,\n
        "lat": 49.9034230,\n
        "lon": 3.4021880,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943817,\n
        "lat": 49.9034240,\n
        "lon": 3.4011830,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943819,\n
        "lat": 49.9034240,\n
        "lon": 3.4039640,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943822,\n
        "lat": 49.9034260,\n
        "lon": 3.4010790,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943825,\n
        "lat": 49.9034280,\n
        "lon": 3.4022110,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943828,\n
        "lat": 49.9034290,\n
        "lon": 3.3982210,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943830,\n
        "lat": 49.9034350,\n
        "lon": 3.3982130,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943836,\n
        "lat": 49.9034350,\n
        "lon": 3.3986820,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943839,\n
        "lat": 49.9034350,\n
        "lon": 3.4034660,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943841,\n
        "lat": 49.9034370,\n
        "lon": 3.4012570,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943844,\n
        "lat": 49.9034390,\n
        "lon": 3.3970390,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943847,\n
        "lat": 49.9034420,\n
        "lon": 3.4011670,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943850,\n
        "lat": 49.9034430,\n
        "lon": 3.3971930,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943852,\n
        "lat": 49.9034430,\n
        "lon": 3.4011710,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943854,\n
        "lat": 49.9034440,\n
        "lon": 3.3971830,\n
        "timestamp": "2011-08-10T18:05:01Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943860,\n
        "lat": 49.9034450,\n
        "lon": 3.3983980,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943862,\n
        "lat": 49.9034450,\n
        "lon": 3.3990870,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943865,\n
        "lat": 49.9034450,\n
        "lon": 3.4029300,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943869,\n
        "lat": 49.9034450,\n
        "lon": 3.4033230,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943871,\n
        "lat": 49.9034470,\n
        "lon": 3.4017160,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943874,\n
        "lat": 49.9034470,\n
        "lon": 3.4040670,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943876,\n
        "lat": 49.9034490,\n
        "lon": 3.4017380,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943881,\n
        "lat": 49.9034500,\n
        "lon": 3.4039660,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943884,\n
        "lat": 49.9034520,\n
        "lon": 3.3983590,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943886,\n
        "lat": 49.9034540,\n
        "lon": 3.4017320,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943888,\n
        "lat": 49.9034560,\n
        "lon": 3.3984920,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943890,\n
        "lat": 49.9034560,\n
        "lon": 3.4016770,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943896,\n
        "lat": 49.9034560,\n
        "lon": 3.4017060,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943898,\n
        "lat": 49.9034570,\n
        "lon": 3.4017570,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943901,\n
        "lat": 49.9034590,\n
        "lon": 3.4011550,\n
        "timestamp": "2011-08-10T18:05:02Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943906,\n
        "lat": 49.9034590,\n
        "lon": 3.4021810,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943908,\n
        "lat": 49.9034590,\n
        "lon": 3.4023460,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943911,\n
        "lat": 49.9034610,\n
        "lon": 3.3971620,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943913,\n
        "lat": 49.9034610,\n
        "lon": 3.3983750,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943915,\n
        "lat": 49.9034620,\n
        "lon": 3.4016690,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943918,\n
        "lat": 49.9034620,\n
        "lon": 3.4021940,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943919,\n
        "lat": 49.9034620,\n
        "lon": 3.4040690,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943921,\n
        "lat": 49.9034620,\n
        "lon": 3.4040900,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943928,\n
        "lat": 49.9034640,\n
        "lon": 3.4017230,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943930,\n
        "lat": 49.9034640,\n
        "lon": 3.4019570,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943932,\n
        "lat": 49.9034650,\n
        "lon": 3.4013220,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943934,\n
        "lat": 49.9034650,\n
        "lon": 3.4016960,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943936,\n
        "lat": 49.9034670,\n
        "lon": 3.4012260,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943939,\n
        "lat": 49.9034710,\n
        "lon": 3.4016900,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943942,\n
        "lat": 49.9034710,\n
        "lon": 3.4024000,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943946,\n
        "lat": 49.9034730,\n
        "lon": 3.3987370,\n
        "timestamp": "2011-08-10T18:05:03Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943948,\n
        "lat": 49.9034780,\n
        "lon": 3.4017080,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943951,\n
        "lat": 49.9034780,\n
        "lon": 3.4036180,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943953,\n
        "lat": 49.9034800,\n
        "lon": 3.3989150,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943955,\n
        "lat": 49.9034810,\n
        "lon": 3.3989120,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943957,\n
        "lat": 49.9034810,\n
        "lon": 3.4021690,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943959,\n
        "lat": 49.9034820,\n
        "lon": 3.4031580,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943961,\n
        "lat": 49.9034840,\n
        "lon": 3.4020040,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943963,\n
        "lat": 49.9034840,\n
        "lon": 3.4021820,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943965,\n
        "lat": 49.9034840,\n
        "lon": 3.4036460,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943967,\n
        "lat": 49.9034860,\n
        "lon": 3.3989900,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943969,\n
        "lat": 49.9034860,\n
        "lon": 3.4017270,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943971,\n
        "lat": 49.9034870,\n
        "lon": 3.3984380,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943973,\n
        "lat": 49.9034920,\n
        "lon": 3.3971630,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943975,\n
        "lat": 49.9034940,\n
        "lon": 3.4021780,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943977,\n
        "lat": 49.9034960,\n
        "lon": 3.4012910,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943978,\n
        "lat": 49.9034990,\n
        "lon": 3.3970470,\n
        "timestamp": "2011-08-10T18:05:04Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943979,\n
        "lat": 49.9034990,\n
        "lon": 3.3983230,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943980,\n
        "lat": 49.9035010,\n
        "lon": 3.4016840,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943983,\n
        "lat": 49.9035020,\n
        "lon": 3.4023320,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943986,\n
        "lat": 49.9035040,\n
        "lon": 3.4032310,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943990,\n
        "lat": 49.9035050,\n
        "lon": 3.3985570,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943993,\n
        "lat": 49.9035050,\n
        "lon": 3.4023470,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943998,\n
        "lat": 49.9035070,\n
        "lon": 3.4016060,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393943999,\n
        "lat": 49.9035080,\n
        "lon": 3.4032290,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944000,\n
        "lat": 49.9035090,\n
        "lon": 3.4016110,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944002,\n
        "lat": 49.9035110,\n
        "lon": 3.4017040,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944005,\n
        "lat": 49.9035120,\n
        "lon": 3.4020940,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944008,\n
        "lat": 49.9035120,\n
        "lon": 3.4023770,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944012,\n
        "lat": 49.9035140,\n
        "lon": 3.4017930,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944015,\n
        "lat": 49.9035150,\n
        "lon": 3.4037700,\n
        "timestamp": "2011-08-10T18:05:05Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944020,\n
        "lat": 49.9035160,\n
        "lon": 3.4016680,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944022,\n
        "lat": 49.9035200,\n
        "lon": 3.4019670,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944023,\n
        "lat": 49.9035200,\n
        "lon": 3.4032690,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944025,\n
        "lat": 49.9035210,\n
        "lon": 3.4015950,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944027,\n
        "lat": 49.9035240,\n
        "lon": 3.4023190,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944031,\n
        "lat": 49.9035260,\n
        "lon": 3.4016900,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944034,\n
        "lat": 49.9035270,\n
        "lon": 3.4023350,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944037,\n
        "lat": 49.9035270,\n
        "lon": 3.4036220,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944041,\n
        "lat": 49.9035300,\n
        "lon": 3.3969090,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944045,\n
        "lat": 49.9035360,\n
        "lon": 3.4018870,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944048,\n
        "lat": 49.9035400,\n
        "lon": 3.4041110,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944051,\n
        "lat": 49.9035420,\n
        "lon": 3.4016420,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944052,\n
        "lat": 49.9035470,\n
        "lon": 3.4018740,\n
        "timestamp": "2011-08-10T18:05:06Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944058,\n
        "lat": 49.9035520,\n
        "lon": 3.4039920,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944068,\n
        "lat": 49.9035530,\n
        "lon": 3.3992010,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944070,\n
        "lat": 49.9035540,\n
        "lon": 3.4017550,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944071,\n
        "lat": 49.9035550,\n
        "lon": 3.4037460,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944072,\n
        "lat": 49.9035570,\n
        "lon": 3.4020460,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944074,\n
        "lat": 49.9035610,\n
        "lon": 3.4021280,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944076,\n
        "lat": 49.9035700,\n
        "lon": 3.3990800,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944082,\n
        "lat": 49.9035740,\n
        "lon": 3.3990700,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944091,\n
        "lat": 49.9035780,\n
        "lon": 3.3985560,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944093,\n
        "lat": 49.9035810,\n
        "lon": 3.4018400,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944094,\n
        "lat": 49.9035910,\n
        "lon": 3.4020940,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944095,\n
        "lat": 49.9035920,\n
        "lon": 3.4020080,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944097,\n
        "lat": 49.9035930,\n
        "lon": 3.3970260,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944099,\n
        "lat": 49.9035990,\n
        "lon": 3.3990960,\n
        "timestamp": "2011-08-10T18:05:07Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944101,\n
        "lat": 49.9036040,\n
        "lon": 3.4029780,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944103,\n
        "lat": 49.9036050,\n
        "lon": 3.4019570,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944108,\n
        "lat": 49.9036090,\n
        "lon": 3.4030010,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944109,\n
        "lat": 49.9036120,\n
        "lon": 3.4026390,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944110,\n
        "lat": 49.9036150,\n
        "lon": 3.4027020,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944111,\n
        "lat": 49.9036160,\n
        "lon": 3.4019820,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944113,\n
        "lat": 49.9036170,\n
        "lon": 3.3987190,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944115,\n
        "lat": 49.9036170,\n
        "lon": 3.4019850,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944117,\n
        "lat": 49.9036200,\n
        "lon": 3.3967950,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944123,\n
        "lat": 49.9036210,\n
        "lon": 3.3969670,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944125,\n
        "lat": 49.9036220,\n
        "lon": 3.4027320,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944126,\n
        "lat": 49.9036240,\n
        "lon": 3.4019320,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944127,\n
        "lat": 49.9036250,\n
        "lon": 3.4026960,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944128,\n
        "lat": 49.9036280,\n
        "lon": 3.3969830,\n
        "timestamp": "2011-08-10T18:05:08Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944130,\n
        "lat": 49.9036280,\n
        "lon": 3.4022820,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944134,\n
        "lat": 49.9036290,\n
        "lon": 3.3992590,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944136,\n
        "lat": 49.9036290,\n
        "lon": 3.4019250,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944143,\n
        "lat": 49.9036320,\n
        "lon": 3.3964140,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944144,\n
        "lat": 49.9036320,\n
        "lon": 3.4027280,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944145,\n
        "lat": 49.9036360,\n
        "lon": 3.4027920,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944146,\n
        "lat": 49.9036390,\n
        "lon": 3.4029450,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944148,\n
        "lat": 49.9036430,\n
        "lon": 3.4019060,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944150,\n
        "lat": 49.9036470,\n
        "lon": 3.4029650,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944152,\n
        "lat": 49.9036570,\n
        "lon": 3.4019300,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944154,\n
        "lat": 49.9036580,\n
        "lon": 3.4022500,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944160,\n
        "lat": 49.9036590,\n
        "lon": 3.3986270,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944162,\n
        "lat": 49.9036660,\n
        "lon": 3.3965590,\n
        "timestamp": "2011-08-10T18:05:09Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944163,\n
        "lat": 49.9036660,\n
        "lon": 3.4032470,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944166,\n
        "lat": 49.9036680,\n
        "lon": 3.4032540,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944167,\n
        "lat": 49.9036690,\n
        "lon": 3.3965280,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944169,\n
        "lat": 49.9036690,\n
        "lon": 3.3991670,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944171,\n
        "lat": 49.9036740,\n
        "lon": 3.3968990,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944177,\n
        "lat": 49.9036780,\n
        "lon": 3.4025950,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944178,\n
        "lat": 49.9036800,\n
        "lon": 3.4026030,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944180,\n
        "lat": 49.9036840,\n
        "lon": 3.3982890,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944181,\n
        "lat": 49.9036960,\n
        "lon": 3.3993310,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944184,\n
        "lat": 49.9036970,\n
        "lon": 3.3988100,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944185,\n
        "lat": 49.9037060,\n
        "lon": 3.4025790,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944187,\n
        "lat": 49.9037110,\n
        "lon": 3.3983290,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944190,\n
        "lat": 49.9037130,\n
        "lon": 3.4034280,\n
        "timestamp": "2011-08-10T18:05:10Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944194,\n
        "lat": 49.9037140,\n
        "lon": 3.3993610,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944196,\n
        "lat": 49.9037200,\n
        "lon": 3.4034530,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944199,\n
        "lat": 49.9037260,\n
        "lon": 3.3965120,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944201,\n
        "lat": 49.9037280,\n
        "lon": 3.4034830,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944204,\n
        "lat": 49.9037300,\n
        "lon": 3.4032050,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944206,\n
        "lat": 49.9037350,\n
        "lon": 3.4041630,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944211,\n
        "lat": 49.9037370,\n
        "lon": 3.3992380,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944212,\n
        "lat": 49.9037390,\n
        "lon": 3.3987160,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944213,\n
        "lat": 49.9037420,\n
        "lon": 3.4027330,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944214,\n
        "lat": 49.9037450,\n
        "lon": 3.4032670,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944215,\n
        "lat": 49.9037480,\n
        "lon": 3.4040420,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944217,\n
        "lat": 49.9037540,\n
        "lon": 3.4034000,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944225,\n
        "lat": 49.9037580,\n
        "lon": 3.4033070,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944226,\n
        "lat": 49.9037610,\n
        "lon": 3.3968550,\n
        "timestamp": "2011-08-10T18:05:11Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944228,\n
        "lat": 49.9037610,\n
        "lon": 3.3992670,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944230,\n
        "lat": 49.9037620,\n
        "lon": 3.3981560,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944232,\n
        "lat": 49.9037650,\n
        "lon": 3.4033430,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944233,\n
        "lat": 49.9037670,\n
        "lon": 3.4034250,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944236,\n
        "lat": 49.9037750,\n
        "lon": 3.4033270,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944239,\n
        "lat": 49.9037770,\n
        "lon": 3.4021140,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944248,\n
        "lat": 49.9037870,\n
        "lon": 3.4034030,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944250,\n
        "lat": 49.9037890,\n
        "lon": 3.3981930,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944253,\n
        "lat": 49.9037960,\n
        "lon": 3.3996310,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944255,\n
        "lat": 49.9037960,\n
        "lon": 3.3996320,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944256,\n
        "lat": 49.9037970,\n
        "lon": 3.3994490,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944257,\n
        "lat": 49.9038120,\n
        "lon": 3.3970180,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944259,\n
        "lat": 49.9038190,\n
        "lon": 3.3970400,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944261,\n
        "lat": 49.9038190,\n
        "lon": 3.3995970,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944269,\n
        "lat": 49.9038190,\n
        "lon": 3.4032540,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944270,\n
        "lat": 49.9038220,\n
        "lon": 3.3968060,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944271,\n
        "lat": 49.9038250,\n
        "lon": 3.4035810,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944272,\n
        "lat": 49.9038250,\n
        "lon": 3.4037990,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944273,\n
        "lat": 49.9038260,\n
        "lon": 3.4031360,\n
        "timestamp": "2011-08-10T18:05:12Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944274,\n
        "lat": 49.9038330,\n
        "lon": 3.4022640,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944275,\n
        "lat": 49.9038350,\n
        "lon": 3.4033840,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944281,\n
        "lat": 49.9038370,\n
        "lon": 3.3995700,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944283,\n
        "lat": 49.9038390,\n
        "lon": 3.3995670,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944285,\n
        "lat": 49.9038400,\n
        "lon": 3.3993550,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944287,\n
        "lat": 49.9038420,\n
        "lon": 3.4034150,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944288,\n
        "lat": 49.9038440,\n
        "lon": 3.3970050,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944289,\n
        "lat": 49.9038460,\n
        "lon": 3.4031630,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944290,\n
        "lat": 49.9038480,\n
        "lon": 3.4020500,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944291,\n
        "lat": 49.9038550,\n
        "lon": 3.4031760,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944298,\n
        "lat": 49.9038560,\n
        "lon": 3.3969520,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944302,\n
        "lat": 49.9038590,\n
        "lon": 3.4035480,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944304,\n
        "lat": 49.9038610,\n
        "lon": 3.4035630,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944306,\n
        "lat": 49.9038640,\n
        "lon": 3.4037590,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944308,\n
        "lat": 49.9038650,\n
        "lon": 3.3977020,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944309,\n
        "lat": 49.9038680,\n
        "lon": 3.3969800,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944311,\n
        "lat": 49.9038680,\n
        "lon": 3.4022350,\n
        "timestamp": "2011-08-10T18:05:13Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944320,\n
        "lat": 49.9038680,\n
        "lon": 3.4034030,\n
        "timestamp": "2011-08-10T18:05:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944321,\n
        "lat": 49.9038690,\n
        "lon": 3.4020990,\n
        "timestamp": "2011-08-10T18:05:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944322,\n
        "lat": 49.9038730,\n
        "lon": 3.4031210,\n
        "timestamp": "2011-08-10T18:05:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944323,\n
        "lat": 49.9038730,\n
        "lon": 3.4033710,\n
        "timestamp": "2011-08-10T18:05:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944324,\n
        "lat": 49.9038730,\n
        "lon": 3.4039170,\n
        "timestamp": "2011-08-10T18:05:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944326,\n
        "lat": 49.9038790,\n
        "lon": 3.3970110,\n
        "timestamp": "2011-08-10T18:05:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944330,\n
        "lat": 49.9038800,\n
        "lon": 3.4030090,\n
        "timestamp": "2011-08-10T18:05:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944332,\n
        "lat": 49.9038810,\n
        "lon": 3.3987590,\n
        "timestamp": "2011-08-10T18:05:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944335,\n
        "lat": 49.9038820,\n
        "lon": 3.3970080,\n
        "timestamp": "2011-08-10T18:05:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944338,\n
        "lat": 49.9038820,\n
        "lon": 3.4020210,\n
        "timestamp": "2011-08-10T18:05:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944339,\n
        "lat": 49.9038820,\n
        "lon": 3.4022670,\n
        "timestamp": "2011-08-10T18:05:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944341,\n
        "lat": 49.9038820,\n
        "lon": 3.4031360,\n
        "timestamp": "2011-08-10T18:05:14Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944342,\n
        "lat": 49.9038820,\n
        "lon": 3.4035169,\n
        "timestamp": "2012-05-10T21:45:45Z",\n
        "version": 2,\n
        "changeset": 11563337,\n
        "user": "Woopla",\n
        "uid": 636778\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944344,\n
        "lat": 49.9038860,\n
        "lon": 3.4031450,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944347,\n
        "lat": 49.9038860,\n
        "lon": 3.4035320,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944349,\n
        "lat": 49.9038880,\n
        "lon": 3.3988200,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944351,\n
        "lat": 49.9038900,\n
        "lon": 3.4033470,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944353,\n
        "lat": 49.9038900,\n
        "lon": 3.4035130,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944355,\n
        "lat": 49.9038910,\n
        "lon": 3.4034050,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944356,\n
        "lat": 49.9038920,\n
        "lon": 3.4040830,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944358,\n
        "lat": 49.9039000,\n
        "lon": 3.4020680,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944360,\n
        "lat": 49.9039030,\n
        "lon": 3.3988000,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944362,\n
        "lat": 49.9039050,\n
        "lon": 3.3988550,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944364,\n
        "lat": 49.9039050,\n
        "lon": 3.4039940,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944366,\n
        "lat": 49.9039060,\n
        "lon": 3.4029690,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944368,\n
        "lat": 49.9039090,\n
        "lon": 3.4033800,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944371,\n
        "lat": 49.9039110,\n
        "lon": 3.3998230,\n
        "timestamp": "2011-08-10T18:05:15Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944375,\n
        "lat": 49.9039140,\n
        "lon": 3.4038790,\n
        "timestamp": "2011-08-10T18:05:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944382,\n
        "lat": 49.9039180,\n
        "lon": 3.4029850,\n
        "timestamp": "2011-08-10T18:05:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944386,\n
        "lat": 49.9039200,\n
        "lon": 3.3976390,\n
        "timestamp": "2011-08-10T18:05:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944388,\n
        "lat": 49.9039220,\n
        "lon": 3.3998070,\n
        "timestamp": "2011-08-10T18:05:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944391,\n
        "lat": 49.9039220,\n
        "lon": 3.4022350,\n
        "timestamp": "2011-08-10T18:05:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944394,\n
        "lat": 49.9039220,\n
        "lon": 3.4038090,\n
        "timestamp": "2011-08-10T18:05:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944397,\n
        "lat": 49.9039230,\n
        "lon": 3.3976460,\n
        "timestamp": "2011-08-10T18:05:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944399,\n
        "lat": 49.9039250,\n
        "lon": 3.3978050,\n
        "timestamp": "2011-08-10T18:05:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944401,\n
        "lat": 49.9039260,\n
        "lon": 3.4038520,\n
        "timestamp": "2011-08-10T18:05:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944404,\n
        "lat": 49.9039270,\n
        "lon": 3.4030790,\n
        "timestamp": "2011-08-10T18:05:16Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944407,\n
        "lat": 49.9039280,\n
        "lon": 3.3998190,\n
        "timestamp": "2011-08-10T18:05:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944410,\n
        "lat": 49.9039300,\n
        "lon": 3.3968740,\n
        "timestamp": "2011-08-10T18:05:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944413,\n
        "lat": 49.9039350,\n
        "lon": 3.3997890,\n
        "timestamp": "2011-08-10T18:05:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944415,\n
        "lat": 49.9039350,\n
        "lon": 3.4041340,\n
        "timestamp": "2011-08-10T18:05:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944416,\n
        "lat": 49.9039370,\n
        "lon": 3.3976200,\n
        "timestamp": "2011-08-10T18:05:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944423,\n
        "lat": 49.9039370,\n
        "lon": 3.4029550,\n
        "timestamp": "2011-08-10T18:05:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944425,\n
        "lat": 49.9039380,\n
        "lon": 3.4038290,\n
        "timestamp": "2011-08-10T18:05:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944429,\n
        "lat": 49.9039400,\n
        "lon": 3.3976270,\n
        "timestamp": "2011-08-10T18:05:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944432,\n
        "lat": 49.9039410,\n
        "lon": 3.3998020,\n
        "timestamp": "2011-08-10T18:05:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944434,\n
        "lat": 49.9039316,\n
        "lon": 3.3963513,\n
        "timestamp": "2020-10-17T06:34:54Z",\n
        "version": 2,\n
        "changeset": 92614574,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944438,\n
        "lat": 49.9039460,\n
        "lon": 3.3969090,\n
        "timestamp": "2011-08-10T18:05:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944441,\n
        "lat": 49.9039460,\n
        "lon": 3.3969380,\n
        "timestamp": "2011-08-10T18:05:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944453,\n
        "lat": 49.9039470,\n
        "lon": 3.4039540,\n
        "timestamp": "2011-08-10T18:05:17Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944456,\n
        "lat": 49.9039490,\n
        "lon": 3.4037540,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944459,\n
        "lat": 49.9039520,\n
        "lon": 3.3961710,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944461,\n
        "lat": 49.9039540,\n
        "lon": 3.3997620,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944466,\n
        "lat": 49.9039540,\n
        "lon": 3.4030360,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944472,\n
        "lat": 49.9039550,\n
        "lon": 3.3968990,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944476,\n
        "lat": 49.9039560,\n
        "lon": 3.4037910,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944486,\n
        "lat": 49.9039610,\n
        "lon": 3.4039430,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944487,\n
        "lat": 49.9039630,\n
        "lon": 3.4039130,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944488,\n
        "lat": 49.9039630,\n
        "lon": 3.4040790,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944490,\n
        "lat": 49.9039640,\n
        "lon": 3.3969190,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944494,\n
        "lat": 49.9039650,\n
        "lon": 3.4037720,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944498,\n
        "lat": 49.9039670,\n
        "lon": 3.3975850,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944505,\n
        "lat": 49.9039750,\n
        "lon": 3.3986420,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944523,\n
        "lat": 49.9039770,\n
        "lon": 3.4038150,\n
        "timestamp": "2011-08-10T18:05:18Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944525,\n
        "lat": 49.9039800,\n
        "lon": 3.4041230,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944526,\n
        "lat": 49.9039890,\n
        "lon": 3.4039720,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944527,\n
        "lat": 49.9039900,\n
        "lon": 3.3962850,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944529,\n
        "lat": 49.9039940,\n
        "lon": 3.3987400,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944532,\n
        "lat": 49.9039980,\n
        "lon": 3.4037030,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944535,\n
        "lat": 49.9039990,\n
        "lon": 3.4040590,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944538,\n
        "lat": 49.9040020,\n
        "lon": 3.4039990,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944552,\n
        "lat": 49.9039896,\n
        "lon": 3.3963063,\n
        "timestamp": "2020-10-17T06:34:54Z",\n
        "version": 2,\n
        "changeset": 92614574,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944555,\n
        "lat": 49.9040060,\n
        "lon": 3.4039890,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944558,\n
        "lat": 49.9040080,\n
        "lon": 3.3987030,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944560,\n
        "lat": 49.9040110,\n
        "lon": 3.3998590,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944562,\n
        "lat": 49.9040120,\n
        "lon": 3.4047660,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944564,\n
        "lat": 49.9039996,\n
        "lon": 3.3963373,\n
        "timestamp": "2020-10-17T06:34:54Z",\n
        "version": 2,\n
        "changeset": 92614574,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944567,\n
        "lat": 49.9040150,\n
        "lon": 3.3987140,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944569,\n
        "lat": 49.9040150,\n
        "lon": 3.4040270,\n
        "timestamp": "2011-08-10T18:05:19Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944583,\n
        "lat": 49.9040160,\n
        "lon": 3.4044900,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944584,\n
        "lat": 49.9040190,\n
        "lon": 3.4037270,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944585,\n
        "lat": 49.9040200,\n
        "lon": 3.3976950,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944587,\n
        "lat": 49.9040210,\n
        "lon": 3.3999170,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944588,\n
        "lat": 49.9040086,\n
        "lon": 3.3963313,\n
        "timestamp": "2020-10-17T06:34:54Z",\n
        "version": 2,\n
        "changeset": 92614574,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944591,\n
        "lat": 49.9040240,\n
        "lon": 3.4040800,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944594,\n
        "lat": 49.9040240,\n
        "lon": 3.4047670,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944610,\n
        "lat": 49.9040240,\n
        "lon": 3.4048120,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944611,\n
        "lat": 49.9040270,\n
        "lon": 3.3999130,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944612,\n
        "lat": 49.9040270,\n
        "lon": 3.4029160,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944616,\n
        "lat": 49.9040310,\n
        "lon": 3.4040840,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944621,\n
        "lat": 49.9040340,\n
        "lon": 3.4040420,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944624,\n
        "lat": 49.9040360,\n
        "lon": 3.4040620,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944629,\n
        "lat": 49.9040530,\n
        "lon": 3.3975740,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944632,\n
        "lat": 49.9040540,\n
        "lon": 3.4027700,\n
        "timestamp": "2011-08-10T18:05:20Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944640,\n
        "lat": 49.9040580,\n
        "lon": 3.3987890,\n
        "timestamp": "2011-08-10T18:05:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944641,\n
        "lat": 49.9040610,\n
        "lon": 3.4048140,\n
        "timestamp": "2011-08-10T18:05:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944643,\n
        "lat": 49.9040620,\n
        "lon": 3.4046970,\n
        "timestamp": "2011-08-10T18:05:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944645,\n
        "lat": 49.9040640,\n
        "lon": 3.3998240,\n
        "timestamp": "2011-08-10T18:05:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944646,\n
        "lat": 49.9040660,\n
        "lon": 3.4001210,\n
        "timestamp": "2011-08-10T18:05:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944648,\n
        "lat": 49.9040670,\n
        "lon": 3.4041810,\n
        "timestamp": "2011-08-10T18:05:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944650,\n
        "lat": 49.9040700,\n
        "lon": 3.4001330,\n
        "timestamp": "2011-08-10T18:05:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944652,\n
        "lat": 49.9040730,\n
        "lon": 3.4040870,\n
        "timestamp": "2011-08-10T18:05:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944656,\n
        "lat": 49.9040750,\n
        "lon": 3.4001150,\n
        "timestamp": "2011-08-10T18:05:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944658,\n
        "lat": 49.9040790,\n
        "lon": 3.4001270,\n
        "timestamp": "2011-08-10T18:05:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944661,\n
        "lat": 49.9040810,\n
        "lon": 3.3998820,\n
        "timestamp": "2011-08-10T18:05:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944662,\n
        "lat": 49.9040686,\n
        "lon": 3.3967803,\n
        "timestamp": "2020-10-17T06:34:54Z",\n
        "version": 2,\n
        "changeset": 92614574,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944665,\n
        "lat": 49.9040830,\n
        "lon": 3.4046980,\n
        "timestamp": "2011-08-10T18:05:21Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944667,\n
        "lat": 49.9040850,\n
        "lon": 3.4028200,\n
        "timestamp": "2011-08-10T18:05:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944669,\n
        "lat": 49.9040880,\n
        "lon": 3.3992370,\n
        "timestamp": "2011-08-10T18:05:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944672,\n
        "lat": 49.9040890,\n
        "lon": 3.3998800,\n
        "timestamp": "2011-08-10T18:05:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944674,\n
        "lat": 49.9040920,\n
        "lon": 3.3998870,\n
        "timestamp": "2011-08-10T18:05:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944677,\n
        "lat": 49.9040920,\n
        "lon": 3.4044920,\n
        "timestamp": "2011-08-10T18:05:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944679,\n
        "lat": 49.9040930,\n
        "lon": 3.3998990,\n
        "timestamp": "2011-08-10T18:05:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944681,\n
        "lat": 49.9040930,\n
        "lon": 3.4042630,\n
        "timestamp": "2011-08-10T18:05:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944682,\n
        "lat": 49.9040950,\n
        "lon": 3.4042630,\n
        "timestamp": "2011-08-10T18:05:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944685,\n
        "lat": 49.9040970,\n
        "lon": 3.4040170,\n
        "timestamp": "2011-08-10T18:05:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944687,\n
        "lat": 49.9040980,\n
        "lon": 3.3998830,\n
        "timestamp": "2011-08-10T18:05:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944688,\n
        "lat": 49.9040990,\n
        "lon": 3.3998910,\n
        "timestamp": "2011-08-10T18:05:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944692,\n
        "lat": 49.9041040,\n
        "lon": 3.3999360,\n
        "timestamp": "2011-08-10T18:05:22Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944694,\n
        "lat": 49.9041050,\n
        "lon": 3.3975150,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944696,\n
        "lat": 49.9041070,\n
        "lon": 3.4002270,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944698,\n
        "lat": 49.9041090,\n
        "lon": 3.3999510,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944700,\n
        "lat": 49.9041110,\n
        "lon": 3.3999330,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944703,\n
        "lat": 49.9041120,\n
        "lon": 3.3976940,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944705,\n
        "lat": 49.9041130,\n
        "lon": 3.3975300,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944712,\n
        "lat": 49.9041130,\n
        "lon": 3.4040900,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944715,\n
        "lat": 49.9041140,\n
        "lon": 3.3999440,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944717,\n
        "lat": 49.9041160,\n
        "lon": 3.4040320,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944719,\n
        "lat": 49.9041190,\n
        "lon": 3.3999880,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944721,\n
        "lat": 49.9041210,\n
        "lon": 3.3999960,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944723,\n
        "lat": 49.9041250,\n
        "lon": 3.3999860,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944725,\n
        "lat": 49.9041270,\n
        "lon": 3.3993130,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944728,\n
        "lat": 49.9041270,\n
        "lon": 3.3999920,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944729,\n
        "lat": 49.9041270,\n
        "lon": 3.4000180,\n
        "timestamp": "2011-08-10T18:05:23Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944731,\n
        "lat": 49.9041310,\n
        "lon": 3.4000330,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944733,\n
        "lat": 49.9041330,\n
        "lon": 3.4000150,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944735,\n
        "lat": 49.9041370,\n
        "lon": 3.3987100,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944736,\n
        "lat": 49.9041370,\n
        "lon": 3.4000280,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944739,\n
        "lat": 49.9041400,\n
        "lon": 3.3989840,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944741,\n
        "lat": 49.9041430,\n
        "lon": 3.4000790,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944744,\n
        "lat": 49.9041316,\n
        "lon": 3.3967143,\n
        "timestamp": "2020-10-17T06:34:54Z",\n
        "version": 2,\n
        "changeset": 92614574,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944745,\n
        "lat": 49.9041580,\n
        "lon": 3.3974770,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944747,\n
        "lat": 49.9041600,\n
        "lon": 3.3987670,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944749,\n
        "lat": 49.9041610,\n
        "lon": 3.4041970,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944751,\n
        "lat": 49.9041610,\n
        "lon": 3.4042780,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944753,\n
        "lat": 49.9041620,\n
        "lon": 3.4001490,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944755,\n
        "lat": 49.9041650,\n
        "lon": 3.3989890,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944757,\n
        "lat": 49.9041650,\n
        "lon": 3.4042790,\n
        "timestamp": "2011-08-10T18:05:24Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944760,\n
        "lat": 49.9041720,\n
        "lon": 3.4000620,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944762,\n
        "lat": 49.9041720,\n
        "lon": 3.4001850,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944764,\n
        "lat": 49.9041730,\n
        "lon": 3.4041050,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944766,\n
        "lat": 49.9041740,\n
        "lon": 3.4042010,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944767,\n
        "lat": 49.9041770,\n
        "lon": 3.3991320,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944769,\n
        "lat": 49.9041790,\n
        "lon": 3.3990610,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944771,\n
        "lat": 49.9041830,\n
        "lon": 3.3991440,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944775,\n
        "lat": 49.9041900,\n
        "lon": 3.4001290,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944776,\n
        "lat": 49.9041910,\n
        "lon": 3.3990450,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944778,\n
        "lat": 49.9041920,\n
        "lon": 3.3988920,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944780,\n
        "lat": 49.9041980,\n
        "lon": 3.3991770,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944782,\n
        "lat": 49.9042030,\n
        "lon": 3.3989230,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944785,\n
        "lat": 49.9042050,\n
        "lon": 3.3988780,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944787,\n
        "lat": 49.9042060,\n
        "lon": 3.3991170,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944789,\n
        "lat": 49.9042080,\n
        "lon": 3.3975820,\n
        "timestamp": "2011-08-10T18:05:25Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944791,\n
        "lat": 49.9042120,\n
        "lon": 3.3989310,\n
        "timestamp": "2011-08-10T18:05:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944792,\n
        "lat": 49.9042150,\n
        "lon": 3.3992100,\n
        "timestamp": "2011-08-10T18:05:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944794,\n
        "lat": 49.9042699,\n
        "lon": 3.4052486,\n
        "timestamp": "2023-03-14T08:51:54Z",\n
        "version": 3,\n
        "changeset": 133656486,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944796,\n
        "lat": 49.9042825,\n
        "lon": 3.4051706,\n
        "timestamp": "2023-03-14T08:51:54Z",\n
        "version": 3,\n
        "changeset": 133656486,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944799,\n
        "lat": 49.9042810,\n
        "lon": 3.3990750,\n
        "timestamp": "2011-08-10T18:05:26Z",\n
        "version": 1,\n
        "changeset": 8978939,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944802,\n
        "lat": 49.9043295,\n
        "lon": 3.4047436,\n
        "timestamp": "2023-03-14T08:51:54Z",\n
        "version": 3,\n
        "changeset": 133656486,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944804,\n
        "lat": 49.9043445,\n
        "lon": 3.4046066,\n
        "timestamp": "2023-03-14T08:51:54Z",\n
        "version": 3,\n
        "changeset": 133656486,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944807,\n
        "lat": 49.9045527,\n
        "lon": 3.4052894,\n
        "timestamp": "2021-04-28T08:35:29Z",\n
        "version": 2,\n
        "changeset": 103758431,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944811,\n
        "lat": 49.9045495,\n
        "lon": 3.4052416,\n
        "timestamp": "2023-03-14T08:51:54Z",\n
        "version": 3,\n
        "changeset": 133656486,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944812,\n
        "lat": 49.9045965,\n
        "lon": 3.4048146,\n
        "timestamp": "2023-03-14T08:51:54Z",\n
        "version": 3,\n
        "changeset": 133656486,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944813,\n
        "lat": 49.9046115,\n
        "lon": 3.4046766,\n
        "timestamp": "2023-03-14T08:51:54Z",\n
        "version": 3,\n
        "changeset": 133656486,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944815,\n
        "lat": 49.9052790,\n
        "lon": 3.3961203,\n
        "timestamp": "2023-07-31T11:30:16Z",\n
        "version": 2,\n
        "changeset": 139249772,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944817,\n
        "lat": 49.9052900,\n
        "lon": 3.3959963,\n
        "timestamp": "2023-07-31T11:30:16Z",\n
        "version": 2,\n
        "changeset": 139249772,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944820,\n
        "lat": 49.9053330,\n
        "lon": 3.3960033,\n
        "timestamp": "2023-07-31T11:30:16Z",\n
        "version": 2,\n
        "changeset": 139249772,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944821,\n
        "lat": 49.9053380,\n
        "lon": 3.3959673,\n
        "timestamp": "2023-07-31T11:30:16Z",\n
        "version": 2,\n
        "changeset": 139249772,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944830,\n
        "lat": 49.9053688,\n
        "lon": 3.4042205,\n
        "timestamp": "2020-11-03T08:37:46Z",\n
        "version": 2,\n
        "changeset": 93466762,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944831,\n
        "lat": 49.9053560,\n
        "lon": 3.3961323,\n
        "timestamp": "2023-07-31T11:30:16Z",\n
        "version": 2,\n
        "changeset": 139249772,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944832,\n
        "lat": 49.9053788,\n
        "lon": 3.4042468,\n
        "timestamp": "2020-11-03T08:37:46Z",\n
        "version": 3,\n
        "changeset": 93466762,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944834,\n
        "lat": 49.9053710,\n
        "lon": 3.3959743,\n
        "timestamp": "2023-07-31T11:30:16Z",\n
        "version": 2,\n
        "changeset": 139249772,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944836,\n
        "lat": 49.9054124,\n
        "lon": 3.4041805,\n
        "timestamp": "2020-11-03T08:37:46Z",\n
        "version": 2,\n
        "changeset": 93466762,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944839,\n
        "lat": 49.9054224,\n
        "lon": 3.4042068,\n
        "timestamp": "2020-11-03T08:37:46Z",\n
        "version": 2,\n
        "changeset": 93466762,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944841,\n
        "lat": 49.9058584,\n
        "lon": 3.4045506,\n
        "timestamp": "2019-10-28T11:19:03Z",\n
        "version": 2,\n
        "changeset": 76295015,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944843,\n
        "lat": 49.9059096,\n
        "lon": 3.4042370,\n
        "timestamp": "2019-10-28T11:19:03Z",\n
        "version": 2,\n
        "changeset": 76295015,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944852,\n
        "lat": 49.9061044,\n
        "lon": 3.4046522,\n
        "timestamp": "2019-10-28T11:19:03Z",\n
        "version": 2,\n
        "changeset": 76295015,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944854,\n
        "lat": 49.9061589,\n
        "lon": 3.4043284,\n
        "timestamp": "2019-10-28T11:19:03Z",\n
        "version": 2,\n
        "changeset": 76295015,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944871,\n
        "lat": 49.9067034,\n
        "lon": 3.4027760,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944874,\n
        "lat": 49.9067514,\n
        "lon": 3.4033100,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944875,\n
        "lat": 49.9067724,\n
        "lon": 3.4033610,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944876,\n
        "lat": 49.9068104,\n
        "lon": 3.4030840,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944878,\n
        "lat": 49.9068144,\n
        "lon": 3.4029150,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944880,\n
        "lat": 49.9068514,\n
        "lon": 3.4032030,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944882,\n
        "lat": 49.9068544,\n
        "lon": 3.4030410,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944885,\n
        "lat": 49.9068694,\n
        "lon": 3.4032580,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944889,\n
        "lat": 49.9068774,\n
        "lon": 3.4025870,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944890,\n
        "lat": 49.9068794,\n
        "lon": 3.4036100,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944891,\n
        "lat": 49.9068894,\n
        "lon": 3.4026220,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944893,\n
        "lat": 49.9069074,\n
        "lon": 3.4031400,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944894,\n
        "lat": 49.9069074,\n
        "lon": 3.4036700,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944896,\n
        "lat": 49.9069234,\n
        "lon": 3.4025510,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944897,\n
        "lat": 49.9069354,\n
        "lon": 3.4025840,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944899,\n
        "lat": 49.9069159,\n
        "lon": 3.4039371,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944903,\n
        "lat": 49.9069385,\n
        "lon": 3.4040196,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944905,\n
        "lat": 49.9069834,\n
        "lon": 3.4025490,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944908,\n
        "lat": 49.9070014,\n
        "lon": 3.4026490,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944909,\n
        "lat": 49.9070306,\n
        "lon": 3.4027394,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944912,\n
        "lat": 49.9070034,\n
        "lon": 3.4035080,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944914,\n
        "lat": 49.9070006,\n
        "lon": 3.4038563,\n
        "timestamp": "2014-07-31T05:45:23Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944919,\n
        "lat": 49.9070063,\n
        "lon": 3.4038773,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944922,\n
        "lat": 49.9070294,\n
        "lon": 3.4035680,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944926,\n
        "lat": 49.9070487,\n
        "lon": 3.4038245,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944928,\n
        "lat": 49.9070549,\n
        "lon": 3.4038471,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944929,\n
        "lat": 49.9070864,\n
        "lon": 3.4033540,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944931,\n
        "lat": 49.9070994,\n
        "lon": 3.4037270,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944934,\n
        "lat": 49.9070876,\n
        "lon": 3.4038255,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944936,\n
        "lat": 49.9071214,\n
        "lon": 3.4034780,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944941,\n
        "lat": 49.9071097,\n
        "lon": 3.4039063,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944944,\n
        "lat": 49.9071524,\n
        "lon": 3.4036970,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944945,\n
        "lat": 49.9071584,\n
        "lon": 3.4036930,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944948,\n
        "lat": 49.9071704,\n
        "lon": 3.4037240,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944950,\n
        "lat": 49.9071834,\n
        "lon": 3.4040133,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944952,\n
        "lat": 49.9072204,\n
        "lon": 3.4041883,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944958,\n
        "lat": 49.9072634,\n
        "lon": 3.4032420,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944960,\n
        "lat": 49.9072584,\n
        "lon": 3.4039793,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944961,\n
        "lat": 49.9072954,\n
        "lon": 3.4033690,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944962,\n
        "lat": 49.9073214,\n
        "lon": 3.4036350,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944963,\n
        "lat": 49.9072954,\n
        "lon": 3.4041523,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944964,\n
        "lat": 49.9073314,\n
        "lon": 3.4036700,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944970,\n
        "lat": 49.9073764,\n
        "lon": 3.4027060,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944973,\n
        "lat": 49.9073774,\n
        "lon": 3.4027870,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944975,\n
        "lat": 49.9074747,\n
        "lon": 3.4024316,\n
        "timestamp": "2023-10-02T16:45:51Z",\n
        "version": 3,\n
        "changeset": 142048154,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944977,\n
        "lat": 49.9074877,\n
        "lon": 3.4025537,\n
        "timestamp": "2023-10-02T16:45:51Z",\n
        "version": 3,\n
        "changeset": 142048154,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944978,\n
        "lat": 49.9074674,\n
        "lon": 3.4026920,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944979,\n
        "lat": 49.9074694,\n
        "lon": 3.4027730,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944980,\n
        "lat": 49.9074974,\n
        "lon": 3.4034920,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944982,\n
        "lat": 49.9075021,\n
        "lon": 3.4035810,\n
        "timestamp": "2023-03-14T08:51:54Z",\n
        "version": 3,\n
        "changeset": 133656486,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944983,\n
        "lat": 49.9075294,\n
        "lon": 3.4034270,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944984,\n
        "lat": 49.9075324,\n
        "lon": 3.4025570,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944985,\n
        "lat": 49.9075634,\n
        "lon": 3.4034770,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944987,\n
        "lat": 49.9075734,\n
        "lon": 3.4035450,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944988,\n
        "lat": 49.9075764,\n
        "lon": 3.4033410,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944989,\n
        "lat": 49.9075774,\n
        "lon": 3.4034310,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944990,\n
        "lat": 49.9075834,\n
        "lon": 3.4027110,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944991,\n
        "lat": 49.9075844,\n
        "lon": 3.4025480,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944992,\n
        "lat": 49.9075904,\n
        "lon": 3.4034680,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944994,\n
        "lat": 49.9075954,\n
        "lon": 3.4033410,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944995,\n
        "lat": 49.9075964,\n
        "lon": 3.4032820,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393944996,\n
        "lat": 49.9075994,\n
        "lon": 3.4027160,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393945000,\n
        "lat": 49.9075994,\n
        "lon": 3.4035330,\n
        "timestamp": "2014-07-31T05:45:24Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393945001,\n
        "lat": 49.9076014,\n
        "lon": 3.4028640,\n
        "timestamp": "2014-07-31T05:45:25Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393945003,\n
        "lat": 49.9076164,\n
        "lon": 3.4032820,\n
        "timestamp": "2014-07-31T05:45:25Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1393945005,\n
        "lat": 49.9076204,\n
        "lon": 3.4028680,\n
        "timestamp": "2014-07-31T05:45:25Z",\n
        "version": 2,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383\n
      },\n
      {\n
        "type": "node",\n
        "id": 1966482932,\n
        "lat": 49.9004630,\n
        "lon": 3.3759035,\n
        "timestamp": "2012-10-15T10:26:27Z",\n
        "version": 1,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 6924398353,\n
        "lat": 49.9060082,\n
        "lon": 3.4032158,\n
        "timestamp": "2023-07-31T15:07:34Z",\n
        "version": 3,\n
        "changeset": 139258984,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 6924398362,\n
        "lat": 49.9068891,\n
        "lon": 3.4026212,\n
        "timestamp": "2022-05-31T16:45:39Z",\n
        "version": 2,\n
        "changeset": 121776836,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8074744074,\n
        "lat": 49.9016767,\n
        "lon": 3.3761555,\n
        "timestamp": "2020-11-02T13:18:24Z",\n
        "version": 1,\n
        "changeset": 93422962,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8074744075,\n
        "lat": 49.9022351,\n
        "lon": 3.3772932,\n
        "timestamp": "2023-07-31T08:27:52Z",\n
        "version": 2,\n
        "changeset": 139241685,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8074744076,\n
        "lat": 49.9021217,\n
        "lon": 3.3780211,\n
        "timestamp": "2023-07-31T08:27:52Z",\n
        "version": 2,\n
        "changeset": 139241685,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8074744077,\n
        "lat": 49.9020832,\n
        "lon": 3.3784698,\n
        "timestamp": "2023-07-31T08:27:52Z",\n
        "version": 2,\n
        "changeset": 139241685,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075150513,\n
        "lat": 49.9012492,\n
        "lon": 3.3760066,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075150514,\n
        "lat": 49.9012815,\n
        "lon": 3.3762019,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075150515,\n
        "lat": 49.9013509,\n
        "lon": 3.3761743,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075150516,\n
        "lat": 49.9013186,\n
        "lon": 3.3759790,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164017,\n
        "lat": 49.9011575,\n
        "lon": 3.3755426,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164018,\n
        "lat": 49.9011748,\n
        "lon": 3.3754595,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164019,\n
        "lat": 49.9011843,\n
        "lon": 3.3755279,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164020,\n
        "lat": 49.9011549,\n
        "lon": 3.3755627,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164021,\n
        "lat": 49.9010927,\n
        "lon": 3.3755815,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164022,\n
        "lat": 49.9010996,\n
        "lon": 3.3756137,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164023,\n
        "lat": 49.9010236,\n
        "lon": 3.3756486,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164024,\n
        "lat": 49.9010444,\n
        "lon": 3.3757371,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164025,\n
        "lat": 49.9011757,\n
        "lon": 3.3756834,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164026,\n
        "lat": 49.9012016,\n
        "lon": 3.3758149,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164027,\n
        "lat": 49.9012949,\n
        "lon": 3.3757719,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164028,\n
        "lat": 49.9012655,\n
        "lon": 3.3755949,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164029,\n
        "lat": 49.9012465,\n
        "lon": 3.3756030,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8075164030,\n
        "lat": 49.9012240,\n
        "lon": 3.3754447,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606\n
      },\n
      {\n
        "type": "node",\n
        "id": 8077140668,\n
        "lat": 49.9056414,\n
        "lon": 3.4039278,\n
        "timestamp": "2023-07-31T15:07:34Z",\n
        "version": 2,\n
        "changeset": 139258984,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8077140677,\n
        "lat": 49.9056814,\n
        "lon": 3.4037731,\n
        "timestamp": "2023-10-02T16:45:51Z",\n
        "version": 4,\n
        "changeset": 142048154,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8077140678,\n
        "lat": 49.9057686,\n
        "lon": 3.4036226,\n
        "timestamp": "2023-10-02T16:45:51Z",\n
        "version": 3,\n
        "changeset": 142048154,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2019"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 8688239628,\n
        "lat": 49.9027310,\n
        "lon": 3.3988172,\n
        "timestamp": "2021-05-01T15:37:59Z",\n
        "version": 1,\n
        "changeset": 103962500,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8688239629,\n
        "lat": 49.9026063,\n
        "lon": 3.3989082,\n
        "timestamp": "2021-05-01T15:37:59Z",\n
        "version": 1,\n
        "changeset": 103962500,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8688239630,\n
        "lat": 49.9025530,\n
        "lon": 3.3987295,\n
        "timestamp": "2021-05-01T15:37:59Z",\n
        "version": 1,\n
        "changeset": 103962500,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8688239631,\n
        "lat": 49.9024998,\n
        "lon": 3.3987593,\n
        "timestamp": "2021-05-01T15:37:59Z",\n
        "version": 1,\n
        "changeset": 103962500,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8688239632,\n
        "lat": 49.9024859,\n
        "lon": 3.3987229,\n
        "timestamp": "2021-05-01T15:37:59Z",\n
        "version": 1,\n
        "changeset": 103962500,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9794546634,\n
        "lat": 49.9030802,\n
        "lon": 3.3964040,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9794546635,\n
        "lat": 49.9031596,\n
        "lon": 3.3962178,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9794546636,\n
        "lat": 49.9032201,\n
        "lon": 3.3962797,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9794546637,\n
        "lat": 49.9032005,\n
        "lon": 3.3963265,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9794546638,\n
        "lat": 49.9033134,\n
        "lon": 3.3964423,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9794546639,\n
        "lat": 49.9032536,\n
        "lon": 3.3965817,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9794546640,\n
        "lat": 49.9042525,\n
        "lon": 3.3973519,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9794546641,\n
        "lat": 49.9042498,\n
        "lon": 3.3973464,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9794546642,\n
        "lat": 49.9042082,\n
        "lon": 3.3973946,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9794546643,\n
        "lat": 49.9042653,\n
        "lon": 3.3975133,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9794546644,\n
        "lat": 49.9043648,\n
        "lon": 3.3973981,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9794546645,\n
        "lat": 49.9043102,\n
        "lon": 3.3972852,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9824299163,\n
        "lat": 49.9011757,\n
        "lon": 3.4000647,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 1,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9824299164,\n
        "lat": 49.9012784,\n
        "lon": 3.3998461,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 1,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9824299165,\n
        "lat": 49.9012046,\n
        "lon": 3.3997140,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 1,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9824299166,\n
        "lat": 49.9012033,\n
        "lon": 3.3993740,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 1,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9824299167,\n
        "lat": 49.9017354,\n
        "lon": 3.3992024,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 1,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9824299168,\n
        "lat": 49.9018503,\n
        "lon": 3.3992439,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 1,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9824299169,\n
        "lat": 49.9017881,\n
        "lon": 3.3991125,\n
        "timestamp": "2022-06-17T06:54:26Z",\n
        "version": 1,\n
        "changeset": 122493346,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329357,\n
        "lat": 49.9043751,\n
        "lon": 3.3999252,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329358,\n
        "lat": 49.9042887,\n
        "lon": 3.3997482,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329359,\n
        "lat": 49.9043268,\n
        "lon": 3.3998528,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329360,\n
        "lat": 49.9047103,\n
        "lon": 3.3999655,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329361,\n
        "lat": 49.9047915,\n
        "lon": 3.3999118,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329362,\n
        "lat": 49.9048709,\n
        "lon": 3.3998501,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329363,\n
        "lat": 49.9049435,\n
        "lon": 3.3997831,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329364,\n
        "lat": 49.9050195,\n
        "lon": 3.3996999,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329365,\n
        "lat": 49.9048139,\n
        "lon": 3.4000164,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329366,\n
        "lat": 49.9048916,\n
        "lon": 3.3999547,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329367,\n
        "lat": 49.9049763,\n
        "lon": 3.3998930,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329368,\n
        "lat": 49.9050523,\n
        "lon": 3.3998367,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329369,\n
        "lat": 49.9048433,\n
        "lon": 3.4001505,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329370,\n
        "lat": 49.9049210,\n
        "lon": 3.4000781,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329371,\n
        "lat": 49.9050057,\n
        "lon": 3.4000272,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329372,\n
        "lat": 49.9050748,\n
        "lon": 3.3999762,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329373,\n
        "lat": 49.9050350,\n
        "lon": 3.4001559,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329374,\n
        "lat": 49.9051180,\n
        "lon": 3.4001023,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329375,\n
        "lat": 49.9052061,\n
        "lon": 3.4000567,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329376,\n
        "lat": 49.9051318,\n
        "lon": 3.3997884,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329377,\n
        "lat": 49.9050972,\n
        "lon": 3.3996624,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329378,\n
        "lat": 49.9047880,\n
        "lon": 3.3989624,\n
        "timestamp": "2023-03-14T09:11:08Z",\n
        "version": 2,\n
        "changeset": 133657320,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329379,\n
        "lat": 49.9051836,\n
        "lon": 3.3995873,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329380,\n
        "lat": 49.9052216,\n
        "lon": 3.3997187,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329381,\n
        "lat": 49.9052423,\n
        "lon": 3.3998662,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329382,\n
        "lat": 49.9052803,\n
        "lon": 3.4000003,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329383,\n
        "lat": 49.9053909,\n
        "lon": 3.4000808,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329384,\n
        "lat": 49.9053684,\n
        "lon": 3.3999440,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329385,\n
        "lat": 49.9053356,\n
        "lon": 3.3998018,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329386,\n
        "lat": 49.9053045,\n
        "lon": 3.3996865,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9903329391,\n
        "lat": 49.9052682,\n
        "lon": 3.3995256,\n
        "timestamp": "2022-07-22T05:39:36Z",\n
        "version": 1,\n
        "changeset": 123920150,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11048286849,\n
        "lat": 49.9004898,\n
        "lon": 3.3925384,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 1,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11048286850,\n
        "lat": 49.9004276,\n
        "lon": 3.3924580,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 1,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11048286851,\n
        "lat": 49.9006038,\n
        "lon": 3.3928630,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 1,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11048286852,\n
        "lat": 49.9005485,\n
        "lon": 3.3929998,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 1,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11048286853,\n
        "lat": 49.9005209,\n
        "lon": 3.3933350,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 1,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11048286854,\n
        "lat": 49.9006366,\n
        "lon": 3.3920503,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 1,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11048286855,\n
        "lat": 49.9007636,\n
        "lon": 3.3920449,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 1,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 11048286856,\n
        "lat": 49.9006453,\n
        "lon": 3.3924043,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 1,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "tags": {\n
          "natural": "tree"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793884,\n
        "lat": 49.9030230,\n
        "lon": 3.4038101,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793885,\n
        "lat": 49.9030272,\n
        "lon": 3.4038069,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793886,\n
        "lat": 49.9030339,\n
        "lon": 3.4038288,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793887,\n
        "lat": 49.9030315,\n
        "lon": 3.4038380,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793888,\n
        "lat": 49.9030482,\n
        "lon": 3.4038925,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793889,\n
        "lat": 49.9031179,\n
        "lon": 3.4038411,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793890,\n
        "lat": 49.9030635,\n
        "lon": 3.4036634,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793891,\n
        "lat": 49.9029938,\n
        "lon": 3.4037148,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793892,\n
        "lat": 49.9027238,\n
        "lon": 3.4040964,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793893,\n
        "lat": 49.9027776,\n
        "lon": 3.4041144,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793894,\n
        "lat": 49.9027757,\n
        "lon": 3.4041282,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793895,\n
        "lat": 49.9027219,\n
        "lon": 3.4041103,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793896,\n
        "lat": 49.9027076,\n
        "lon": 3.4042140,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793897,\n
        "lat": 49.9027937,\n
        "lon": 3.4042427,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793898,\n
        "lat": 49.9028099,\n
        "lon": 3.4041252,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793899,\n
        "lat": 49.9026163,\n
        "lon": 3.4041827,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793900,\n
        "lat": 49.9026332,\n
        "lon": 3.4040593,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793901,\n
        "lat": 49.9025993,\n
        "lon": 3.4040482,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793902,\n
        "lat": 49.9025985,\n
        "lon": 3.4040542,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793903,\n
        "lat": 49.9025784,\n
        "lon": 3.4040476,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793904,\n
        "lat": 49.9025793,\n
        "lon": 3.4040416,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793905,\n
        "lat": 49.9024992,\n
        "lon": 3.4040152,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793906,\n
        "lat": 49.9024823,\n
        "lon": 3.4041386,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793907,\n
        "lat": 49.9024174,\n
        "lon": 3.4041358,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793908,\n
        "lat": 49.9024337,\n
        "lon": 3.4040169,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793909,\n
        "lat": 49.9024056,\n
        "lon": 3.4040071,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793910,\n
        "lat": 49.9024046,\n
        "lon": 3.4040121,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793911,\n
        "lat": 49.9023243,\n
        "lon": 3.4039848,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793912,\n
        "lat": 49.9023124,\n
        "lon": 3.4039965,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793913,\n
        "lat": 49.9022987,\n
        "lon": 3.4040962,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793914,\n
        "lat": 49.9022214,\n
        "lon": 3.4039512,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793915,\n
        "lat": 49.9022222,\n
        "lon": 3.4039453,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793916,\n
        "lat": 49.9021865,\n
        "lon": 3.4039400,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793917,\n
        "lat": 49.9021873,\n
        "lon": 3.4039341,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793918,\n
        "lat": 49.9021522,\n
        "lon": 3.4039227,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793919,\n
        "lat": 49.9021359,\n
        "lon": 3.4040444,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793920,\n
        "lat": 49.9022397,\n
        "lon": 3.4040780,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793921,\n
        "lat": 49.9022552,\n
        "lon": 3.4039622,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793923,\n
        "lat": 49.9017910,\n
        "lon": 3.4038460,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793924,\n
        "lat": 49.9017933,\n
        "lon": 3.4038292,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793925,\n
        "lat": 49.9017497,\n
        "lon": 3.4038147,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793926,\n
        "lat": 49.9017340,\n
        "lon": 3.4039285,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793927,\n
        "lat": 49.9017874,\n
        "lon": 3.4039463,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793928,\n
        "lat": 49.9017741,\n
        "lon": 3.4040431,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793929,\n
        "lat": 49.9018362,\n
        "lon": 3.4040637,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793930,\n
        "lat": 49.9018628,\n
        "lon": 3.4038698,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793931,\n
        "lat": 49.9010681,\n
        "lon": 3.4029921,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793932,\n
        "lat": 49.9010055,\n
        "lon": 3.4030686,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793933,\n
        "lat": 49.9010907,\n
        "lon": 3.4032367,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793934,\n
        "lat": 49.9011533,\n
        "lon": 3.4031602,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793935,\n
        "lat": 49.9012831,\n
        "lon": 3.4038074,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793936,\n
        "lat": 49.9012813,\n
        "lon": 3.4038211,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793937,\n
        "lat": 49.9013050,\n
        "lon": 3.4038144,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793938,\n
        "lat": 49.9013032,\n
        "lon": 3.4038280,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793939,\n
        "lat": 49.9012333,\n
        "lon": 3.4038058,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793940,\n
        "lat": 49.9012351,\n
        "lon": 3.4037926,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793941,\n
        "lat": 49.9011882,\n
        "lon": 3.4037776,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793942,\n
        "lat": 49.9011697,\n
        "lon": 3.4039178,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793943,\n
        "lat": 49.9012166,\n
        "lon": 3.4039328,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793944,\n
        "lat": 49.9012194,\n
        "lon": 3.4039121,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793945,\n
        "lat": 49.9013368,\n
        "lon": 3.4039496,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "node",\n
        "id": 13294793946,\n
        "lat": 49.9013527,\n
        "lon": 3.4038296,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165\n
      },\n
      {\n
        "type": "way",\n
        "id": 125519785,\n
        "timestamp": "2011-08-27T01:33:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393911525,\n
          1393911526,\n
          1393911528,\n
          1393911529,\n
          1393911527,\n
          1393911525\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125519901,\n
        "timestamp": "2011-08-27T01:34:03Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393911184,\n
          1393911120,\n
          1393911131,\n
          1393911155,\n
          1393911156,\n
          1393911158,\n
          1393911185,\n
          1393911184\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523932,\n
        "timestamp": "2011-08-27T01:36:19Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941483,\n
          1393941432,\n
          1393941406,\n
          1393941365,\n
          1393941309,\n
          1393941319,\n
          1393941390,\n
          1393941409,\n
          1393941569,\n
          1393941544,\n
          1393941483\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523934,\n
        "timestamp": "2011-08-27T01:36:19Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939920,\n
          1393939897,\n
          1393939859,\n
          1393939882,\n
          1393939890,\n
          1393939893,\n
          1393939910,\n
          1393939913,\n
          1393939912,\n
          1393939927,\n
          1393939920\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523939,\n
        "timestamp": "2012-04-11T15:27:23Z",\n
        "version": 3,\n
        "changeset": 11266377,\n
        "user": "Woopla",\n
        "uid": 636778,\n
        "nodes": [\n
          1393942844,\n
          1393942780,\n
          1393942720,\n
          1393942795,\n
          1393942718,\n
          1393942751,\n
          1393942755,\n
          1393942812,\n
          1393942841,\n
          1393942835,\n
          1393942844\n
        ],\n
        "tags": {\n
          "addr:housenumber": "3",\n
          "building": "house",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523941,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 3,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          1393944125,\n
          1393944145,\n
          1393944213,\n
          1393944185,\n
          1393944177,\n
          1393944178,\n
          1393944109,\n
          1393944127,\n
          1393944144,\n
          1393944125\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523944,\n
        "timestamp": "2011-08-27T01:36:20Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939758,\n
          1393939750,\n
          1393939727,\n
          1393939716,\n
          1393939733,\n
          1393939730,\n
          1393939747,\n
          1393939752,\n
          1393939754,\n
          1393939756,\n
          1393939758\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523947,\n
        "timestamp": "2011-08-27T01:36:20Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941049,\n
          1393941033,\n
          1393940813,\n
          1393940821,\n
          1393940790,\n
          1393940801,\n
          1393940822,\n
          1393940868,\n
          1393940894,\n
          1393941086,\n
          1393941049\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523950,\n
        "timestamp": "2011-08-27T01:36:20Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941551,\n
          1393941624,\n
          1393941600,\n
          1393941526,\n
          1393941522,\n
          1393941487,\n
          1393941493,\n
          1393941382,\n
          1393941405,\n
          1393941543,\n
          1393941551\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523953,\n
        "timestamp": "2011-08-27T01:36:21Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943346,\n
          1393943427,\n
          1393943338,\n
          1393943268,\n
          1393943307,\n
          1393943285,\n
          1393943280,\n
          1393943314,\n
          1393943326,\n
          1393943323,\n
          1393943346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523955,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 3,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "nodes": [\n
          1393941629,\n
          1393940831,\n
          1393940849,\n
          1393941538,\n
          1393941623,\n
          1393941683,\n
          1393941648,\n
          1393941638,\n
          1393941629\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523956,\n
        "timestamp": "2011-08-27T01:36:21Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941884,\n
          1393941717,\n
          1393941688,\n
          1393941752,\n
          1393941783,\n
          1393941865,\n
          1393941857,\n
          1393941982,\n
          1393941924,\n
          1393941930,\n
          1393941884\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523958,\n
        "timestamp": "2011-08-27T01:36:21Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941570,\n
          1393941455,\n
          1393941456,\n
          1393941201,\n
          1393941229,\n
          1393941254,\n
          1393941469,\n
          1393941468,\n
          1393941580,\n
          1393941571,\n
          1393941570\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523960,\n
        "timestamp": "2011-08-27T01:36:21Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939984,\n
          1393939990,\n
          1393939988,\n
          1393940014,\n
          1393940013,\n
          1393940017,\n
          1393940015,\n
          1393940002,\n
          1393939997,\n
          1393939968,\n
          1393939984\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523961,\n
        "timestamp": "2011-08-27T01:36:22Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940652,\n
          1393940510,\n
          1393940550,\n
          1393940513,\n
          1393940531,\n
          1393940697,\n
          1393940678,\n
          1393940648,\n
          1393940626,\n
          1393940676,\n
          1393940652\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523964,\n
        "timestamp": "2011-08-27T01:36:22Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942553,\n
          1393942608,\n
          1393942644,\n
          1393942648,\n
          1393942630,\n
          1393942642,\n
          1393942629,\n
          1393942624,\n
          1393942597,\n
          1393942567,\n
          1393942553\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523967,\n
        "timestamp": "2011-08-27T01:36:22Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941163,\n
          1393941273,\n
          1393941158,\n
          1393941136,\n
          1393941124,\n
          1393941116,\n
          1393940943,\n
          1393940928,\n
          1393940823,\n
          1393940809,\n
          1393941163\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523968,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 4,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          1393941266,\n
          1393941205,\n
          1393941121,\n
          1393941219,\n
          1393941281,\n
          1393941294,\n
          1393941338,\n
          1393941322,\n
          1393941387,\n
          1393941299,\n
          1393941266\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523970,\n
        "timestamp": "2011-08-27T01:36:22Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943978,\n
          1393943844,\n
          1393943693,\n
          1393943744,\n
          1393943787,\n
          1393943801,\n
          1393943850,\n
          1393943854,\n
          1393943911,\n
          1393943973,\n
          1393943978\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523974,\n
        "timestamp": "2011-08-27T01:36:23Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942054,\n
          1393942036,\n
          1393942071,\n
          1393942070,\n
          1393942188,\n
          1393942204,\n
          1393942123,\n
          1393942139,\n
          1393942083,\n
          1393942088,\n
          1393942054\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523976,\n
        "timestamp": "2011-08-27T01:36:23Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942582,\n
          1393942627,\n
          1393942663,\n
          1393942613,\n
          1393942632,\n
          1393942615,\n
          1393942612,\n
          1393942600,\n
          1393942564,\n
          1393942584,\n
          1393942592,\n
          1393942582\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523978,\n
        "timestamp": "2011-08-27T01:36:23Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941915,\n
          1393941826,\n
          1393941834,\n
          1393941807,\n
          1393941841,\n
          1393941849,\n
          1393941876,\n
          1393941969,\n
          1393942045,\n
          1393941998,\n
          1393941940,\n
          1393941915\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523982,\n
        "timestamp": "2011-08-27T01:36:23Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941035,\n
          1393941095,\n
          1393941117,\n
          1393941083,\n
          1393941069,\n
          1393941055,\n
          1393940901,\n
          1393940775,\n
          1393940792,\n
          1393940836,\n
          1393940867,\n
          1393941035\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523984,\n
        "timestamp": "2011-08-27T01:36:23Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941591,\n
          1393941438,\n
          1393941465,\n
          1393941435,\n
          1393941445,\n
          1393941472,\n
          1393941475,\n
          1393941497,\n
          1393941492,\n
          1393941555,\n
          1393941619,\n
          1393941591\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523987,\n
        "timestamp": "2011-08-27T01:36:24Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944283,\n
          1393944281,\n
          1393944261,\n
          1393944253,\n
          1393944255,\n
          1393944371,\n
          1393944388,\n
          1393944407,\n
          1393944432,\n
          1393944413,\n
          1393944461,\n
          1393944283\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523990,\n
        "timestamp": "2011-08-27T01:36:24Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944648,\n
          1393944717,\n
          1393944685,\n
          1393944652,\n
          1393944624,\n
          1393944616,\n
          1393944591,\n
          1393944621,\n
          1393944569,\n
          1393944535,\n
          1393944525,\n
          1393944648\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523992,\n
        "timestamp": "2011-08-27T01:36:24Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942678,\n
          1393942706,\n
          1393942708,\n
          1393942676,\n
          1393942672,\n
          1393942610,\n
          1393942599,\n
          1393942614,\n
          1393942616,\n
          1393942657,\n
          1393942661,\n
          1393942678\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523994,\n
        "timestamp": "2011-08-27T01:36:24Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942785,\n
          1393942837,\n
          1393942877,\n
          1393942893,\n
          1393942882,\n
          1393942987,\n
          1393942957,\n
          1393942929,\n
          1393942865,\n
          1393942848,\n
          1393942818,\n
          1393942785\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523996,\n
        "timestamp": "2011-08-27T01:36:24Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939635,\n
          1393939623,\n
          1393939632,\n
          1393939615,\n
          1393939614,\n
          1393939611,\n
          1393939618,\n
          1393939622,\n
          1393939636,\n
          1393939638,\n
          1393939637,\n
          1393939635\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125523997,\n
        "timestamp": "2011-08-27T01:36:25Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942509,\n
          1393942443,\n
          1393942362,\n
          1393942354,\n
          1393942350,\n
          1393942290,\n
          1393942314,\n
          1393942302,\n
          1393942304,\n
          1393942405,\n
          1393942445,\n
          1393942509\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524000,\n
        "timestamp": "2011-08-27T01:36:25Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943825,\n
          1393943908,\n
          1393943942,\n
          1393944008,\n
          1393943993,\n
          1393943983,\n
          1393944027,\n
          1393943975,\n
          1393943963,\n
          1393943957,\n
          1393943906,\n
          1393943918,\n
          1393943825\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524003,\n
        "timestamp": "2011-08-27T01:36:25Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940116,\n
          1393940094,\n
          1393940109,\n
          1393940110,\n
          1393940186,\n
          1393940190,\n
          1393940230,\n
          1393940232,\n
          1393940192,\n
          1393940203,\n
          1393940206,\n
          1393940211,\n
          1393940116\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524005,\n
        "timestamp": "2011-08-27T01:36:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940048,\n
          1393940052,\n
          1393940059,\n
          1393940061,\n
          1393940067,\n
          1393940088,\n
          1393940081,\n
          1393940118,\n
          1393940117,\n
          1393940115,\n
          1393940114,\n
          1393940077,\n
          1393940048\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524008,\n
        "timestamp": "2011-08-27T01:36:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944490,\n
          1393944472,\n
          1393944438,\n
          1393944410,\n
          1393944298,\n
          1393944309,\n
          1393944288,\n
          1393944257,\n
          1393944259,\n
          1393944326,\n
          1393944335,\n
          1393944441,\n
          1393944490\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524010,\n
        "timestamp": "2011-08-27T01:36:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940304,\n
          1393940297,\n
          1393940290,\n
          1393940281,\n
          1393940270,\n
          1393940268,\n
          1393940243,\n
          1393940247,\n
          1393940252,\n
          1393940272,\n
          1393940287,\n
          1393940288,\n
          1393940304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524011,\n
        "timestamp": "2011-08-27T01:36:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943351,\n
          1393943500,\n
          1393943586,\n
          1393943569,\n
          1393943717,\n
          1393943664,\n
          1393943513,\n
          1393943546,\n
          1393943537,\n
          1393943450,\n
          1393943456,\n
          1393943435,\n
          1393943351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524012,\n
        "timestamp": "2011-08-27T01:36:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941231,\n
          1393941278,\n
          1393941142,\n
          1393941170,\n
          1393941106,\n
          1393940904,\n
          1393941003,\n
          1393941024,\n
          1393941059,\n
          1393941071,\n
          1393941128,\n
          1393941147,\n
          1393941231\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524013,\n
        "timestamp": "2011-08-27T01:36:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941972,\n
          1393941987,\n
          1393942086,\n
          1393942101,\n
          1393942024,\n
          1393942051,\n
          1393942067,\n
          1393942056,\n
          1393942108,\n
          1393942180,\n
          1393942072,\n
          1393942065,\n
          1393941972\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524015,\n
        "timestamp": "2011-08-27T01:36:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941588,\n
          1393941552,\n
          1393941539,\n
          1393941507,\n
          1393941510,\n
          1393941572,\n
          1393941592,\n
          1393941596,\n
          1393941599,\n
          1393941654,\n
          1393941640,\n
          1393941617,\n
          1393941588\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524016,\n
        "timestamp": "2011-08-27T01:36:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943177,\n
          1393943167,\n
          1393943137,\n
          1393943130,\n
          1393943125,\n
          1393943111,\n
          1393943112,\n
          1393943114,\n
          1393943123,\n
          1393943127,\n
          1393943113,\n
          1393943118,\n
          1393943177\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524017,\n
        "timestamp": "2011-08-27T01:36:28Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940221,\n
          1393940207,\n
          1393940196,\n
          1393940277,\n
          1393940374,\n
          1393940420,\n
          1393940478,\n
          1393940503,\n
          1393940452,\n
          1393940432,\n
          1393940379,\n
          1393940395,\n
          1393940221\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524018,\n
        "timestamp": "2025-05-08T17:22:42Z",\n
        "version": 5,\n
        "changeset": 165995049,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          1393942549,\n
          1393942535,\n
          1393942505,\n
          1393942501,\n
          1393942469,\n
          1393942493,\n
          1393942489,\n
          1393942511,\n
          1393942516,\n
          1393942539,\n
          1393942553,\n
          1393942567,\n
          1393942549\n
        ],\n
        "tags": {\n
          "addr:street": "Grand Place",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "commune-fonsomme@orange.fr",\n
          "contact:phone": "+33 3 23 07 95 24",\n
          "name": "Mairie de Fonsomme",\n
          "opening_hours": "We 10:30-12:30,14:00-17:30; Fr 10:30-12:30,14:00-17:30",\n
          "ref:FR:SIRET": "21020300600015",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011;Service-Public.fr - 03/2025",\n
          "source:addr": "https://lannuaire.service-public.fr/nord-pas-de-calais-picardie/aisne#service-mairie",\n
          "wheelchair": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524019,\n
        "timestamp": "2020-05-20T10:23:36Z",\n
        "version": 4,\n
        "changeset": 85492399,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "nodes": [\n
          1393944792,\n
          1393944780,\n
          1393944799,\n
          1393944791,\n
          1393944755,\n
          1393944776,\n
          1393944769,\n
          1393944787,\n
          1393944771,\n
          1393944767,\n
          1393944669,\n
          1393944725,\n
          1393944792\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524020,\n
        "timestamp": "2014-07-31T05:45:22Z",\n
        "version": 3,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          1393944984,\n
          1393944983,\n
          1393944989,\n
          1393944988,\n
          1393944994,\n
          1393944995,\n
          1393945003,\n
          1393945005,\n
          1393945001,\n
          1393944996,\n
          1393944990,\n
          1393944991,\n
          1393944984\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524021,\n
        "timestamp": "2011-08-27T01:36:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941597,\n
          1393941601,\n
          1393941594,\n
          1393941540,\n
          1393941547,\n
          1393941502,\n
          1393941503,\n
          1393941461,\n
          1393941459,\n
          1393941377,\n
          1393941376,\n
          1393941429,\n
          1393941451,\n
          1393941597\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524022,\n
        "timestamp": "2011-08-27T01:36:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943561,\n
          1393943434,\n
          1393943376,\n
          1393943443,\n
          1393943412,\n
          1393943324,\n
          1393943311,\n
          1393943254,\n
          1393943264,\n
          1393943351,\n
          1393943435,\n
          1393943493,\n
          1393943544,\n
          1393943561\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524023,\n
        "timestamp": "2011-08-27T01:36:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943672,\n
          1393943665,\n
          1393943518,\n
          1393943476,\n
          1393943446,\n
          1393943410,\n
          1393943425,\n
          1393943418,\n
          1393943432,\n
          1393943468,\n
          1393943538,\n
          1393943524,\n
          1393943567,\n
          1393943672\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524024,\n
        "timestamp": "2011-08-27T01:36:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942233,\n
          1393942215,\n
          1393942184,\n
          1393942165,\n
          1393942284,\n
          1393942246,\n
          1393942117,\n
          1393942097,\n
          1393941928,\n
          1393942026,\n
          1393942217,\n
          1393942207,\n
          1393942240,\n
          1393942233\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524025,\n
        "timestamp": "2011-08-27T01:36:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941619,\n
          1393941555,\n
          1393941559,\n
          1393941525,\n
          1393941528,\n
          1393941521,\n
          1393941527,\n
          1393941501,\n
          1393941507,\n
          1393941552,\n
          1393941588,\n
          1393941617,\n
          1393941640,\n
          1393941619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524026,\n
        "timestamp": "2011-08-27T01:36:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939854,\n
          1393939831,\n
          1393939833,\n
          1393939828,\n
          1393939810,\n
          1393939813,\n
          1393939787,\n
          1393939779,\n
          1393939797,\n
          1393939798,\n
          1393939826,\n
          1393939836,\n
          1393939838,\n
          1393939855,\n
          1393939854\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524027,\n
        "timestamp": "2011-08-27T01:36:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942007,\n
          1393941971,\n
          1393941904,\n
          1393941898,\n
          1393941964,\n
          1393941927,\n
          1393941811,\n
          1393941824,\n
          1393941867,\n
          1393941899,\n
          1393941795,\n
          1393941805,\n
          1393941832,\n
          1393941839,\n
          1393942007\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524028,\n
        "timestamp": "2011-08-27T01:36:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941402,\n
          1393941388,\n
          1393941381,\n
          1393941359,\n
          1393941356,\n
          1393941262,\n
          1393941333,\n
          1393941403,\n
          1393941427,\n
          1393941457,\n
          1393941426,\n
          1393941399,\n
          1393941389,\n
          1393941420,\n
          1393941402\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524029,\n
        "timestamp": "2011-08-27T01:36:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943035,\n
          1393942984,\n
          1393942915,\n
          1393942890,\n
          1393942913,\n
          1393942909,\n
          1393942940,\n
          1393942944,\n
          1393942959,\n
          1393943025,\n
          1393943046,\n
          1393943052,\n
          1393943069,\n
          1393943067,\n
          1393943035\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524030,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 3,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          1393941411,\n
          1393941373,\n
          1393941372,\n
          1393941298,\n
          1393941300,\n
          1393941152,\n
          1393941155,\n
          1393941196,\n
          1393941262,\n
          1393941356,\n
          1393941359,\n
          1393941381,\n
          1393941388,\n
          1393941402,\n
          1393941415,\n
          1393941411\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524031,\n
        "timestamp": "2011-08-27T01:36:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942212,\n
          1393942163,\n
          1393942105,\n
          1393942081,\n
          1393942065,\n
          1393942072,\n
          1393942121,\n
          1393942193,\n
          1393942176,\n
          1393942195,\n
          1393942197,\n
          1393942202,\n
          1393942229,\n
          1393942200,\n
          1393942212\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524032,\n
        "timestamp": "2011-08-27T01:36:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941657,\n
          1393941646,\n
          1393941609,\n
          1393941553,\n
          1393941608,\n
          1393941620,\n
          1393941632,\n
          1393941644,\n
          1393941681,\n
          1393941691,\n
          1393941668,\n
          1393941643,\n
          1393941671,\n
          1393941767,\n
          1393941657\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524033,\n
        "timestamp": "2011-08-27T01:36:32Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939681,\n
          1393939664,\n
          1393939659,\n
          1393939665,\n
          1393939668,\n
          1393939670,\n
          1393939675,\n
          1393939690,\n
          1393939693,\n
          1393939712,\n
          1393939710,\n
          1393939683,\n
          1393939687,\n
          1393939679,\n
          1393939681\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524034,\n
        "timestamp": "2011-08-27T01:36:32Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940474,\n
          1393940459,\n
          1393940443,\n
          1393940689,\n
          1393940708,\n
          1393940519,\n
          1393940512,\n
          1393940515,\n
          1393940545,\n
          1393940530,\n
          1393940490,\n
          1393940486,\n
          1393940476,\n
          1393940480,\n
          1393940474\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524035,\n
        "timestamp": "2011-08-27T01:36:32Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941523,\n
          1393941145,\n
          1393941162,\n
          1393941063,\n
          1393941076,\n
          1393941309,\n
          1393941365,\n
          1393941362,\n
          1393941404,\n
          1393941406,\n
          1393941432,\n
          1393941431,\n
          1393941480,\n
          1393941483,\n
          1393941544,\n
          1393941523\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524036,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 3,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          1393944163,\n
          1393944166,\n
          1393944190,\n
          1393944232,\n
          1393944225,\n
          1393944236,\n
          1393944269,\n
          1393944344,\n
          1393944341,\n
          1393944291,\n
          1393944289,\n
          1393944273,\n
          1393944214,\n
          1393944204,\n
          1393944163\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524037,\n
        "timestamp": "2011-08-27T01:36:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940394,\n
          1393940571,\n
          1393940566,\n
          1393940497,\n
          1393940496,\n
          1393940506,\n
          1393940505,\n
          1393940542,\n
          1393940547,\n
          1393940499,\n
          1393940494,\n
          1393940448,\n
          1393940439,\n
          1393940416,\n
          1393940419,\n
          1393940396,\n
          1393940394\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524038,\n
        "timestamp": "2022-05-31T16:45:39Z",\n
        "version": 4,\n
        "changeset": 121776836,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          1393944871,\n
          1393944876,\n
          1393944882,\n
          1393944878,\n
          1393944909,\n
          1393944908,\n
          1393944977,\n
          1393944975,\n
          1393944905,\n
          1393944897,\n
          1393944896,\n
          1393944889,\n
          6924398362,\n
          1393944891,\n
          1393944871\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524039,\n
        "timestamp": "2011-08-27T01:36:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942178,\n
          1393942222,\n
          1393942245,\n
          1393942263,\n
          1393942252,\n
          1393942275,\n
          1393942282,\n
          1393942303,\n
          1393942332,\n
          1393942316,\n
          1393942322,\n
          1393942317,\n
          1393942300,\n
          1393942288,\n
          1393942274,\n
          1393942244,\n
          1393942236,\n
          1393942178\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524040,\n
        "timestamp": "2011-08-27T01:36:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942939,\n
          1393942927,\n
          1393942880,\n
          1393942879,\n
          1393942922,\n
          1393942976,\n
          1393942970,\n
          1393942991,\n
          1393942985,\n
          1393943001,\n
          1393942974,\n
          1393942952,\n
          1393942938,\n
          1393942923,\n
          1393942908,\n
          1393942945,\n
          1393942936,\n
          1393942954,\n
          1393942939\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524041,\n
        "timestamp": "2011-08-27T01:36:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940328,\n
          1393940444,\n
          1393940450,\n
          1393940624,\n
          1393940640,\n
          1393940671,\n
          1393940473,\n
          1393940460,\n
          1393940388,\n
          1393940380,\n
          1393940368,\n
          1393940392,\n
          1393940461,\n
          1393940465,\n
          1393940482,\n
          1393940488,\n
          1393940441,\n
          1393940428,\n
          1393940347,\n
          1393940328\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524042,\n
        "timestamp": "2011-08-27T01:36:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940346,\n
          1393940330,\n
          1393940501,\n
          1393940492,\n
          1393940484,\n
          1393940454,\n
          1393940446,\n
          1393940436,\n
          1393940424,\n
          1393940522,\n
          1393940527,\n
          1393940839,\n
          1393940863,\n
          1393940668,\n
          1393940549,\n
          1393940596,\n
          1393940582,\n
          1393940612,\n
          1393940462,\n
          1393940438,\n
          1393940346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524043,\n
        "timestamp": "2011-08-27T01:36:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942390,\n
          1393942380,\n
          1393942396,\n
          1393942386,\n
          1393942391,\n
          1393942365,\n
          1393942369,\n
          1393942363,\n
          1393942352,\n
          1393942345,\n
          1393942347,\n
          1393942367,\n
          1393942382,\n
          1393942425,\n
          1393942414,\n
          1393942412,\n
          1393942433,\n
          1393942422,\n
          1393942410,\n
          1393942408,\n
          1393942390\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524044,\n
        "timestamp": "2011-08-27T01:36:35Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943458,\n
          1393943396,\n
          1393943288,\n
          1393943277,\n
          1393943233,\n
          1393943235,\n
          1393943321,\n
          1393943389,\n
          1393943310,\n
          1393943278,\n
          1393943260,\n
          1393943282,\n
          1393943272,\n
          1393943297,\n
          1393943306,\n
          1393943421,\n
          1393943583,\n
          1393943588,\n
          1393943678,\n
          1393943663,\n
          1393943640,\n
          1393943458\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524045,\n
        "timestamp": "2011-08-27T01:36:35Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942852,\n
          1393942762,\n
          1393942789,\n
          1393942802,\n
          1393942804,\n
          1393942787,\n
          1393942827,\n
          1393942820,\n
          1393942833,\n
          1393942867,\n
          1393942861,\n
          1393942868,\n
          1393942859,\n
          1393942850,\n
          1393942836,\n
          1393942846,\n
          1393942821,\n
          1393942831,\n
          1393942851,\n
          1393942881,\n
          1393942875,\n
          1393942852\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524046,\n
        "timestamp": "2011-08-27T01:36:35Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941481,\n
          1393941378,\n
          1393941346,\n
          1393941057,\n
          1393941047,\n
          1393940975,\n
          1393940962,\n
          1393940941,\n
          1393940984,\n
          1393941050,\n
          1393941064,\n
          1393940997,\n
          1393940818,\n
          1393940769,\n
          1393940764,\n
          1393940819,\n
          1393940786,\n
          1393940963,\n
          1393941280,\n
          1393941311,\n
          1393941328,\n
          1393941347,\n
          1393941430,\n
          1393941479,\n
          1393941481\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524047,\n
        "timestamp": "2011-08-27T01:36:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942529,\n
          1393942646,\n
          1393942641,\n
          1393942643,\n
          1393942578,\n
          1393942585,\n
          1393942520,\n
          1393942437,\n
          1393942487,\n
          1393942457,\n
          1393942454,\n
          1393942435,\n
          1393942399,\n
          1393942397,\n
          1393942491,\n
          1393942495,\n
          1393942518,\n
          1393942525,\n
          1393942531,\n
          1393942655,\n
          1393942659,\n
          1393942791,\n
          1393942783,\n
          1393942691,\n
          1393942626,\n
          1393942554,\n
          1393942547,\n
          1393942529\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524048,\n
        "timestamp": "2020-10-17T16:36:29Z",\n
        "version": 3,\n
        "changeset": 92632273,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          1393944091,\n
          1393943971,\n
          1393943888,\n
          1393943990,\n
          1393943836,\n
          1393943946,\n
          1393944091\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524052,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 5,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          1393944719,\n
          1393944698,\n
          1393944715,\n
          1393944700,\n
          1393944692,\n
          1393944679,\n
          1393944688,\n
          1393944687,\n
          1393944674,\n
          1393944672,\n
          1393944661,\n
          1393944645,\n
          1393944560,\n
          1393944611,\n
          1393944587,\n
          1393944656,\n
          1393944646,\n
          1393944650,\n
          1393944658,\n
          1393944696,\n
          1393944762,\n
          1393944753,\n
          1393944775,\n
          1393944760,\n
          1393944741,\n
          1393944731,\n
          1393944736,\n
          1393944733,\n
          1393944729,\n
          1393944721,\n
          1393944728,\n
          1393944723,\n
          1393944719\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Pierre",\n
          "religion": "christian",\n
          "wikidata": "Q38226143"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524054,\n
        "timestamp": "2011-08-27T01:36:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939578,\n
          1393939573,\n
          1393939576,\n
          1393939581,\n
          1393939578\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524055,\n
        "timestamp": "2011-08-27T01:36:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941680,\n
          1393941682,\n
          1393941700,\n
          1393941697,\n
          1393941680\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524056,\n
        "timestamp": "2011-08-27T01:36:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939597,\n
          1393939609,\n
          1393939574,\n
          1393939568,\n
          1393939597\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524057,\n
        "timestamp": "2011-08-27T01:36:49Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941301,\n
          1393941295,\n
          1393941199,\n
          1393941227,\n
          1393941301\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524058,\n
        "timestamp": "2011-08-27T01:36:50Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940583,\n
          1393940587,\n
          1393940639,\n
          1393940630,\n
          1393940583\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524059,\n
        "timestamp": "2011-08-27T01:36:50Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940326,\n
          1393940412,\n
          1393940403,\n
          1393940319,\n
          1393940326\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524060,\n
        "timestamp": "2011-08-27T01:36:50Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941961,\n
          1393942032,\n
          1393942015,\n
          1393941947,\n
          1393941961\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524061,\n
        "timestamp": "2011-08-27T01:36:50Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941650,\n
          1393941664,\n
          1393941702,\n
          1393941687,\n
          1393941650\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524062,\n
        "timestamp": "2011-08-27T01:36:50Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941506,\n
          1393941436,\n
          1393941466,\n
          1393941532,\n
          1393941506\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524063,\n
        "timestamp": "2011-08-27T01:36:50Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941257,\n
          1393941235,\n
          1393941192,\n
          1393941221,\n
          1393941257\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524064,\n
        "timestamp": "2011-08-27T01:36:50Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944960,\n
          1393944950,\n
          1393944952,\n
          1393944963,\n
          1393944960\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524066,\n
        "timestamp": "2011-08-27T01:36:51Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942697,\n
          1393942628,\n
          1393942670,\n
          1393942747,\n
          1393942697\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524067,\n
        "timestamp": "2011-08-27T01:36:51Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943165,\n
          1393943168,\n
          1393943161,\n
          1393943153,\n
          1393943165\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524068,\n
        "timestamp": "2011-08-27T01:36:51Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941815,\n
          1393941799,\n
          1393941810,\n
          1393941833,\n
          1393941815\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524069,\n
        "timestamp": "2011-08-27T01:36:51Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944341,\n
          1393944322,\n
          1393944289,\n
          1393944291,\n
          1393944341\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524070,\n
        "timestamp": "2011-08-27T01:36:51Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942330,\n
          1393942335,\n
          1393942348,\n
          1393942346,\n
          1393942330\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524071,\n
        "timestamp": "2011-08-27T01:36:51Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941329,\n
          1393941307,\n
          1393941323,\n
          1393941340,\n
          1393941329\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524072,\n
        "timestamp": "2011-08-27T01:36:52Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942337,\n
          1393942331,\n
          1393942301,\n
          1393942320,\n
          1393942337\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524073,\n
        "timestamp": "2011-08-27T01:36:52Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940667,\n
          1393940738,\n
          1393940853,\n
          1393940766,\n
          1393940667\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524074,\n
        "timestamp": "2011-08-27T01:36:52Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943936,\n
          1393943841,\n
          1393943932,\n
          1393943977,\n
          1393943936\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524075,\n
        "timestamp": "2011-08-27T01:36:52Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940153,\n
          1393940151,\n
          1393940142,\n
          1393940144,\n
          1393940153\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524076,\n
        "timestamp": "2011-08-27T01:36:52Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939708,\n
          1393939677,\n
          1393939669,\n
          1393939706,\n
          1393939708\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524077,\n
        "timestamp": "2011-08-27T01:36:52Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942452,\n
          1393942450,\n
          1393942472,\n
          1393942478,\n
          1393942452\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524078,\n
        "timestamp": "2011-08-27T01:36:52Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943128,\n
          1393943136,\n
          1393943154,\n
          1393943142,\n
          1393943128\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524079,\n
        "timestamp": "2011-08-27T01:36:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942289,\n
          1393942226,\n
          1393942238,\n
          1393942291,\n
          1393942289\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524080,\n
        "timestamp": "2011-08-27T01:36:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941554,\n
          1393941664,\n
          1393941650,\n
          1393941533,\n
          1393941554\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524081,\n
        "timestamp": "2011-08-27T01:36:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943544,\n
          1393943493,\n
          1393943516,\n
          1393943563,\n
          1393943544\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524082,\n
        "timestamp": "2011-08-27T01:36:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941012,\n
          1393940878,\n
          1393940912,\n
          1393941026,\n
          1393941012\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524083,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 3,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          1393944382,\n
          1393944366,\n
          1393944330,\n
          1393944404,\n
          1393944466,\n
          1393944382\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524084,\n
        "timestamp": "2011-08-27T01:36:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942622,\n
          1393942598,\n
          1393942568,\n
          1393942596,\n
          1393942622\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524085,\n
        "timestamp": "2011-08-27T01:36:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944351,\n
          1393944323,\n
          1393944355,\n
          1393944368,\n
          1393944351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524086,\n
        "timestamp": "2011-08-27T01:36:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943751,\n
          1393943764,\n
          1393943778,\n
          1393943767,\n
          1393943751\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524087,\n
        "timestamp": "2011-08-27T01:36:54Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944958,\n
          1393944929,\n
          1393944936,\n
          1393944961,\n
          1393944958\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524088,\n
        "timestamp": "2011-08-27T01:36:54Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940693,\n
          1393940679,\n
          1393940718,\n
          1393940724,\n
          1393940693\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524089,\n
        "timestamp": "2011-08-27T01:36:54Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942034,\n
          1393942055,\n
          1393942090,\n
          1393942082,\n
          1393942034\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524090,\n
        "timestamp": "2011-08-27T01:36:54Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939985,\n
          1393939972,\n
          1393939974,\n
          1393939986,\n
          1393939985\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524091,\n
        "timestamp": "2011-08-27T01:36:54Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941159,\n
          1393941132,\n
          1393941217,\n
          1393941289,\n
          1393941159\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524092,\n
        "timestamp": "2011-08-27T01:36:54Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940796,\n
          1393940794,\n
          1393940805,\n
          1393940811,\n
          1393940796\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524093,\n
        "timestamp": "2011-08-27T01:36:54Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941419,\n
          1393941392,\n
          1393941421,\n
          1393941442,\n
          1393941419\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524094,\n
        "timestamp": "2011-08-27T01:36:55Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944196,\n
          1393944201,\n
          1393944233,\n
          1393944217,\n
          1393944196\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524095,\n
        "timestamp": "2011-08-27T01:36:55Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942810,\n
          1393942816,\n
          1393942749,\n
          1393942729,\n
          1393942810\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524096,\n
        "timestamp": "2011-08-27T01:36:55Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943231,\n
          1393943195,\n
          1393943219,\n
          1393943292,\n
          1393943231\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524097,\n
        "timestamp": "2011-08-27T01:36:55Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940817,\n
          1393940740,\n
          1393940721,\n
          1393940777,\n
          1393940817\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524098,\n
        "timestamp": "2011-08-27T01:36:55Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939551,\n
          1393939538,\n
          1393939548,\n
          1393939563,\n
          1393939551\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524099,\n
        "timestamp": "2011-08-27T01:36:55Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942524,\n
          1393942508,\n
          1393942503,\n
          1393942522,\n
          1393942524\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524100,\n
        "timestamp": "2011-08-27T01:36:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943188,\n
          1393943199,\n
          1393943211,\n
          1393943206,\n
          1393943188\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524101,\n
        "timestamp": "2011-08-27T01:36:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940283,\n
          1393940250,\n
          1393940245,\n
          1393940273,\n
          1393940283\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524102,\n
        "timestamp": "2011-08-27T01:36:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942377,\n
          1393942371,\n
          1393942376,\n
          1393942392,\n
          1393942377\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524103,\n
        "timestamp": "2011-08-27T01:36:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941560,\n
          1393941621,\n
          1393941653,\n
          1393941610,\n
          1393941560\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524104,\n
        "timestamp": "2011-08-27T01:36:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944211,\n
          1393944169,\n
          1393944134,\n
          1393944181,\n
          1393944211\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524105,\n
        "timestamp": "2011-08-27T01:36:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944978,\n
          1393944970,\n
          1393944973,\n
          1393944979,\n
          1393944978\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524106,\n
        "timestamp": "2011-08-27T01:36:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944027,\n
          1393943983,\n
          1393943993,\n
          1393944034,\n
          1393944027\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524107,\n
        "timestamp": "2011-08-27T01:36:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944272,\n
          1393944324,\n
          1393944375,\n
          1393944306,\n
          1393944272\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524108,\n
        "timestamp": "2011-08-27T01:36:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944037,\n
          1393943965,\n
          1393944015,\n
          1393944071,\n
          1393944037\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524109,\n
        "timestamp": "2011-08-27T01:36:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940466,\n
          1393940589,\n
          1393940602,\n
          1393940479,\n
          1393940466\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524110,\n
        "timestamp": "2011-08-27T01:36:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942566,\n
          1393942533,\n
          1393942538,\n
          1393942580,\n
          1393942566\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524111,\n
        "timestamp": "2011-08-27T01:36:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941713,\n
          1393941536,\n
          1393941566,\n
          1393941735,\n
          1393941713\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524112,\n
        "timestamp": "2011-08-27T01:36:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944160,\n
          1393944113,\n
          1393944184,\n
          1393944212,\n
          1393944160\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524113,\n
        "timestamp": "2011-08-27T01:36:58Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944459,\n
          1393944143,\n
          1393944167,\n
          1393944527,\n
          1393944459\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524114,\n
        "timestamp": "2012-10-15T10:28:22Z",\n
        "version": 3,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1393940635,\n
          1393940503,\n
          1393940478,\n
          1393940599,\n
          1393940600,\n
          1393940635\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524115,\n
        "timestamp": "2011-08-27T01:36:58Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942470,\n
          1393942459,\n
          1393942463,\n
          1393942475,\n
          1393942470\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524116,\n
        "timestamp": "2012-05-10T21:45:44Z",\n
        "version": 3,\n
        "changeset": 11563337,\n
        "user": "Woopla",\n
        "uid": 636778,\n
        "nodes": [\n
          1393944494,\n
          1393944456,\n
          1393944394,\n
          1393944425,\n
          1393944476,\n
          1393944494\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524117,\n
        "timestamp": "2011-08-27T01:36:58Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940733,\n
          1393940699,\n
          1393940706,\n
          1393940739,\n
          1393940733\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524118,\n
        "timestamp": "2011-08-27T01:36:58Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944094,\n
          1393944074,\n
          1393944130,\n
          1393944154,\n
          1393944094\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524119,\n
        "timestamp": "2011-08-27T01:36:59Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942173,\n
          1393942156,\n
          1393942171,\n
          1393942186,\n
          1393942173\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524120,\n
        "timestamp": "2011-08-27T01:36:59Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939969,\n
          1393939861,\n
          1393939865,\n
          1393939970,\n
          1393939969\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524121,\n
        "timestamp": "2011-08-27T01:36:59Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942764,\n
          1393942735,\n
          1393942748,\n
          1393942774,\n
          1393942764\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524122,\n
        "timestamp": "2011-08-27T01:36:59Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941496,\n
          1393941485,\n
          1393941375,\n
          1393941396,\n
          1393941496\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524123,\n
        "timestamp": "2011-08-27T01:36:59Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940071,\n
          1393940069,\n
          1393940056,\n
          1393940063,\n
          1393940071\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524124,\n
        "timestamp": "2011-08-27T01:36:59Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940082,\n
          1393940064,\n
          1393940066,\n
          1393940079,\n
          1393940082\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524125,\n
        "timestamp": "2011-08-27T01:37:00Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943886,\n
          1393943928,\n
          1393943896,\n
          1393943871,\n
          1393943886\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524126,\n
        "timestamp": "2011-08-27T01:37:00Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943155,\n
          1393943135,\n
          1393943138,\n
          1393943157,\n
          1393943155\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524127,\n
        "timestamp": "2011-08-27T01:37:00Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943124,\n
          1393943132,\n
          1393943094,\n
          1393943083,\n
          1393943124\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524128,\n
        "timestamp": "2011-08-27T01:37:00Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941284,\n
          1393941024,\n
          1393941003,\n
          1393941255,\n
          1393941284\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524129,\n
        "timestamp": "2011-08-27T01:37:00Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940148,\n
          1393940097,\n
          1393940096,\n
          1393940150,\n
          1393940148\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524130,\n
        "timestamp": "2011-08-27T01:37:00Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941761,\n
          1393941765,\n
          1393941791,\n
          1393941788,\n
          1393941761\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524131,\n
        "timestamp": "2011-08-27T01:37:00Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941906,\n
          1393941820,\n
          1393941851,\n
          1393941946,\n
          1393941906\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524132,\n
        "timestamp": "2011-08-27T01:37:01Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943270,\n
          1393943217,\n
          1393943238,\n
          1393943294,\n
          1393943270\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524133,\n
        "timestamp": "2011-08-27T01:37:01Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941662,\n
          1393941685,\n
          1393941707,\n
          1393941676,\n
          1393941662\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524134,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 4,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          1393944320,\n
          1393944287,\n
          1393944275,\n
          1393944248,\n
          1393944271,\n
          1393944304,\n
          1393944302,\n
          1393944347,\n
          1393944342,\n
          1393944353,\n
          1393944320\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524135,\n
        "timestamp": "2011-08-27T01:37:01Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944150,\n
          1393944146,\n
          1393944101,\n
          1393944108,\n
          1393944150\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524136,\n
        "timestamp": "2011-08-27T01:37:01Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942569,\n
          1393942537,\n
          1393942540,\n
          1393942586,\n
          1393942569\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524138,\n
        "timestamp": "2011-08-27T01:37:02Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943054,\n
          1393943087,\n
          1393943097,\n
          1393943071,\n
          1393943054\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524139,\n
        "timestamp": "2011-08-27T01:37:02Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942883,\n
          1393942853,\n
          1393942864,\n
          1393942892,\n
          1393942883\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524140,\n
        "timestamp": "2011-08-27T01:37:02Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941083,\n
          1393941117,\n
          1393941157,\n
          1393941141,\n
          1393941083\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524141,\n
        "timestamp": "2011-08-27T01:37:02Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941004,\n
          1393941015,\n
          1393941102,\n
          1393941088,\n
          1393941004\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524142,\n
        "timestamp": "2011-08-27T01:37:02Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939526,\n
          1393939523,\n
          1393939530,\n
          1393939533,\n
          1393939526\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524143,\n
        "timestamp": "2011-08-27T01:37:02Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943109,\n
          1393943048,\n
          1393943108,\n
          1393943166,\n
          1393943109\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524144,\n
        "timestamp": "2011-08-27T01:37:02Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943160,\n
          1393943172,\n
          1393943187,\n
          1393943174,\n
          1393943160\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524145,\n
        "timestamp": "2011-08-27T01:37:03Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942287,\n
          1393942286,\n
          1393942265,\n
          1393942270,\n
          1393942287\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524146,\n
        "timestamp": "2011-08-27T01:37:03Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939593,\n
          1393939596,\n
          1393939662,\n
          1393939653,\n
          1393939593\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524148,\n
        "timestamp": "2012-10-15T10:28:06Z",\n
        "version": 3,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1966482932,\n
          1393940670,\n
          1393940710,\n
          1393940711,\n
          1966482932\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524149,\n
        "timestamp": "2011-08-27T01:37:03Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940838,\n
          1393940882,\n
          1393940868,\n
          1393940822,\n
          1393940838\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524150,\n
        "timestamp": "2011-08-27T01:37:03Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940363,\n
          1393940321,\n
          1393940303,\n
          1393940342,\n
          1393940363\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524151,\n
        "timestamp": "2011-08-27T01:37:04Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942339,\n
          1393942315,\n
          1393942334,\n
          1393942360,\n
          1393942339\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524152,\n
        "timestamp": "2011-08-27T01:37:04Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940107,\n
          1393940105,\n
          1393940120,\n
          1393940128,\n
          1393940107\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524153,\n
        "timestamp": "2011-08-27T01:37:04Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940045,\n
          1393940044,\n
          1393940025,\n
          1393940036,\n
          1393940045\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524154,\n
        "timestamp": "2011-08-27T01:37:04Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944416,\n
          1393944386,\n
          1393944397,\n
          1393944429,\n
          1393944416\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524155,\n
        "timestamp": "2011-08-27T01:37:04Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941242,\n
          1393941312,\n
          1393941161,\n
          1393941118,\n
          1393941242\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524157,\n
        "timestamp": "2011-08-27T01:37:25Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941836,\n
          1393941769,\n
          1393941781,\n
          1393941844,\n
          1393941836\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524158,\n
        "timestamp": "2011-08-27T01:37:25Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941139,\n
          1393941085,\n
          1393941131,\n
          1393941164,\n
          1393941139\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524159,\n
        "timestamp": "2011-08-27T01:37:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940045,\n
          1393940036,\n
          1393940038,\n
          1393940046,\n
          1393940045\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524160,\n
        "timestamp": "2011-08-27T01:37:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941063,\n
          1393941037,\n
          1393941048,\n
          1393941076,\n
          1393941063\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524161,\n
        "timestamp": "2011-08-27T01:37:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942549,\n
          1393942556,\n
          1393942545,\n
          1393942535,\n
          1393942549\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524162,\n
        "timestamp": "2011-08-27T01:37:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942959,\n
          1393942988,\n
          1393943040,\n
          1393943025,\n
          1393942959\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524163,\n
        "timestamp": "2011-08-27T01:37:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944127,\n
          1393944110,\n
          1393944125,\n
          1393944144,\n
          1393944127\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524164,\n
        "timestamp": "2011-08-27T01:37:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940948,\n
          1393940933,\n
          1393940935,\n
          1393940949,\n
          1393940948\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524165,\n
        "timestamp": "2011-08-27T01:37:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941656,\n
          1393941693,\n
          1393941673,\n
          1393941631,\n
          1393941656\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524166,\n
        "timestamp": "2011-08-27T01:37:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943896,\n
          1393943790,\n
          1393943775,\n
          1393943871,\n
          1393943896\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524167,\n
        "timestamp": "2011-08-27T01:37:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943098,\n
          1393942978,\n
          1393943019,\n
          1393943115,\n
          1393943098\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524168,\n
        "timestamp": "2011-08-27T01:37:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943032,\n
          1393943050,\n
          1393943030,\n
          1393943015,\n
          1393943032\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524169,\n
        "timestamp": "2011-08-27T01:37:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943951,\n
          1393943839,\n
          1393943710,\n
          1393943797,\n
          1393943951\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524170,\n
        "timestamp": "2011-08-27T01:37:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941819,\n
          1393941802,\n
          1393941848,\n
          1393941860,\n
          1393941819\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524171,\n
        "timestamp": "2011-08-27T01:37:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941213,\n
          1393941068,\n
          1393941125,\n
          1393941279,\n
          1393941213\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524172,\n
        "timestamp": "2011-08-27T01:37:28Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941237,\n
          1393941186,\n
          1393941111,\n
          1393941133,\n
          1393941237\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524173,\n
        "timestamp": "2011-08-27T01:37:28Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940169,\n
          1393940146,\n
          1393940137,\n
          1393940157,\n
          1393940169\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524174,\n
        "timestamp": "2011-08-27T01:37:28Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939592,\n
          1393939593,\n
          1393939653,\n
          1393939640,\n
          1393939592\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524175,\n
        "timestamp": "2011-08-27T01:37:28Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940395,\n
          1393940379,\n
          1393940432,\n
          1393940452,\n
          1393940395\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524176,\n
        "timestamp": "2011-08-27T01:37:28Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943675,\n
          1393943494,\n
          1393943592,\n
          1393943733,\n
          1393943675\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524177,\n
        "timestamp": "2011-08-27T01:37:28Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943847,\n
          1393943779,\n
          1393943754,\n
          1393943817,\n
          1393943847\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524178,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 3,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          1393944423,\n
          1393944382,\n
          1393944466,\n
          1393944612,\n
          1393944667,\n
          1393944632,\n
          1393944423\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524179,\n
        "timestamp": "2011-08-27T01:37:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942986,\n
          1393942971,\n
          1393942929,\n
          1393942957,\n
          1393942986\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524180,\n
        "timestamp": "2011-08-27T01:37:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943387,\n
          1393943478,\n
          1393943466,\n
          1393943366,\n
          1393943387\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524181,\n
        "timestamp": "2011-08-27T01:37:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941355,\n
          1393941275,\n
          1393941332,\n
          1393941394,\n
          1393941355\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524182,\n
        "timestamp": "2011-08-27T01:37:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944839,\n
          1393944836,\n
          1393944830,\n
          1393944832,\n
          1393944839\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524183,\n
        "timestamp": "2011-08-27T01:37:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943169,\n
          1393943140,\n
          1393943151,\n
          1393943178,\n
          1393943169\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524184,\n
        "timestamp": "2011-08-27T01:37:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941267,\n
          1393941169,\n
          1393941263,\n
          1393941308,\n
          1393941267\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524185,\n
        "timestamp": "2011-08-27T01:37:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940683,\n
          1393940544,\n
          1393940548,\n
          1393940685,\n
          1393940683\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524186,\n
        "timestamp": "2011-08-27T01:37:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940306,\n
          1393940305,\n
          1393940291,\n
          1393940293,\n
          1393940306\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524187,\n
        "timestamp": "2011-08-27T01:37:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940996,\n
          1393940983,\n
          1393940874,\n
          1393940886,\n
          1393940996\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524188,\n
        "timestamp": "2011-08-27T01:37:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941576,\n
          1393941633,\n
          1393941626,\n
          1393941567,\n
          1393941576\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524189,\n
        "timestamp": "2011-08-27T01:37:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940361,\n
          1393940381,\n
          1393940426,\n
          1393940397,\n
          1393940361\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524190,\n
        "timestamp": "2011-08-27T01:37:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941835,\n
          1393941818,\n
          1393941730,\n
          1393941751,\n
          1393941835\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524191,\n
        "timestamp": "2011-08-27T01:37:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940009,\n
          1393940007,\n
          1393939986,\n
          1393939987,\n
          1393940009\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524193,\n
        "timestamp": "2011-08-27T01:37:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941738,\n
          1393941732,\n
          1393941748,\n
          1393941755,\n
          1393941738\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524194,\n
        "timestamp": "2011-08-27T01:37:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940267,\n
          1393940217,\n
          1393940205,\n
          1393940259,\n
          1393940267\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524195,\n
        "timestamp": "2011-08-27T01:37:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941034,\n
          1393940918,\n
          1393940947,\n
          1393941038,\n
          1393941034\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524196,\n
        "timestamp": "2011-08-27T01:37:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940980,\n
          1393940967,\n
          1393940908,\n
          1393940925,\n
          1393940980\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524197,\n
        "timestamp": "2011-08-27T01:37:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944922,\n
          1393944912,\n
          1393944890,\n
          1393944894,\n
          1393944922\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524198,\n
        "timestamp": "2011-08-27T01:37:32Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940630,\n
          1393940608,\n
          1393940575,\n
          1393940583,\n
          1393940630\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524199,\n
        "timestamp": "2011-08-27T01:37:32Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940168,\n
          1393940161,\n
          1393940178,\n
          1393940189,\n
          1393940168\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524200,\n
        "timestamp": "2011-08-27T01:37:32Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942753,\n
          1393942727,\n
          1393942658,\n
          1393942673,\n
          1393942753\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524201,\n
        "timestamp": "2011-08-27T01:37:32Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940029,\n
          1393940023,\n
          1393939998,\n
          1393939999,\n
          1393940029\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524202,\n
        "timestamp": "2011-08-27T01:37:32Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939527,\n
          1393939524,\n
          1393939525,\n
          1393939528,\n
          1393939527\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524204,\n
        "timestamp": "2011-08-27T01:37:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944875,\n
          1393944885,\n
          1393944880,\n
          1393944874,\n
          1393944875\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524205,\n
        "timestamp": "2011-08-27T01:37:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944048,\n
          1393944206,\n
          1393944215,\n
          1393944058,\n
          1393944048\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524206,\n
        "timestamp": "2011-08-27T01:37:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941235,\n
          1393941257,\n
          1393941453,\n
          1393941449,\n
          1393941235\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524207,\n
        "timestamp": "2011-08-27T01:37:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941613,\n
          1393941611,\n
          1393941516,\n
          1393941519,\n
          1393941613\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524208,\n
        "timestamp": "2011-08-27T01:37:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942772,\n
          1393942760,\n
          1393942733,\n
          1393942741,\n
          1393942772\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524209,\n
        "timestamp": "2011-08-27T01:37:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941252,\n
          1393941120,\n
          1393941134,\n
          1393941249,\n
          1393941252\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524210,\n
        "timestamp": "2011-08-27T01:37:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944256,\n
          1393944285,\n
          1393944228,\n
          1393944194,\n
          1393944256\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524211,\n
        "timestamp": "2011-08-27T01:37:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944796,\n
          1393944794,\n
          1393944807,\n
          1393944811,\n
          1393944796\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524212,\n
        "timestamp": "2011-08-27T01:37:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940921,\n
          1393940906,\n
          1393940923,\n
          1393940939,\n
          1393940921\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524213,\n
        "timestamp": "2011-08-27T01:37:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942584,\n
          1393942576,\n
          1393942582,\n
          1393942592,\n
          1393942584\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524214,\n
        "timestamp": "2011-08-27T01:37:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939857,\n
          1393939888,\n
          1393939895,\n
          1393939867,\n
          1393939857\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524215,\n
        "timestamp": "2011-08-27T01:37:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942594,\n
          1393942570,\n
          1393942561,\n
          1393942583,\n
          1393942594\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524216,\n
        "timestamp": "2011-08-27T01:37:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943650,\n
          1393943623,\n
          1393943628,\n
          1393943653,\n
          1393943650\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524217,\n
        "timestamp": "2011-08-27T01:37:35Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942812,\n
          1393942755,\n
          1393942776,\n
          1393942814,\n
          1393942812\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524218,\n
        "timestamp": "2011-08-27T01:37:35Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943406,\n
          1393943388,\n
          1393943342,\n
          1393943356,\n
          1393943406\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524219,\n
        "timestamp": "2011-08-27T01:37:35Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941537,\n
          1393941550,\n
          1393941614,\n
          1393941603,\n
          1393941537\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524220,\n
        "timestamp": "2011-08-27T01:37:35Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942937,\n
          1393942894,\n
          1393942897,\n
          1393942961,\n
          1393942937\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524221,\n
        "timestamp": "2011-08-27T01:37:35Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942288,\n
          1393942273,\n
          1393942244,\n
          1393942274,\n
          1393942288\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524222,\n
        "timestamp": "2011-08-27T01:37:35Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941667,\n
          1393941660,\n
          1393941670,\n
          1393941675,\n
          1393941667\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524223,\n
        "timestamp": "2011-08-27T01:37:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941223,\n
          1393941283,\n
          1393941264,\n
          1393941174,\n
          1393941223\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524224,\n
        "timestamp": "2011-08-27T01:37:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943208,\n
          1393943201,\n
          1393943184,\n
          1393943190,\n
          1393943208\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524225,\n
        "timestamp": "2011-08-27T01:37:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940957,\n
          1393940915,\n
          1393940950,\n
          1393940990,\n
          1393940957\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524226,\n
        "timestamp": "2011-08-27T01:37:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941334,\n
          1393941418,\n
          1393941408,\n
          1393941324,\n
          1393941334\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524227,\n
        "timestamp": "2011-08-27T01:37:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942732,\n
          1393942704,\n
          1393942719,\n
          1393942757,\n
          1393942732\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524228,\n
        "timestamp": "2011-08-27T01:37:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942800,\n
          1393942793,\n
          1393942760,\n
          1393942772,\n
          1393942800\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524229,\n
        "timestamp": "2011-08-27T01:37:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941869,\n
          1393941840,\n
          1393941843,\n
          1393941880,\n
          1393941869\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524230,\n
        "timestamp": "2011-08-27T01:37:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940007,\n
          1393940005,\n
          1393939985,\n
          1393939986,\n
          1393940007\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524231,\n
        "timestamp": "2011-08-27T01:37:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941001,\n
          1393940952,\n
          1393941018,\n
          1393941075,\n
          1393941001\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524232,\n
        "timestamp": "2011-08-27T01:37:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941912,\n
          1393941932,\n
          1393941821,\n
          1393941808,\n
          1393941912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524235,\n
        "timestamp": "2011-08-27T01:37:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939883,\n
          1393939886,\n
          1393939958,\n
          1393939967,\n
          1393939883\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524236,\n
        "timestamp": "2011-08-27T01:37:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941734,\n
          1393941672,\n
          1393941678,\n
          1393941747,\n
          1393941734\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524238,\n
        "timestamp": "2011-08-27T01:37:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939575,\n
          1393939566,\n
          1393939567,\n
          1393939579,\n
          1393939575\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524239,\n
        "timestamp": "2011-08-27T01:37:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941945,\n
          1393941920,\n
          1393941868,\n
          1393941914,\n
          1393941945\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524242,\n
        "timestamp": "2011-08-27T01:37:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943709,\n
          1393943681,\n
          1393943594,\n
          1393943623,\n
          1393943650,\n
          1393943709\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524243,\n
        "timestamp": "2011-08-27T01:37:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943325,\n
          1393943353,\n
          1393943293,\n
          1393943221,\n
          1393943286,\n
          1393943325\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524244,\n
        "timestamp": "2011-08-27T01:37:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942009,\n
          1393942074,\n
          1393942149,\n
          1393942069,\n
          1393942031,\n
          1393942009\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524246,\n
        "timestamp": "2011-08-27T01:37:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943225,\n
          1393943205,\n
          1393943193,\n
          1393943195,\n
          1393943231,\n
          1393943225\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524248,\n
        "timestamp": "2011-08-27T01:37:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940009,\n
          1393940034,\n
          1393940032,\n
          1393940005,\n
          1393940007,\n
          1393940009\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524251,\n
        "timestamp": "2011-08-27T01:37:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943610,\n
          1393943703,\n
          1393943728,\n
          1393943706,\n
          1393943565,\n
          1393943610\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524254,\n
        "timestamp": "2011-08-27T01:37:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941123,\n
          1393941073,\n
          1393940854,\n
          1393940883,\n
          1393940914,\n
          1393941123\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524256,\n
        "timestamp": "2020-10-17T16:37:40Z",\n
        "version": 3,\n
        "changeset": 92632273,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          1393944250,\n
          1393944230,\n
          1393944180,\n
          1393944187,\n
          1393944250\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524258,\n
        "timestamp": "2012-05-10T21:45:44Z",\n
        "version": 3,\n
        "changeset": 11563337,\n
        "user": "Woopla",\n
        "uid": 636778,\n
        "nodes": [\n
          1393941329,\n
          1393941391,\n
          1393941379,\n
          1393941339,\n
          1393941296,\n
          1393941307,\n
          1393941329\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524259,\n
        "timestamp": "2011-08-27T01:37:39Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943901,\n
          1393943822,\n
          1393943779,\n
          1393943847,\n
          1393943852,\n
          1393943901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524261,\n
        "timestamp": "2011-08-27T01:37:39Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940939,\n
          1393940923,\n
          1393940916,\n
          1393940933,\n
          1393940948,\n
          1393940939\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524262,\n
        "timestamp": "2011-08-27T01:37:39Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941282,\n
          1393941144,\n
          1393941182,\n
          1393941184,\n
          1393941321,\n
          1393941282\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524264,\n
        "timestamp": "2011-08-27T01:37:39Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940245,\n
          1393940250,\n
          1393940236,\n
          1393940225,\n
          1393940240,\n
          1393940245\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524265,\n
        "timestamp": "2011-08-27T01:37:40Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941645,\n
          1393941630,\n
          1393941606,\n
          1393941587,\n
          1393941612,\n
          1393941645\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524266,\n
        "timestamp": "2011-08-27T01:37:40Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941847,\n
          1393941852,\n
          1393941876,\n
          1393941849,\n
          1393941841,\n
          1393941847\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524267,\n
        "timestamp": "2011-08-27T01:37:40Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941008,\n
          1393940888,\n
          1393940869,\n
          1393940861,\n
          1393940992,\n
          1393941008\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524270,\n
        "timestamp": "2011-08-27T01:37:40Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943148,\n
          1393943120,\n
          1393943134,\n
          1393943149,\n
          1393943181,\n
          1393943148\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524271,\n
        "timestamp": "2011-08-27T01:37:40Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942425,\n
          1393942447,\n
          1393942479,\n
          1393942464,\n
          1393942414,\n
          1393942425\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524272,\n
        "timestamp": "2011-08-27T01:37:40Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942157,\n
          1393942100,\n
          1393942013,\n
          1393942057,\n
          1393942153,\n
          1393942157\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524274,\n
        "timestamp": "2011-08-27T01:37:41Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943196,\n
          1393943215,\n
          1393943202,\n
          1393943129,\n
          1393943144,\n
          1393943196\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524276,\n
        "timestamp": "2011-08-27T01:37:52Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941261,\n
          1393941259,\n
          1393941129,\n
          1393941137,\n
          1393941265,\n
          1393941261\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524277,\n
        "timestamp": "2011-08-27T01:37:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943771,\n
          1393943660,\n
          1393943555,\n
          1393943688,\n
          1393943723,\n
          1393943771\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524280,\n
        "timestamp": "2011-08-27T01:37:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941153,\n
          1393941178,\n
          1393941323,\n
          1393941307,\n
          1393941296,\n
          1393941153\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524281,\n
        "timestamp": "2011-08-27T01:37:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943015,\n
          1393943030,\n
          1393943002,\n
          1393942993,\n
          1393942999,\n
          1393943015\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524284,\n
        "timestamp": "2011-08-27T01:37:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941299,\n
          1393941247,\n
          1393941148,\n
          1393941205,\n
          1393941266,\n
          1393941299\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524286,\n
        "timestamp": "2011-08-27T01:37:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943723,\n
          1393943688,\n
          1393943631,\n
          1393943741,\n
          1393943865,\n
          1393943723\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524289,\n
        "timestamp": "2011-08-27T01:37:53Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942450,\n
          1393942401,\n
          1393942384,\n
          1393942418,\n
          1393942441,\n
          1393942450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524290,\n
        "timestamp": "2011-08-27T01:37:54Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942219,\n
          1393942271,\n
          1393942299,\n
          1393942267,\n
          1393942258,\n
          1393942219\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524293,\n
        "timestamp": "2011-08-27T01:37:54Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941006,\n
          1393941016,\n
          1393941022,\n
          1393941114,\n
          1393941090,\n
          1393941006\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524294,\n
        "timestamp": "2011-08-27T01:37:54Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943338,\n
          1393943325,\n
          1393943286,\n
          1393943259,\n
          1393943268,\n
          1393943338\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524297,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 3,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          1393944226,\n
          1393944270,\n
          1393944199,\n
          1393944162,\n
          1393944226\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524299,\n
        "timestamp": "2011-08-27T01:37:54Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941604,\n
          1393941595,\n
          1393941563,\n
          1393941573,\n
          1393941577,\n
          1393941604\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524301,\n
        "timestamp": "2011-08-27T01:37:54Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941573,\n
          1393941563,\n
          1393941529,\n
          1393941535,\n
          1393941568,\n
          1393941573\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524302,\n
        "timestamp": "2020-10-17T16:37:40Z",\n
        "version": 3,\n
        "changeset": 92632273,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          1393943470,\n
          1393943474,\n
          1393943534,\n
          1393943496,\n
          1393943590,\n
          1393943592,\n
          1393943494,\n
          1393943371,\n
          1393943258,\n
          1393943470\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524303,\n
        "timestamp": "2011-08-27T01:37:55Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940019,\n
          1393940021,\n
          1393940025,\n
          1393940044,\n
          1393940040,\n
          1393940019\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524304,\n
        "timestamp": "2011-08-27T01:37:55Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942209,\n
          1393942173,\n
          1393942186,\n
          1393942190,\n
          1393942224,\n
          1393942209\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524306,\n
        "timestamp": "2011-08-27T01:37:55Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940557,\n
          1393940414,\n
          1393940364,\n
          1393940366,\n
          1393940554,\n
          1393940557\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524311,\n
        "timestamp": "2011-08-27T01:37:55Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944476,\n
          1393944523,\n
          1393944584,\n
          1393944532,\n
          1393944494,\n
          1393944476\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524313,\n
        "timestamp": "2011-08-27T01:37:55Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943934,\n
          1393943890,\n
          1393943805,\n
          1393943790,\n
          1393943896,\n
          1393943934\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524314,\n
        "timestamp": "2011-08-27T01:37:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941889,\n
          1393941853,\n
          1393941815,\n
          1393941833,\n
          1393941846,\n
          1393941889\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524316,\n
        "timestamp": "2011-08-27T01:37:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943687,\n
          1393943711,\n
          1393943799,\n
          1393943734,\n
          1393943720,\n
          1393943687\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524321,\n
        "timestamp": "2011-08-27T01:37:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939952,\n
          1393939928,\n
          1393939929,\n
          1393939949,\n
          1393939953,\n
          1393939952\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524323,\n
        "timestamp": "2019-10-28T11:19:03Z",\n
        "version": 3,\n
        "changeset": 76295015,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "nodes": [\n
          1393944854,\n
          1393944843,\n
          1393944841,\n
          1393944852,\n
          1393944854\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524326,\n
        "timestamp": "2011-08-27T01:37:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941259,\n
          1393941303,\n
          1393941292,\n
          1393941240,\n
          1393941215,\n
          1393941259\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524329,\n
        "timestamp": "2011-08-27T01:37:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943731,\n
          1393943860,\n
          1393943913,\n
          1393943884,\n
          1393943759,\n
          1393943731\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524332,\n
        "timestamp": "2011-08-27T01:37:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941088,\n
          1393941102,\n
          1393941122,\n
          1393941112,\n
          1393941097,\n
          1393941088\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524334,\n
        "timestamp": "2011-08-27T01:37:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940464,\n
          1393940405,\n
          1393940410,\n
          1393940411,\n
          1393940477,\n
          1393940464\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524335,\n
        "timestamp": "2011-08-27T01:37:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941750,\n
          1393941659,\n
          1393941667,\n
          1393941675,\n
          1393941773,\n
          1393941750\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524336,\n
        "timestamp": "2011-08-27T01:37:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942895,\n
          1393942899,\n
          1393942926,\n
          1393942912,\n
          1393942907,\n
          1393942895\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524337,\n
        "timestamp": "2011-08-27T01:37:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941112,\n
          1393941154,\n
          1393941149,\n
          1393941089,\n
          1393941097,\n
          1393941112\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524338,\n
        "timestamp": "2011-08-27T01:37:58Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943125,\n
          1393943122,\n
          1393943107,\n
          1393943110,\n
          1393943111,\n
          1393943125\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524339,\n
        "timestamp": "2011-08-27T01:37:58Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941166,\n
          1393941194,\n
          1393941143,\n
          1393941010,\n
          1393941087,\n
          1393941166\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524340,\n
        "timestamp": "2011-08-27T01:37:58Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943171,\n
          1393943150,\n
          1393943106,\n
          1393943119,\n
          1393943173,\n
          1393943171\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524341,\n
        "timestamp": "2011-08-27T01:37:58Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943511,\n
          1393943452,\n
          1393943408,\n
          1393943542,\n
          1393943642,\n
          1393943511\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524342,\n
        "timestamp": "2011-08-27T01:37:58Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943153,\n
          1393943161,\n
          1393943158,\n
          1393943156,\n
          1393943146,\n
          1393943153\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524343,\n
        "timestamp": "2020-10-17T16:37:40Z",\n
        "version": 3,\n
        "changeset": 92632273,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          1393943590,\n
          1393943496,\n
          1393943534,\n
          1393943604,\n
          1393943590\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524345,\n
        "timestamp": "2011-08-27T01:37:59Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941561,\n
          1393941628,\n
          1393941636,\n
          1393941647,\n
          1393941586,\n
          1393941561\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524346,\n
        "timestamp": "2011-08-27T01:37:59Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940445,\n
          1393940407,\n
          1393940382,\n
          1393940376,\n
          1393940434,\n
          1393940445\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524347,\n
        "timestamp": "2011-08-27T01:37:59Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940355,\n
          1393940323,\n
          1393940335,\n
          1393940345,\n
          1393940378,\n
          1393940355\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524348,\n
        "timestamp": "2011-08-27T01:37:59Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943948,\n
          1393943939,\n
          1393943934,\n
          1393943896,\n
          1393943928,\n
          1393943948\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524349,\n
        "timestamp": "2011-08-27T01:37:59Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940103,\n
          1393940101,\n
          1393940095,\n
          1393940152,\n
          1393940170,\n
          1393940103\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524350,\n
        "timestamp": "2011-08-27T01:38:00Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940615,\n
          1393940621,\n
          1393940598,\n
          1393940408,\n
          1393940429,\n
          1393940615\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524352,\n
        "timestamp": "2011-08-27T01:38:00Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943969,\n
          1393943948,\n
          1393943928,\n
          1393943886,\n
          1393943876,\n
          1393943898,\n
          1393943969\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524353,\n
        "timestamp": "2011-08-27T01:38:00Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943979,\n
          1393943830,\n
          1393943828,\n
          1393943759,\n
          1393943884,\n
          1393943913,\n
          1393943979\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524356,\n
        "timestamp": "2011-08-27T01:38:00Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939954,\n
          1393939931,\n
          1393939938,\n
          1393939951,\n
          1393939950,\n
          1393939956,\n
          1393939954\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524357,\n
        "timestamp": "2011-08-27T01:38:00Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944099,\n
          1393944082,\n
          1393944076,\n
          1393943967,\n
          1393943862,\n
          1393944068,\n
          1393944099\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524359,\n
        "timestamp": "2011-08-27T01:38:01Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941305,\n
          1393941315,\n
          1393941156,\n
          1393941059,\n
          1393941024,\n
          1393941284,\n
          1393941305\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524361,\n
        "timestamp": "2011-08-27T01:38:01Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940596,\n
          1393941066,\n
          1393941130,\n
          1393941151,\n
          1393940612,\n
          1393940582,\n
          1393940596\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524363,\n
        "timestamp": "2011-08-27T01:38:01Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942939,\n
          1393942958,\n
          1393942924,\n
          1393942863,\n
          1393942880,\n
          1393942927,\n
          1393942939\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524365,\n
        "timestamp": "2011-08-27T01:38:01Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939558,\n
          1393939540,\n
          1393939549,\n
          1393939553,\n
          1393939555,\n
          1393939562,\n
          1393939558\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524366,\n
        "timestamp": "2011-08-27T01:38:01Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941508,\n
          1393941385,\n
          1393941401,\n
          1393941444,\n
          1393941446,\n
          1393941518,\n
          1393941508\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524369,\n
        "timestamp": "2014-07-31T05:45:22Z",\n
        "version": 3,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          1393944992,\n
          1393944985,\n
          1393944987,\n
          1393945000,\n
          1393944992\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524370,\n
        "timestamp": "2011-08-27T01:38:02Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944375,\n
          1393944324,\n
          1393944364,\n
          1393944453,\n
          1393944487,\n
          1393944401,\n
          1393944375\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524372,\n
        "timestamp": "2011-08-27T01:38:02Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939619,\n
          1393939588,\n
          1393939591,\n
          1393939582,\n
          1393939589,\n
          1393939634,\n
          1393939619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524373,\n
        "timestamp": "2011-08-27T01:38:02Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941850,\n
          1393941822,\n
          1393941793,\n
          1393941745,\n
          1393941784,\n
          1393941863,\n
          1393941850\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524376,\n
        "timestamp": "2011-08-27T01:38:02Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944745,\n
          1393944705,\n
          1393944694,\n
          1393944629,\n
          1393944703,\n
          1393944789,\n
          1393944745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524377,\n
        "timestamp": "2012-10-15T10:29:46Z",\n
        "version": 3,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1393942555,\n
          1393942510,\n
          1393942507,\n
          1393942483,\n
          1393942477,\n
          1393942524,\n
          1393942551,\n
          1393942555\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524378,\n
        "timestamp": "2011-08-27T01:38:03Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940948,\n
          1393941108,\n
          1393941173,\n
          1393941335,\n
          1393941316,\n
          1393940939,\n
          1393940948\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524379,\n
        "timestamp": "2011-08-27T01:38:03Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941585,\n
          1393941557,\n
          1393941622,\n
          1393941637,\n
          1393941618,\n
          1393941627,\n
          1393941585\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524380,\n
        "timestamp": "2011-08-27T01:38:03Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940304,\n
          1393940288,\n
          1393940291,\n
          1393940305,\n
          1393940306,\n
          1393940313,\n
          1393940304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524381,\n
        "timestamp": "2011-08-27T01:38:03Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939748,\n
          1393939739,\n
          1393939736,\n
          1393939717,\n
          1393939715,\n
          1393939743,\n
          1393939748\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524382,\n
        "timestamp": "2011-08-27T01:38:04Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943819,\n
          1393943803,\n
          1393943921,\n
          1393943919,\n
          1393943874,\n
          1393943881,\n
          1393943819\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524383,\n
        "timestamp": "2011-08-27T01:38:04Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940758,\n
          1393940859,\n
          1393940899,\n
          1393940994,\n
          1393941036,\n
          1393940824,\n
          1393940758\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524384,\n
        "timestamp": "2011-08-27T01:38:04Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940132,\n
          1393940187,\n
          1393940165,\n
          1393940117,\n
          1393940118,\n
          1393940126,\n
          1393940132\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524385,\n
        "timestamp": "2011-08-27T01:38:04Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944744,\n
          1393944588,\n
          1393944564,\n
          1393944552,\n
          1393944434,\n
          1393944662,\n
          1393944744\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524386,\n
        "timestamp": "2011-08-27T01:38:04Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942925,\n
          1393942883,\n
          1393942892,\n
          1393942864,\n
          1393942866,\n
          1393942969,\n
          1393942925\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524388,\n
        "timestamp": "2011-08-27T01:38:04Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941684,\n
          1393941661,\n
          1393941654,\n
          1393941599,\n
          1393941596,\n
          1393941635,\n
          1393941684\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524389,\n
        "timestamp": "2011-08-27T01:38:05Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943192,\n
          1393943179,\n
          1393943139,\n
          1393943152,\n
          1393943186,\n
          1393943180,\n
          1393943192\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524390,\n
        "timestamp": "2011-08-27T01:38:05Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942142,\n
          1393942092,\n
          1393942120,\n
          1393942161,\n
          1393942146,\n
          1393942151,\n
          1393942142\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524391,\n
        "timestamp": "2011-08-27T01:38:05Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941055,\n
          1393940981,\n
          1393940773,\n
          1393940833,\n
          1393940876,\n
          1393940901,\n
          1393941055\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524392,\n
        "timestamp": "2011-08-27T01:38:05Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941384,\n
          1393941380,\n
          1393941349,\n
          1393941348,\n
          1393941317,\n
          1393941320,\n
          1393941384\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524393,\n
        "timestamp": "2011-08-27T01:38:05Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941942,\n
          1393941992,\n
          1393941995,\n
          1393941990,\n
          1393941994,\n
          1393941951,\n
          1393941942\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524394,\n
        "timestamp": "2011-08-27T01:38:05Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939560,\n
          1393939565,\n
          1393939552,\n
          1393939554,\n
          1393939542,\n
          1393939539,\n
          1393939560\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524395,\n
        "timestamp": "2011-08-27T01:38:06Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940807,\n
          1393940736,\n
          1393940735,\n
          1393940703,\n
          1393940715,\n
          1393940820,\n
          1393940807\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524396,\n
        "timestamp": "2011-08-27T01:38:06Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941358,\n
          1393941297,\n
          1393941327,\n
          1393941495,\n
          1393941489,\n
          1393941478,\n
          1393941358\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524397,\n
        "timestamp": "2020-10-17T16:37:40Z",\n
        "version": 3,\n
        "changeset": 92632273,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          1393943657,\n
          1393943675,\n
          1393943733,\n
          1393943953,\n
          1393943955,\n
          1393943757,\n
          1393943657\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524398,\n
        "timestamp": "2011-08-27T01:38:06Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940653,\n
          1393940613,\n
          1393940636,\n
          1393940577,\n
          1393940561,\n
          1393940628,\n
          1393940653\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524399,\n
        "timestamp": "2011-08-27T01:38:06Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939999,\n
          1393940000,\n
          1393939976,\n
          1393939983,\n
          1393940030,\n
          1393940029,\n
          1393939999\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524400,\n
        "timestamp": "2023-07-15T16:58:52Z",\n
        "version": 4,\n
        "changeset": 138552272,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "nodes": [\n
          1393940463,\n
          1393940412,\n
          1393940326,\n
          1393940422,\n
          1393940556,\n
          1393940529,\n
          1393940569,\n
          1393940463\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524401,\n
        "timestamp": "2011-08-27T01:38:07Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941579,\n
          1393941593,\n
          1393941625,\n
          1393941639,\n
          1393941656,\n
          1393941631,\n
          1393941579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524402,\n
        "timestamp": "2011-08-27T01:38:07Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943091,\n
          1393943073,\n
          1393943021,\n
          1393943044,\n
          1393943056,\n
          1393943104,\n
          1393943091\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524403,\n
        "timestamp": "2011-08-27T01:38:07Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944117,\n
          1393944041,\n
          1393944097,\n
          1393944128,\n
          1393944123,\n
          1393944171,\n
          1393944117\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524404,\n
        "timestamp": "2011-08-27T01:38:07Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941442,\n
          1393941534,\n
          1393941504,\n
          1393941500,\n
          1393941393,\n
          1393941419,\n
          1393941442\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524406,\n
        "timestamp": "2011-08-27T01:38:07Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943613,\n
          1393943625,\n
          1393943751,\n
          1393943732,\n
          1393943696,\n
          1393943557,\n
          1393943613\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524407,\n
        "timestamp": "2011-08-27T01:38:08Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941966,\n
          1393941871,\n
          1393941949,\n
          1393942011,\n
          1393942003,\n
          1393942017,\n
          1393941966\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524408,\n
        "timestamp": "2011-08-27T01:38:08Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944802,\n
          1393944796,\n
          1393944811,\n
          1393944812,\n
          1393944813,\n
          1393944804,\n
          1393944802\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524409,\n
        "timestamp": "2011-08-27T01:38:08Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944821,\n
          1393944820,\n
          1393944817,\n
          1393944815,\n
          1393944831,\n
          1393944834,\n
          1393944821\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524410,\n
        "timestamp": "2011-08-27T01:38:08Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943008,\n
          1393942995,\n
          1393942910,\n
          1393942963,\n
          1393943004,\n
          1393943000,\n
          1393943008\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524411,\n
        "timestamp": "2011-08-27T01:38:08Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943244,\n
          1393943206,\n
          1393943211,\n
          1393943199,\n
          1393943203,\n
          1393943274,\n
          1393943244\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524412,\n
        "timestamp": "2011-08-27T01:38:09Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940802,\n
          1393940803,\n
          1393940837,\n
          1393940845,\n
          1393940750,\n
          1393940734,\n
          1393940802\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524413,\n
        "timestamp": "2011-08-27T01:38:09Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943075,\n
          1393943017,\n
          1393943060,\n
          1393943102,\n
          1393943085,\n
          1393943092,\n
          1393943075\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524414,\n
        "timestamp": "2011-08-27T01:38:09Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940186,\n
          1393940110,\n
          1393940121,\n
          1393940155,\n
          1393940159,\n
          1393940176,\n
          1393940186\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524415,\n
        "timestamp": "2011-08-27T01:38:09Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940176,\n
          1393940159,\n
          1393940155,\n
          1393940172,\n
          1393940307,\n
          1393940308,\n
          1393940176\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524417,\n
        "timestamp": "2012-10-15T10:29:47Z",\n
        "version": 3,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1393940724,\n
          1393940752,\n
          1393940635,\n
          1393940600,\n
          1393940599,\n
          1393940590,\n
          1393940693,\n
          1393940724\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524418,\n
        "timestamp": "2011-08-27T01:38:09Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941906,\n
          1393941910,\n
          1393941757,\n
          1393941669,\n
          1393941797,\n
          1393941820,\n
          1393941906\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524419,\n
        "timestamp": "2011-08-27T01:38:10Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944023,\n
          1393943999,\n
          1393943986,\n
          1393943959,\n
          1393943780,\n
          1393943869,\n
          1393944023\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524420,\n
        "timestamp": "2011-08-27T01:38:10Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943110,\n
          1393943095,\n
          1393943096,\n
          1393943099,\n
          1393943100,\n
          1393943112,\n
          1393943110\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524422,\n
        "timestamp": "2011-08-27T01:38:10Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942306,\n
          1393942319,\n
          1393942250,\n
          1393942228,\n
          1393942256,\n
          1393942260,\n
          1393942306\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524424,\n
        "timestamp": "2011-08-27T01:38:24Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942141,\n
          1393942103,\n
          1393942125,\n
          1393942098,\n
          1393942118,\n
          1393942167,\n
          1393942141\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524427,\n
        "timestamp": "2011-08-27T01:38:24Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943175,\n
          1393943252,\n
          1393943256,\n
          1393943309,\n
          1393943208,\n
          1393943190,\n
          1393943175\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524428,\n
        "timestamp": "2011-08-27T01:38:24Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941576,\n
          1393941583,\n
          1393941602,\n
          1393941598,\n
          1393941634,\n
          1393941633,\n
          1393941576\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524431,\n
        "timestamp": "2011-08-27T01:38:25Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942394,\n
          1393942361,\n
          1393942375,\n
          1393942406,\n
          1393942416,\n
          1393942429,\n
          1393942394\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524432,\n
        "timestamp": "2011-08-27T01:38:25Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941400,\n
          1393941269,\n
          1393941285,\n
          1393941306,\n
          1393941342,\n
          1393941450,\n
          1393941400\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524433,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 3,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "nodes": [\n
          1393940208,\n
          1393940206,\n
          1393940203,\n
          1393940204,\n
          1393940208\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524434,\n
        "timestamp": "2011-08-27T01:38:25Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940724,\n
          1393940718,\n
          1393940809,\n
          1393940823,\n
          1393940861,\n
          1393940869,\n
          1393940752,\n
          1393940724\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524435,\n
        "timestamp": "2011-08-27T01:38:25Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941160,\n
          1393941052,\n
          1393941101,\n
          1393941190,\n
          1393941276,\n
          1393941270,\n
          1393941176,\n
          1393941160\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524436,\n
        "timestamp": "2011-08-27T01:38:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941777,\n
          1393941838,\n
          1393941882,\n
          1393941845,\n
          1393941786,\n
          1393941771,\n
          1393941719,\n
          1393941777\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524437,\n
        "timestamp": "2011-08-27T01:38:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942068,\n
          1393941985,\n
          1393941945,\n
          1393941914,\n
          1393942009,\n
          1393942031,\n
          1393942069,\n
          1393942068\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524439,\n
        "timestamp": "2011-08-27T01:38:26Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943490,\n
          1393943492,\n
          1393943540,\n
          1393943618,\n
          1393943602,\n
          1393943559,\n
          1393943520,\n
          1393943490\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524440,\n
        "timestamp": "2011-08-27T01:38:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942778,\n
          1393942703,\n
          1393942739,\n
          1393942770,\n
          1393942798,\n
          1393942807,\n
          1393942829,\n
          1393942778\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524441,\n
        "timestamp": "2011-08-27T01:38:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943164,\n
          1393943145,\n
          1393943101,\n
          1393943058,\n
          1393943079,\n
          1393943117,\n
          1393943116,\n
          1393943164\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524442,\n
        "timestamp": "2011-08-27T01:38:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940939,\n
          1393941316,\n
          1393941302,\n
          1393941290,\n
          1393940988,\n
          1393940998,\n
          1393940921,\n
          1393940939\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524443,\n
        "timestamp": "2011-08-27T01:38:27Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941467,\n
          1393941318,\n
          1393941304,\n
          1393941267,\n
          1393941308,\n
          1393941351,\n
          1393941494,\n
          1393941467\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524444,\n
        "timestamp": "2011-08-27T01:38:28Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941927,\n
          1393941893,\n
          1393941842,\n
          1393941835,\n
          1393941751,\n
          1393941775,\n
          1393941811,\n
          1393941927\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524445,\n
        "timestamp": "2011-08-27T01:38:28Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941227,\n
          1393941209,\n
          1393941293,\n
          1393941360,\n
          1393941330,\n
          1393941326,\n
          1393941301,\n
          1393941227\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524446,\n
        "timestamp": "2011-08-27T01:38:28Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942461,\n
          1393942465,\n
          1393942470,\n
          1393942475,\n
          1393942485,\n
          1393942514,\n
          1393942494,\n
          1393942461\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524447,\n
        "timestamp": "2011-08-27T01:38:28Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942254,\n
          1393942230,\n
          1393942170,\n
          1393942159,\n
          1393942219,\n
          1393942258,\n
          1393942242,\n
          1393942254\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524448,\n
        "timestamp": "2011-08-27T01:38:28Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940279,\n
          1393940275,\n
          1393940194,\n
          1393940180,\n
          1393940219,\n
          1393940210,\n
          1393940261,\n
          1393940279\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524449,\n
        "timestamp": "2011-08-27T01:38:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941531,\n
          1393941581,\n
          1393941546,\n
          1393941417,\n
          1393941439,\n
          1393941488,\n
          1393941499,\n
          1393941531\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524450,\n
        "timestamp": "2011-08-27T01:38:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942038,\n
          1393942094,\n
          1393942128,\n
          1393942045,\n
          1393941969,\n
          1393942048,\n
          1393942029,\n
          1393942038\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524451,\n
        "timestamp": "2011-08-27T01:38:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941347,\n
          1393941288,\n
          1393941244,\n
          1393941211,\n
          1393941361,\n
          1393941386,\n
          1393941430,\n
          1393941347\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524452,\n
        "timestamp": "2011-08-27T01:38:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942689,\n
          1393942687,\n
          1393942639,\n
          1393942656,\n
          1393942717,\n
          1393942693,\n
          1393942690,\n
          1393942689\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524453,\n
        "timestamp": "2011-08-27T01:38:29Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941737,\n
          1393941677,\n
          1393941630,\n
          1393941645,\n
          1393941704,\n
          1393941715,\n
          1393941779,\n
          1393941737\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524454,\n
        "timestamp": "2011-08-27T01:38:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944005,\n
          1393944072,\n
          1393944022,\n
          1393943961,\n
          1393943930,\n
          1393943748,\n
          1393943815,\n
          1393944005\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524455,\n
        "timestamp": "2011-08-27T01:38:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941837,\n
          1393941845,\n
          1393941882,\n
          1393941913,\n
          1393941968,\n
          1393941970,\n
          1393941895,\n
          1393941837\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524456,\n
        "timestamp": "2012-10-15T10:30:19Z",\n
        "version": 3,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1393940252,\n
          1393940247,\n
          1393940254,\n
          1393940293,\n
          1393940291,\n
          1393940288,\n
          1393940287,\n
          1393940272,\n
          1393940252\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524457,\n
        "timestamp": "2011-08-27T01:38:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944031,\n
          1393944002,\n
          1393943980,\n
          1393943948,\n
          1393943969,\n
          1393944012,\n
          1393944070,\n
          1393944031\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524458,\n
        "timestamp": "2011-08-27T01:38:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941274,\n
          1393941140,\n
          1393941153,\n
          1393941296,\n
          1393941339,\n
          1393941313,\n
          1393941277,\n
          1393941274\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524459,\n
        "timestamp": "2011-08-27T01:38:30Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941255,\n
          1393941159,\n
          1393941289,\n
          1393941370,\n
          1393941354,\n
          1393941305,\n
          1393941284,\n
          1393941255\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524461,\n
        "timestamp": "2011-08-27T01:38:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940606,\n
          1393940622,\n
          1393940691,\n
          1393940768,\n
          1393940755,\n
          1393940751,\n
          1393940722,\n
          1393940606\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524463,\n
        "timestamp": "2011-08-27T01:38:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941383,\n
          1393941367,\n
          1393941090,\n
          1393941114,\n
          1393941022,\n
          1393941032,\n
          1393941138,\n
          1393941383\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524464,\n
        "timestamp": "2011-08-27T01:38:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943522,\n
          1393943373,\n
          1393943399,\n
          1393943472,\n
          1393943514,\n
          1393943498,\n
          1393943634,\n
          1393943522\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524465,\n
        "timestamp": "2011-08-27T01:38:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942408,\n
          1393942410,\n
          1393942422,\n
          1393942431,\n
          1393942427,\n
          1393942439,\n
          1393942420,\n
          1393942408\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524466,\n
        "timestamp": "2011-08-27T01:38:31Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941280,\n
          1393940963,\n
          1393940888,\n
          1393941008,\n
          1393941017,\n
          1393941070,\n
          1393941271,\n
          1393941280\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524467,\n
        "timestamp": "2011-08-27T01:38:32Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942743,\n
          1393942722,\n
          1393942671,\n
          1393942702,\n
          1393942737,\n
          1393942725,\n
          1393942768,\n
          1393942743\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524469,\n
        "timestamp": "2011-08-27T01:38:32Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943356,\n
          1393943344,\n
          1393943452,\n
          1393943511,\n
          1393943581,\n
          1393943429,\n
          1393943406,\n
          1393943356\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524470,\n
        "timestamp": "2011-08-27T01:38:32Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940339,\n
          1393940302,\n
          1393940315,\n
          1393940317,\n
          1393940337,\n
          1393940332,\n
          1393940377,\n
          1393940339\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524471,\n
        "timestamp": "2011-08-27T01:38:32Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940054,\n
          1393940050,\n
          1393940064,\n
          1393940082,\n
          1393940093,\n
          1393940111,\n
          1393940075,\n
          1393940054\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524472,\n
        "timestamp": "2011-08-27T01:38:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941520,\n
          1393941428,\n
          1393941369,\n
          1393941530,\n
          1393941548,\n
          1393941557,\n
          1393941585,\n
          1393941520\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524473,\n
        "timestamp": "2011-08-27T01:38:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941721,\n
          1393941652,\n
          1393941607,\n
          1393941605,\n
          1393941663,\n
          1393941690,\n
          1393941701,\n
          1393941721\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524474,\n
        "timestamp": "2011-08-27T01:38:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941101,\n
          1393941127,\n
          1393941251,\n
          1393941234,\n
          1393941291,\n
          1393941276,\n
          1393941190,\n
          1393941101\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524475,\n
        "timestamp": "2011-08-27T01:38:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941574,\n
          1393941542,\n
          1393941452,\n
          1393941398,\n
          1393941486,\n
          1393941512,\n
          1393941556,\n
          1393941574\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524476,\n
        "timestamp": "2011-08-27T01:38:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944152,\n
          1393944148,\n
          1393944136,\n
          1393944126,\n
          1393944103,\n
          1393944111,\n
          1393944115,\n
          1393944152\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524477,\n
        "timestamp": "2011-08-27T01:38:33Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940163,\n
          1393940140,\n
          1393940136,\n
          1393940263,\n
          1393940265,\n
          1393940289,\n
          1393940295,\n
          1393940163\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524478,\n
        "timestamp": "2011-08-27T01:38:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944126,\n
          1393944093,\n
          1393944052,\n
          1393944045,\n
          1393944095,\n
          1393944111,\n
          1393944103,\n
          1393944126\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524479,\n
        "timestamp": "2011-08-27T01:38:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944526,\n
          1393944486,\n
          1393944356,\n
          1393944415,\n
          1393944488,\n
          1393944538,\n
          1393944555,\n
          1393944526\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524480,\n
        "timestamp": "2011-08-27T01:38:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940226,\n
          1393940223,\n
          1393940174,\n
          1393940215,\n
          1393940224,\n
          1393940234,\n
          1393940256,\n
          1393940226\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524481,\n
        "timestamp": "2011-08-27T01:38:34Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941397,\n
          1393941424,\n
          1393941484,\n
          1393941475,\n
          1393941472,\n
          1393941445,\n
          1393941435,\n
          1393941397\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524483,\n
        "timestamp": "2014-07-31T05:45:22Z",\n
        "version": 3,\n
        "changeset": 24456104,\n
        "user": "Kalaallit Nunaat",\n
        "uid": 400383,\n
        "nodes": [\n
          1393944980,\n
          1393944945,\n
          1393944948,\n
          1393944962,\n
          1393944964,\n
          1393944982,\n
          1393944980\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524485,\n
        "timestamp": "2011-08-27T01:38:35Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943381,\n
          1393943312,\n
          1393943243,\n
          1393943230,\n
          1393943251,\n
          1393943275,\n
          1393943299,\n
          1393943381\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524486,\n
        "timestamp": "2011-08-27T01:38:35Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941562,\n
          1393941582,\n
          1393941575,\n
          1393941558,\n
          1393941549,\n
          1393941343,\n
          1393941350,\n
          1393941562\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524487,\n
        "timestamp": "2011-08-27T01:38:35Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944735,\n
          1393944640,\n
          1393944739,\n
          1393944782,\n
          1393944778,\n
          1393944785,\n
          1393944747,\n
          1393944735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524488,\n
        "timestamp": "2011-08-27T01:38:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943154,\n
          1393943136,\n
          1393943128,\n
          1393943126,\n
          1393943103,\n
          1393943143,\n
          1393943200,\n
          1393943154\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524489,\n
        "timestamp": "2011-08-27T01:38:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941517,\n
          1393941513,\n
          1393941443,\n
          1393941413,\n
          1393941337,\n
          1393941463,\n
          1393941490,\n
          1393941474,\n
          1393941517\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524490,\n
        "timestamp": "2011-08-27T01:38:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940779,\n
          1393940704,\n
          1393940747,\n
          1393940851,\n
          1393940811,\n
          1393940805,\n
          1393940794,\n
          1393940796,\n
          1393940779\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524491,\n
        "timestamp": "2011-08-27T01:38:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941511,\n
          1393941440,\n
          1393941395,\n
          1393941407,\n
          1393941470,\n
          1393941498,\n
          1393941545,\n
          1393941514,\n
          1393941511\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524492,\n
        "timestamp": "2011-08-27T01:38:36Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941012,\n
          1393941026,\n
          1393941073,\n
          1393941115,\n
          1393941105,\n
          1393941045,\n
          1393941020,\n
          1393940999,\n
          1393941012\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524493,\n
        "timestamp": "2011-08-27T01:38:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942689,\n
          1393942674,\n
          1393942712,\n
          1393942680,\n
          1393942645,\n
          1393942601,\n
          1393942639,\n
          1393942687,\n
          1393942689\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524494,\n
        "timestamp": "2011-08-27T01:38:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940762,\n
          1393940713,\n
          1393940787,\n
          1393940919,\n
          1393941505,\n
          1393941462,\n
          1393940870,\n
          1393940798,\n
          1393940762\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524495,\n
        "timestamp": "2011-08-27T01:38:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941119,\n
          1393941076,\n
          1393941048,\n
          1393940982,\n
          1393940880,\n
          1393940892,\n
          1393940937,\n
          1393940958,\n
          1393941119\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524496,\n
        "timestamp": "2011-08-27T01:38:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944498,\n
          1393944416,\n
          1393944429,\n
          1393944397,\n
          1393944386,\n
          1393944308,\n
          1393944399,\n
          1393944585,\n
          1393944498\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524497,\n
        "timestamp": "2011-08-27T01:38:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944941,\n
          1393944934,\n
          1393944928,\n
          1393944926,\n
          1393944914,\n
          1393944919,\n
          1393944899,\n
          1393944903,\n
          1393944941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524498,\n
        "timestamp": "2011-08-27T01:38:37Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941562,\n
          1393941567,\n
          1393941626,\n
          1393941615,\n
          1393941549,\n
          1393941558,\n
          1393941575,\n
          1393941582,\n
          1393941562\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524499,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 3,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          1393941370,\n
          1393941289,\n
          1393941217,\n
          1393941310,\n
          1393941353,\n
          1393941416,\n
          1393941491,\n
          1393941370\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524500,\n
        "timestamp": "2011-08-27T01:38:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940619,\n
          1393940528,\n
          1393940559,\n
          1393940562,\n
          1393940573,\n
          1393940681,\n
          1393940637,\n
          1393940650,\n
          1393940619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524501,\n
        "timestamp": "2011-08-27T01:38:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943402,\n
          1393943266,\n
          1393943291,\n
          1393943262,\n
          1393943295,\n
          1393943308,\n
          1393943322,\n
          1393943487,\n
          1393943402\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524502,\n
        "timestamp": "2011-08-27T01:38:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940663,\n
          1393940610,\n
          1393940584,\n
          1393940581,\n
          1393940532,\n
          1393940567,\n
          1393940585,\n
          1393940655,\n
          1393940663\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524503,\n
        "timestamp": "2011-08-27T01:38:38Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943042,\n
          1393942972,\n
          1393943006,\n
          1393943038,\n
          1393943062,\n
          1393943105,\n
          1393943093,\n
          1393943065,\n
          1393943042\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524504,\n
        "timestamp": "2011-08-27T01:38:39Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939843,\n
          1393939841,\n
          1393939933,\n
          1393939935,\n
          1393939917,\n
          1393939915,\n
          1393939907,\n
          1393939909,\n
          1393939843\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524505,\n
        "timestamp": "2011-08-27T01:38:39Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944677,\n
          1393944583,\n
          1393944562,\n
          1393944594,\n
          1393944610,\n
          1393944641,\n
          1393944643,\n
          1393944665,\n
          1393944677\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524506,\n
        "timestamp": "2011-08-27T01:38:39Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939816,\n
          1393939804,\n
          1393939800,\n
          1393939789,\n
          1393939791,\n
          1393939785,\n
          1393939767,\n
          1393939806,\n
          1393939816\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524507,\n
        "timestamp": "2011-08-27T01:38:39Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941743,\n
          1393941723,\n
          1393941695,\n
          1393941682,\n
          1393941680,\n
          1393941679,\n
          1393941616,\n
          1393941642,\n
          1393941743\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524508,\n
        "timestamp": "2011-08-27T01:38:39Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942722,\n
          1393942743,\n
          1393942766,\n
          1393942822,\n
          1393942806,\n
          1393942688,\n
          1393942695,\n
          1393942710,\n
          1393942722\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524509,\n
        "timestamp": "2011-08-27T01:38:40Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944362,\n
          1393944529,\n
          1393944567,\n
          1393944558,\n
          1393944505,\n
          1393944332,\n
          1393944360,\n
          1393944349,\n
          1393944362\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524510,\n
        "timestamp": "2011-08-27T01:38:40Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941061,\n
          1393940865,\n
          1393940931,\n
          1393940890,\n
          1393940932,\n
          1393941051,\n
          1393941031,\n
          1393941126,\n
          1393941061\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524511,\n
        "timestamp": "2011-08-27T01:38:40Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943141,\n
          1393943147,\n
          1393943131,\n
          1393943135,\n
          1393943155,\n
          1393943163,\n
          1393943198,\n
          1393943183,\n
          1393943141\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524512,\n
        "timestamp": "2011-08-27T01:38:40Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940134,\n
          1393940135,\n
          1393940119,\n
          1393940130,\n
          1393940092,\n
          1393940090,\n
          1393940078,\n
          1393940076,\n
          1393940134\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524513,\n
        "timestamp": "2011-08-27T01:38:41Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393939526,\n
          1393939533,\n
          1393939536,\n
          1393939535,\n
          1393939534,\n
          1393939531,\n
          1393939532,\n
          1393939529,\n
          1393939526\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524514,\n
        "timestamp": "2011-08-27T01:38:41Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941783,\n
          1393941752,\n
          1393941688,\n
          1393941666,\n
          1393941705,\n
          1393941736,\n
          1393941813,\n
          1393941830,\n
          1393941783\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524515,\n
        "timestamp": "2011-08-27T01:38:41Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941436,\n
          1393941506,\n
          1393941482,\n
          1393941477,\n
          1393941363,\n
          1393941331,\n
          1393941441,\n
          1393941410,\n
          1393941436\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524516,\n
        "timestamp": "2011-08-27T01:38:41Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941215,\n
          1393941188,\n
          1393941099,\n
          1393941084,\n
          1393941110,\n
          1393941113,\n
          1393941129,\n
          1393941259,\n
          1393941215\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524517,\n
        "timestamp": "2012-10-15T10:30:45Z",\n
        "version": 3,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1393940711,\n
          1393940900,\n
          1393940850,\n
          1393940695,\n
          1393940641,\n
          1393940654,\n
          1393940520,\n
          1393940508,\n
          1966482932,\n
          1393940711\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524520,\n
        "timestamp": "2011-08-27T01:38:41Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943225,\n
          1393943248,\n
          1393943207,\n
          1393943194,\n
          1393943182,\n
          1393943162,\n
          1393943170,\n
          1393943205,\n
          1393943225\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524522,\n
        "timestamp": "2011-08-27T01:38:42Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942210,\n
          1393942144,\n
          1393942182,\n
          1393942119,\n
          1393942199,\n
          1393942259,\n
          1393942318,\n
          1393942333,\n
          1393942210\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524523,\n
        "timestamp": "2011-08-27T01:38:42Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941922,\n
          1393941897,\n
          1393941763,\n
          1393941759,\n
          1393941720,\n
          1393941722,\n
          1393941687,\n
          1393941702,\n
          1393941922\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524525,\n
        "timestamp": "2011-08-27T01:38:42Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944757,\n
          1393944766,\n
          1393944749,\n
          1393944764,\n
          1393944712,\n
          1393944681,\n
          1393944682,\n
          1393944751,\n
          1393944757\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524527,\n
        "timestamp": "2011-08-27T01:38:42Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944391,\n
          1393944321,\n
          1393944358,\n
          1393944338,\n
          1393944290,\n
          1393944239,\n
          1393944274,\n
          1393944311,\n
          1393944339,\n
          1393944391\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524528,\n
        "timestamp": "2011-08-27T01:38:42Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940948,\n
          1393940949,\n
          1393941180,\n
          1393941239,\n
          1393941275,\n
          1393941355,\n
          1393941335,\n
          1393941173,\n
          1393941108,\n
          1393940948\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524530,\n
        "timestamp": "2011-08-27T01:38:42Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941451,\n
          1393941448,\n
          1393941464,\n
          1393941425,\n
          1393941515,\n
          1393941541,\n
          1393941589,\n
          1393941590,\n
          1393941597,\n
          1393941451\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524532,\n
        "timestamp": "2011-08-27T01:38:43Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941847,\n
          1393941831,\n
          1393941878,\n
          1393941926,\n
          1393941908,\n
          1393941890,\n
          1393941855,\n
          1393941873,\n
          1393941852,\n
          1393941847\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524535,\n
        "timestamp": "2011-08-27T01:38:43Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941460,\n
          1393941341,\n
          1393941344,\n
          1393941352,\n
          1393941357,\n
          1393941336,\n
          1393941345,\n
          1393941358,\n
          1393941476,\n
          1393941460\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524537,\n
        "timestamp": "2011-08-27T01:38:43Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943720,\n
          1393943734,\n
          1393943876,\n
          1393943886,\n
          1393943871,\n
          1393943775,\n
          1393943709,\n
          1393943650,\n
          1393943653,\n
          1393943720\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524540,\n
        "timestamp": "2011-08-27T01:38:43Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943088,\n
          1393943095,\n
          1393943110,\n
          1393943107,\n
          1393943122,\n
          1393943121,\n
          1393943077,\n
          1393943090,\n
          1393943081,\n
          1393943088\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524546,\n
        "timestamp": "2011-08-27T01:38:55Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940032,\n
          1393940030,\n
          1393939983,\n
          1393939969,\n
          1393939970,\n
          1393939971,\n
          1393939972,\n
          1393939985,\n
          1393940005,\n
          1393940032\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524549,\n
        "timestamp": "2011-08-27T01:38:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941677,\n
          1393941753,\n
          1393941706,\n
          1393941703,\n
          1393941655,\n
          1393941665,\n
          1393941584,\n
          1393941606,\n
          1393941630,\n
          1393941677\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524553,\n
        "timestamp": "2011-08-27T01:38:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940908,\n
          1393940884,\n
          1393940835,\n
          1393940852,\n
          1393941032,\n
          1393941022,\n
          1393941016,\n
          1393940980,\n
          1393940925,\n
          1393940908\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524554,\n
        "timestamp": "2011-08-27T01:38:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943240,\n
          1393943223,\n
          1393943216,\n
          1393943214,\n
          1393943209,\n
          1393943204,\n
          1393943159,\n
          1393943176,\n
          1393943197,\n
          1393943240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524557,\n
        "timestamp": "2011-08-27T01:38:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940770,\n
          1393940720,\n
          1393940719,\n
          1393940656,\n
          1393940665,\n
          1393940546,\n
          1393940517,\n
          1393940754,\n
          1393940753,\n
          1393940770\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524560,\n
        "timestamp": "2011-08-27T01:38:56Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944880,\n
          1393944885,\n
          1393944875,\n
          1393944890,\n
          1393944912,\n
          1393944922,\n
          1393944931,\n
          1393944944,\n
          1393944893,\n
          1393944880\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524561,\n
        "timestamp": "2011-08-27T01:38:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393943703,\n
          1393943610,\n
          1393943638,\n
          1393943607,\n
          1393943615,\n
          1393943646,\n
          1393943684,\n
          1393943795,\n
          1393943738,\n
          1393943703\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524563,\n
        "timestamp": "2011-08-27T01:38:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393942906,\n
          1393942896,\n
          1393943014,\n
          1393943023,\n
          1393943029,\n
          1393943033,\n
          1393943010,\n
          1393942955,\n
          1393942942,\n
          1393942906\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524565,\n
        "timestamp": "2011-08-27T01:38:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393944051,\n
          1393944025,\n
          1393943998,\n
          1393944000,\n
          1393943915,\n
          1393943939,\n
          1393943948,\n
          1393943980,\n
          1393944020,\n
          1393944051\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524567,\n
        "timestamp": "2011-08-27T01:38:57Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393940979,\n
          1393941078,\n
          1393941425,\n
          1393941464,\n
          1393941448,\n
          1393941451,\n
          1393941429,\n
          1393941423,\n
          1393940977,\n
          1393940979\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524569,\n
        "timestamp": "2011-08-27T01:38:58Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941422,\n
          1393941371,\n
          1393941366,\n
          1393941314,\n
          1393941325,\n
          1393941168,\n
          1393941225,\n
          1393941447,\n
          1393941434,\n
          1393941422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524571,\n
        "timestamp": "2020-10-17T16:37:40Z",\n
        "version": 3,\n
        "changeset": 92632273,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          1393943133,\n
          1393943189,\n
          1393943191,\n
          1393943210,\n
          1393943470,\n
          1393943258,\n
          1393943185,\n
          1393943133\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524573,\n
        "timestamp": "2011-08-27T01:38:58Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941095,\n
          1393941104,\n
          1393941135,\n
          1393941146,\n
          1393941150,\n
          1393941272,\n
          1393941207,\n
          1393941157,\n
          1393941117,\n
          1393941095\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 125524577,\n
        "timestamp": "2011-08-27T01:38:58Z",\n
        "version": 2,\n
        "changeset": 9133941,\n
        "user": "PierenBot",\n
        "uid": 201149,\n
        "nodes": [\n
          1393941439,\n
          1393941454,\n
          1393941471,\n
          1393941433,\n
          1393941458,\n
          1393941578,\n
          1393941531,\n
          1393941499,\n
          1393941488,\n
          1393941439\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 866356547,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "nodes": [\n
          8075150516,\n
          8075150515,\n
          8075150514,\n
          8075150513,\n
          8075150516\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 866356548,\n
        "timestamp": "2020-11-02T16:10:17Z",\n
        "version": 1,\n
        "changeset": 93429899,\n
        "user": "Zesty Eagle",\n
        "uid": 9755606,\n
        "nodes": [\n
          8075164020,\n
          8075164017,\n
          8075164019,\n
          8075164018,\n
          8075164030,\n
          8075164029,\n
          8075164028,\n
          8075164027,\n
          8075164026,\n
          8075164025,\n
          8075164024,\n
          8075164023,\n
          8075164022,\n
          8075164021,\n
          8075164020\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 937792618,\n
        "timestamp": "2022-09-05T20:51:39Z",\n
        "version": 6,\n
        "changeset": 125830926,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          1393942912,\n
          8688239628,\n
          8688239629,\n
          8688239630,\n
          8688239631,\n
          8688239632,\n
          1393942567,\n
          1393942501,\n
          1393942912\n
        ],\n
        "tags": {\n
          "addr:city": "Fonsomme",\n
          "addr:housenumber": "4",\n
          "addr:postcode": "02110",\n
          "addr:street": "Rue Émile Falentin",\n
          "amenity": "school",\n
          "contact:email": "ce.0021560K@ac-amiens.fr",\n
          "contact:phone": "+33 323079165",\n
          "name": "École primaire",\n
          "operator:type": "public",\n
          "ref:FR:SIRET": "21020300600023",\n
          "ref:UAI": "0021560K",\n
          "school:FR": "primaire",\n
          "source": "data.gouv.fr:Éducation Nationale - 04/2021"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1066656185,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          9794546634,\n
          9794546635,\n
          9794546636,\n
          9794546637,\n
          9794546638,\n
          9794546639,\n
          9794546634\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1066656186,\n
        "timestamp": "2022-06-04T11:00:57Z",\n
        "version": 1,\n
        "changeset": 121934580,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          9794546640,\n
          9794546641,\n
          9794546642,\n
          9794546643,\n
          9794546644,\n
          9794546645,\n
          9794546640\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417209,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793887,\n
          13294793884,\n
          13294793885,\n
          13294793886,\n
          13294793887\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417210,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793891,\n
          13294793890,\n
          13294793889,\n
          13294793888,\n
          13294793887,\n
          13294793886,\n
          13294793885,\n
          13294793884,\n
          13294793891\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417211,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793895,\n
          13294793892,\n
          13294793893,\n
          13294793894,\n
          13294793895\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417212,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793898,\n
          13294793897,\n
          13294793896,\n
          13294793895,\n
          13294793894,\n
          13294793893,\n
          13294793898\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417213,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793901,\n
          13294793902,\n
          13294793903,\n
          13294793904,\n
          13294793901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417214,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793906,\n
          13294793905,\n
          13294793904,\n
          13294793903,\n
          13294793902,\n
          13294793901,\n
          13294793900,\n
          13294793899,\n
          13294793906\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417215,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793913,\n
          13294793912,\n
          13294793911,\n
          13294793910,\n
          13294793909,\n
          13294793908,\n
          13294793907,\n
          13294793913\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417216,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793917,\n
          13294793915,\n
          13294793914,\n
          13294793916,\n
          13294793917\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417217,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793921,\n
          13294793920,\n
          13294793919,\n
          13294793918,\n
          13294793917,\n
          13294793916,\n
          13294793914,\n
          13294793921\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417218,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793930,\n
          13294793929,\n
          13294793928,\n
          13294793927,\n
          13294793926,\n
          13294793925,\n
          13294793924,\n
          13294793923,\n
          13294793930\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417219,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793934,\n
          13294793933,\n
          13294793932,\n
          13294793931,\n
          13294793934\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "PCRS raster",\n
          "source:date": "2024"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417220,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793936,\n
          13294793935,\n
          13294793937,\n
          13294793938,\n
          13294793936\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1449417221,\n
        "timestamp": "2025-11-10T16:04:38Z",\n
        "version": 1,\n
        "changeset": 174470970,\n
        "user": "Denis_Helfer",\n
        "uid": 22165,\n
        "nodes": [\n
          13294793946,\n
          13294793945,\n
          13294793944,\n
          13294793943,\n
          13294793942,\n
          13294793941,\n
          13294793940,\n
          13294793939,\n
          13294793936,\n
          13294793938,\n
          13294793937,\n
          13294793946\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "Direction Générale des Finances Publiques - cadastre",\n
          "source:date": "2025"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]