GET https://osm-labo.cipherbliss.com/admin/followup/02009/embed/healthcare

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"="02009"]->.searchArea;\n
      (\n
        nwr["emergency"="fire_hydrant"](area.searchArea);\n
        nwr["amenity"="charging_station"](area.searchArea);\n
        nwr["amenity"="toilets"](area.searchArea);\n
        nwr["highway"="bus_stop"](area.searchArea);\n
        nwr["emergency"="defibrillator"](area.searchArea);\n
        nwr["man_made"="surveillance"](area.searchArea);\n
        nwr["amenity"="recycling"](area.searchArea);\n
        nwr["power"="substation"](area.searchArea);\n
        nwr["healthcare"](area.searchArea);\n
        nwr["amenity"="doctors"](area.searchArea);\n
        nwr["amenity"="pharmacy"](area.searchArea);\n
        nwr["amenity"="hospital"](area.searchArea);\n
        nwr["amenity"="clinic"](area.searchArea);\n
        nwr["amenity"="social_facility"](area.searchArea);\n
        nwr["healthcare"="laboratory"](area.searchArea);\n
        nwr["amenity"="school"](area.searchArea);\n
        nwr["amenity"="police"](area.searchArea);\n
        nwr["amenity"="bicycle_parking"](area.searchArea);\n
        nwr["advertising"="board"]["message"="political"](area.searchArea);\n
        way["building"](area.searchArea);\n
        nwr["email"](area.searchArea);\n
        nwr["contact:email"](area.searchArea);\n
        nwr["amenity"="bench"](area.searchArea);\n
        nwr["amenity"="waste_basket"](area.searchArea);\n
        nwr["highway"="street_lamp"](area.searchArea);\n
        nwr["amenity"="drinking_water"](area.searchArea);\n
        nwr["natural"="tree"](area.searchArea);\n
        nw["power"="pole"](area.searchArea);\n
        nwr["manhole"](area.searchArea);\n
        nwr["amenity"="public_bookcase"](area.searchArea);\n
        nwr["leisure"="playground"](area.searchArea);\n
        nwr["amenity"="restaurant"](area.searchArea);\n
        nwr["ref:FR:RNB"](area.searchArea);\n
      );\n
      (._;>;);\n
      out meta;\n
      >;
      """
  ]
  "timeout" => 60
]
Response 200
[
  "info" => [
    "header_size" => 190
    "request_size" => 2613
    "total_time" => 5.091413
    "namelookup_time" => 0.000551
    "connect_time" => 0.018671
    "pretransfer_time" => 0.038562
    "size_upload" => 2410.0
    "size_download" => 59752.0
    "speed_download" => 11735.0
    "speed_upload" => 473.0
    "download_content_length" => 59752.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 5.055478
    "primary_ip" => "2a01:4f8:261:3c4f::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:2900:602f:872e:e67a"
    "local_port" => 44902
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 38495
    "connect_time_us" => 18671
    "namelookup_time_us" => 551
    "pretransfer_time_us" => 38562
    "starttransfer_time_us" => 5055478
    "posttransfer_time_us" => 38561
    "total_time_us" => 5091413
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1769998869.402
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#929
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#896 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#913 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f8:261:3c4f::2, 2a01:4f9:3051:3e48::2\n
      * IPv4: 65.109.112.52, 162.55.144.139\n
      *   Trying [2a01:4f8:261:3c4f::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=gall.openstreetmap.de\n
      *  start date: Jan 21 16:56:04 2026 GMT\n
      *  expire date: Apr 21 16:56:03 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f8:261:3c4f::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Mon, 02 Feb 2026 02:21:09 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 59752\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Mon, 02 Feb 2026 02:21:09 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 59752"
    "Content-Type: application/json"
  ]
  "response_content" => [
    """
      {\n
        "version": 0.6,\n
        "generator": "Overpass API 0.7.62.10 2d4cfc48",\n
        "osm3s": {\n
          "timestamp_osm_base": "2026-02-02T02:19:27Z",\n
          "timestamp_areas_base": "2026-01-22T23:45:51Z",\n
          "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n
        },\n
        "elements": [\n
      \n
      {\n
        "type": "node",\n
        "id": 1449145980,\n
        "lat": 49.7546770,\n
        "lon": 3.3658290,\n
        "timestamp": "2011-09-29T21:33:12Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449145991,\n
        "lat": 49.7547110,\n
        "lon": 3.3659110,\n
        "timestamp": "2011-09-29T21:33:12Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449145992,\n
        "lat": 49.7547120,\n
        "lon": 3.3657760,\n
        "timestamp": "2011-09-29T21:33:12Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449145995,\n
        "lat": 49.7547180,\n
        "lon": 3.3657900,\n
        "timestamp": "2011-09-29T21:33:12Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449145998,\n
        "lat": 49.7547310,\n
        "lon": 3.3658920,\n
        "timestamp": "2011-09-29T21:33:13Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449146003,\n
        "lat": 49.7547430,\n
        "lon": 3.3657480,\n
        "timestamp": "2011-09-29T21:33:13Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449146004,\n
        "lat": 49.7547440,\n
        "lon": 3.3659240,\n
        "timestamp": "2011-09-29T21:33:13Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449146007,\n
        "lat": 49.7547470,\n
        "lon": 3.3657470,\n
        "timestamp": "2011-09-29T21:33:13Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449146014,\n
        "lat": 49.7547620,\n
        "lon": 3.3658760,\n
        "timestamp": "2011-09-29T21:33:13Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449146015,\n
        "lat": 49.7547700,\n
        "lon": 3.3658970,\n
        "timestamp": "2011-09-29T21:33:13Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449146028,\n
        "lat": 49.7547880,\n
        "lon": 3.3658460,\n
        "timestamp": "2011-09-29T21:33:14Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449146220,\n
        "lat": 49.7550830,\n
        "lon": 3.3651420,\n
        "timestamp": "2011-09-29T21:33:21Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449146236,\n
        "lat": 49.7551000,\n
        "lon": 3.3651140,\n
        "timestamp": "2011-09-29T21:33:22Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449146258,\n
        "lat": 49.7551300,\n
        "lon": 3.3652060,\n
        "timestamp": "2011-09-29T21:33:23Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1449146274,\n
        "lat": 49.7551460,\n
        "lon": 3.3651790,\n
        "timestamp": "2011-09-29T21:33:23Z",\n
        "version": 1,\n
        "changeset": 9431114,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607857,\n
        "lat": 49.7548130,\n
        "lon": 3.3657860,\n
        "timestamp": "2012-01-09T10:30:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607858,\n
        "lat": 49.7548590,\n
        "lon": 3.3657160,\n
        "timestamp": "2012-01-09T10:30:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607859,\n
        "lat": 49.7548730,\n
        "lon": 3.3658750,\n
        "timestamp": "2012-01-09T10:30:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607860,\n
        "lat": 49.7548770,\n
        "lon": 3.3656040,\n
        "timestamp": "2012-01-09T10:30:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607861,\n
        "lat": 49.7548780,\n
        "lon": 3.3658820,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607862,\n
        "lat": 49.7548870,\n
        "lon": 3.3657770,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607863,\n
        "lat": 49.7548940,\n
        "lon": 3.3657680,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607864,\n
        "lat": 49.7549060,\n
        "lon": 3.3656450,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607865,\n
        "lat": 49.7549110,\n
        "lon": 3.3658130,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607866,\n
        "lat": 49.7549160,\n
        "lon": 3.3658210,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607867,\n
        "lat": 49.7549590,\n
        "lon": 3.3654890,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607868,\n
        "lat": 49.7549780,\n
        "lon": 3.3655200,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607869,\n
        "lat": 49.7551730,\n
        "lon": 3.3651810,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607870,\n
        "lat": 49.7552020,\n
        "lon": 3.3651340,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607871,\n
        "lat": 49.7552630,\n
        "lon": 3.3653160,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607872,\n
        "lat": 49.7552910,\n
        "lon": 3.3652700,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607873,\n
        "lat": 49.7553090,\n
        "lon": 3.3649670,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607874,\n
        "lat": 49.7553530,\n
        "lon": 3.3648980,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607875,\n
        "lat": 49.7553600,\n
        "lon": 3.3642010,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607876,\n
        "lat": 49.7554000,\n
        "lon": 3.3642330,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607877,\n
        "lat": 49.7554210,\n
        "lon": 3.3651380,\n
        "timestamp": "2012-01-09T10:30:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607878,\n
        "lat": 49.7554280,\n
        "lon": 3.3641490,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607879,\n
        "lat": 49.7554390,\n
        "lon": 3.3639720,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607880,\n
        "lat": 49.7554580,\n
        "lon": 3.3641740,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607881,\n
        "lat": 49.7554660,\n
        "lon": 3.3650700,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607882,\n
        "lat": 49.7555080,\n
        "lon": 3.3640270,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607883,\n
        "lat": 49.7555300,\n
        "lon": 3.3640330,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607884,\n
        "lat": 49.7555390,\n
        "lon": 3.3644770,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607885,\n
        "lat": 49.7555410,\n
        "lon": 3.3640030,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607886,\n
        "lat": 49.7555700,\n
        "lon": 3.3640680,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607887,\n
        "lat": 49.7555800,\n
        "lon": 3.3634440,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607888,\n
        "lat": 49.7555830,\n
        "lon": 3.3640350,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607889,\n
        "lat": 49.7555960,\n
        "lon": 3.3633980,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607890,\n
        "lat": 49.7555960,\n
        "lon": 3.3638330,\n
        "timestamp": "2012-01-09T10:30:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607891,\n
        "lat": 49.7556010,\n
        "lon": 3.3634030,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607892,\n
        "lat": 49.7556060,\n
        "lon": 3.3633700,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607893,\n
        "lat": 49.7556110,\n
        "lon": 3.3633740,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607894,\n
        "lat": 49.7556190,\n
        "lon": 3.3637620,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607895,\n
        "lat": 49.7556210,\n
        "lon": 3.3641910,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607896,\n
        "lat": 49.7556260,\n
        "lon": 3.3637550,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607897,\n
        "lat": 49.7556320,\n
        "lon": 3.3637720,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607898,\n
        "lat": 49.7556350,\n
        "lon": 3.3637620,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607899,\n
        "lat": 49.7556390,\n
        "lon": 3.3632920,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607900,\n
        "lat": 49.7556490,\n
        "lon": 3.3635010,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607901,\n
        "lat": 49.7556510,\n
        "lon": 3.3632440,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607902,\n
        "lat": 49.7556550,\n
        "lon": 3.3636660,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607904,\n
        "lat": 49.7556610,\n
        "lon": 3.3645670,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607905,\n
        "lat": 49.7556680,\n
        "lon": 3.3631940,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607907,\n
        "lat": 49.7556740,\n
        "lon": 3.3638950,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607909,\n
        "lat": 49.7556760,\n
        "lon": 3.3632010,\n
        "timestamp": "2012-01-09T10:30:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607910,\n
        "lat": 49.7556860,\n
        "lon": 3.3638580,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607911,\n
        "lat": 49.7557030,\n
        "lon": 3.3633450,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607912,\n
        "lat": 49.7557090,\n
        "lon": 3.3637900,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607913,\n
        "lat": 49.7557130,\n
        "lon": 3.3630950,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607914,\n
        "lat": 49.7557210,\n
        "lon": 3.3633020,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607916,\n
        "lat": 49.7557320,\n
        "lon": 3.3637210,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607917,\n
        "lat": 49.7557340,\n
        "lon": 3.3638960,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607919,\n
        "lat": 49.7557360,\n
        "lon": 3.3626090,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607927,\n
        "lat": 49.7557420,\n
        "lon": 3.3641380,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607928,\n
        "lat": 49.7557430,\n
        "lon": 3.3642800,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607929,\n
        "lat": 49.7557570,\n
        "lon": 3.3638280,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607930,\n
        "lat": 49.7557630,\n
        "lon": 3.3625250,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607931,\n
        "lat": 49.7557710,\n
        "lon": 3.3640680,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607932,\n
        "lat": 49.7557720,\n
        "lon": 3.3640590,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607933,\n
        "lat": 49.7557740,\n
        "lon": 3.3631470,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607935,\n
        "lat": 49.7558020,\n
        "lon": 3.3639710,\n
        "timestamp": "2012-01-09T10:30:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607937,\n
        "lat": 49.7558050,\n
        "lon": 3.3641900,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607939,\n
        "lat": 49.7558150,\n
        "lon": 3.3642390,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607941,\n
        "lat": 49.7558180,\n
        "lon": 3.3626730,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607943,\n
        "lat": 49.7558210,\n
        "lon": 3.3640980,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607948,\n
        "lat": 49.7558350,\n
        "lon": 3.3641210,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607949,\n
        "lat": 49.7558440,\n
        "lon": 3.3625890,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607950,\n
        "lat": 49.7558460,\n
        "lon": 3.3622720,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607951,\n
        "lat": 49.7558500,\n
        "lon": 3.3640100,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607952,\n
        "lat": 49.7558520,\n
        "lon": 3.3641360,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607954,\n
        "lat": 49.7558700,\n
        "lon": 3.3622890,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607956,\n
        "lat": 49.7558880,\n
        "lon": 3.3621490,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607958,\n
        "lat": 49.7558980,\n
        "lon": 3.3643100,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607960,\n
        "lat": 49.7559130,\n
        "lon": 3.3621680,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607962,\n
        "lat": 49.7559350,\n
        "lon": 3.3642070,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607964,\n
        "lat": 49.7560970,\n
        "lon": 3.3693600,\n
        "timestamp": "2012-01-09T10:30:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607966,\n
        "lat": 49.7561300,\n
        "lon": 3.3693830,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607968,\n
        "lat": 49.7561360,\n
        "lon": 3.3692200,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607975,\n
        "lat": 49.7561510,\n
        "lon": 3.3693220,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607976,\n
        "lat": 49.7561700,\n
        "lon": 3.3693350,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607978,\n
        "lat": 49.7561940,\n
        "lon": 3.3692620,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607980,\n
        "lat": 49.7597740,\n
        "lon": 3.3820590,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607982,\n
        "lat": 49.7598780,\n
        "lon": 3.3817030,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607984,\n
        "lat": 49.7601010,\n
        "lon": 3.3719910,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607986,\n
        "lat": 49.7601160,\n
        "lon": 3.3719680,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607988,\n
        "lat": 49.7601410,\n
        "lon": 3.3720500,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607990,\n
        "lat": 49.7601440,\n
        "lon": 3.3719220,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607991,\n
        "lat": 49.7601550,\n
        "lon": 3.3720250,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607992,\n
        "lat": 49.7601620,\n
        "lon": 3.3720160,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607993,\n
        "lat": 49.7601930,\n
        "lon": 3.3719920,\n
        "timestamp": "2012-01-09T10:30:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607998,\n
        "lat": 49.7602060,\n
        "lon": 3.3720790,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583607999,\n
        "lat": 49.7602190,\n
        "lon": 3.3720970,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608000,\n
        "lat": 49.7602310,\n
        "lon": 3.3719330,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608001,\n
        "lat": 49.7602450,\n
        "lon": 3.3721560,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608002,\n
        "lat": 49.7602520,\n
        "lon": 3.3721460,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608003,\n
        "lat": 49.7602640,\n
        "lon": 3.3721950,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608004,\n
        "lat": 49.7602670,\n
        "lon": 3.3721890,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608005,\n
        "lat": 49.7602780,\n
        "lon": 3.3720070,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608006,\n
        "lat": 49.7602810,\n
        "lon": 3.3722240,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608007,\n
        "lat": 49.7602890,\n
        "lon": 3.3721360,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608008,\n
        "lat": 49.7602970,\n
        "lon": 3.3721460,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608009,\n
        "lat": 49.7603150,\n
        "lon": 3.3721750,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608010,\n
        "lat": 49.7603230,\n
        "lon": 3.3720760,\n
        "timestamp": "2012-01-09T10:30:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608011,\n
        "lat": 49.7604790,\n
        "lon": 3.3726580,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608012,\n
        "lat": 49.7605200,\n
        "lon": 3.3725710,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608013,\n
        "lat": 49.7605360,\n
        "lon": 3.3727260,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608014,\n
        "lat": 49.7605650,\n
        "lon": 3.3726250,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608015,\n
        "lat": 49.7605820,\n
        "lon": 3.3725870,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608016,\n
        "lat": 49.7605950,\n
        "lon": 3.3726050,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608017,\n
        "lat": 49.7606320,\n
        "lon": 3.3728880,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608018,\n
        "lat": 49.7606630,\n
        "lon": 3.3729230,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608019,\n
        "lat": 49.7606740,\n
        "lon": 3.3733670,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608020,\n
        "lat": 49.7606920,\n
        "lon": 3.3726330,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608021,\n
        "lat": 49.7606940,\n
        "lon": 3.3727700,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608022,\n
        "lat": 49.7607010,\n
        "lon": 3.3827170,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608023,\n
        "lat": 49.7607030,\n
        "lon": 3.3726910,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608024,\n
        "lat": 49.7607120,\n
        "lon": 3.3727910,\n
        "timestamp": "2012-01-09T10:30:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608025,\n
        "lat": 49.7607160,\n
        "lon": 3.3726670,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608026,\n
        "lat": 49.7607170,\n
        "lon": 3.3727380,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608027,\n
        "lat": 49.7607190,\n
        "lon": 3.3734140,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608028,\n
        "lat": 49.7607200,\n
        "lon": 3.3727740,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608029,\n
        "lat": 49.7607250,\n
        "lon": 3.3727180,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608030,\n
        "lat": 49.7607300,\n
        "lon": 3.3727870,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608031,\n
        "lat": 49.7607400,\n
        "lon": 3.3727670,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608032,\n
        "lat": 49.7607410,\n
        "lon": 3.3725400,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608033,\n
        "lat": 49.7607500,\n
        "lon": 3.3731940,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608034,\n
        "lat": 49.7607950,\n
        "lon": 3.3728800,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608035,\n
        "lat": 49.7607950,\n
        "lon": 3.3732420,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608036,\n
        "lat": 49.7608020,\n
        "lon": 3.3823930,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608037,\n
        "lat": 49.7608110,\n
        "lon": 3.3726230,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608038,\n
        "lat": 49.7608340,\n
        "lon": 3.3727840,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608039,\n
        "lat": 49.7608380,\n
        "lon": 3.3727740,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608040,\n
        "lat": 49.7608780,\n
        "lon": 3.3830330,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608041,\n
        "lat": 49.7608930,\n
        "lon": 3.3728370,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608042,\n
        "lat": 49.7608970,\n
        "lon": 3.3728280,\n
        "timestamp": "2012-01-09T10:30:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608043,\n
        "lat": 49.7609120,\n
        "lon": 3.3730030,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608044,\n
        "lat": 49.7609150,\n
        "lon": 3.3728800,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608045,\n
        "lat": 49.7609250,\n
        "lon": 3.3728540,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608046,\n
        "lat": 49.7609270,\n
        "lon": 3.3730190,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608047,\n
        "lat": 49.7609390,\n
        "lon": 3.3822020,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608048,\n
        "lat": 49.7609400,\n
        "lon": 3.3828260,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608049,\n
        "lat": 49.7609480,\n
        "lon": 3.3822150,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608050,\n
        "lat": 49.7609670,\n
        "lon": 3.3729270,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608051,\n
        "lat": 49.7609644,\n
        "lon": 3.3736166,\n
        "timestamp": "2020-10-24T13:21:11Z",\n
        "version": 2,\n
        "changeset": 92987568,\n
        "user": "AmiFritz",\n
        "uid": 172867\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608052,\n
        "lat": 49.7610150,\n
        "lon": 3.3831390,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608053,\n
        "lat": 49.7610179,\n
        "lon": 3.3734050,\n
        "timestamp": "2020-10-24T13:21:11Z",\n
        "version": 2,\n
        "changeset": 92987568,\n
        "user": "AmiFritz",\n
        "uid": 172867\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608054,\n
        "lat": 49.7610220,\n
        "lon": 3.3730340,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608055,\n
        "lat": 49.7610280,\n
        "lon": 3.3819130,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608057,\n
        "lat": 49.7610420,\n
        "lon": 3.3734270,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608058,\n
        "lat": 49.7610500,\n
        "lon": 3.3829630,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608059,\n
        "lat": 49.7610580,\n
        "lon": 3.3729410,\n
        "timestamp": "2012-01-09T10:30:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608061,\n
        "lat": 49.7610640,\n
        "lon": 3.3829210,\n
        "timestamp": "2012-01-09T10:30:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608062,\n
        "lat": 49.7610670,\n
        "lon": 3.3829120,\n
        "timestamp": "2012-01-09T10:30:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608063,\n
        "lat": 49.7610730,\n
        "lon": 3.3732610,\n
        "timestamp": "2012-01-09T10:30:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608066,\n
        "lat": 49.7611000,\n
        "lon": 3.3732860,\n
        "timestamp": "2012-01-09T10:30:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608068,\n
        "lat": 49.7611120,\n
        "lon": 3.3729860,\n
        "timestamp": "2012-01-09T10:30:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608069,\n
        "lat": 49.7611140,\n
        "lon": 3.3729820,\n
        "timestamp": "2012-01-09T10:30:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608070,\n
        "lat": 49.7611150,\n
        "lon": 3.3825810,\n
        "timestamp": "2012-01-09T10:30:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608071,\n
        "lat": 49.7611310,\n
        "lon": 3.3731230,\n
        "timestamp": "2012-01-09T10:30:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608072,\n
        "lat": 49.7611420,\n
        "lon": 3.3823650,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608073,\n
        "lat": 49.7611490,\n
        "lon": 3.3824580,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608074,\n
        "lat": 49.7611640,\n
        "lon": 3.3730240,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608075,\n
        "lat": 49.7611640,\n
        "lon": 3.3830520,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608076,\n
        "lat": 49.7611650,\n
        "lon": 3.3738170,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608077,\n
        "lat": 49.7611710,\n
        "lon": 3.3823870,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608078,\n
        "lat": 49.7611720,\n
        "lon": 3.3830080,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608079,\n
        "lat": 49.7611870,\n
        "lon": 3.3822320,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608080,\n
        "lat": 49.7611880,\n
        "lon": 3.3820400,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608081,\n
        "lat": 49.7611920,\n
        "lon": 3.3828910,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608082,\n
        "lat": 49.7611940,\n
        "lon": 3.3832740,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608083,\n
        "lat": 49.7612140,\n
        "lon": 3.3819680,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608084,\n
        "lat": 49.7612140,\n
        "lon": 3.3832150,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608085,\n
        "lat": 49.7612210,\n
        "lon": 3.3736740,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608086,\n
        "lat": 49.7612240,\n
        "lon": 3.3726860,\n
        "timestamp": "2012-01-09T10:30:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608087,\n
        "lat": 49.7612430,\n
        "lon": 3.3831190,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608088,\n
        "lat": 49.7612510,\n
        "lon": 3.3827110,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608089,\n
        "lat": 49.7612560,\n
        "lon": 3.3725810,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608090,\n
        "lat": 49.7612690,\n
        "lon": 3.3735530,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608091,\n
        "lat": 49.7612740,\n
        "lon": 3.3727210,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608092,\n
        "lat": 49.7612740,\n
        "lon": 3.3727280,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608093,\n
        "lat": 49.7612750,\n
        "lon": 3.3737260,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608094,\n
        "lat": 49.7612760,\n
        "lon": 3.3833360,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608095,\n
        "lat": 49.7612810,\n
        "lon": 3.3725180,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608096,\n
        "lat": 49.7612870,\n
        "lon": 3.3726010,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608097,\n
        "lat": 49.7612880,\n
        "lon": 3.3821120,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608098,\n
        "lat": 49.7612890,\n
        "lon": 3.3725030,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608099,\n
        "lat": 49.7612930,\n
        "lon": 3.3832760,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608100,\n
        "lat": 49.7612960,\n
        "lon": 3.3719960,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608101,\n
        "lat": 49.7612970,\n
        "lon": 3.3734820,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608102,\n
        "lat": 49.7612970,\n
        "lon": 3.3735790,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608103,\n
        "lat": 49.7612970,\n
        "lon": 3.3820750,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608104,\n
        "lat": 49.7612980,\n
        "lon": 3.3734820,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608105,\n
        "lat": 49.7613090,\n
        "lon": 3.3820400,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608106,\n
        "lat": 49.7613100,\n
        "lon": 3.3820820,\n
        "timestamp": "2012-01-09T10:30:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608107,\n
        "lat": 49.7613130,\n
        "lon": 3.3725500,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608108,\n
        "lat": 49.7613180,\n
        "lon": 3.3820630,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608109,\n
        "lat": 49.7613240,\n
        "lon": 3.3736110,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608110,\n
        "lat": 49.7613260,\n
        "lon": 3.3735090,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608111,\n
        "lat": 49.7613290,\n
        "lon": 3.3821410,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608112,\n
        "lat": 49.7613310,\n
        "lon": 3.3722040,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608113,\n
        "lat": 49.7613350,\n
        "lon": 3.3725570,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608114,\n
        "lat": 49.7613400,\n
        "lon": 3.3726410,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608115,\n
        "lat": 49.7613440,\n
        "lon": 3.3735320,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608116,\n
        "lat": 49.7613440,\n
        "lon": 3.3820800,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608117,\n
        "lat": 49.7613450,\n
        "lon": 3.3726260,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608118,\n
        "lat": 49.7613450,\n
        "lon": 3.3735270,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608120,\n
        "lat": 49.7613490,\n
        "lon": 3.3833900,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608122,\n
        "lat": 49.7613560,\n
        "lon": 3.3821610,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608125,\n
        "lat": 49.7613560,\n
        "lon": 3.3827660,\n
        "timestamp": "2012-01-09T10:30:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608126,\n
        "lat": 49.7613570,\n
        "lon": 3.3726510,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608127,\n
        "lat": 49.7613610,\n
        "lon": 3.3726350,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608128,\n
        "lat": 49.7613610,\n
        "lon": 3.3727840,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608129,\n
        "lat": 49.7613620,\n
        "lon": 3.3733870,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608130,\n
        "lat": 49.7613650,\n
        "lon": 3.3833320,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608131,\n
        "lat": 49.7613720,\n
        "lon": 3.3735600,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608132,\n
        "lat": 49.7613720,\n
        "lon": 3.3821100,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608133,\n
        "lat": 49.7613730,\n
        "lon": 3.3830390,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608134,\n
        "lat": 49.7613730,\n
        "lon": 3.3831280,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608135,\n
        "lat": 49.7613810,\n
        "lon": 3.3826940,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608136,\n
        "lat": 49.7613840,\n
        "lon": 3.3720990,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608137,\n
        "lat": 49.7613840,\n
        "lon": 3.3833590,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608138,\n
        "lat": 49.7613850,\n
        "lon": 3.3734300,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608139,\n
        "lat": 49.7613870,\n
        "lon": 3.3826990,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608140,\n
        "lat": 49.7613900,\n
        "lon": 3.3728040,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608141,\n
        "lat": 49.7613910,\n
        "lon": 3.3734150,\n
        "timestamp": "2012-01-09T10:30:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608142,\n
        "lat": 49.7613910,\n
        "lon": 3.3833430,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608143,\n
        "lat": 49.7613930,\n
        "lon": 3.3722790,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608144,\n
        "lat": 49.7613970,\n
        "lon": 3.3830560,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608145,\n
        "lat": 49.7613990,\n
        "lon": 3.3826560,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608146,\n
        "lat": 49.7613990,\n
        "lon": 3.3833710,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608147,\n
        "lat": 49.7614030,\n
        "lon": 3.3833540,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608148,\n
        "lat": 49.7614050,\n
        "lon": 3.3831540,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608149,\n
        "lat": 49.7614120,\n
        "lon": 3.3721320,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608150,\n
        "lat": 49.7614120,\n
        "lon": 3.3734590,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608151,\n
        "lat": 49.7614180,\n
        "lon": 3.3826010,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608152,\n
        "lat": 49.7614190,\n
        "lon": 3.3726940,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608153,\n
        "lat": 49.7614210,\n
        "lon": 3.3734400,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608154,\n
        "lat": 49.7614230,\n
        "lon": 3.3831750,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608155,\n
        "lat": 49.7614250,\n
        "lon": 3.3717300,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608156,\n
        "lat": 49.7614300,\n
        "lon": 3.3830860,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608157,\n
        "lat": 49.7614370,\n
        "lon": 3.3828570,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608158,\n
        "lat": 49.7614380,\n
        "lon": 3.3728360,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608159,\n
        "lat": 49.7614420,\n
        "lon": 3.3731620,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608160,\n
        "lat": 49.7614450,\n
        "lon": 3.3833420,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608161,\n
        "lat": 49.7614500,\n
        "lon": 3.3728070,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608162,\n
        "lat": 49.7614520,\n
        "lon": 3.3731690,\n
        "timestamp": "2012-01-09T10:30:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608163,\n
        "lat": 49.7614530,\n
        "lon": 3.3833130,\n
        "timestamp": "2012-01-09T10:30:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608164,\n
        "lat": 49.7614690,\n
        "lon": 3.3736500,\n
        "timestamp": "2012-01-09T10:30:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608165,\n
        "lat": 49.7614690,\n
        "lon": 3.3833630,\n
        "timestamp": "2012-01-09T10:30:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608166,\n
        "lat": 49.7614710,\n
        "lon": 3.3730930,\n
        "timestamp": "2012-01-09T10:30:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608167,\n
        "lat": 49.7614800,\n
        "lon": 3.3833320,\n
        "timestamp": "2012-01-09T10:30:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608168,\n
        "lat": 49.7614900,\n
        "lon": 3.3728700,\n
        "timestamp": "2012-01-09T10:30:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608169,\n
        "lat": 49.7614920,\n
        "lon": 3.3722280,\n
        "timestamp": "2012-01-09T10:30:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608170,\n
        "lat": 49.7615030,\n
        "lon": 3.3728540,\n
        "timestamp": "2012-01-09T10:30:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608171,\n
        "lat": 49.7615050,\n
        "lon": 3.3728430,\n
        "timestamp": "2012-01-09T10:30:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608172,\n
        "lat": 49.7615070,\n
        "lon": 3.3732040,\n
        "timestamp": "2012-01-09T10:30:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608173,\n
        "lat": 49.7615170,\n
        "lon": 3.3735330,\n
        "timestamp": "2012-01-09T10:30:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608174,\n
        "lat": 49.7615240,\n
        "lon": 3.3822200,\n
        "timestamp": "2012-01-09T10:30:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608175,\n
        "lat": 49.7615380,\n
        "lon": 3.3718660,\n
        "timestamp": "2012-01-09T10:30:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608176,\n
        "lat": 49.7615390,\n
        "lon": 3.3821820,\n
        "timestamp": "2012-01-09T10:30:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608177,\n
        "lat": 49.7615440,\n
        "lon": 3.3733000,\n
        "timestamp": "2012-01-09T10:30:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608178,\n
        "lat": 49.7615450,\n
        "lon": 3.3728840,\n
        "timestamp": "2012-01-09T10:30:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608179,\n
        "lat": 49.7615500,\n
        "lon": 3.3827750,\n
        "timestamp": "2012-01-09T10:30:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608180,\n
        "lat": 49.7615580,\n
        "lon": 3.3732310,\n
        "timestamp": "2012-01-09T10:30:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608181,\n
        "lat": 49.7615660,\n
        "lon": 3.3832880,\n
        "timestamp": "2012-01-09T10:30:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608182,\n
        "lat": 49.7615680,\n
        "lon": 3.3827170,\n
        "timestamp": "2012-01-09T10:30:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608183,\n
        "lat": 49.7615790,\n
        "lon": 3.3827250,\n
        "timestamp": "2012-01-09T10:30:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608184,\n
        "lat": 49.7615850,\n
        "lon": 3.3832300,\n
        "timestamp": "2012-01-09T10:30:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608185,\n
        "lat": 49.7615900,\n
        "lon": 3.3822360,\n
        "timestamp": "2012-01-09T10:30:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608186,\n
        "lat": 49.7615940,\n
        "lon": 3.3822240,\n
        "timestamp": "2012-01-09T10:30:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608187,\n
        "lat": 49.7615950,\n
        "lon": 3.3729270,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608188,\n
        "lat": 49.7615960,\n
        "lon": 3.3727650,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608189,\n
        "lat": 49.7616020,\n
        "lon": 3.3727710,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608190,\n
        "lat": 49.7616030,\n
        "lon": 3.3729310,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608191,\n
        "lat": 49.7616070,\n
        "lon": 3.3822500,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608192,\n
        "lat": 49.7616100,\n
        "lon": 3.3727560,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608193,\n
        "lat": 49.7616110,\n
        "lon": 3.3832520,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608194,\n
        "lat": 49.7616130,\n
        "lon": 3.3822380,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608195,\n
        "lat": 49.7616180,\n
        "lon": 3.3733400,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608196,\n
        "lat": 49.7616220,\n
        "lon": 3.3738000,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608197,\n
        "lat": 49.7616230,\n
        "lon": 3.3825860,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608198,\n
        "lat": 49.7616250,\n
        "lon": 3.3733100,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608199,\n
        "lat": 49.7616290,\n
        "lon": 3.3716880,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608200,\n
        "lat": 49.7616290,\n
        "lon": 3.3727740,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608201,\n
        "lat": 49.7616290,\n
        "lon": 3.3832650,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608202,\n
        "lat": 49.7616330,\n
        "lon": 3.3736430,\n
        "timestamp": "2012-01-09T10:30:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608203,\n
        "lat": 49.7616380,\n
        "lon": 3.3832410,\n
        "timestamp": "2012-01-09T10:30:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608204,\n
        "lat": 49.7616700,\n
        "lon": 3.3733370,\n
        "timestamp": "2012-01-09T10:30:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608205,\n
        "lat": 49.7616700,\n
        "lon": 3.3822970,\n
        "timestamp": "2012-01-09T10:30:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608206,\n
        "lat": 49.7616720,\n
        "lon": 3.3822830,\n
        "timestamp": "2012-01-09T10:30:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608207,\n
        "lat": 49.7616740,\n
        "lon": 3.3736830,\n
        "timestamp": "2012-01-09T10:30:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608208,\n
        "lat": 49.7616780,\n
        "lon": 3.3733050,\n
        "timestamp": "2012-01-09T10:30:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608209,\n
        "lat": 49.7616800,\n
        "lon": 3.3832720,\n
        "timestamp": "2012-01-09T10:30:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608210,\n
        "lat": 49.7616880,\n
        "lon": 3.3824170,\n
        "timestamp": "2012-01-09T10:30:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608211,\n
        "lat": 49.7616980,\n
        "lon": 3.3734710,\n
        "timestamp": "2012-01-09T10:30:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608212,\n
        "lat": 49.7617020,\n
        "lon": 3.3734800,\n
        "timestamp": "2012-01-09T10:30:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608213,\n
        "lat": 49.7617050,\n
        "lon": 3.3733170,\n
        "timestamp": "2012-01-09T10:30:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608240,\n
        "lat": 49.7617140,\n
        "lon": 3.3823450,\n
        "timestamp": "2012-01-09T10:30:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608249,\n
        "lat": 49.7617180,\n
        "lon": 3.3823330,\n
        "timestamp": "2012-01-09T10:30:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608260,\n
        "lat": 49.7617250,\n
        "lon": 3.3732230,\n
        "timestamp": "2012-01-09T10:30:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608280,\n
        "lat": 49.7617320,\n
        "lon": 3.3824460,\n
        "timestamp": "2012-01-09T10:30:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608296,\n
        "lat": 49.7617450,\n
        "lon": 3.3724790,\n
        "timestamp": "2012-01-09T10:30:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608297,\n
        "lat": 49.7617490,\n
        "lon": 3.3824590,\n
        "timestamp": "2012-01-09T10:30:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608298,\n
        "lat": 49.7617520,\n
        "lon": 3.3721260,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608299,\n
        "lat": 49.7617530,\n
        "lon": 3.3724890,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608300,\n
        "lat": 49.7617530,\n
        "lon": 3.3823760,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608301,\n
        "lat": 49.7617540,\n
        "lon": 3.3824450,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608302,\n
        "lat": 49.7617650,\n
        "lon": 3.3824130,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608303,\n
        "lat": 49.7617740,\n
        "lon": 3.3833390,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608304,\n
        "lat": 49.7617840,\n
        "lon": 3.3824860,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608305,\n
        "lat": 49.7617860,\n
        "lon": 3.3718800,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608306,\n
        "lat": 49.7617880,\n
        "lon": 3.3824720,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608307,\n
        "lat": 49.7617910,\n
        "lon": 3.3732570,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608308,\n
        "lat": 49.7617950,\n
        "lon": 3.3832240,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608309,\n
        "lat": 49.7617980,\n
        "lon": 3.3824360,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608310,\n
        "lat": 49.7618090,\n
        "lon": 3.3832340,\n
        "timestamp": "2012-01-09T10:30:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608311,\n
        "lat": 49.7618200,\n
        "lon": 3.3831460,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608312,\n
        "lat": 49.7618210,\n
        "lon": 3.3825150,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608313,\n
        "lat": 49.7618250,\n
        "lon": 3.3722920,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608314,\n
        "lat": 49.7618320,\n
        "lon": 3.3824810,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608315,\n
        "lat": 49.7618420,\n
        "lon": 3.3830820,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608316,\n
        "lat": 49.7618430,\n
        "lon": 3.3831600,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608317,\n
        "lat": 49.7618440,\n
        "lon": 3.3719500,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608318,\n
        "lat": 49.7618470,\n
        "lon": 3.3732850,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608319,\n
        "lat": 49.7618570,\n
        "lon": 3.3825450,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608320,\n
        "lat": 49.7618570,\n
        "lon": 3.3830310,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608321,\n
        "lat": 49.7618590,\n
        "lon": 3.3723340,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608322,\n
        "lat": 49.7618620,\n
        "lon": 3.3831010,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608323,\n
        "lat": 49.7618660,\n
        "lon": 3.3825120,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608324,\n
        "lat": 49.7618680,\n
        "lon": 3.3832730,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608325,\n
        "lat": 49.7618730,\n
        "lon": 3.3819460,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608326,\n
        "lat": 49.7618780,\n
        "lon": 3.3737030,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608327,\n
        "lat": 49.7618900,\n
        "lon": 3.3818890,\n
        "timestamp": "2012-01-09T10:30:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608328,\n
        "lat": 49.7618970,\n
        "lon": 3.3825550,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608329,\n
        "lat": 49.7619060,\n
        "lon": 3.3825310,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608330,\n
        "lat": 49.7619080,\n
        "lon": 3.3820260,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608331,\n
        "lat": 49.7619120,\n
        "lon": 3.3817860,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608332,\n
        "lat": 49.7619130,\n
        "lon": 3.3736030,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608333,\n
        "lat": 49.7619150,\n
        "lon": 3.3819730,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608334,\n
        "lat": 49.7619160,\n
        "lon": 3.3737380,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608335,\n
        "lat": 49.7619240,\n
        "lon": 3.3825770,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608336,\n
        "lat": 49.7619250,\n
        "lon": 3.3817100,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608337,\n
        "lat": 49.7619270,\n
        "lon": 3.3830830,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608338,\n
        "lat": 49.7619320,\n
        "lon": 3.3825460,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608339,\n
        "lat": 49.7619480,\n
        "lon": 3.3817520,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608340,\n
        "lat": 49.7619520,\n
        "lon": 3.3736370,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608341,\n
        "lat": 49.7619520,\n
        "lon": 3.3817220,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608342,\n
        "lat": 49.7619580,\n
        "lon": 3.3826650,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608343,\n
        "lat": 49.7619640,\n
        "lon": 3.3818120,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608344,\n
        "lat": 49.7619670,\n
        "lon": 3.3826320,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608345,\n
        "lat": 49.7619710,\n
        "lon": 3.3734290,\n
        "timestamp": "2012-01-09T10:30:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608346,\n
        "lat": 49.7619720,\n
        "lon": 3.3819320,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608347,\n
        "lat": 49.7619740,\n
        "lon": 3.3817680,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608348,\n
        "lat": 49.7619810,\n
        "lon": 3.3817360,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608349,\n
        "lat": 49.7619870,\n
        "lon": 3.3818790,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608350,\n
        "lat": 49.7619910,\n
        "lon": 3.3737840,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608351,\n
        "lat": 49.7619930,\n
        "lon": 3.3733600,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608352,\n
        "lat": 49.7620020,\n
        "lon": 3.3734530,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608353,\n
        "lat": 49.7620120,\n
        "lon": 3.3735550,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608354,\n
        "lat": 49.7620150,\n
        "lon": 3.3738080,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608355,\n
        "lat": 49.7620160,\n
        "lon": 3.3735840,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608356,\n
        "lat": 49.7620180,\n
        "lon": 3.3819580,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608357,\n
        "lat": 49.7620220,\n
        "lon": 3.3735640,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608358,\n
        "lat": 49.7620230,\n
        "lon": 3.3735220,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608359,\n
        "lat": 49.7620260,\n
        "lon": 3.3736900,\n
        "timestamp": "2012-01-09T10:30:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608360,\n
        "lat": 49.7620270,\n
        "lon": 3.3733780,\n
        "timestamp": "2012-01-09T10:30:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608361,\n
        "lat": 49.7620330,\n
        "lon": 3.3819070,\n
        "timestamp": "2012-01-09T10:30:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608362,\n
        "lat": 49.7620340,\n
        "lon": 3.3735290,\n
        "timestamp": "2012-01-09T10:30:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608363,\n
        "lat": 49.7620380,\n
        "lon": 3.3818940,\n
        "timestamp": "2012-01-09T10:30:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608364,\n
        "lat": 49.7620490,\n
        "lon": 3.3737130,\n
        "timestamp": "2012-01-09T10:30:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608365,\n
        "lat": 49.7620490,\n
        "lon": 3.3821040,\n
        "timestamp": "2012-01-09T10:30:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608366,\n
        "lat": 49.7620560,\n
        "lon": 3.3835370,\n
        "timestamp": "2012-01-09T10:30:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608367,\n
        "lat": 49.7620640,\n
        "lon": 3.3820500,\n
        "timestamp": "2012-01-09T10:30:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608368,\n
        "lat": 49.7620760,\n
        "lon": 3.3734030,\n
        "timestamp": "2012-01-09T10:30:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608369,\n
        "lat": 49.7620760,\n
        "lon": 3.3736360,\n
        "timestamp": "2012-01-09T10:30:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608370,\n
        "lat": 49.7620760,\n
        "lon": 3.3819890,\n
        "timestamp": "2012-01-09T10:30:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608371,\n
        "lat": 49.7620770,\n
        "lon": 3.3834650,\n
        "timestamp": "2012-01-09T10:30:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608372,\n
        "lat": 49.7620920,\n
        "lon": 3.3736840,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608373,\n
        "lat": 49.7620930,\n
        "lon": 3.3819290,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608374,\n
        "lat": 49.7621010,\n
        "lon": 3.3827750,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608375,\n
        "lat": 49.7621060,\n
        "lon": 3.3820720,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608376,\n
        "lat": 49.7621110,\n
        "lon": 3.3820070,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608377,\n
        "lat": 49.7621110,\n
        "lon": 3.3834650,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608378,\n
        "lat": 49.7621190,\n
        "lon": 3.3820120,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608379,\n
        "lat": 49.7621240,\n
        "lon": 3.3835950,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608380,\n
        "lat": 49.7621260,\n
        "lon": 3.3739810,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608381,\n
        "lat": 49.7621400,\n
        "lon": 3.3730640,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608382,\n
        "lat": 49.7621450,\n
        "lon": 3.3734380,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608383,\n
        "lat": 49.7621460,\n
        "lon": 3.3823560,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608384,\n
        "lat": 49.7621490,\n
        "lon": 3.3835220,\n
        "timestamp": "2012-01-09T10:30:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608385,\n
        "lat": 49.7621570,\n
        "lon": 3.3824020,\n
        "timestamp": "2012-01-09T10:30:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608386,\n
        "lat": 49.7621580,\n
        "lon": 3.3735010,\n
        "timestamp": "2012-01-09T10:30:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608387,\n
        "lat": 49.7621630,\n
        "lon": 3.3737470,\n
        "timestamp": "2012-01-09T10:30:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608388,\n
        "lat": 49.7621640,\n
        "lon": 3.3738810,\n
        "timestamp": "2012-01-09T10:30:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608389,\n
        "lat": 49.7621640,\n
        "lon": 3.3825980,\n
        "timestamp": "2012-01-09T10:30:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608390,\n
        "lat": 49.7621650,\n
        "lon": 3.3822750,\n
        "timestamp": "2012-01-09T10:30:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608391,\n
        "lat": 49.7621670,\n
        "lon": 3.3823620,\n
        "timestamp": "2012-01-09T10:30:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608392,\n
        "lat": 49.7621720,\n
        "lon": 3.3832920,\n
        "timestamp": "2012-01-09T10:30:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608393,\n
        "lat": 49.7621810,\n
        "lon": 3.3832960,\n
        "timestamp": "2012-01-09T10:30:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608394,\n
        "lat": 49.7621820,\n
        "lon": 3.3729660,\n
        "timestamp": "2012-01-09T10:30:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608395,\n
        "lat": 49.7621860,\n
        "lon": 3.3822870,\n
        "timestamp": "2012-01-09T10:30:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608396,\n
        "lat": 49.7621950,\n
        "lon": 3.3822530,\n
        "timestamp": "2012-01-09T10:30:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608397,\n
        "lat": 49.7622060,\n
        "lon": 3.3824320,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608398,\n
        "lat": 49.7622270,\n
        "lon": 3.3731530,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608399,\n
        "lat": 49.7622310,\n
        "lon": 3.3735620,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608400,\n
        "lat": 49.7622360,\n
        "lon": 3.3739470,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608401,\n
        "lat": 49.7622370,\n
        "lon": 3.3831290,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608402,\n
        "lat": 49.7622390,\n
        "lon": 3.3731250,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608403,\n
        "lat": 49.7622410,\n
        "lon": 3.3820460,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608404,\n
        "lat": 49.7622440,\n
        "lon": 3.3740840,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608405,\n
        "lat": 49.7622590,\n
        "lon": 3.3831470,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608406,\n
        "lat": 49.7622690,\n
        "lon": 3.3730550,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608407,\n
        "lat": 49.7622690,\n
        "lon": 3.3833540,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608408,\n
        "lat": 49.7622710,\n
        "lon": 3.3740010,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608409,\n
        "lat": 49.7622730,\n
        "lon": 3.3738520,\n
        "timestamp": "2012-01-09T10:30:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608410,\n
        "lat": 49.7622780,\n
        "lon": 3.3736680,\n
        "timestamp": "2012-01-09T10:30:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608411,\n
        "lat": 49.7622800,\n
        "lon": 3.3738550,\n
        "timestamp": "2012-01-09T10:30:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608412,\n
        "lat": 49.7622840,\n
        "lon": 3.3736420,\n
        "timestamp": "2012-01-09T10:30:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608413,\n
        "lat": 49.7622860,\n
        "lon": 3.3820710,\n
        "timestamp": "2012-01-09T10:30:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608414,\n
        "lat": 49.7622880,\n
        "lon": 3.3731750,\n
        "timestamp": "2012-01-09T10:30:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608415,\n
        "lat": 49.7622950,\n
        "lon": 3.3736560,\n
        "timestamp": "2012-01-09T10:30:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608416,\n
        "lat": 49.7622970,\n
        "lon": 3.3736490,\n
        "timestamp": "2012-01-09T10:30:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608417,\n
        "lat": 49.7623070,\n
        "lon": 3.3736610,\n
        "timestamp": "2012-01-09T10:30:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608418,\n
        "lat": 49.7623090,\n
        "lon": 3.3736520,\n
        "timestamp": "2012-01-09T10:30:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608419,\n
        "lat": 49.7623130,\n
        "lon": 3.3735250,\n
        "timestamp": "2012-01-09T10:30:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608420,\n
        "lat": 49.7623180,\n
        "lon": 3.3731050,\n
        "timestamp": "2012-01-09T10:30:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608421,\n
        "lat": 49.7623190,\n
        "lon": 3.3737550,\n
        "timestamp": "2012-01-09T10:30:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608422,\n
        "lat": 49.7623290,\n
        "lon": 3.3737630,\n
        "timestamp": "2012-01-09T10:30:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608424,\n
        "lat": 49.7623320,\n
        "lon": 3.3731990,\n
        "timestamp": "2012-01-09T10:30:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608425,\n
        "lat": 49.7623522,\n
        "lon": 3.3737061,\n
        "timestamp": "2012-10-15T10:31:55Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608426,\n
        "lat": 49.7623620,\n
        "lon": 3.3736820,\n
        "timestamp": "2012-01-09T10:30:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608427,\n
        "lat": 49.7623620,\n
        "lon": 3.3737420,\n
        "timestamp": "2012-01-09T10:30:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608428,\n
        "lat": 49.7623660,\n
        "lon": 3.3730790,\n
        "timestamp": "2012-01-09T10:30:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608429,\n
        "lat": 49.7623750,\n
        "lon": 3.3730470,\n
        "timestamp": "2012-01-09T10:30:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608430,\n
        "lat": 49.7623780,\n
        "lon": 3.3827600,\n
        "timestamp": "2012-01-09T10:30:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608431,\n
        "lat": 49.7623790,\n
        "lon": 3.3736920,\n
        "timestamp": "2012-01-09T10:30:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608432,\n
        "lat": 49.7623920,\n
        "lon": 3.3732380,\n
        "timestamp": "2012-01-09T10:30:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608433,\n
        "lat": 49.7623920,\n
        "lon": 3.3732480,\n
        "timestamp": "2012-01-09T10:30:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608434,\n
        "lat": 49.7623960,\n
        "lon": 3.3825020,\n
        "timestamp": "2012-01-09T10:30:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608435,\n
        "lat": 49.7623970,\n
        "lon": 3.3727500,\n
        "timestamp": "2012-01-09T10:30:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608436,\n
        "lat": 49.7624060,\n
        "lon": 3.3737950,\n
        "timestamp": "2012-01-09T10:30:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608437,\n
        "lat": 49.7624070,\n
        "lon": 3.3825510,\n
        "timestamp": "2012-01-09T10:30:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608438,\n
        "lat": 49.7624090,\n
        "lon": 3.3735750,\n
        "timestamp": "2012-01-09T10:30:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608439,\n
        "lat": 49.7624140,\n
        "lon": 3.3732640,\n
        "timestamp": "2012-01-09T10:30:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608440,\n
        "lat": 49.7624170,\n
        "lon": 3.3732520,\n
        "timestamp": "2012-01-09T10:30:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608441,\n
        "lat": 49.7624200,\n
        "lon": 3.3825110,\n
        "timestamp": "2012-01-09T10:30:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608442,\n
        "lat": 49.7624210,\n
        "lon": 3.3823770,\n
        "timestamp": "2012-01-09T10:30:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608443,\n
        "lat": 49.7624260,\n
        "lon": 3.3830910,\n
        "timestamp": "2012-01-09T10:30:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608444,\n
        "lat": 49.7624280,\n
        "lon": 3.3726820,\n
        "timestamp": "2012-01-09T10:30:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608445,\n
        "lat": 49.7624330,\n
        "lon": 3.3737010,\n
        "timestamp": "2012-01-09T10:30:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608446,\n
        "lat": 49.7624390,\n
        "lon": 3.3732660,\n
        "timestamp": "2012-01-09T10:30:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608447,\n
        "lat": 49.7624390,\n
        "lon": 3.3825730,\n
        "timestamp": "2012-01-09T10:30:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608448,\n
        "lat": 49.7624400,\n
        "lon": 3.3731250,\n
        "timestamp": "2012-01-09T10:30:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608449,\n
        "lat": 49.7624490,\n
        "lon": 3.3730950,\n
        "timestamp": "2012-01-09T10:30:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608450,\n
        "lat": 49.7624530,\n
        "lon": 3.3727960,\n
        "timestamp": "2012-01-09T10:30:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608451,\n
        "lat": 49.7624540,\n
        "lon": 3.3825240,\n
        "timestamp": "2012-01-09T10:30:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608452,\n
        "lat": 49.7624570,\n
        "lon": 3.3757290,\n
        "timestamp": "2012-01-09T10:30:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608453,\n
        "lat": 49.7624640,\n
        "lon": 3.3825280,\n
        "timestamp": "2012-01-09T10:30:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608454,\n
        "lat": 49.7624709,\n
        "lon": 3.3727549,\n
        "timestamp": "2012-10-15T10:31:55Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608455,\n
        "lat": 49.7624790,\n
        "lon": 3.3824080,\n
        "timestamp": "2012-01-09T10:30:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608456,\n
        "lat": 49.7624810,\n
        "lon": 3.3731160,\n
        "timestamp": "2012-01-09T10:30:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608457,\n
        "lat": 49.7624830,\n
        "lon": 3.3727270,\n
        "timestamp": "2012-01-09T10:30:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608458,\n
        "lat": 49.7625070,\n
        "lon": 3.3738620,\n
        "timestamp": "2012-01-09T10:30:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608459,\n
        "lat": 49.7625180,\n
        "lon": 3.3733000,\n
        "timestamp": "2012-01-09T10:30:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608460,\n
        "lat": 49.7625270,\n
        "lon": 3.3757860,\n
        "timestamp": "2012-01-09T10:30:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608461,\n
        "lat": 49.7625340,\n
        "lon": 3.3737680,\n
        "timestamp": "2012-01-09T10:30:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608462,\n
        "lat": 49.7625410,\n
        "lon": 3.3728690,\n
        "timestamp": "2012-01-09T10:30:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608463,\n
        "lat": 49.7625460,\n
        "lon": 3.3727460,\n
        "timestamp": "2012-01-09T10:30:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608464,\n
        "lat": 49.7625510,\n
        "lon": 3.3728500,\n
        "timestamp": "2012-01-09T10:30:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608465,\n
        "lat": 49.7625570,\n
        "lon": 3.3731910,\n
        "timestamp": "2012-01-09T10:30:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608466,\n
        "lat": 49.7625630,\n
        "lon": 3.3738080,\n
        "timestamp": "2012-01-09T10:30:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608467,\n
        "lat": 49.7625680,\n
        "lon": 3.3733370,\n
        "timestamp": "2012-01-09T10:30:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608468,\n
        "lat": 49.7625710,\n
        "lon": 3.3731940,\n
        "timestamp": "2012-01-09T10:30:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608469,\n
        "lat": 49.7625760,\n
        "lon": 3.3728000,\n
        "timestamp": "2012-01-09T10:30:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608470,\n
        "lat": 49.7625780,\n
        "lon": 3.3738210,\n
        "timestamp": "2012-01-09T10:30:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608471,\n
        "lat": 49.7625800,\n
        "lon": 3.3753620,\n
        "timestamp": "2012-01-09T10:30:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608472,\n
        "lat": 49.7625830,\n
        "lon": 3.3753510,\n
        "timestamp": "2012-01-09T10:30:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608473,\n
        "lat": 49.7625830,\n
        "lon": 3.3837990,\n
        "timestamp": "2012-01-09T10:30:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608474,\n
        "lat": 49.7625840,\n
        "lon": 3.3731470,\n
        "timestamp": "2012-01-09T10:30:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608475,\n
        "lat": 49.7625840,\n
        "lon": 3.3738050,\n
        "timestamp": "2012-01-09T10:30:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608476,\n
        "lat": 49.7625960,\n
        "lon": 3.3732620,\n
        "timestamp": "2012-01-09T10:30:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608477,\n
        "lat": 49.7626050,\n
        "lon": 3.3727930,\n
        "timestamp": "2012-01-09T10:30:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608478,\n
        "lat": 49.7626060,\n
        "lon": 3.3732400,\n
        "timestamp": "2012-01-09T10:30:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608479,\n
        "lat": 49.7626080,\n
        "lon": 3.3736790,\n
        "timestamp": "2012-01-09T10:30:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608480,\n
        "lat": 49.7626100,\n
        "lon": 3.3725580,\n
        "timestamp": "2012-01-09T10:30:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608481,\n
        "lat": 49.7626130,\n
        "lon": 3.3732220,\n
        "timestamp": "2012-01-09T10:30:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608482,\n
        "lat": 49.7626220,\n
        "lon": 3.3733530,\n
        "timestamp": "2012-01-09T10:30:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608483,\n
        "lat": 49.7626250,\n
        "lon": 3.3732520,\n
        "timestamp": "2012-01-09T10:30:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608484,\n
        "lat": 49.7626270,\n
        "lon": 3.3731750,\n
        "timestamp": "2012-01-09T10:30:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608485,\n
        "lat": 49.7626310,\n
        "lon": 3.3727150,\n
        "timestamp": "2012-01-09T10:30:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608486,\n
        "lat": 49.7626350,\n
        "lon": 3.3732130,\n
        "timestamp": "2012-01-09T10:30:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608487,\n
        "lat": 49.7626380,\n
        "lon": 3.3732850,\n
        "timestamp": "2012-01-09T10:30:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608488,\n
        "lat": 49.7626380,\n
        "lon": 3.3751850,\n
        "timestamp": "2012-01-09T10:30:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608489,\n
        "lat": 49.7626390,\n
        "lon": 3.3830440,\n
        "timestamp": "2012-01-09T10:30:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608490,\n
        "lat": 49.7626400,\n
        "lon": 3.3726890,\n
        "timestamp": "2012-01-09T10:30:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608491,\n
        "lat": 49.7626410,\n
        "lon": 3.3727230,\n
        "timestamp": "2012-01-09T10:30:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608492,\n
        "lat": 49.7626410,\n
        "lon": 3.3738410,\n
        "timestamp": "2012-01-09T10:30:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608493,\n
        "lat": 49.7626439,\n
        "lon": 3.3732631,\n
        "timestamp": "2012-10-15T10:31:55Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608494,\n
        "lat": 49.7626480,\n
        "lon": 3.3733910,\n
        "timestamp": "2012-01-09T10:30:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608495,\n
        "lat": 49.7626500,\n
        "lon": 3.3726970,\n
        "timestamp": "2012-01-09T10:30:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608496,\n
        "lat": 49.7626510,\n
        "lon": 3.3754180,\n
        "timestamp": "2012-01-09T10:30:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608497,\n
        "lat": 49.7626520,\n
        "lon": 3.3733700,\n
        "timestamp": "2012-01-09T10:30:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608498,\n
        "lat": 49.7626540,\n
        "lon": 3.3732690,\n
        "timestamp": "2012-01-09T10:30:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608499,\n
        "lat": 49.7626550,\n
        "lon": 3.3754040,\n
        "timestamp": "2012-01-09T10:30:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608500,\n
        "lat": 49.7626550,\n
        "lon": 3.3831030,\n
        "timestamp": "2012-01-09T10:30:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608501,\n
        "lat": 49.7626570,\n
        "lon": 3.3751260,\n
        "timestamp": "2012-01-09T10:30:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608502,\n
        "lat": 49.7626640,\n
        "lon": 3.3830270,\n
        "timestamp": "2012-01-09T10:30:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608503,\n
        "lat": 49.7626680,\n
        "lon": 3.3752010,\n
        "timestamp": "2012-01-09T10:30:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608504,\n
        "lat": 49.7626698,\n
        "lon": 3.3732783,\n
        "timestamp": "2012-10-15T10:31:55Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608505,\n
        "lat": 49.7626760,\n
        "lon": 3.3734090,\n
        "timestamp": "2012-01-09T10:30:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608506,\n
        "lat": 49.7626780,\n
        "lon": 3.3726130,\n
        "timestamp": "2012-01-09T10:30:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608507,\n
        "lat": 49.7626780,\n
        "lon": 3.3742650,\n
        "timestamp": "2012-01-09T10:30:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608508,\n
        "lat": 49.7626780,\n
        "lon": 3.3751670,\n
        "timestamp": "2012-01-09T10:30:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608515,\n
        "lat": 49.7626800,\n
        "lon": 3.3830900,\n
        "timestamp": "2012-01-09T10:30:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608516,\n
        "lat": 49.7626810,\n
        "lon": 3.3733880,\n
        "timestamp": "2012-01-09T10:30:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608517,\n
        "lat": 49.7626830,\n
        "lon": 3.3737180,\n
        "timestamp": "2012-01-09T10:30:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608519,\n
        "lat": 49.7626830,\n
        "lon": 3.3738560,\n
        "timestamp": "2012-01-09T10:30:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608520,\n
        "lat": 49.7626860,\n
        "lon": 3.3751480,\n
        "timestamp": "2012-01-09T10:30:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608521,\n
        "lat": 49.7626960,\n
        "lon": 3.3742060,\n
        "timestamp": "2012-01-09T10:30:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608522,\n
        "lat": 49.7627070,\n
        "lon": 3.3752450,\n
        "timestamp": "2012-01-09T10:30:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608523,\n
        "lat": 49.7627100,\n
        "lon": 3.3752390,\n
        "timestamp": "2012-01-09T10:30:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608524,\n
        "lat": 49.7627110,\n
        "lon": 3.3733020,\n
        "timestamp": "2012-01-09T10:30:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608525,\n
        "lat": 49.7627110,\n
        "lon": 3.3734050,\n
        "timestamp": "2012-01-09T10:30:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608526,\n
        "lat": 49.7627110,\n
        "lon": 3.3742880,\n
        "timestamp": "2012-01-09T10:30:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608527,\n
        "lat": 49.7627150,\n
        "lon": 3.3737350,\n
        "timestamp": "2012-01-09T10:30:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608528,\n
        "lat": 49.7627190,\n
        "lon": 3.3752040,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608529,\n
        "lat": 49.7627270,\n
        "lon": 3.3742350,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608530,\n
        "lat": 49.7627320,\n
        "lon": 3.3732710,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608531,\n
        "lat": 49.7627320,\n
        "lon": 3.3733150,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608532,\n
        "lat": 49.7627350,\n
        "lon": 3.3750150,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608533,\n
        "lat": 49.7627380,\n
        "lon": 3.3732890,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608534,\n
        "lat": 49.7627410,\n
        "lon": 3.3835390,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608535,\n
        "lat": 49.7627930,\n
        "lon": 3.3739170,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608536,\n
        "lat": 49.7628060,\n
        "lon": 3.3733130,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608537,\n
        "lat": 49.7628120,\n
        "lon": 3.3752870,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608538,\n
        "lat": 49.7628130,\n
        "lon": 3.3740950,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608539,\n
        "lat": 49.7628210,\n
        "lon": 3.3749190,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608540,\n
        "lat": 49.7628340,\n
        "lon": 3.3737970,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608541,\n
        "lat": 49.7628350,\n
        "lon": 3.3732160,\n
        "timestamp": "2012-01-09T10:30:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608542,\n
        "lat": 49.7628360,\n
        "lon": 3.3745670,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608543,\n
        "lat": 49.7628410,\n
        "lon": 3.3739770,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608544,\n
        "lat": 49.7628420,\n
        "lon": 3.3745500,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608545,\n
        "lat": 49.7628760,\n
        "lon": 3.3733570,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608546,\n
        "lat": 49.7628790,\n
        "lon": 3.3740030,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608547,\n
        "lat": 49.7628850,\n
        "lon": 3.3739840,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608548,\n
        "lat": 49.7628920,\n
        "lon": 3.3801460,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608549,\n
        "lat": 49.7628970,\n
        "lon": 3.3746180,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608550,\n
        "lat": 49.7629010,\n
        "lon": 3.3740120,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608551,\n
        "lat": 49.7629030,\n
        "lon": 3.3739960,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608552,\n
        "lat": 49.7629050,\n
        "lon": 3.3800430,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608553,\n
        "lat": 49.7629060,\n
        "lon": 3.3732620,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608554,\n
        "lat": 49.7629120,\n
        "lon": 3.3745700,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608555,\n
        "lat": 49.7629140,\n
        "lon": 3.3741550,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608556,\n
        "lat": 49.7629180,\n
        "lon": 3.3727230,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608557,\n
        "lat": 49.7629180,\n
        "lon": 3.3750100,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608558,\n
        "lat": 49.7629220,\n
        "lon": 3.3745740,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608559,\n
        "lat": 49.7629400,\n
        "lon": 3.3745160,\n
        "timestamp": "2012-01-09T10:30:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608560,\n
        "lat": 49.7629410,\n
        "lon": 3.3740410,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608561,\n
        "lat": 49.7629470,\n
        "lon": 3.3742410,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608562,\n
        "lat": 49.7629530,\n
        "lon": 3.3742160,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608563,\n
        "lat": 49.7629530,\n
        "lon": 3.3745000,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608564,\n
        "lat": 49.7629540,\n
        "lon": 3.3726360,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608565,\n
        "lat": 49.7629600,\n
        "lon": 3.3754160,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608566,\n
        "lat": 49.7629680,\n
        "lon": 3.3791650,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608567,\n
        "lat": 49.7629690,\n
        "lon": 3.3745710,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608568,\n
        "lat": 49.7629720,\n
        "lon": 3.3742590,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608569,\n
        "lat": 49.7629720,\n
        "lon": 3.3801750,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608570,\n
        "lat": 49.7629780,\n
        "lon": 3.3742360,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608571,\n
        "lat": 49.7629830,\n
        "lon": 3.3792270,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608572,\n
        "lat": 49.7629850,\n
        "lon": 3.3800710,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608573,\n
        "lat": 49.7629870,\n
        "lon": 3.3742690,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608574,\n
        "lat": 49.7629910,\n
        "lon": 3.3727990,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608575,\n
        "lat": 49.7629910,\n
        "lon": 3.3735240,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608576,\n
        "lat": 49.7629920,\n
        "lon": 3.3726720,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608577,\n
        "lat": 49.7630040,\n
        "lon": 3.3746060,\n
        "timestamp": "2012-01-09T10:30:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608578,\n
        "lat": 49.7630050,\n
        "lon": 3.3791490,\n
        "timestamp": "2012-01-09T10:30:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608579,\n
        "lat": 49.7630150,\n
        "lon": 3.3792120,\n
        "timestamp": "2012-01-09T10:30:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608580,\n
        "lat": 49.7630160,\n
        "lon": 3.3752580,\n
        "timestamp": "2012-01-09T10:30:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608581,\n
        "lat": 49.7630180,\n
        "lon": 3.3726160,\n
        "timestamp": "2012-01-09T10:30:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608582,\n
        "lat": 49.7630190,\n
        "lon": 3.3745720,\n
        "timestamp": "2012-01-09T10:30:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608583,\n
        "lat": 49.7630220,\n
        "lon": 3.3742950,\n
        "timestamp": "2012-01-09T10:30:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608584,\n
        "lat": 49.7630250,\n
        "lon": 3.3734210,\n
        "timestamp": "2012-01-09T10:30:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608585,\n
        "lat": 49.7630330,\n
        "lon": 3.3739090,\n
        "timestamp": "2012-01-09T10:30:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608586,\n
        "lat": 49.7630520,\n
        "lon": 3.3726470,\n
        "timestamp": "2012-01-09T10:30:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608587,\n
        "lat": 49.7630560,\n
        "lon": 3.3740570,\n
        "timestamp": "2012-01-09T10:30:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608588,\n
        "lat": 49.7630740,\n
        "lon": 3.3839350,\n
        "timestamp": "2012-01-09T10:30:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608589,\n
        "lat": 49.7630780,\n
        "lon": 3.3838870,\n
        "timestamp": "2012-01-09T10:30:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608590,\n
        "lat": 49.7630810,\n
        "lon": 3.3746300,\n
        "timestamp": "2012-01-09T10:30:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608592,\n
        "lat": 49.7630850,\n
        "lon": 3.3724880,\n
        "timestamp": "2012-01-09T10:30:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608595,\n
        "lat": 49.7630850,\n
        "lon": 3.3837890,\n
        "timestamp": "2012-01-09T10:30:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608596,\n
        "lat": 49.7630930,\n
        "lon": 3.3739430,\n
        "timestamp": "2012-01-09T10:30:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608597,\n
        "lat": 49.7630940,\n
        "lon": 3.3728970,\n
        "timestamp": "2012-01-09T10:30:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608598,\n
        "lat": 49.7631060,\n
        "lon": 3.3741010,\n
        "timestamp": "2012-01-09T10:30:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608599,\n
        "lat": 49.7631100,\n
        "lon": 3.3740900,\n
        "timestamp": "2012-01-09T10:30:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608601,\n
        "lat": 49.7631120,\n
        "lon": 3.3741150,\n
        "timestamp": "2012-01-09T10:30:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608602,\n
        "lat": 49.7631200,\n
        "lon": 3.3736210,\n
        "timestamp": "2012-01-09T10:30:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608603,\n
        "lat": 49.7631230,\n
        "lon": 3.3728100,\n
        "timestamp": "2012-01-09T10:30:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608604,\n
        "lat": 49.7631270,\n
        "lon": 3.3839540,\n
        "timestamp": "2012-01-09T10:30:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608605,\n
        "lat": 49.7631350,\n
        "lon": 3.3723690,\n
        "timestamp": "2012-01-09T10:30:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608606,\n
        "lat": 49.7631400,\n
        "lon": 3.3741350,\n
        "timestamp": "2012-01-09T10:31:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608607,\n
        "lat": 49.7631430,\n
        "lon": 3.3838030,\n
        "timestamp": "2012-01-09T10:31:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608608,\n
        "lat": 49.7631450,\n
        "lon": 3.3736390,\n
        "timestamp": "2012-01-09T10:31:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608610,\n
        "lat": 49.7631523,\n
        "lon": 3.3839588,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608613,\n
        "lat": 49.7631522,\n
        "lon": 3.3839447,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608616,\n
        "lat": 49.7631540,\n
        "lon": 3.3735180,\n
        "timestamp": "2012-01-09T10:31:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608618,\n
        "lat": 49.7631544,\n
        "lon": 3.3839725,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608619,\n
        "lat": 49.7631550,\n
        "lon": 3.3721590,\n
        "timestamp": "2012-01-09T10:31:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608620,\n
        "lat": 49.7631550,\n
        "lon": 3.3741320,\n
        "timestamp": "2012-01-09T10:31:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608621,\n
        "lat": 49.7631538,\n
        "lon": 3.3839309,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608625,\n
        "lat": 49.7631580,\n
        "lon": 3.3741160,\n
        "timestamp": "2012-01-09T10:31:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608626,\n
        "lat": 49.7631573,\n
        "lon": 3.3839178,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608629,\n
        "lat": 49.7631581,\n
        "lon": 3.3839853,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608631,\n
        "lat": 49.7631630,\n
        "lon": 3.3721350,\n
        "timestamp": "2012-01-09T10:31:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608632,\n
        "lat": 49.7631630,\n
        "lon": 3.3724990,\n
        "timestamp": "2012-01-09T10:31:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608634,\n
        "lat": 49.7631630,\n
        "lon": 3.3841030,\n
        "timestamp": "2012-01-09T10:31:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608635,\n
        "lat": 49.7631640,\n
        "lon": 3.3728420,\n
        "timestamp": "2012-01-09T10:31:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608636,\n
        "lat": 49.7631623,\n
        "lon": 3.3839061,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608637,\n
        "lat": 49.7631634,\n
        "lon": 3.3839967,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608640,\n
        "lat": 49.7631688,\n
        "lon": 3.3838962,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608642,\n
        "lat": 49.7631720,\n
        "lon": 3.3729620,\n
        "timestamp": "2012-01-09T10:31:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608644,\n
        "lat": 49.7631740,\n
        "lon": 3.3735330,\n
        "timestamp": "2012-01-09T10:31:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608645,\n
        "lat": 49.7631702,\n
        "lon": 3.3840062,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608647,\n
        "lat": 49.7631770,\n
        "lon": 3.3721820,\n
        "timestamp": "2012-01-09T10:31:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608649,\n
        "lat": 49.7631764,\n
        "lon": 3.3838885,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608650,\n
        "lat": 49.7631780,\n
        "lon": 3.3840135,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608651,\n
        "lat": 49.7631820,\n
        "lon": 3.3736170,\n
        "timestamp": "2012-01-09T10:31:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608654,\n
        "lat": 49.7631850,\n
        "lon": 3.3729210,\n
        "timestamp": "2012-01-09T10:31:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608655,\n
        "lat": 49.7631860,\n
        "lon": 3.3721580,\n
        "timestamp": "2012-01-09T10:31:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608656,\n
        "lat": 49.7631849,\n
        "lon": 3.3838834,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608658,\n
        "lat": 49.7631880,\n
        "lon": 3.3727810,\n
        "timestamp": "2012-01-09T10:31:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608659,\n
        "lat": 49.7631880,\n
        "lon": 3.3842760,\n
        "timestamp": "2012-01-09T10:31:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608663,\n
        "lat": 49.7631890,\n
        "lon": 3.3734810,\n
        "timestamp": "2012-01-09T10:31:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608665,\n
        "lat": 49.7631890,\n
        "lon": 3.3843270,\n
        "timestamp": "2012-01-09T10:31:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608666,\n
        "lat": 49.7631865,\n
        "lon": 3.3840181,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608669,\n
        "lat": 49.7631920,\n
        "lon": 3.3724280,\n
        "timestamp": "2012-01-09T10:31:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608672,\n
        "lat": 49.7631930,\n
        "lon": 3.3843520,\n
        "timestamp": "2012-01-09T10:31:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608673,\n
        "lat": 49.7631940,\n
        "lon": 3.3737880,\n
        "timestamp": "2012-01-09T10:31:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608676,\n
        "lat": 49.7631938,\n
        "lon": 3.3838810,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608678,\n
        "lat": 49.7631956,\n
        "lon": 3.3840199,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608679,\n
        "lat": 49.7631980,\n
        "lon": 3.3725950,\n
        "timestamp": "2012-01-09T10:31:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608683,\n
        "lat": 49.7632010,\n
        "lon": 3.3728700,\n
        "timestamp": "2012-01-09T10:31:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608685,\n
        "lat": 49.7632020,\n
        "lon": 3.3840640,\n
        "timestamp": "2012-01-09T10:31:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608686,\n
        "lat": 49.7632020,\n
        "lon": 3.3842150,\n
        "timestamp": "2012-01-09T10:31:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608687,\n
        "lat": 49.7632029,\n
        "lon": 3.3838814,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608688,\n
        "lat": 49.7632040,\n
        "lon": 3.3735350,\n
        "timestamp": "2012-01-09T10:31:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608690,\n
        "lat": 49.7632040,\n
        "lon": 3.3843870,\n
        "timestamp": "2012-01-09T10:31:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608693,\n
        "lat": 49.7632046,\n
        "lon": 3.3840190,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608696,\n
        "lat": 49.7632110,\n
        "lon": 3.3729410,\n
        "timestamp": "2012-01-09T10:31:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608697,\n
        "lat": 49.7632110,\n
        "lon": 3.3734010,\n
        "timestamp": "2012-01-09T10:31:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608699,\n
        "lat": 49.7632120,\n
        "lon": 3.3841940,\n
        "timestamp": "2012-01-09T10:31:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608700,\n
        "lat": 49.7632118,\n
        "lon": 3.3838847,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608701,\n
        "lat": 49.7632134,\n
        "lon": 3.3840152,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608702,\n
        "lat": 49.7632140,\n
        "lon": 3.3844080,\n
        "timestamp": "2012-01-09T10:31:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608703,\n
        "lat": 49.7632170,\n
        "lon": 3.3725530,\n
        "timestamp": "2012-01-09T10:31:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608707,\n
        "lat": 49.7632200,\n
        "lon": 3.3838906,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608710,\n
        "lat": 49.7632210,\n
        "lon": 3.3728060,\n
        "timestamp": "2012-01-09T10:31:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608712,\n
        "lat": 49.7632230,\n
        "lon": 3.3735010,\n
        "timestamp": "2012-01-09T10:31:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608714,\n
        "lat": 49.7632215,\n
        "lon": 3.3840087,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608719,\n
        "lat": 49.7632270,\n
        "lon": 3.3738070,\n
        "timestamp": "2012-01-09T10:31:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608720,\n
        "lat": 49.7632273,\n
        "lon": 3.3838990,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608721,\n
        "lat": 49.7632290,\n
        "lon": 3.3728900,\n
        "timestamp": "2012-01-09T10:31:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608722,\n
        "lat": 49.7632286,\n
        "lon": 3.3839999,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608723,\n
        "lat": 49.7632300,\n
        "lon": 3.3736480,\n
        "timestamp": "2012-01-09T10:31:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608724,\n
        "lat": 49.7632300,\n
        "lon": 3.3841670,\n
        "timestamp": "2012-01-09T10:31:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608728,\n
        "lat": 49.7632330,\n
        "lon": 3.3844340,\n
        "timestamp": "2012-01-09T10:31:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608729,\n
        "lat": 49.7632333,\n
        "lon": 3.3839095,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608730,\n
        "lat": 49.7632343,\n
        "lon": 3.3839890,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608735,\n
        "lat": 49.7632386,\n
        "lon": 3.3839766,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608736,\n
        "lat": 49.7632379,\n
        "lon": 3.3839217,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608739,\n
        "lat": 49.7632410,\n
        "lon": 3.3727410,\n
        "timestamp": "2012-01-09T10:31:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608740,\n
        "lat": 49.7632408,\n
        "lon": 3.3839351,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608742,\n
        "lat": 49.7632420,\n
        "lon": 3.3728530,\n
        "timestamp": "2012-01-09T10:31:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608744,\n
        "lat": 49.7632419,\n
        "lon": 3.3839490,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608747,\n
        "lat": 49.7632412,\n
        "lon": 3.3839631,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608748,\n
        "lat": 49.7632440,\n
        "lon": 3.3734190,\n
        "timestamp": "2012-01-09T10:31:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608749,\n
        "lat": 49.7632460,\n
        "lon": 3.3841520,\n
        "timestamp": "2012-01-09T10:31:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608753,\n
        "lat": 49.7632570,\n
        "lon": 3.3736620,\n
        "timestamp": "2012-01-09T10:31:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608755,\n
        "lat": 49.7632620,\n
        "lon": 3.3741740,\n
        "timestamp": "2012-01-09T10:31:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608757,\n
        "lat": 49.7632650,\n
        "lon": 3.3736690,\n
        "timestamp": "2012-01-09T10:31:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608758,\n
        "lat": 49.7632650,\n
        "lon": 3.3757250,\n
        "timestamp": "2012-01-09T10:31:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608761,\n
        "lat": 49.7632666,\n
        "lon": 3.3839831,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608762,\n
        "lat": 49.7632679,\n
        "lon": 3.3839977,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608764,\n
        "lat": 49.7632671,\n
        "lon": 3.3839685,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608765,\n
        "lat": 49.7632709,\n
        "lon": 3.3840116,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608767,\n
        "lat": 49.7632694,\n
        "lon": 3.3839542,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608771,\n
        "lat": 49.7632756,\n
        "lon": 3.3840243,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608772,\n
        "lat": 49.7632710,\n
        "lon": 3.3844600,\n
        "timestamp": "2012-01-09T10:31:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608773,\n
        "lat": 49.7632734,\n
        "lon": 3.3839409,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608776,\n
        "lat": 49.7632760,\n
        "lon": 3.3841370,\n
        "timestamp": "2012-01-09T10:31:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608777,\n
        "lat": 49.7632789,\n
        "lon": 3.3839290,\n
        "timestamp": "2016-07-05T13:25:30Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608778,\n
        "lat": 49.7632780,\n
        "lon": 3.3755330,\n
        "timestamp": "2012-01-09T10:31:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608779,\n
        "lat": 49.7632818,\n
        "lon": 3.3840355,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608780,\n
        "lat": 49.7632790,\n
        "lon": 3.3735810,\n
        "timestamp": "2012-01-09T10:31:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608784,\n
        "lat": 49.7632858,\n
        "lon": 3.3839189,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608788,\n
        "lat": 49.7632892,\n
        "lon": 3.3840446,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608792,\n
        "lat": 49.7632900,\n
        "lon": 3.3740540,\n
        "timestamp": "2012-01-09T10:31:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608793,\n
        "lat": 49.7632938,\n
        "lon": 3.3839111,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608795,\n
        "lat": 49.7632976,\n
        "lon": 3.3840514,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608796,\n
        "lat": 49.7632940,\n
        "lon": 3.3755550,\n
        "timestamp": "2012-01-09T10:31:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608800,\n
        "lat": 49.7632980,\n
        "lon": 3.3754880,\n
        "timestamp": "2012-01-09T10:31:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608801,\n
        "lat": 49.7633027,\n
        "lon": 3.3839057,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608803,\n
        "lat": 49.7633010,\n
        "lon": 3.3841340,\n
        "timestamp": "2012-01-09T10:31:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608804,\n
        "lat": 49.7633020,\n
        "lon": 3.3756430,\n
        "timestamp": "2012-01-09T10:31:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608806,\n
        "lat": 49.7633040,\n
        "lon": 3.3755630,\n
        "timestamp": "2012-01-09T10:31:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608807,\n
        "lat": 49.7633067,\n
        "lon": 3.3840557,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608808,\n
        "lat": 49.7633040,\n
        "lon": 3.3844630,\n
        "timestamp": "2012-01-09T10:31:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608812,\n
        "lat": 49.7633120,\n
        "lon": 3.3839030,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608813,\n
        "lat": 49.7633161,\n
        "lon": 3.3840572,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608818,\n
        "lat": 49.7633180,\n
        "lon": 3.3729140,\n
        "timestamp": "2012-01-09T10:31:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608819,\n
        "lat": 49.7633215,\n
        "lon": 3.3839031,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608823,\n
        "lat": 49.7633255,\n
        "lon": 3.3840559,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608824,\n
        "lat": 49.7633250,\n
        "lon": 3.3755180,\n
        "timestamp": "2012-01-09T10:31:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608826,\n
        "lat": 49.7633260,\n
        "lon": 3.3741800,\n
        "timestamp": "2012-01-09T10:31:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608833,\n
        "lat": 49.7633270,\n
        "lon": 3.3726120,\n
        "timestamp": "2012-01-09T10:31:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608837,\n
        "lat": 49.7633280,\n
        "lon": 3.3749040,\n
        "timestamp": "2012-01-09T10:31:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608840,\n
        "lat": 49.7633308,\n
        "lon": 3.3839060,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608841,\n
        "lat": 49.7633347,\n
        "lon": 3.3840518,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608843,\n
        "lat": 49.7633340,\n
        "lon": 3.3841460,\n
        "timestamp": "2012-01-09T10:31:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608846,\n
        "lat": 49.7633396,\n
        "lon": 3.3839115,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608859,\n
        "lat": 49.7633400,\n
        "lon": 3.3752580,\n
        "timestamp": "2012-01-09T10:31:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608861,\n
        "lat": 49.7633410,\n
        "lon": 3.3730360,\n
        "timestamp": "2012-01-09T10:31:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608863,\n
        "lat": 49.7633420,\n
        "lon": 3.3758090,\n
        "timestamp": "2012-01-09T10:31:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608864,\n
        "lat": 49.7633431,\n
        "lon": 3.3840452,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608865,\n
        "lat": 49.7633440,\n
        "lon": 3.3756510,\n
        "timestamp": "2012-01-09T10:31:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608869,\n
        "lat": 49.7633440,\n
        "lon": 3.3844450,\n
        "timestamp": "2012-01-09T10:31:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608871,\n
        "lat": 49.7633450,\n
        "lon": 3.3758020,\n
        "timestamp": "2012-01-09T10:31:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608874,\n
        "lat": 49.7633475,\n
        "lon": 3.3839195,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608876,\n
        "lat": 49.7633506,\n
        "lon": 3.3840362,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608889,\n
        "lat": 49.7633490,\n
        "lon": 3.3740870,\n
        "timestamp": "2012-01-09T10:31:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608891,\n
        "lat": 49.7633490,\n
        "lon": 3.3752360,\n
        "timestamp": "2012-01-09T10:31:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608893,\n
        "lat": 49.7633500,\n
        "lon": 3.3728250,\n
        "timestamp": "2012-01-09T10:31:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608901,\n
        "lat": 49.7633543,\n
        "lon": 3.3839297,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608903,\n
        "lat": 49.7633540,\n
        "lon": 3.3752690,\n
        "timestamp": "2012-01-09T10:31:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608909,\n
        "lat": 49.7633569,\n
        "lon": 3.3840251,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608919,\n
        "lat": 49.7633560,\n
        "lon": 3.3841640,\n
        "timestamp": "2012-01-09T10:31:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608925,\n
        "lat": 49.7633598,\n
        "lon": 3.3839417,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608926,\n
        "lat": 49.7633617,\n
        "lon": 3.3840125,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608932,\n
        "lat": 49.7633630,\n
        "lon": 3.3752500,\n
        "timestamp": "2012-01-09T10:31:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608934,\n
        "lat": 49.7633637,\n
        "lon": 3.3839551,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608953,\n
        "lat": 49.7633648,\n
        "lon": 3.3839986,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608955,\n
        "lat": 49.7633658,\n
        "lon": 3.3839694,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608961,\n
        "lat": 49.7633662,\n
        "lon": 3.3839841,\n
        "timestamp": "2016-07-05T13:25:31Z",\n
        "version": 2,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608965,\n
        "lat": 49.7633680,\n
        "lon": 3.3725040,\n
        "timestamp": "2012-01-09T10:31:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608969,\n
        "lat": 49.7633710,\n
        "lon": 3.3844140,\n
        "timestamp": "2012-01-09T10:31:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608978,\n
        "lat": 49.7633743,\n
        "lon": 3.3840751,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608980,\n
        "lat": 49.7633740,\n
        "lon": 3.3841900,\n
        "timestamp": "2012-01-09T10:31:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608991,\n
        "lat": 49.7633790,\n
        "lon": 3.3757270,\n
        "timestamp": "2012-01-09T10:31:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583608994,\n
        "lat": 49.7633800,\n
        "lon": 3.3729260,\n
        "timestamp": "2012-01-09T10:31:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609013,\n
        "lat": 49.7633809,\n
        "lon": 3.3840332,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609014,\n
        "lat": 49.7633750,\n
        "lon": 3.3841181,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609018,\n
        "lat": 49.7633840,\n
        "lon": 3.3730720,\n
        "timestamp": "2012-01-09T10:31:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609025,\n
        "lat": 49.7633840,\n
        "lon": 3.3842110,\n
        "timestamp": "2012-01-09T10:31:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609031,\n
        "lat": 49.7633829,\n
        "lon": 3.3841595,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609035,\n
        "lat": 49.7633890,\n
        "lon": 3.3735750,\n
        "timestamp": "2012-01-09T10:31:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609044,\n
        "lat": 49.7633900,\n
        "lon": 3.3757020,\n
        "timestamp": "2012-01-09T10:31:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609047,\n
        "lat": 49.7633900,\n
        "lon": 3.3843720,\n
        "timestamp": "2012-01-09T10:31:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609048,\n
        "lat": 49.7633920,\n
        "lon": 3.3749460,\n
        "timestamp": "2012-01-09T10:31:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609053,\n
        "lat": 49.7633950,\n
        "lon": 3.3842460,\n
        "timestamp": "2012-01-09T10:31:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609055,\n
        "lat": 49.7633942,\n
        "lon": 3.3839953,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609076,\n
        "lat": 49.7634000,\n
        "lon": 3.3843220,\n
        "timestamp": "2012-01-09T10:31:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609078,\n
        "lat": 49.7634010,\n
        "lon": 3.3842960,\n
        "timestamp": "2012-01-09T10:31:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609087,\n
        "lat": 49.7634030,\n
        "lon": 3.3757200,\n
        "timestamp": "2012-01-09T10:31:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609089,\n
        "lat": 49.7634070,\n
        "lon": 3.3753600,\n
        "timestamp": "2012-01-09T10:31:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609092,\n
        "lat": 49.7634134,\n
        "lon": 3.3839641,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609104,\n
        "lat": 49.7633974,\n
        "lon": 3.3841962,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609105,\n
        "lat": 49.7634160,\n
        "lon": 3.3725470,\n
        "timestamp": "2012-01-09T10:31:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609106,\n
        "lat": 49.7634160,\n
        "lon": 3.3754930,\n
        "timestamp": "2012-01-09T10:31:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609107,\n
        "lat": 49.7634170,\n
        "lon": 3.3735330,\n
        "timestamp": "2012-01-09T10:31:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609108,\n
        "lat": 49.7634200,\n
        "lon": 3.3731260,\n
        "timestamp": "2012-01-09T10:31:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609110,\n
        "lat": 49.7634200,\n
        "lon": 3.3744390,\n
        "timestamp": "2012-01-09T10:31:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609116,\n
        "lat": 49.7634220,\n
        "lon": 3.3734740,\n
        "timestamp": "2012-01-09T10:31:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609118,\n
        "lat": 49.7634240,\n
        "lon": 3.3729650,\n
        "timestamp": "2012-01-09T10:31:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609120,\n
        "lat": 49.7634240,\n
        "lon": 3.3754750,\n
        "timestamp": "2012-01-09T10:31:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609123,\n
        "lat": 49.7634280,\n
        "lon": 3.3739220,\n
        "timestamp": "2012-01-09T10:31:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609137,\n
        "lat": 49.7634300,\n
        "lon": 3.3725110,\n
        "timestamp": "2012-01-09T10:31:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609139,\n
        "lat": 49.7634310,\n
        "lon": 3.3734800,\n
        "timestamp": "2012-01-09T10:31:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609141,\n
        "lat": 49.7634310,\n
        "lon": 3.3752960,\n
        "timestamp": "2012-01-09T10:31:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609143,\n
        "lat": 49.7634350,\n
        "lon": 3.3730790,\n
        "timestamp": "2012-01-09T10:31:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609144,\n
        "lat": 49.7634372,\n
        "lon": 3.3839417,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609146,\n
        "lat": 49.7634400,\n
        "lon": 3.3731420,\n
        "timestamp": "2012-01-09T10:31:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609148,\n
        "lat": 49.7634420,\n
        "lon": 3.3727160,\n
        "timestamp": "2012-01-09T10:31:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609150,\n
        "lat": 49.7634430,\n
        "lon": 3.3754930,\n
        "timestamp": "2012-01-09T10:31:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609161,\n
        "lat": 49.7634440,\n
        "lon": 3.3744500,\n
        "timestamp": "2012-01-09T10:31:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609163,\n
        "lat": 49.7634175,\n
        "lon": 3.3842260,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609165,\n
        "lat": 49.7634490,\n
        "lon": 3.3738440,\n
        "timestamp": "2012-01-09T10:31:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609169,\n
        "lat": 49.7634540,\n
        "lon": 3.3725820,\n
        "timestamp": "2012-01-09T10:31:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609171,\n
        "lat": 49.7634550,\n
        "lon": 3.3730960,\n
        "timestamp": "2012-01-09T10:31:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609176,\n
        "lat": 49.7634639,\n
        "lon": 3.3839295,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609178,\n
        "lat": 49.7634620,\n
        "lon": 3.3753220,\n
        "timestamp": "2012-01-09T10:31:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609180,\n
        "lat": 49.7634420,\n
        "lon": 3.3842466,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609181,\n
        "lat": 49.7634640,\n
        "lon": 3.3730680,\n
        "timestamp": "2012-01-09T10:31:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609182,\n
        "lat": 49.7634640,\n
        "lon": 3.3754480,\n
        "timestamp": "2012-01-09T10:31:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609191,\n
        "lat": 49.7634650,\n
        "lon": 3.3731620,\n
        "timestamp": "2012-01-09T10:31:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609193,\n
        "lat": 49.7634650,\n
        "lon": 3.3743500,\n
        "timestamp": "2012-01-09T10:31:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609195,\n
        "lat": 49.7634680,\n
        "lon": 3.3725450,\n
        "timestamp": "2012-01-09T10:31:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609198,\n
        "lat": 49.7634690,\n
        "lon": 3.3754450,\n
        "timestamp": "2012-01-09T10:31:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609201,\n
        "lat": 49.7634790,\n
        "lon": 3.3743550,\n
        "timestamp": "2012-01-09T10:31:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609203,\n
        "lat": 49.7634820,\n
        "lon": 3.3755480,\n
        "timestamp": "2012-01-09T10:31:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609204,\n
        "lat": 49.7634830,\n
        "lon": 3.3726080,\n
        "timestamp": "2012-01-09T10:31:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609217,\n
        "lat": 49.7634860,\n
        "lon": 3.3754260,\n
        "timestamp": "2012-01-09T10:31:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609219,\n
        "lat": 49.7634890,\n
        "lon": 3.3736440,\n
        "timestamp": "2012-01-09T10:31:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609220,\n
        "lat": 49.7634890,\n
        "lon": 3.3752500,\n
        "timestamp": "2012-01-09T10:31:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609221,\n
        "lat": 49.7634890,\n
        "lon": 3.3755390,\n
        "timestamp": "2012-01-09T10:31:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609222,\n
        "lat": 49.7634900,\n
        "lon": 3.3730890,\n
        "timestamp": "2012-01-09T10:31:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609224,\n
        "lat": 49.7634917,\n
        "lon": 3.3839285,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609226,\n
        "lat": 49.7634940,\n
        "lon": 3.3742790,\n
        "timestamp": "2012-01-09T10:31:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609228,\n
        "lat": 49.7634690,\n
        "lon": 3.3842567,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609232,\n
        "lat": 49.7635030,\n
        "lon": 3.3743920,\n
        "timestamp": "2012-01-09T10:31:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609234,\n
        "lat": 49.7635040,\n
        "lon": 3.3735990,\n
        "timestamp": "2012-01-09T10:31:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609242,\n
        "lat": 49.7635090,\n
        "lon": 3.3753620,\n
        "timestamp": "2012-01-09T10:31:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609244,\n
        "lat": 49.7635100,\n
        "lon": 3.3754910,\n
        "timestamp": "2012-01-09T10:31:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609247,\n
        "lat": 49.7635180,\n
        "lon": 3.3743170,\n
        "timestamp": "2012-01-09T10:31:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609248,\n
        "lat": 49.7634968,\n
        "lon": 3.3842557,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609249,\n
        "lat": 49.7635187,\n
        "lon": 3.3839386,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609250,\n
        "lat": 49.7635270,\n
        "lon": 3.3741880,\n
        "timestamp": "2012-01-09T10:31:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609254,\n
        "lat": 49.7635370,\n
        "lon": 3.3752920,\n
        "timestamp": "2012-01-09T10:31:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609256,\n
        "lat": 49.7635420,\n
        "lon": 3.3741960,\n
        "timestamp": "2012-01-09T10:31:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609257,\n
        "lat": 49.7635235,\n
        "lon": 3.3842435,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609260,\n
        "lat": 49.7635520,\n
        "lon": 3.3751210,\n
        "timestamp": "2012-01-09T10:31:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609261,\n
        "lat": 49.7635432,\n
        "lon": 3.3839592,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609263,\n
        "lat": 49.7635560,\n
        "lon": 3.3739950,\n
        "timestamp": "2012-01-09T10:31:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609264,\n
        "lat": 49.7635560,\n
        "lon": 3.3743380,\n
        "timestamp": "2012-01-09T10:31:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609266,\n
        "lat": 49.7635473,\n
        "lon": 3.3842211,\n
        "timestamp": "2018-07-29T20:26:34Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609269,\n
        "lat": 49.7635633,\n
        "lon": 3.3839890,\n
        "timestamp": "2018-07-29T20:26:35Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609270,\n
        "lat": 49.7635665,\n
        "lon": 3.3841899,\n
        "timestamp": "2018-07-29T20:26:35Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609272,\n
        "lat": 49.7635750,\n
        "lon": 3.3739170,\n
        "timestamp": "2012-01-09T10:31:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609275,\n
        "lat": 49.7635778,\n
        "lon": 3.3840257,\n
        "timestamp": "2018-07-29T20:26:35Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609276,\n
        "lat": 49.7635820,\n
        "lon": 3.3742190,\n
        "timestamp": "2012-01-09T10:31:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609277,\n
        "lat": 49.7635798,\n
        "lon": 3.3841520,\n
        "timestamp": "2018-07-29T20:26:35Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609278,\n
        "lat": 49.7635840,\n
        "lon": 3.3750240,\n
        "timestamp": "2012-01-09T10:31:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609281,\n
        "lat": 49.7635850,\n
        "lon": 3.3753600,\n
        "timestamp": "2012-01-09T10:31:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609282,\n
        "lat": 49.7635857,\n
        "lon": 3.3840671,\n
        "timestamp": "2018-07-29T20:26:35Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609284,\n
        "lat": 49.7635864,\n
        "lon": 3.3841102,\n
        "timestamp": "2018-07-29T20:26:35Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609287,\n
        "lat": 49.7635890,\n
        "lon": 3.3839940,\n
        "timestamp": "2012-01-09T10:31:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609288,\n
        "lat": 49.7635910,\n
        "lon": 3.3740150,\n
        "timestamp": "2012-01-09T10:31:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609289,\n
        "lat": 49.7635920,\n
        "lon": 3.3751830,\n
        "timestamp": "2012-01-09T10:31:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609290,\n
        "lat": 49.7635960,\n
        "lon": 3.3743090,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609291,\n
        "lat": 49.7636120,\n
        "lon": 3.3743900,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609292,\n
        "lat": 49.7636140,\n
        "lon": 3.3742370,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609293,\n
        "lat": 49.7636170,\n
        "lon": 3.3841080,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609294,\n
        "lat": 49.7636220,\n
        "lon": 3.3839780,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609295,\n
        "lat": 49.7636250,\n
        "lon": 3.3743290,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609296,\n
        "lat": 49.7636290,\n
        "lon": 3.3727000,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609297,\n
        "lat": 49.7636360,\n
        "lon": 3.3753320,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609298,\n
        "lat": 49.7636410,\n
        "lon": 3.3752420,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609299,\n
        "lat": 49.7636430,\n
        "lon": 3.3740440,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609300,\n
        "lat": 49.7636450,\n
        "lon": 3.3751920,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609301,\n
        "lat": 49.7636480,\n
        "lon": 3.3840960,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609302,\n
        "lat": 49.7636530,\n
        "lon": 3.3726020,\n
        "timestamp": "2012-01-09T10:31:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609303,\n
        "lat": 49.7636620,\n
        "lon": 3.3745470,\n
        "timestamp": "2012-01-09T10:31:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609304,\n
        "lat": 49.7636640,\n
        "lon": 3.3752690,\n
        "timestamp": "2012-01-09T10:31:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609305,\n
        "lat": 49.7636730,\n
        "lon": 3.3754480,\n
        "timestamp": "2012-01-09T10:31:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609306,\n
        "lat": 49.7636740,\n
        "lon": 3.3750940,\n
        "timestamp": "2012-01-09T10:31:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609307,\n
        "lat": 49.7636942,\n
        "lon": 3.3751612,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609308,\n
        "lat": 49.7636952,\n
        "lon": 3.3752972,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609309,\n
        "lat": 49.7636780,\n
        "lon": 3.3737750,\n
        "timestamp": "2012-01-09T10:31:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609310,\n
        "lat": 49.7636780,\n
        "lon": 3.3780760,\n
        "timestamp": "2012-01-09T10:31:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609311,\n
        "lat": 49.7636790,\n
        "lon": 3.3740650,\n
        "timestamp": "2012-01-09T10:31:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609312,\n
        "lat": 49.7636900,\n
        "lon": 3.3744400,\n
        "timestamp": "2012-01-09T10:31:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609313,\n
        "lat": 49.7636910,\n
        "lon": 3.3737850,\n
        "timestamp": "2012-01-09T10:31:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609314,\n
        "lat": 49.7636950,\n
        "lon": 3.3753970,\n
        "timestamp": "2012-01-09T10:31:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609315,\n
        "lat": 49.7636990,\n
        "lon": 3.3745510,\n
        "timestamp": "2012-01-09T10:31:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609316,\n
        "lat": 49.7637080,\n
        "lon": 3.3727470,\n
        "timestamp": "2012-01-09T10:31:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609317,\n
        "lat": 49.7637080,\n
        "lon": 3.3737370,\n
        "timestamp": "2012-01-09T10:31:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609318,\n
        "lat": 49.7637312,\n
        "lon": 3.3751972,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609319,\n
        "lat": 49.7637322,\n
        "lon": 3.3750852,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609320,\n
        "lat": 49.7637190,\n
        "lon": 3.3737080,\n
        "timestamp": "2012-01-09T10:31:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609321,\n
        "lat": 49.7637240,\n
        "lon": 3.3781270,\n
        "timestamp": "2012-01-09T10:31:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609322,\n
        "lat": 49.7637260,\n
        "lon": 3.3761720,\n
        "timestamp": "2012-01-09T10:31:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609323,\n
        "lat": 49.7637290,\n
        "lon": 3.3727600,\n
        "timestamp": "2012-01-09T10:31:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609324,\n
        "lat": 49.7637320,\n
        "lon": 3.3726490,\n
        "timestamp": "2012-01-09T10:31:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609325,\n
        "lat": 49.7637350,\n
        "lon": 3.3783130,\n
        "timestamp": "2012-01-09T10:31:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609326,\n
        "lat": 49.7637360,\n
        "lon": 3.3743990,\n
        "timestamp": "2012-01-09T10:31:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609327,\n
        "lat": 49.7637420,\n
        "lon": 3.3737690,\n
        "timestamp": "2012-01-09T10:31:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609328,\n
        "lat": 49.7637460,\n
        "lon": 3.3780800,\n
        "timestamp": "2012-01-09T10:31:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609329,\n
        "lat": 49.7637470,\n
        "lon": 3.3782890,\n
        "timestamp": "2012-01-09T10:31:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609330,\n
        "lat": 49.7637540,\n
        "lon": 3.3726620,\n
        "timestamp": "2012-01-09T10:31:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609331,\n
        "lat": 49.7637540,\n
        "lon": 3.3737350,\n
        "timestamp": "2012-01-09T10:31:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609332,\n
        "lat": 49.7637550,\n
        "lon": 3.3760810,\n
        "timestamp": "2012-01-09T10:31:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609333,\n
        "lat": 49.7637560,\n
        "lon": 3.3743190,\n
        "timestamp": "2012-01-09T10:31:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609334,\n
        "lat": 49.7637560,\n
        "lon": 3.3783400,\n
        "timestamp": "2012-01-09T10:31:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609335,\n
        "lat": 49.7637570,\n
        "lon": 3.3737270,\n
        "timestamp": "2012-01-09T10:31:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609336,\n
        "lat": 49.7637580,\n
        "lon": 3.3744130,\n
        "timestamp": "2012-01-09T10:31:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609337,\n
        "lat": 49.7637610,\n
        "lon": 3.3741120,\n
        "timestamp": "2012-01-09T10:31:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609338,\n
        "lat": 49.7637812,\n
        "lon": 3.3754472,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609339,\n
        "lat": 49.7637630,\n
        "lon": 3.3780980,\n
        "timestamp": "2012-01-09T10:31:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609340,\n
        "lat": 49.7637640,\n
        "lon": 3.3729030,\n
        "timestamp": "2012-01-09T10:31:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609341,\n
        "lat": 49.7637670,\n
        "lon": 3.3783120,\n
        "timestamp": "2012-01-09T10:31:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609342,\n
        "lat": 49.7637810,\n
        "lon": 3.3743320,\n
        "timestamp": "2012-01-09T10:31:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609343,\n
        "lat": 49.7638002,\n
        "lon": 3.3753942,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609344,\n
        "lat": 49.7637840,\n
        "lon": 3.3778370,\n
        "timestamp": "2012-01-09T10:31:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609345,\n
        "lat": 49.7637890,\n
        "lon": 3.3728060,\n
        "timestamp": "2012-01-09T10:31:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609346,\n
        "lat": 49.7637890,\n
        "lon": 3.3750300,\n
        "timestamp": "2012-01-09T10:31:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609347,\n
        "lat": 49.7637900,\n
        "lon": 3.3737540,\n
        "timestamp": "2012-01-09T10:31:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609348,\n
        "lat": 49.7637910,\n
        "lon": 3.3728070,\n
        "timestamp": "2012-01-09T10:31:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609349,\n
        "lat": 49.7637990,\n
        "lon": 3.3727780,\n
        "timestamp": "2012-01-09T10:31:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609350,\n
        "lat": 49.7637990,\n
        "lon": 3.3750030,\n
        "timestamp": "2012-01-09T10:31:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609351,\n
        "lat": 49.7638030,\n
        "lon": 3.3747230,\n
        "timestamp": "2012-01-09T10:31:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609352,\n
        "lat": 49.7638070,\n
        "lon": 3.3745400,\n
        "timestamp": "2012-01-09T10:31:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609353,\n
        "lat": 49.7638090,\n
        "lon": 3.3729340,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609354,\n
        "lat": 49.7638110,\n
        "lon": 3.3727680,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609355,\n
        "lat": 49.7638110,\n
        "lon": 3.3729280,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609356,\n
        "lat": 49.7638130,\n
        "lon": 3.3750120,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609357,\n
        "lat": 49.7638130,\n
        "lon": 3.3761240,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609358,\n
        "lat": 49.7638322,\n
        "lon": 3.3754932,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609359,\n
        "lat": 49.7638150,\n
        "lon": 3.3761180,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609360,\n
        "lat": 49.7638190,\n
        "lon": 3.3749980,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609361,\n
        "lat": 49.7638382,\n
        "lon": 3.3754222,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609362,\n
        "lat": 49.7638260,\n
        "lon": 3.3745670,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609363,\n
        "lat": 49.7638260,\n
        "lon": 3.3748430,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609364,\n
        "lat": 49.7638280,\n
        "lon": 3.3745530,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609365,\n
        "lat": 49.7638280,\n
        "lon": 3.3747430,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609366,\n
        "lat": 49.7638290,\n
        "lon": 3.3744600,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609367,\n
        "lat": 49.7638300,\n
        "lon": 3.3750060,\n
        "timestamp": "2012-01-09T10:31:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609368,\n
        "lat": 49.7638340,\n
        "lon": 3.3746020,\n
        "timestamp": "2012-01-09T10:31:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609369,\n
        "lat": 49.7638532,\n
        "lon": 3.3754362,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609370,\n
        "lat": 49.7638370,\n
        "lon": 3.3749900,\n
        "timestamp": "2012-01-09T10:31:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609371,\n
        "lat": 49.7638370,\n
        "lon": 3.3762560,\n
        "timestamp": "2012-01-09T10:31:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609372,\n
        "lat": 49.7638400,\n
        "lon": 3.3728370,\n
        "timestamp": "2012-01-09T10:31:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609373,\n
        "lat": 49.7638400,\n
        "lon": 3.3748050,\n
        "timestamp": "2012-01-09T10:31:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609374,\n
        "lat": 49.7638410,\n
        "lon": 3.3745770,\n
        "timestamp": "2012-01-09T10:31:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609375,\n
        "lat": 49.7638430,\n
        "lon": 3.3727870,\n
        "timestamp": "2012-01-09T10:31:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609376,\n
        "lat": 49.7638612,\n
        "lon": 3.3752412,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609377,\n
        "lat": 49.7638480,\n
        "lon": 3.3728080,\n
        "timestamp": "2012-01-09T10:31:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609378,\n
        "lat": 49.7638480,\n
        "lon": 3.3740490,\n
        "timestamp": "2012-01-09T10:31:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609379,\n
        "lat": 49.7638480,\n
        "lon": 3.3779040,\n
        "timestamp": "2012-01-09T10:31:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609380,\n
        "lat": 49.7638682,\n
        "lon": 3.3752222,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609381,\n
        "lat": 49.7638712,\n
        "lon": 3.3752252,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609382,\n
        "lat": 49.7638540,\n
        "lon": 3.3746540,\n
        "timestamp": "2012-01-09T10:31:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609383,\n
        "lat": 49.7638540,\n
        "lon": 3.3762680,\n
        "timestamp": "2012-01-09T10:31:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609384,\n
        "lat": 49.7638742,\n
        "lon": 3.3753332,\n
        "timestamp": "2016-08-07T08:35:51Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609385,\n
        "lat": 49.7638660,\n
        "lon": 3.3737830,\n
        "timestamp": "2012-01-09T10:31:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609386,\n
        "lat": 49.7638680,\n
        "lon": 3.3741730,\n
        "timestamp": "2012-01-09T10:31:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609387,\n
        "lat": 49.7638862,\n
        "lon": 3.3753462,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609388,\n
        "lat": 49.7638680,\n
        "lon": 3.3761610,\n
        "timestamp": "2012-01-09T10:31:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609389,\n
        "lat": 49.7638690,\n
        "lon": 3.3729610,\n
        "timestamp": "2012-01-09T10:31:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609390,\n
        "lat": 49.7638730,\n
        "lon": 3.3738680,\n
        "timestamp": "2012-01-09T10:31:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609391,\n
        "lat": 49.7638750,\n
        "lon": 3.3748850,\n
        "timestamp": "2012-01-09T10:31:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609392,\n
        "lat": 49.7638800,\n
        "lon": 3.3746690,\n
        "timestamp": "2012-01-09T10:31:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609393,\n
        "lat": 49.7638840,\n
        "lon": 3.3761730,\n
        "timestamp": "2012-01-09T10:31:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609394,\n
        "lat": 49.7639042,\n
        "lon": 3.3751472,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609395,\n
        "lat": 49.7638900,\n
        "lon": 3.3743950,\n
        "timestamp": "2012-01-09T10:31:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609396,\n
        "lat": 49.7638910,\n
        "lon": 3.3728680,\n
        "timestamp": "2012-01-09T10:31:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609397,\n
        "lat": 49.7638910,\n
        "lon": 3.3748480,\n
        "timestamp": "2012-01-09T10:31:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609398,\n
        "lat": 49.7639092,\n
        "lon": 3.3752852,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609399,\n
        "lat": 49.7638920,\n
        "lon": 3.3750400,\n
        "timestamp": "2012-01-09T10:31:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609400,\n
        "lat": 49.7638940,\n
        "lon": 3.3740880,\n
        "timestamp": "2012-01-09T10:31:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609401,\n
        "lat": 49.7638940,\n
        "lon": 3.3750270,\n
        "timestamp": "2012-01-09T10:31:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609402,\n
        "lat": 49.7638950,\n
        "lon": 3.3738010,\n
        "timestamp": "2012-01-09T10:31:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609403,\n
        "lat": 49.7638970,\n
        "lon": 3.3738900,\n
        "timestamp": "2012-01-09T10:31:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609404,\n
        "lat": 49.7639152,\n
        "lon": 3.3752692,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609405,\n
        "lat": 49.7639000,\n
        "lon": 3.3761880,\n
        "timestamp": "2012-01-09T10:31:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609406,\n
        "lat": 49.7639312,\n
        "lon": 3.3752832,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609407,\n
        "lat": 49.7639160,\n
        "lon": 3.3750570,\n
        "timestamp": "2012-01-09T10:31:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609408,\n
        "lat": 49.7639200,\n
        "lon": 3.3785690,\n
        "timestamp": "2012-01-09T10:31:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609409,\n
        "lat": 49.7639240,\n
        "lon": 3.3762210,\n
        "timestamp": "2012-01-09T10:31:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609410,\n
        "lat": 49.7639260,\n
        "lon": 3.3748780,\n
        "timestamp": "2012-01-09T10:31:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609411,\n
        "lat": 49.7639270,\n
        "lon": 3.3761160,\n
        "timestamp": "2012-01-09T10:31:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609412,\n
        "lat": 49.7639310,\n
        "lon": 3.3748620,\n
        "timestamp": "2012-01-09T10:31:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609413,\n
        "lat": 49.7639320,\n
        "lon": 3.3786020,\n
        "timestamp": "2012-01-09T10:31:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609414,\n
        "lat": 49.7639380,\n
        "lon": 3.3750000,\n
        "timestamp": "2012-01-09T10:31:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609415,\n
        "lat": 49.7639380,\n
        "lon": 3.3785910,\n
        "timestamp": "2012-01-09T10:31:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609416,\n
        "lat": 49.7639400,\n
        "lon": 3.3748900,\n
        "timestamp": "2012-01-09T10:31:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609417,\n
        "lat": 49.7639430,\n
        "lon": 3.3749880,\n
        "timestamp": "2012-01-09T10:31:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609418,\n
        "lat": 49.7639440,\n
        "lon": 3.3744260,\n
        "timestamp": "2012-01-09T10:31:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609419,\n
        "lat": 49.7639622,\n
        "lon": 3.3752022,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609420,\n
        "lat": 49.7639460,\n
        "lon": 3.3748940,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609421,\n
        "lat": 49.7639480,\n
        "lon": 3.3749750,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609422,\n
        "lat": 49.7639500,\n
        "lon": 3.3748770,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609423,\n
        "lat": 49.7639510,\n
        "lon": 3.3761410,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609424,\n
        "lat": 49.7639560,\n
        "lon": 3.3784990,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609425,\n
        "lat": 49.7639630,\n
        "lon": 3.3829160,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609426,\n
        "lat": 49.7639670,\n
        "lon": 3.3749130,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609427,\n
        "lat": 49.7639690,\n
        "lon": 3.3751570,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609428,\n
        "lat": 49.7639700,\n
        "lon": 3.3828550,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609429,\n
        "lat": 49.7639710,\n
        "lon": 3.3750290,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609430,\n
        "lat": 49.7639740,\n
        "lon": 3.3785220,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609431,\n
        "lat": 49.7639760,\n
        "lon": 3.3742340,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609432,\n
        "lat": 49.7639760,\n
        "lon": 3.3745860,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609433,\n
        "lat": 49.7639760,\n
        "lon": 3.3750170,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609434,\n
        "lat": 49.7639790,\n
        "lon": 3.3742150,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609435,\n
        "lat": 49.7639790,\n
        "lon": 3.3785120,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609436,\n
        "lat": 49.7639810,\n
        "lon": 3.3750050,\n
        "timestamp": "2012-01-09T10:31:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609437,\n
        "lat": 49.7639970,\n
        "lon": 3.3748400,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609438,\n
        "lat": 49.7640060,\n
        "lon": 3.3744610,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609439,\n
        "lat": 49.7640060,\n
        "lon": 3.3746020,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609440,\n
        "lat": 49.7640090,\n
        "lon": 3.3750470,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609441,\n
        "lat": 49.7640100,\n
        "lon": 3.3829320,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609442,\n
        "lat": 49.7640150,\n
        "lon": 3.3787090,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609443,\n
        "lat": 49.7640160,\n
        "lon": 3.3828740,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609444,\n
        "lat": 49.7640170,\n
        "lon": 3.3795930,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609445,\n
        "lat": 49.7640220,\n
        "lon": 3.3763540,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609446,\n
        "lat": 49.7640230,\n
        "lon": 3.3786960,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609447,\n
        "lat": 49.7640280,\n
        "lon": 3.3760000,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609448,\n
        "lat": 49.7640360,\n
        "lon": 3.3749750,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609449,\n
        "lat": 49.7640370,\n
        "lon": 3.3742680,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609450,\n
        "lat": 49.7640370,\n
        "lon": 3.3795780,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609451,\n
        "lat": 49.7640380,\n
        "lon": 3.3744790,\n
        "timestamp": "2012-01-09T10:31:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609452,\n
        "lat": 49.7640390,\n
        "lon": 3.3742540,\n
        "timestamp": "2012-01-09T10:31:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609453,\n
        "lat": 49.7640400,\n
        "lon": 3.3746600,\n
        "timestamp": "2012-01-09T10:31:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609454,\n
        "lat": 49.7640450,\n
        "lon": 3.3796770,\n
        "timestamp": "2012-01-09T10:31:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609455,\n
        "lat": 49.7640470,\n
        "lon": 3.3763870,\n
        "timestamp": "2012-01-09T10:31:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609456,\n
        "lat": 49.7640480,\n
        "lon": 3.3746250,\n
        "timestamp": "2012-01-09T10:31:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609457,\n
        "lat": 49.7640480,\n
        "lon": 3.3787260,\n
        "timestamp": "2012-01-09T10:31:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609458,\n
        "lat": 49.7640570,\n
        "lon": 3.3782200,\n
        "timestamp": "2012-01-09T10:31:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609459,\n
        "lat": 49.7640570,\n
        "lon": 3.3786290,\n
        "timestamp": "2012-01-09T10:31:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609460,\n
        "lat": 49.7640610,\n
        "lon": 3.3763600,\n
        "timestamp": "2012-01-09T10:31:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609461,\n
        "lat": 49.7640610,\n
        "lon": 3.3788030,\n
        "timestamp": "2012-01-09T10:31:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609462,\n
        "lat": 49.7640630,\n
        "lon": 3.3761060,\n
        "timestamp": "2012-01-09T10:31:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609463,\n
        "lat": 49.7640831,\n
        "lon": 3.3754050,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609464,\n
        "lat": 49.7640640,\n
        "lon": 3.3786160,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609465,\n
        "lat": 49.7640650,\n
        "lon": 3.3748970,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609466,\n
        "lat": 49.7640660,\n
        "lon": 3.3796610,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609467,\n
        "lat": 49.7640670,\n
        "lon": 3.3771350,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609468,\n
        "lat": 49.7640680,\n
        "lon": 3.3764110,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609469,\n
        "lat": 49.7640690,\n
        "lon": 3.3763680,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609470,\n
        "lat": 49.7640931,\n
        "lon": 3.3754150,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609471,\n
        "lat": 49.7640760,\n
        "lon": 3.3771140,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609472,\n
        "lat": 49.7640961,\n
        "lon": 3.3754090,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609473,\n
        "lat": 49.7640770,\n
        "lon": 3.3762230,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609474,\n
        "lat": 49.7640780,\n
        "lon": 3.3742920,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609475,\n
        "lat": 49.7640780,\n
        "lon": 3.3763800,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609476,\n
        "lat": 49.7640820,\n
        "lon": 3.3746910,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609477,\n
        "lat": 49.7640830,\n
        "lon": 3.3760710,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609478,\n
        "lat": 49.7640830,\n
        "lon": 3.3786630,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609479,\n
        "lat": 49.7640870,\n
        "lon": 3.3758900,\n
        "timestamp": "2012-01-09T10:31:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609480,\n
        "lat": 49.7640900,\n
        "lon": 3.3781890,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609481,\n
        "lat": 49.7640910,\n
        "lon": 3.3751490,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609482,\n
        "lat": 49.7640920,\n
        "lon": 3.3783000,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609483,\n
        "lat": 49.7640940,\n
        "lon": 3.3746840,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609484,\n
        "lat": 49.7641191,\n
        "lon": 3.3754490,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609485,\n
        "lat": 49.7641010,\n
        "lon": 3.3746610,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609486,\n
        "lat": 49.7641010,\n
        "lon": 3.3746880,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609487,\n
        "lat": 49.7641010,\n
        "lon": 3.3751590,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609488,\n
        "lat": 49.7641010,\n
        "lon": 3.3788800,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609489,\n
        "lat": 49.7641020,\n
        "lon": 3.3751240,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609490,\n
        "lat": 49.7641211,\n
        "lon": 3.3754420,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609491,\n
        "lat": 49.7641020,\n
        "lon": 3.3782310,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609492,\n
        "lat": 49.7641040,\n
        "lon": 3.3793170,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609493,\n
        "lat": 49.7641050,\n
        "lon": 3.3746640,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609494,\n
        "lat": 49.7641060,\n
        "lon": 3.3782250,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609495,\n
        "lat": 49.7641100,\n
        "lon": 3.3762570,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609496,\n
        "lat": 49.7641301,\n
        "lon": 3.3754620,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609497,\n
        "lat": 49.7641110,\n
        "lon": 3.3761670,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609498,\n
        "lat": 49.7641120,\n
        "lon": 3.3751340,\n
        "timestamp": "2012-01-09T10:31:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609499,\n
        "lat": 49.7641341,\n
        "lon": 3.3754550,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609500,\n
        "lat": 49.7641190,\n
        "lon": 3.3793520,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609501,\n
        "lat": 49.7641200,\n
        "lon": 3.3782750,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609502,\n
        "lat": 49.7641230,\n
        "lon": 3.3787250,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609503,\n
        "lat": 49.7641250,\n
        "lon": 3.3739570,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609504,\n
        "lat": 49.7641250,\n
        "lon": 3.3771930,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609505,\n
        "lat": 49.7641270,\n
        "lon": 3.3743200,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609506,\n
        "lat": 49.7641270,\n
        "lon": 3.3789290,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609507,\n
        "lat": 49.7641300,\n
        "lon": 3.3769900,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609508,\n
        "lat": 49.7641330,\n
        "lon": 3.3771730,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609509,\n
        "lat": 49.7641340,\n
        "lon": 3.3747080,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609510,\n
        "lat": 49.7641350,\n
        "lon": 3.3776490,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609511,\n
        "lat": 49.7641350,\n
        "lon": 3.3788140,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609512,\n
        "lat": 49.7641350,\n
        "lon": 3.3813320,\n
        "timestamp": "2012-01-09T10:31:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609513,\n
        "lat": 49.7641551,\n
        "lon": 3.3752680,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609514,\n
        "lat": 49.7641561,\n
        "lon": 3.3754960,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609515,\n
        "lat": 49.7641591,\n
        "lon": 3.3754890,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609516,\n
        "lat": 49.7641400,\n
        "lon": 3.3776990,\n
        "timestamp": "2012-01-09T10:31:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609517,\n
        "lat": 49.7641450,\n
        "lon": 3.3761070,\n
        "timestamp": "2012-01-09T10:31:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609518,\n
        "lat": 49.7641661,\n
        "lon": 3.3755080,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609519,\n
        "lat": 49.7641470,\n
        "lon": 3.3813770,\n
        "timestamp": "2012-01-09T10:31:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609520,\n
        "lat": 49.7641490,\n
        "lon": 3.3792720,\n
        "timestamp": "2012-01-09T10:31:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609521,\n
        "lat": 49.7641701,\n
        "lon": 3.3755000,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609522,\n
        "lat": 49.7641510,\n
        "lon": 3.3776840,\n
        "timestamp": "2012-01-09T10:31:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609523,\n
        "lat": 49.7641721,\n
        "lon": 3.3753260,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609524,\n
        "lat": 49.7641540,\n
        "lon": 3.3745450,\n
        "timestamp": "2012-01-09T10:31:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609525,\n
        "lat": 49.7641550,\n
        "lon": 3.3738580,\n
        "timestamp": "2012-01-09T10:31:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609526,\n
        "lat": 49.7641560,\n
        "lon": 3.3787870,\n
        "timestamp": "2012-01-09T10:31:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609527,\n
        "lat": 49.7641610,\n
        "lon": 3.3775790,\n
        "timestamp": "2012-01-09T10:31:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609528,\n
        "lat": 49.7641610,\n
        "lon": 3.3801480,\n
        "timestamp": "2012-01-09T10:31:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609529,\n
        "lat": 49.7641640,\n
        "lon": 3.3740380,\n
        "timestamp": "2012-01-09T10:31:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609530,\n
        "lat": 49.7641831,\n
        "lon": 3.3753010,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609531,\n
        "lat": 49.7641640,\n
        "lon": 3.3793070,\n
        "timestamp": "2012-01-09T10:31:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609532,\n
        "lat": 49.7641670,\n
        "lon": 3.3770270,\n
        "timestamp": "2012-01-09T10:31:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609533,\n
        "lat": 49.7641670,\n
        "lon": 3.3801800,\n
        "timestamp": "2012-01-09T10:31:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609534,\n
        "lat": 49.7641690,\n
        "lon": 3.3788810,\n
        "timestamp": "2012-01-09T10:31:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609535,\n
        "lat": 49.7641700,\n
        "lon": 3.3777620,\n
        "timestamp": "2012-01-09T10:31:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609536,\n
        "lat": 49.7641730,\n
        "lon": 3.3746020,\n
        "timestamp": "2012-01-09T10:31:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609537,\n
        "lat": 49.7641931,\n
        "lon": 3.3755390,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609538,\n
        "lat": 49.7641961,\n
        "lon": 3.3755330,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609539,\n
        "lat": 49.7641790,\n
        "lon": 3.3775380,\n
        "timestamp": "2012-01-09T10:31:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609540,\n
        "lat": 49.7641840,\n
        "lon": 3.3790410,\n
        "timestamp": "2012-01-09T10:31:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609541,\n
        "lat": 49.7642041,\n
        "lon": 3.3755530,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609542,\n
        "lat": 49.7641850,\n
        "lon": 3.3770470,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609543,\n
        "lat": 49.7641850,\n
        "lon": 3.3777510,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609544,\n
        "lat": 49.7642071,\n
        "lon": 3.3755470,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609545,\n
        "lat": 49.7641960,\n
        "lon": 3.3775040,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609546,\n
        "lat": 49.7641970,\n
        "lon": 3.3812930,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609547,\n
        "lat": 49.7641990,\n
        "lon": 3.3775800,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609548,\n
        "lat": 49.7642040,\n
        "lon": 3.3751300,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609549,\n
        "lat": 49.7642060,\n
        "lon": 3.3778150,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609550,\n
        "lat": 49.7642080,\n
        "lon": 3.3740720,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609551,\n
        "lat": 49.7642080,\n
        "lon": 3.3813360,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609552,\n
        "lat": 49.7642120,\n
        "lon": 3.3740230,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609553,\n
        "lat": 49.7642120,\n
        "lon": 3.3801240,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609554,\n
        "lat": 49.7642140,\n
        "lon": 3.3775640,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609555,\n
        "lat": 49.7642140,\n
        "lon": 3.3778050,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609556,\n
        "lat": 49.7642341,\n
        "lon": 3.3755890,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609557,\n
        "lat": 49.7642361,\n
        "lon": 3.3755830,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609558,\n
        "lat": 49.7642190,\n
        "lon": 3.3774480,\n
        "timestamp": "2012-01-09T10:31:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609559,\n
        "lat": 49.7642190,\n
        "lon": 3.3801580,\n
        "timestamp": "2012-01-09T10:31:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609560,\n
        "lat": 49.7642210,\n
        "lon": 3.3762440,\n
        "timestamp": "2012-01-09T10:31:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609561,\n
        "lat": 49.7642431,\n
        "lon": 3.3754140,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609562,\n
        "lat": 49.7642431,\n
        "lon": 3.3755990,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609563,\n
        "lat": 49.7642240,\n
        "lon": 3.3778520,\n
        "timestamp": "2012-01-09T10:31:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609564,\n
        "lat": 49.7642280,\n
        "lon": 3.3802790,\n
        "timestamp": "2012-01-09T10:31:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609565,\n
        "lat": 49.7642481,\n
        "lon": 3.3755920,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609566,\n
        "lat": 49.7642300,\n
        "lon": 3.3774210,\n
        "timestamp": "2012-01-09T10:31:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609567,\n
        "lat": 49.7642320,\n
        "lon": 3.3813360,\n
        "timestamp": "2012-01-09T10:31:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609568,\n
        "lat": 49.7642330,\n
        "lon": 3.3762180,\n
        "timestamp": "2012-01-09T10:31:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609569,\n
        "lat": 49.7642450,\n
        "lon": 3.3739260,\n
        "timestamp": "2012-01-09T10:31:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609570,\n
        "lat": 49.7642450,\n
        "lon": 3.3765950,\n
        "timestamp": "2012-01-09T10:31:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609571,\n
        "lat": 49.7642500,\n
        "lon": 3.3814040,\n
        "timestamp": "2012-01-09T10:31:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609572,\n
        "lat": 49.7642510,\n
        "lon": 3.3742360,\n
        "timestamp": "2012-01-09T10:31:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609573,\n
        "lat": 49.7642701,\n
        "lon": 3.3753640,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609574,\n
        "lat": 49.7642520,\n
        "lon": 3.3789750,\n
        "timestamp": "2012-01-09T10:31:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609575,\n
        "lat": 49.7642550,\n
        "lon": 3.3792170,\n
        "timestamp": "2012-01-09T10:31:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609576,\n
        "lat": 49.7642560,\n
        "lon": 3.3751860,\n
        "timestamp": "2012-01-09T10:31:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609577,\n
        "lat": 49.7642560,\n
        "lon": 3.3776450,\n
        "timestamp": "2012-01-09T10:31:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609578,\n
        "lat": 49.7642570,\n
        "lon": 3.3773580,\n
        "timestamp": "2012-01-09T10:31:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609579,\n
        "lat": 49.7642580,\n
        "lon": 3.3777120,\n
        "timestamp": "2012-01-09T10:31:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609580,\n
        "lat": 49.7642600,\n
        "lon": 3.3781750,\n
        "timestamp": "2012-01-09T10:31:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609581,\n
        "lat": 49.7642801,\n
        "lon": 3.3755990,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609582,\n
        "lat": 49.7642610,\n
        "lon": 3.3808250,\n
        "timestamp": "2012-01-09T10:31:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609583,\n
        "lat": 49.7642670,\n
        "lon": 3.3803870,\n
        "timestamp": "2012-01-09T10:31:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609584,\n
        "lat": 49.7642891,\n
        "lon": 3.3754730,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609585,\n
        "lat": 49.7642710,\n
        "lon": 3.3777970,\n
        "timestamp": "2012-01-09T10:31:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609586,\n
        "lat": 49.7642740,\n
        "lon": 3.3764520,\n
        "timestamp": "2012-01-09T10:31:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609587,\n
        "lat": 49.7642750,\n
        "lon": 3.3773180,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609588,\n
        "lat": 49.7642750,\n
        "lon": 3.3782680,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609589,\n
        "lat": 49.7642760,\n
        "lon": 3.3775570,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609590,\n
        "lat": 49.7642760,\n
        "lon": 3.3776850,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609592,\n
        "lat": 49.7642770,\n
        "lon": 3.3763170,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609593,\n
        "lat": 49.7642780,\n
        "lon": 3.3774250,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609595,\n
        "lat": 49.7642790,\n
        "lon": 3.3733520,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609596,\n
        "lat": 49.7643001,\n
        "lon": 3.3754850,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609597,\n
        "lat": 49.7642840,\n
        "lon": 3.3766360,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609598,\n
        "lat": 49.7642850,\n
        "lon": 3.3782940,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609599,\n
        "lat": 49.7642870,\n
        "lon": 3.3774110,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609600,\n
        "lat": 49.7642880,\n
        "lon": 3.3774420,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609603,\n
        "lat": 49.7642902,\n
        "lon": 3.3782539,\n
        "timestamp": "2012-10-15T10:31:55Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609604,\n
        "lat": 49.7642900,\n
        "lon": 3.3809190,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609605,\n
        "lat": 49.7642910,\n
        "lon": 3.3775360,\n
        "timestamp": "2012-01-09T10:31:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609606,\n
        "lat": 49.7642930,\n
        "lon": 3.3740860,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609607,\n
        "lat": 49.7642930,\n
        "lon": 3.3753100,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609608,\n
        "lat": 49.7642930,\n
        "lon": 3.3764580,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609609,\n
        "lat": 49.7642930,\n
        "lon": 3.3772800,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609610,\n
        "lat": 49.7642940,\n
        "lon": 3.3775640,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609611,\n
        "lat": 49.7642940,\n
        "lon": 3.3777850,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609612,\n
        "lat": 49.7642950,\n
        "lon": 3.3749270,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609613,\n
        "lat": 49.7643151,\n
        "lon": 3.3755350,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609614,\n
        "lat": 49.7642960,\n
        "lon": 3.3775950,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609615,\n
        "lat": 49.7642970,\n
        "lon": 3.3742810,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609616,\n
        "lat": 49.7643161,\n
        "lon": 3.3754180,\n
        "timestamp": "2016-08-07T08:35:52Z",\n
        "version": 2,\n
        "changeset": 41299774,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609617,\n
        "lat": 49.7642990,\n
        "lon": 3.3742680,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609618,\n
        "lat": 49.7642990,\n
        "lon": 3.3774290,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609619,\n
        "lat": 49.7643002,\n
        "lon": 3.3782799,\n
        "timestamp": "2012-10-15T10:31:55Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609620,\n
        "lat": 49.7643030,\n
        "lon": 3.3775840,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609621,\n
        "lat": 49.7643050,\n
        "lon": 3.3775490,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609622,\n
        "lat": 49.7643060,\n
        "lon": 3.3753250,\n
        "timestamp": "2012-01-09T10:31:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609623,\n
        "lat": 49.7643090,\n
        "lon": 3.3781320,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609624,\n
        "lat": 49.7643100,\n
        "lon": 3.3763820,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609625,\n
        "lat": 49.7643140,\n
        "lon": 3.3783160,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609626,\n
        "lat": 49.7643150,\n
        "lon": 3.3764700,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609627,\n
        "lat": 49.7643150,\n
        "lon": 3.3775690,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609628,\n
        "lat": 49.7643160,\n
        "lon": 3.3776350,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609629,\n
        "lat": 49.7643170,\n
        "lon": 3.3772280,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609630,\n
        "lat": 49.7643170,\n
        "lon": 3.3792310,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609631,\n
        "lat": 49.7643170,\n
        "lon": 3.3812750,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609632,\n
        "lat": 49.7643190,\n
        "lon": 3.3792360,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609633,\n
        "lat": 49.7643200,\n
        "lon": 3.3772220,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609634,\n
        "lat": 49.7643230,\n
        "lon": 3.3791480,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609635,\n
        "lat": 49.7643251,\n
        "lon": 3.3764180,\n
        "timestamp": "2012-10-15T10:31:55Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609636,\n
        "lat": 49.7643300,\n
        "lon": 3.3763930,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609637,\n
        "lat": 49.7643300,\n
        "lon": 3.3774830,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609638,\n
        "lat": 49.7643320,\n
        "lon": 3.3762110,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609639,\n
        "lat": 49.7643360,\n
        "lon": 3.3741780,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609640,\n
        "lat": 49.7643380,\n
        "lon": 3.3771840,\n
        "timestamp": "2012-01-09T10:31:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609641,\n
        "lat": 49.7643390,\n
        "lon": 3.3781300,\n
        "timestamp": "2012-01-09T10:31:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609642,\n
        "lat": 49.7643390,\n
        "lon": 3.3813430,\n
        "timestamp": "2012-01-09T10:31:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609644,\n
        "lat": 49.7643410,\n
        "lon": 3.3747140,\n
        "timestamp": "2012-01-09T10:31:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609645,\n
        "lat": 49.7643470,\n
        "lon": 3.3741240,\n
        "timestamp": "2012-01-09T10:31:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609646,\n
        "lat": 49.7643470,\n
        "lon": 3.3749830,\n
        "timestamp": "2012-01-09T10:31:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609647,\n
        "lat": 49.7643480,\n
        "lon": 3.3764420,\n
        "timestamp": "2012-01-09T10:31:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609648,\n
        "lat": 49.7643490,\n
        "lon": 3.3752000,\n
        "timestamp": "2012-01-09T10:31:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609649,\n
        "lat": 49.7643500,\n
        "lon": 3.3811070,\n
        "timestamp": "2012-01-09T10:31:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609650,\n
        "lat": 49.7643520,\n
        "lon": 3.3810600,\n
        "timestamp": "2012-01-09T10:31:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609651,\n
        "lat": 49.7643530,\n
        "lon": 3.3746580,\n
        "timestamp": "2012-01-09T10:31:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609652,\n
        "lat": 49.7643530,\n
        "lon": 3.3772590,\n
        "timestamp": "2012-01-09T10:31:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609653,\n
        "lat": 49.7643560,\n
        "lon": 3.3777110,\n
        "timestamp": "2012-01-09T10:31:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609654,\n
        "lat": 49.7643570,\n
        "lon": 3.3754020,\n
        "timestamp": "2012-01-09T10:31:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609655,\n
        "lat": 49.7643580,\n
        "lon": 3.3765620,\n
        "timestamp": "2012-01-09T10:31:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609656,\n
        "lat": 49.7643580,\n
        "lon": 3.3807440,\n
        "timestamp": "2012-01-09T10:31:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609657,\n
        "lat": 49.7643590,\n
        "lon": 3.3764220,\n
        "timestamp": "2012-01-09T10:31:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609658,\n
        "lat": 49.7643590,\n
        "lon": 3.3802840,\n
        "timestamp": "2012-01-09T10:31:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609659,\n
        "lat": 49.7643600,\n
        "lon": 3.3811310,\n
        "timestamp": "2012-01-09T10:31:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609660,\n
        "lat": 49.7643610,\n
        "lon": 3.3752150,\n
        "timestamp": "2012-01-09T10:31:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609661,\n
        "lat": 49.7643620,\n
        "lon": 3.3743220,\n
        "timestamp": "2012-01-09T10:31:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609662,\n
        "lat": 49.7643620,\n
        "lon": 3.3781960,\n
        "timestamp": "2012-01-09T10:31:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609663,\n
        "lat": 49.7643620,\n
        "lon": 3.3807630,\n
        "timestamp": "2012-01-09T10:31:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609674,\n
        "lat": 49.7643630,\n
        "lon": 3.3782700,\n
        "timestamp": "2012-01-09T10:32:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609675,\n
        "lat": 49.7643630,\n
        "lon": 3.3810910,\n
        "timestamp": "2012-01-09T10:32:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609676,\n
        "lat": 49.7643640,\n
        "lon": 3.3773950,\n
        "timestamp": "2012-01-09T10:32:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609677,\n
        "lat": 49.7643640,\n
        "lon": 3.3803010,\n
        "timestamp": "2012-01-09T10:32:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609678,\n
        "lat": 49.7643690,\n
        "lon": 3.3781030,\n
        "timestamp": "2012-01-09T10:32:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609679,\n
        "lat": 49.7643700,\n
        "lon": 3.3794830,\n
        "timestamp": "2012-01-09T10:32:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609680,\n
        "lat": 49.7643710,\n
        "lon": 3.3733230,\n
        "timestamp": "2012-01-09T10:32:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609681,\n
        "lat": 49.7643730,\n
        "lon": 3.3762410,\n
        "timestamp": "2012-01-09T10:32:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609683,\n
        "lat": 49.7643730,\n
        "lon": 3.3810390,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609684,\n
        "lat": 49.7643740,\n
        "lon": 3.3811160,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609685,\n
        "lat": 49.7643750,\n
        "lon": 3.3764470,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609686,\n
        "lat": 49.7643750,\n
        "lon": 3.3784740,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609687,\n
        "lat": 49.7643750,\n
        "lon": 3.3801570,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609688,\n
        "lat": 49.7643770,\n
        "lon": 3.3774210,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609689,\n
        "lat": 49.7643790,\n
        "lon": 3.3791680,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609690,\n
        "lat": 49.7643800,\n
        "lon": 3.3793750,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609691,\n
        "lat": 49.7643810,\n
        "lon": 3.3765960,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609692,\n
        "lat": 49.7643810,\n
        "lon": 3.3783200,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609693,\n
        "lat": 49.7643840,\n
        "lon": 3.3798050,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609694,\n
        "lat": 49.7643850,\n
        "lon": 3.3764910,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609695,\n
        "lat": 49.7643870,\n
        "lon": 3.3762540,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609696,\n
        "lat": 49.7643870,\n
        "lon": 3.3766030,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609697,\n
        "lat": 49.7643870,\n
        "lon": 3.3810710,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609698,\n
        "lat": 49.7643880,\n
        "lon": 3.3733800,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609699,\n
        "lat": 49.7643880,\n
        "lon": 3.3808370,\n
        "timestamp": "2012-01-09T10:32:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609700,\n
        "lat": 49.7643890,\n
        "lon": 3.3744700,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609701,\n
        "lat": 49.7643910,\n
        "lon": 3.3742180,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609702,\n
        "lat": 49.7643930,\n
        "lon": 3.3781710,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609703,\n
        "lat": 49.7643930,\n
        "lon": 3.3794250,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609704,\n
        "lat": 49.7643940,\n
        "lon": 3.3733490,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609705,\n
        "lat": 49.7643940,\n
        "lon": 3.3764770,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609706,\n
        "lat": 49.7643950,\n
        "lon": 3.3752350,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609707,\n
        "lat": 49.7643950,\n
        "lon": 3.3808650,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609708,\n
        "lat": 49.7643960,\n
        "lon": 3.3773490,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609709,\n
        "lat": 49.7643970,\n
        "lon": 3.3794220,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609710,\n
        "lat": 49.7643970,\n
        "lon": 3.3810940,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609711,\n
        "lat": 49.7643990,\n
        "lon": 3.3810570,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609712,\n
        "lat": 49.7644030,\n
        "lon": 3.3809760,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609713,\n
        "lat": 49.7644040,\n
        "lon": 3.3794600,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609714,\n
        "lat": 49.7644050,\n
        "lon": 3.3782460,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609715,\n
        "lat": 49.7644060,\n
        "lon": 3.3753170,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609716,\n
        "lat": 49.7644060,\n
        "lon": 3.3802430,\n
        "timestamp": "2012-01-09T10:32:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609717,\n
        "lat": 49.7644090,\n
        "lon": 3.3765010,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609718,\n
        "lat": 49.7644090,\n
        "lon": 3.3783950,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609719,\n
        "lat": 49.7644090,\n
        "lon": 3.3810820,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609720,\n
        "lat": 49.7644150,\n
        "lon": 3.3783000,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609721,\n
        "lat": 49.7644150,\n
        "lon": 3.3796140,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609722,\n
        "lat": 49.7644150,\n
        "lon": 3.3809450,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609723,\n
        "lat": 49.7644160,\n
        "lon": 3.3730460,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609724,\n
        "lat": 49.7644180,\n
        "lon": 3.3770120,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609725,\n
        "lat": 49.7644180,\n
        "lon": 3.3809580,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609726,\n
        "lat": 49.7644200,\n
        "lon": 3.3730500,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609727,\n
        "lat": 49.7644200,\n
        "lon": 3.3765170,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609728,\n
        "lat": 49.7644200,\n
        "lon": 3.3801180,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609729,\n
        "lat": 49.7644220,\n
        "lon": 3.3743870,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609730,\n
        "lat": 49.7644220,\n
        "lon": 3.3784290,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609731,\n
        "lat": 49.7644220,\n
        "lon": 3.3800040,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609732,\n
        "lat": 49.7644230,\n
        "lon": 3.3763660,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609733,\n
        "lat": 49.7644260,\n
        "lon": 3.3734450,\n
        "timestamp": "2012-01-09T10:32:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609734,\n
        "lat": 49.7644260,\n
        "lon": 3.3748560,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609735,\n
        "lat": 49.7644260,\n
        "lon": 3.3762940,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609736,\n
        "lat": 49.7644260,\n
        "lon": 3.3765250,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609737,\n
        "lat": 49.7644260,\n
        "lon": 3.3808390,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609738,\n
        "lat": 49.7644280,\n
        "lon": 3.3760000,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609739,\n
        "lat": 49.7644280,\n
        "lon": 3.3810370,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609740,\n
        "lat": 49.7644310,\n
        "lon": 3.3782620,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609741,\n
        "lat": 49.7644350,\n
        "lon": 3.3730200,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609742,\n
        "lat": 49.7644350,\n
        "lon": 3.3734150,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609743,\n
        "lat": 49.7644350,\n
        "lon": 3.3759410,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609744,\n
        "lat": 49.7644360,\n
        "lon": 3.3782880,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609745,\n
        "lat": 49.7644360,\n
        "lon": 3.3804460,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609746,\n
        "lat": 49.7644360,\n
        "lon": 3.3809380,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609747,\n
        "lat": 49.7644370,\n
        "lon": 3.3755790,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609748,\n
        "lat": 49.7644380,\n
        "lon": 3.3783670,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609749,\n
        "lat": 49.7644390,\n
        "lon": 3.3782270,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609750,\n
        "lat": 49.7644420,\n
        "lon": 3.3752630,\n
        "timestamp": "2012-01-09T10:32:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609751,\n
        "lat": 49.7644420,\n
        "lon": 3.3793120,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609752,\n
        "lat": 49.7644430,\n
        "lon": 3.3743330,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609753,\n
        "lat": 49.7644440,\n
        "lon": 3.3747750,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609754,\n
        "lat": 49.7644440,\n
        "lon": 3.3782530,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609755,\n
        "lat": 49.7644450,\n
        "lon": 3.3729810,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609756,\n
        "lat": 49.7644460,\n
        "lon": 3.3808290,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609757,\n
        "lat": 49.7644470,\n
        "lon": 3.3795920,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609758,\n
        "lat": 49.7644490,\n
        "lon": 3.3730810,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609760,\n
        "lat": 49.7644500,\n
        "lon": 3.3770520,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609761,\n
        "lat": 49.7644500,\n
        "lon": 3.3776050,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609762,\n
        "lat": 49.7644500,\n
        "lon": 3.3784030,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609763,\n
        "lat": 49.7644500,\n
        "lon": 3.3809120,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609764,\n
        "lat": 49.7644510,\n
        "lon": 3.3802030,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609765,\n
        "lat": 49.7644520,\n
        "lon": 3.3796100,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609766,\n
        "lat": 49.7644530,\n
        "lon": 3.3797740,\n
        "timestamp": "2012-01-09T10:32:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609767,\n
        "lat": 49.7644580,\n
        "lon": 3.3747180,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609768,\n
        "lat": 49.7644580,\n
        "lon": 3.3755450,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609769,\n
        "lat": 49.7644610,\n
        "lon": 3.3730500,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609770,\n
        "lat": 49.7644610,\n
        "lon": 3.3798220,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609771,\n
        "lat": 49.7644610,\n
        "lon": 3.3820150,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609772,\n
        "lat": 49.7644620,\n
        "lon": 3.3810020,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609773,\n
        "lat": 49.7644650,\n
        "lon": 3.3793690,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609774,\n
        "lat": 49.7644670,\n
        "lon": 3.3760610,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609775,\n
        "lat": 49.7644670,\n
        "lon": 3.3764510,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609776,\n
        "lat": 49.7644680,\n
        "lon": 3.3762890,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609777,\n
        "lat": 49.7644690,\n
        "lon": 3.3731010,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609778,\n
        "lat": 49.7644690,\n
        "lon": 3.3765770,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609779,\n
        "lat": 49.7644690,\n
        "lon": 3.3805510,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609780,\n
        "lat": 49.7644710,\n
        "lon": 3.3744170,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609781,\n
        "lat": 49.7644710,\n
        "lon": 3.3755230,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609782,\n
        "lat": 49.7644730,\n
        "lon": 3.3804040,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609783,\n
        "lat": 49.7644740,\n
        "lon": 3.3806950,\n
        "timestamp": "2012-01-09T10:32:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609784,\n
        "lat": 49.7644750,\n
        "lon": 3.3798160,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609785,\n
        "lat": 49.7644750,\n
        "lon": 3.3809300,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609786,\n
        "lat": 49.7644760,\n
        "lon": 3.3820560,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609787,\n
        "lat": 49.7644770,\n
        "lon": 3.3758490,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609788,\n
        "lat": 49.7644770,\n
        "lon": 3.3799000,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609789,\n
        "lat": 49.7644790,\n
        "lon": 3.3730200,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609790,\n
        "lat": 49.7644790,\n
        "lon": 3.3805400,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609791,\n
        "lat": 49.7644840,\n
        "lon": 3.3809190,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609792,\n
        "lat": 49.7644850,\n
        "lon": 3.3749980,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609793,\n
        "lat": 49.7644850,\n
        "lon": 3.3798740,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609794,\n
        "lat": 49.7644860,\n
        "lon": 3.3730050,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609795,\n
        "lat": 49.7644870,\n
        "lon": 3.3743760,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609796,\n
        "lat": 49.7644890,\n
        "lon": 3.3760950,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609797,\n
        "lat": 49.7644890,\n
        "lon": 3.3788860,\n
        "timestamp": "2012-01-09T10:32:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609798,\n
        "lat": 49.7644900,\n
        "lon": 3.3758630,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609799,\n
        "lat": 49.7644910,\n
        "lon": 3.3743770,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609800,\n
        "lat": 49.7644910,\n
        "lon": 3.3756530,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609801,\n
        "lat": 49.7644920,\n
        "lon": 3.3734730,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609802,\n
        "lat": 49.7644940,\n
        "lon": 3.3731270,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609803,\n
        "lat": 49.7644940,\n
        "lon": 3.3806730,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609804,\n
        "lat": 49.7644960,\n
        "lon": 3.3764880,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609805,\n
        "lat": 49.7644970,\n
        "lon": 3.3758680,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609806,\n
        "lat": 49.7644990,\n
        "lon": 3.3807680,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609807,\n
        "lat": 49.7645010,\n
        "lon": 3.3798900,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609808,\n
        "lat": 49.7645030,\n
        "lon": 3.3770530,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609809,\n
        "lat": 49.7645040,\n
        "lon": 3.3821420,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609810,\n
        "lat": 49.7645050,\n
        "lon": 3.3756300,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609811,\n
        "lat": 49.7645050,\n
        "lon": 3.3820310,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609812,\n
        "lat": 49.7645059,\n
        "lon": 3.3765010,\n
        "timestamp": "2012-10-15T10:31:55Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609813,\n
        "lat": 49.7645070,\n
        "lon": 3.3754640,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609814,\n
        "lat": 49.7645070,\n
        "lon": 3.3766200,\n
        "timestamp": "2012-01-09T10:32:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609815,\n
        "lat": 49.7645070,\n
        "lon": 3.3771010,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609816,\n
        "lat": 49.7645080,\n
        "lon": 3.3763400,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609817,\n
        "lat": 49.7645090,\n
        "lon": 3.3798650,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609818,\n
        "lat": 49.7645090,\n
        "lon": 3.3807770,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609819,\n
        "lat": 49.7645120,\n
        "lon": 3.3764550,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609820,\n
        "lat": 49.7645120,\n
        "lon": 3.3807530,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609821,\n
        "lat": 49.7645120,\n
        "lon": 3.3819690,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609822,\n
        "lat": 49.7645150,\n
        "lon": 3.3758320,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609824,\n
        "lat": 49.7645150,\n
        "lon": 3.3775190,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609825,\n
        "lat": 49.7645150,\n
        "lon": 3.3810260,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609826,\n
        "lat": 49.7645160,\n
        "lon": 3.3772340,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609827,\n
        "lat": 49.7645160,\n
        "lon": 3.3799640,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609828,\n
        "lat": 49.7645170,\n
        "lon": 3.3770250,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609830,\n
        "lat": 49.7645170,\n
        "lon": 3.3807670,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609831,\n
        "lat": 49.7645210,\n
        "lon": 3.3764700,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609832,\n
        "lat": 49.7645220,\n
        "lon": 3.3808240,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609834,\n
        "lat": 49.7645230,\n
        "lon": 3.3795560,\n
        "timestamp": "2012-01-09T10:32:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609837,\n
        "lat": 49.7645230,\n
        "lon": 3.3806640,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609838,\n
        "lat": 49.7645230,\n
        "lon": 3.3807370,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609839,\n
        "lat": 49.7645230,\n
        "lon": 3.3808450,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609840,\n
        "lat": 49.7645240,\n
        "lon": 3.3820900,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609841,\n
        "lat": 49.7645250,\n
        "lon": 3.3741270,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609842,\n
        "lat": 49.7645260,\n
        "lon": 3.3750480,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609843,\n
        "lat": 49.7645270,\n
        "lon": 3.3799590,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609845,\n
        "lat": 49.7645280,\n
        "lon": 3.3730490,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609847,\n
        "lat": 49.7645280,\n
        "lon": 3.3809550,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609855,\n
        "lat": 49.7645290,\n
        "lon": 3.3803400,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609857,\n
        "lat": 49.7645290,\n
        "lon": 3.3808390,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609859,\n
        "lat": 49.7645310,\n
        "lon": 3.3806050,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609861,\n
        "lat": 49.7645340,\n
        "lon": 3.3750290,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609863,\n
        "lat": 49.7645340,\n
        "lon": 3.3821200,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609865,\n
        "lat": 49.7645350,\n
        "lon": 3.3756720,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609866,\n
        "lat": 49.7645360,\n
        "lon": 3.3759990,\n
        "timestamp": "2012-01-09T10:32:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609868,\n
        "lat": 49.7645420,\n
        "lon": 3.3749240,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609869,\n
        "lat": 49.7645420,\n
        "lon": 3.3805920,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609876,\n
        "lat": 49.7645420,\n
        "lon": 3.3809920,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609878,\n
        "lat": 49.7645430,\n
        "lon": 3.3788280,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609880,\n
        "lat": 49.7645430,\n
        "lon": 3.3807140,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609881,\n
        "lat": 49.7645440,\n
        "lon": 3.3745580,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609883,\n
        "lat": 49.7645440,\n
        "lon": 3.3790110,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609885,\n
        "lat": 49.7645470,\n
        "lon": 3.3806400,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609887,\n
        "lat": 49.7645470,\n
        "lon": 3.3820680,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609889,\n
        "lat": 49.7645500,\n
        "lon": 3.3790060,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609895,\n
        "lat": 49.7645530,\n
        "lon": 3.3756390,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609896,\n
        "lat": 49.7645530,\n
        "lon": 3.3758720,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609897,\n
        "lat": 49.7645530,\n
        "lon": 3.3809250,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609898,\n
        "lat": 49.7645540,\n
        "lon": 3.3761770,\n
        "timestamp": "2012-01-09T10:32:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609899,\n
        "lat": 49.7645550,\n
        "lon": 3.3771820,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609900,\n
        "lat": 49.7645550,\n
        "lon": 3.3778270,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609901,\n
        "lat": 49.7645560,\n
        "lon": 3.3735320,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609903,\n
        "lat": 49.7645580,\n
        "lon": 3.3765130,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609905,\n
        "lat": 49.7645600,\n
        "lon": 3.3762050,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609915,\n
        "lat": 49.7645600,\n
        "lon": 3.3788670,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609917,\n
        "lat": 49.7645620,\n
        "lon": 3.3744750,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609919,\n
        "lat": 49.7645640,\n
        "lon": 3.3778120,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609920,\n
        "lat": 49.7645650,\n
        "lon": 3.3741900,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609922,\n
        "lat": 49.7645650,\n
        "lon": 3.3790350,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609923,\n
        "lat": 49.7645670,\n
        "lon": 3.3761930,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609924,\n
        "lat": 49.7645680,\n
        "lon": 3.3807690,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609925,\n
        "lat": 49.7645690,\n
        "lon": 3.3788820,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609926,\n
        "lat": 49.7645700,\n
        "lon": 3.3764200,\n
        "timestamp": "2012-01-09T10:32:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609930,\n
        "lat": 49.7645720,\n
        "lon": 3.3741720,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609932,\n
        "lat": 49.7645750,\n
        "lon": 3.3747840,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609934,\n
        "lat": 49.7645770,\n
        "lon": 3.3764740,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609936,\n
        "lat": 49.7645790,\n
        "lon": 3.3732780,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609938,\n
        "lat": 49.7645810,\n
        "lon": 3.3806710,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609940,\n
        "lat": 49.7645820,\n
        "lon": 3.3806220,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609942,\n
        "lat": 49.7645880,\n
        "lon": 3.3803560,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609944,\n
        "lat": 49.7645920,\n
        "lon": 3.3761420,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609946,\n
        "lat": 49.7645920,\n
        "lon": 3.3802670,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609950,\n
        "lat": 49.7645930,\n
        "lon": 3.3791280,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609951,\n
        "lat": 49.7645940,\n
        "lon": 3.3788380,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609952,\n
        "lat": 49.7645960,\n
        "lon": 3.3804880,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609953,\n
        "lat": 49.7645980,\n
        "lon": 3.3778990,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609955,\n
        "lat": 49.7646000,\n
        "lon": 3.3760760,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609957,\n
        "lat": 49.7646010,\n
        "lon": 3.3770810,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609959,\n
        "lat": 49.7646010,\n
        "lon": 3.3788540,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609961,\n
        "lat": 49.7646040,\n
        "lon": 3.3762580,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609963,\n
        "lat": 49.7646070,\n
        "lon": 3.3788690,\n
        "timestamp": "2012-01-09T10:32:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609973,\n
        "lat": 49.7646090,\n
        "lon": 3.3774000,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609974,\n
        "lat": 49.7646110,\n
        "lon": 3.3803290,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609975,\n
        "lat": 49.7646180,\n
        "lon": 3.3733970,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609976,\n
        "lat": 49.7646180,\n
        "lon": 3.3801680,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609977,\n
        "lat": 49.7646180,\n
        "lon": 3.3803220,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609978,\n
        "lat": 49.7646210,\n
        "lon": 3.3770560,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609979,\n
        "lat": 49.7646230,\n
        "lon": 3.3807040,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609980,\n
        "lat": 49.7646280,\n
        "lon": 3.3773780,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609989,\n
        "lat": 49.7646290,\n
        "lon": 3.3804490,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609991,\n
        "lat": 49.7646320,\n
        "lon": 3.3770760,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609993,\n
        "lat": 49.7646330,\n
        "lon": 3.3777260,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609996,\n
        "lat": 49.7646340,\n
        "lon": 3.3761930,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583609998,\n
        "lat": 49.7646360,\n
        "lon": 3.3733360,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610000,\n
        "lat": 49.7646360,\n
        "lon": 3.3776500,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610001,\n
        "lat": 49.7646400,\n
        "lon": 3.3770680,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610002,\n
        "lat": 49.7646410,\n
        "lon": 3.3746150,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610003,\n
        "lat": 49.7646420,\n
        "lon": 3.3785010,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610007,\n
        "lat": 49.7646430,\n
        "lon": 3.3760880,\n
        "timestamp": "2012-01-09T10:32:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610009,\n
        "lat": 49.7646430,\n
        "lon": 3.3774030,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610011,\n
        "lat": 49.7646430,\n
        "lon": 3.3789520,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610013,\n
        "lat": 49.7646440,\n
        "lon": 3.3734230,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610015,\n
        "lat": 49.7646440,\n
        "lon": 3.3786100,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610017,\n
        "lat": 49.7646520,\n
        "lon": 3.3770870,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610019,\n
        "lat": 49.7646520,\n
        "lon": 3.3800850,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610021,\n
        "lat": 49.7646540,\n
        "lon": 3.3786090,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610024,\n
        "lat": 49.7646560,\n
        "lon": 3.3790630,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610026,\n
        "lat": 49.7646570,\n
        "lon": 3.3753380,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610027,\n
        "lat": 49.7646590,\n
        "lon": 3.3733010,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610029,\n
        "lat": 49.7646620,\n
        "lon": 3.3767450,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610031,\n
        "lat": 49.7646620,\n
        "lon": 3.3770760,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610033,\n
        "lat": 49.7646640,\n
        "lon": 3.3732900,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610035,\n
        "lat": 49.7646660,\n
        "lon": 3.3768000,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610037,\n
        "lat": 49.7646670,\n
        "lon": 3.3792990,\n
        "timestamp": "2012-01-09T10:32:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610039,\n
        "lat": 49.7646680,\n
        "lon": 3.3773690,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610041,\n
        "lat": 49.7646700,\n
        "lon": 3.3733140,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610049,\n
        "lat": 49.7646730,\n
        "lon": 3.3744860,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610050,\n
        "lat": 49.7646740,\n
        "lon": 3.3733010,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610051,\n
        "lat": 49.7646740,\n
        "lon": 3.3777970,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610052,\n
        "lat": 49.7646760,\n
        "lon": 3.3759490,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610053,\n
        "lat": 49.7646760,\n
        "lon": 3.3773030,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610054,\n
        "lat": 49.7646810,\n
        "lon": 3.3767750,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610055,\n
        "lat": 49.7646840,\n
        "lon": 3.3733300,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610057,\n
        "lat": 49.7646840,\n
        "lon": 3.3780380,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610059,\n
        "lat": 49.7646840,\n
        "lon": 3.3800100,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610069,\n
        "lat": 49.7646860,\n
        "lon": 3.3759600,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610071,\n
        "lat": 49.7646860,\n
        "lon": 3.3777410,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610073,\n
        "lat": 49.7646900,\n
        "lon": 3.3799950,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610075,\n
        "lat": 49.7646930,\n
        "lon": 3.3768410,\n
        "timestamp": "2012-01-09T10:32:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610076,\n
        "lat": 49.7646940,\n
        "lon": 3.3759830,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610077,\n
        "lat": 49.7646940,\n
        "lon": 3.3771810,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610078,\n
        "lat": 49.7646950,\n
        "lon": 3.3772180,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610079,\n
        "lat": 49.7647000,\n
        "lon": 3.3777220,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610083,\n
        "lat": 49.7647040,\n
        "lon": 3.3803120,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610086,\n
        "lat": 49.7647050,\n
        "lon": 3.3772010,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610088,\n
        "lat": 49.7647070,\n
        "lon": 3.3768220,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610090,\n
        "lat": 49.7647070,\n
        "lon": 3.3774050,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610092,\n
        "lat": 49.7647080,\n
        "lon": 3.3733570,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610094,\n
        "lat": 49.7647080,\n
        "lon": 3.3771610,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610096,\n
        "lat": 49.7647100,\n
        "lon": 3.3759130,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610098,\n
        "lat": 49.7647120,\n
        "lon": 3.3774670,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610100,\n
        "lat": 49.7647160,\n
        "lon": 3.3751840,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610103,\n
        "lat": 49.7647160,\n
        "lon": 3.3761710,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610104,\n
        "lat": 49.7647160,\n
        "lon": 3.3801500,\n
        "timestamp": "2012-01-09T10:32:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610105,\n
        "lat": 49.7647170,\n
        "lon": 3.3759200,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610107,\n
        "lat": 49.7647190,\n
        "lon": 3.3753070,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610109,\n
        "lat": 49.7647190,\n
        "lon": 3.3771550,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610111,\n
        "lat": 49.7647190,\n
        "lon": 3.3799290,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610113,\n
        "lat": 49.7647200,\n
        "lon": 3.3802740,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610115,\n
        "lat": 49.7647210,\n
        "lon": 3.3773830,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610118,\n
        "lat": 49.7647220,\n
        "lon": 3.3741570,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610126,\n
        "lat": 49.7647220,\n
        "lon": 3.3750280,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610127,\n
        "lat": 49.7647220,\n
        "lon": 3.3766430,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610128,\n
        "lat": 49.7647250,\n
        "lon": 3.3768490,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610129,\n
        "lat": 49.7647250,\n
        "lon": 3.3777660,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610130,\n
        "lat": 49.7647260,\n
        "lon": 3.3732910,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610131,\n
        "lat": 49.7647260,\n
        "lon": 3.3772710,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610132,\n
        "lat": 49.7647300,\n
        "lon": 3.3772650,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610133,\n
        "lat": 49.7647300,\n
        "lon": 3.3799240,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610135,\n
        "lat": 49.7647310,\n
        "lon": 3.3732960,\n
        "timestamp": "2012-01-09T10:32:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610145,\n
        "lat": 49.7647310,\n
        "lon": 3.3792320,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610147,\n
        "lat": 49.7648445,\n
        "lon": 3.3776059,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610149,\n
        "lat": 49.7647340,\n
        "lon": 3.3768400,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610151,\n
        "lat": 49.7647360,\n
        "lon": 3.3775110,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610153,\n
        "lat": 49.7647380,\n
        "lon": 3.3801760,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610154,\n
        "lat": 49.7647390,\n
        "lon": 3.3813260,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610155,\n
        "lat": 49.7647400,\n
        "lon": 3.3754610,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610156,\n
        "lat": 49.7647420,\n
        "lon": 3.3803490,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610157,\n
        "lat": 49.7647440,\n
        "lon": 3.3764600,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610162,\n
        "lat": 49.7647470,\n
        "lon": 3.3732410,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610164,\n
        "lat": 49.7647500,\n
        "lon": 3.3800720,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610166,\n
        "lat": 49.7647510,\n
        "lon": 3.3757900,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610168,\n
        "lat": 49.7647520,\n
        "lon": 3.3752190,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610170,\n
        "lat": 49.7647530,\n
        "lon": 3.3772090,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610172,\n
        "lat": 49.7647550,\n
        "lon": 3.3784470,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610174,\n
        "lat": 49.7647560,\n
        "lon": 3.3748870,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610176,\n
        "lat": 49.7647560,\n
        "lon": 3.3778720,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610178,\n
        "lat": 49.7647560,\n
        "lon": 3.3813590,\n
        "timestamp": "2012-01-09T10:32:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610181,\n
        "lat": 49.7647580,\n
        "lon": 3.3784950,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610182,\n
        "lat": 49.7647590,\n
        "lon": 3.3798310,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610183,\n
        "lat": 49.7647620,\n
        "lon": 3.3768830,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610185,\n
        "lat": 49.7647650,\n
        "lon": 3.3760590,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610187,\n
        "lat": 49.7647660,\n
        "lon": 3.3750530,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610189,\n
        "lat": 49.7647680,\n
        "lon": 3.3733330,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610191,\n
        "lat": 49.7647680,\n
        "lon": 3.3781260,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610193,\n
        "lat": 49.7647690,\n
        "lon": 3.3758110,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610198,\n
        "lat": 49.7647690,\n
        "lon": 3.3777080,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610199,\n
        "lat": 49.7648044,\n
        "lon": 3.3793674,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610200,\n
        "lat": 49.7647710,\n
        "lon": 3.3746890,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610201,\n
        "lat": 49.7647720,\n
        "lon": 3.3753910,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610202,\n
        "lat": 49.7647720,\n
        "lon": 3.3788550,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610203,\n
        "lat": 49.7647720,\n
        "lon": 3.3800990,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610204,\n
        "lat": 49.7647770,\n
        "lon": 3.3753790,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610205,\n
        "lat": 49.7647790,\n
        "lon": 3.3774080,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610206,\n
        "lat": 49.7647800,\n
        "lon": 3.3773800,\n
        "timestamp": "2012-01-09T10:32:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610207,\n
        "lat": 49.7647840,\n
        "lon": 3.3788850,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610208,\n
        "lat": 49.7647850,\n
        "lon": 3.3784460,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610209,\n
        "lat": 49.7647870,\n
        "lon": 3.3773680,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610210,\n
        "lat": 49.7647870,\n
        "lon": 3.3773970,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610211,\n
        "lat": 49.7647880,\n
        "lon": 3.3732840,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610212,\n
        "lat": 49.7647880,\n
        "lon": 3.3784940,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610213,\n
        "lat": 49.7647890,\n
        "lon": 3.3752830,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610214,\n
        "lat": 49.7648554,\n
        "lon": 3.3792052,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610215,\n
        "lat": 49.7647920,\n
        "lon": 3.3765510,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610216,\n
        "lat": 49.7647920,\n
        "lon": 3.3802300,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610217,\n
        "lat": 49.7647950,\n
        "lon": 3.3801210,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610218,\n
        "lat": 49.7647960,\n
        "lon": 3.3798640,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610219,\n
        "lat": 49.7649497,\n
        "lon": 3.3794004,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610220,\n
        "lat": 49.7647990,\n
        "lon": 3.3745620,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610221,\n
        "lat": 49.7647990,\n
        "lon": 3.3752580,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610222,\n
        "lat": 49.7648010,\n
        "lon": 3.3789260,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610223,\n
        "lat": 49.7648010,\n
        "lon": 3.3798470,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610224,\n
        "lat": 49.7648020,\n
        "lon": 3.3763500,\n
        "timestamp": "2012-01-09T10:32:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610225,\n
        "lat": 49.7648030,\n
        "lon": 3.3765700,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610226,\n
        "lat": 49.7648050,\n
        "lon": 3.3749510,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610227,\n
        "lat": 49.7648060,\n
        "lon": 3.3799630,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610228,\n
        "lat": 49.7648070,\n
        "lon": 3.3775340,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610229,\n
        "lat": 49.7648070,\n
        "lon": 3.3812450,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610230,\n
        "lat": 49.7648080,\n
        "lon": 3.3739870,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610231,\n
        "lat": 49.7648090,\n
        "lon": 3.3770220,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610233,\n
        "lat": 49.7648110,\n
        "lon": 3.3734580,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610234,\n
        "lat": 49.7648110,\n
        "lon": 3.3771700,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610235,\n
        "lat": 49.7648120,\n
        "lon": 3.3753030,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610236,\n
        "lat": 49.7648120,\n
        "lon": 3.3770280,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610237,\n
        "lat": 49.7648120,\n
        "lon": 3.3787220,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610238,\n
        "lat": 49.7648130,\n
        "lon": 3.3798780,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610239,\n
        "lat": 49.7648150,\n
        "lon": 3.3763980,\n
        "timestamp": "2012-01-09T10:32:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610240,\n
        "lat": 49.7648150,\n
        "lon": 3.3768010,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610241,\n
        "lat": 49.7648150,\n
        "lon": 3.3788100,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610242,\n
        "lat": 49.7648150,\n
        "lon": 3.3800040,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610243,\n
        "lat": 49.7648160,\n
        "lon": 3.3752940,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610244,\n
        "lat": 49.7649812,\n
        "lon": 3.3793001,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610245,\n
        "lat": 49.7648190,\n
        "lon": 3.3798640,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610247,\n
        "lat": 49.7648210,\n
        "lon": 3.3766040,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610248,\n
        "lat": 49.7648210,\n
        "lon": 3.3812760,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610249,\n
        "lat": 49.7648220,\n
        "lon": 3.3752800,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610250,\n
        "lat": 49.7648250,\n
        "lon": 3.3763790,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610253,\n
        "lat": 49.7648250,\n
        "lon": 3.3798880,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610255,\n
        "lat": 49.7648260,\n
        "lon": 3.3752710,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610257,\n
        "lat": 49.7648260,\n
        "lon": 3.3754480,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610258,\n
        "lat": 49.7648260,\n
        "lon": 3.3799790,\n
        "timestamp": "2012-01-09T10:32:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610259,\n
        "lat": 49.7648310,\n
        "lon": 3.3800370,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610260,\n
        "lat": 49.7648320,\n
        "lon": 3.3772050,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610262,\n
        "lat": 49.7648360,\n
        "lon": 3.3734020,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610263,\n
        "lat": 49.7648380,\n
        "lon": 3.3765150,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610266,\n
        "lat": 49.7648380,\n
        "lon": 3.3779590,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610267,\n
        "lat": 49.7648400,\n
        "lon": 3.3752860,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610268,\n
        "lat": 49.7648410,\n
        "lon": 3.3788290,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610269,\n
        "lat": 49.7648450,\n
        "lon": 3.3770830,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610271,\n
        "lat": 49.7648470,\n
        "lon": 3.3751390,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610272,\n
        "lat": 49.7648480,\n
        "lon": 3.3753980,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610273,\n
        "lat": 49.7648500,\n
        "lon": 3.3764490,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610274,\n
        "lat": 49.7648510,\n
        "lon": 3.3752100,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610275,\n
        "lat": 49.7648530,\n
        "lon": 3.3752050,\n
        "timestamp": "2012-01-09T10:32:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610276,\n
        "lat": 49.7648570,\n
        "lon": 3.3764850,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610277,\n
        "lat": 49.7648570,\n
        "lon": 3.3788710,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610278,\n
        "lat": 49.7648590,\n
        "lon": 3.3751920,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610279,\n
        "lat": 49.7648600,\n
        "lon": 3.3787200,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610280,\n
        "lat": 49.7648620,\n
        "lon": 3.3788070,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610281,\n
        "lat": 49.7648640,\n
        "lon": 3.3754140,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610282,\n
        "lat": 49.7648640,\n
        "lon": 3.3770950,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610283,\n
        "lat": 49.7648650,\n
        "lon": 3.3750250,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610285,\n
        "lat": 49.7648650,\n
        "lon": 3.3766860,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610286,\n
        "lat": 49.7648660,\n
        "lon": 3.3752290,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610287,\n
        "lat": 49.7648670,\n
        "lon": 3.3751710,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610288,\n
        "lat": 49.7648670,\n
        "lon": 3.3787190,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610289,\n
        "lat": 49.7648680,\n
        "lon": 3.3750150,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610290,\n
        "lat": 49.7648690,\n
        "lon": 3.3754030,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610291,\n
        "lat": 49.7648720,\n
        "lon": 3.3752070,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610292,\n
        "lat": 49.7648790,\n
        "lon": 3.3784910,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610293,\n
        "lat": 49.7648810,\n
        "lon": 3.3751870,\n
        "timestamp": "2012-01-09T10:32:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610294,\n
        "lat": 49.7648820,\n
        "lon": 3.3785970,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610295,\n
        "lat": 49.7648830,\n
        "lon": 3.3767180,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610296,\n
        "lat": 49.7648830,\n
        "lon": 3.3769150,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610297,\n
        "lat": 49.7648840,\n
        "lon": 3.3755090,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610298,\n
        "lat": 49.7648850,\n
        "lon": 3.3771300,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610299,\n
        "lat": 49.7648860,\n
        "lon": 3.3751270,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610300,\n
        "lat": 49.7648880,\n
        "lon": 3.3765310,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610301,\n
        "lat": 49.7648920,\n
        "lon": 3.3752300,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610302,\n
        "lat": 49.7649030,\n
        "lon": 3.3751920,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610303,\n
        "lat": 49.7649090,\n
        "lon": 3.3750710,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610304,\n
        "lat": 49.7649090,\n
        "lon": 3.3767660,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610305,\n
        "lat": 49.7649100,\n
        "lon": 3.3765620,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610306,\n
        "lat": 49.7649130,\n
        "lon": 3.3746540,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610307,\n
        "lat": 49.7649130,\n
        "lon": 3.3752930,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610308,\n
        "lat": 49.7649130,\n
        "lon": 3.3773200,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610309,\n
        "lat": 49.7649150,\n
        "lon": 3.3751600,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610310,\n
        "lat": 49.7649150,\n
        "lon": 3.3752010,\n
        "timestamp": "2012-01-09T10:32:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610311,\n
        "lat": 49.7649170,\n
        "lon": 3.3746020,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610312,\n
        "lat": 49.7649190,\n
        "lon": 3.3755470,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610313,\n
        "lat": 49.7649190,\n
        "lon": 3.3769760,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610314,\n
        "lat": 49.7649240,\n
        "lon": 3.3751790,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610315,\n
        "lat": 49.7649250,\n
        "lon": 3.3746700,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610316,\n
        "lat": 49.7649250,\n
        "lon": 3.3752530,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610317,\n
        "lat": 49.7649270,\n
        "lon": 3.3787180,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610318,\n
        "lat": 49.7649276,\n
        "lon": 3.3788405,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610319,\n
        "lat": 49.7649300,\n
        "lon": 3.3746170,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610320,\n
        "lat": 49.7649310,\n
        "lon": 3.3773840,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610321,\n
        "lat": 49.7649350,\n
        "lon": 3.3768140,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610322,\n
        "lat": 49.7649380,\n
        "lon": 3.3773980,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610323,\n
        "lat": 49.7649390,\n
        "lon": 3.3765140,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610324,\n
        "lat": 49.7649400,\n
        "lon": 3.3773690,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610325,\n
        "lat": 49.7649410,\n
        "lon": 3.3765160,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610326,\n
        "lat": 49.7649420,\n
        "lon": 3.3744180,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610327,\n
        "lat": 49.7649420,\n
        "lon": 3.3749930,\n
        "timestamp": "2012-01-09T10:32:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610328,\n
        "lat": 49.7649470,\n
        "lon": 3.3754830,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610329,\n
        "lat": 49.7649500,\n
        "lon": 3.3752290,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610330,\n
        "lat": 49.7649510,\n
        "lon": 3.3750860,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610331,\n
        "lat": 49.7649510,\n
        "lon": 3.3765030,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610332,\n
        "lat": 49.7649560,\n
        "lon": 3.3754620,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610333,\n
        "lat": 49.7649570,\n
        "lon": 3.3753260,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610334,\n
        "lat": 49.7649600,\n
        "lon": 3.3752050,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610335,\n
        "lat": 49.7649610,\n
        "lon": 3.3768600,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610336,\n
        "lat": 49.7649660,\n
        "lon": 3.3755960,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610337,\n
        "lat": 49.7649670,\n
        "lon": 3.3752960,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610338,\n
        "lat": 49.7649680,\n
        "lon": 3.3765310,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610339,\n
        "lat": 49.7649700,\n
        "lon": 3.3752860,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610340,\n
        "lat": 49.7649800,\n
        "lon": 3.3752520,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610341,\n
        "lat": 49.7649830,\n
        "lon": 3.3744680,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610342,\n
        "lat": 49.7649880,\n
        "lon": 3.3752300,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610343,\n
        "lat": 49.7649900,\n
        "lon": 3.3744810,\n
        "timestamp": "2012-01-09T10:32:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610344,\n
        "lat": 49.7649910,\n
        "lon": 3.3765610,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610345,\n
        "lat": 49.7649920,\n
        "lon": 3.3741990,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610346,\n
        "lat": 49.7649920,\n
        "lon": 3.3767010,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610347,\n
        "lat": 49.7649960,\n
        "lon": 3.3751130,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610348,\n
        "lat": 49.7649970,\n
        "lon": 3.3744690,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610349,\n
        "lat": 49.7649970,\n
        "lon": 3.3781830,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610350,\n
        "lat": 49.7649980,\n
        "lon": 3.3751070,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610351,\n
        "lat": 49.7649980,\n
        "lon": 3.3753220,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610352,\n
        "lat": 49.7649980,\n
        "lon": 3.3767190,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610353,\n
        "lat": 49.7650010,\n
        "lon": 3.3769350,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610354,\n
        "lat": 49.7650030,\n
        "lon": 3.3755110,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610355,\n
        "lat": 49.7650050,\n
        "lon": 3.3766530,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610356,\n
        "lat": 49.7650080,\n
        "lon": 3.3766300,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610357,\n
        "lat": 49.7650120,\n
        "lon": 3.3766660,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610358,\n
        "lat": 49.7650130,\n
        "lon": 3.3744890,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610359,\n
        "lat": 49.7650130,\n
        "lon": 3.3752780,\n
        "timestamp": "2012-01-09T10:32:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610360,\n
        "lat": 49.7650130,\n
        "lon": 3.3766410,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610361,\n
        "lat": 49.7650160,\n
        "lon": 3.3750350,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610362,\n
        "lat": 49.7650200,\n
        "lon": 3.3748330,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610363,\n
        "lat": 49.7650200,\n
        "lon": 3.3767780,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610364,\n
        "lat": 49.7650220,\n
        "lon": 3.3766100,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610365,\n
        "lat": 49.7650240,\n
        "lon": 3.3771650,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610366,\n
        "lat": 49.7650260,\n
        "lon": 3.3752370,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610367,\n
        "lat": 49.7650280,\n
        "lon": 3.3742370,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610368,\n
        "lat": 49.7650300,\n
        "lon": 3.3742410,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610369,\n
        "lat": 49.7650360,\n
        "lon": 3.3780700,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610370,\n
        "lat": 49.7650370,\n
        "lon": 3.3769840,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610371,\n
        "lat": 49.7650380,\n
        "lon": 3.3782140,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610372,\n
        "lat": 49.7650390,\n
        "lon": 3.3740600,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610373,\n
        "lat": 49.7650420,\n
        "lon": 3.3753600,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610374,\n
        "lat": 49.7650450,\n
        "lon": 3.3766790,\n
        "timestamp": "2012-01-09T10:32:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610375,\n
        "lat": 49.7650470,\n
        "lon": 3.3796830,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610376,\n
        "lat": 49.7650500,\n
        "lon": 3.3747210,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610377,\n
        "lat": 49.7650550,\n
        "lon": 3.3747240,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610378,\n
        "lat": 49.7650560,\n
        "lon": 3.3798160,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610379,\n
        "lat": 49.7650570,\n
        "lon": 3.3781550,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610380,\n
        "lat": 49.7650580,\n
        "lon": 3.3740080,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610381,\n
        "lat": 49.7650580,\n
        "lon": 3.3741980,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610382,\n
        "lat": 49.7650580,\n
        "lon": 3.3753140,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610383,\n
        "lat": 49.7650590,\n
        "lon": 3.3770170,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610384,\n
        "lat": 49.7650590,\n
        "lon": 3.3772280,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610385,\n
        "lat": 49.7650610,\n
        "lon": 3.3767060,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610386,\n
        "lat": 49.7650620,\n
        "lon": 3.3768550,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610387,\n
        "lat": 49.7650670,\n
        "lon": 3.3746950,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610388,\n
        "lat": 49.7650670,\n
        "lon": 3.3798110,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610389,\n
        "lat": 49.7650680,\n
        "lon": 3.3766480,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610390,\n
        "lat": 49.7650690,\n
        "lon": 3.3798980,\n
        "timestamp": "2012-01-09T10:32:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610391,\n
        "lat": 49.7650720,\n
        "lon": 3.3752730,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610392,\n
        "lat": 49.7650740,\n
        "lon": 3.3742110,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610393,\n
        "lat": 49.7650740,\n
        "lon": 3.3781010,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610394,\n
        "lat": 49.7650780,\n
        "lon": 3.3769220,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610395,\n
        "lat": 49.7650790,\n
        "lon": 3.3742020,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610396,\n
        "lat": 49.7650820,\n
        "lon": 3.3740910,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610397,\n
        "lat": 49.7650820,\n
        "lon": 3.3746610,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610398,\n
        "lat": 49.7650820,\n
        "lon": 3.3777800,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610399,\n
        "lat": 49.7650840,\n
        "lon": 3.3766740,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610400,\n
        "lat": 49.7650910,\n
        "lon": 3.3742890,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610401,\n
        "lat": 49.7650910,\n
        "lon": 3.3751880,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610402,\n
        "lat": 49.7650920,\n
        "lon": 3.3779310,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610403,\n
        "lat": 49.7650930,\n
        "lon": 3.3741000,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610404,\n
        "lat": 49.7650930,\n
        "lon": 3.3751750,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610405,\n
        "lat": 49.7650980,\n
        "lon": 3.3746780,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610406,\n
        "lat": 49.7650980,\n
        "lon": 3.3771120,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610407,\n
        "lat": 49.7650990,\n
        "lon": 3.3750820,\n
        "timestamp": "2012-01-09T10:32:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610408,\n
        "lat": 49.7650990,\n
        "lon": 3.3751960,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610409,\n
        "lat": 49.7650990,\n
        "lon": 3.3769530,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610410,\n
        "lat": 49.7650990,\n
        "lon": 3.3796610,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610411,\n
        "lat": 49.7651000,\n
        "lon": 3.3740420,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610412,\n
        "lat": 49.7651040,\n
        "lon": 3.3743040,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610413,\n
        "lat": 49.7651060,\n
        "lon": 3.3777390,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610414,\n
        "lat": 49.7651080,\n
        "lon": 3.3740490,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610415,\n
        "lat": 49.7651090,\n
        "lon": 3.3741650,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610416,\n
        "lat": 49.7651100,\n
        "lon": 3.3778750,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610417,\n
        "lat": 49.7651120,\n
        "lon": 3.3745920,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610418,\n
        "lat": 49.7651140,\n
        "lon": 3.3740330,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610419,\n
        "lat": 49.7651150,\n
        "lon": 3.3751490,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610420,\n
        "lat": 49.7651160,\n
        "lon": 3.3742310,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610421,\n
        "lat": 49.7651160,\n
        "lon": 3.3779710,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610422,\n
        "lat": 49.7651170,\n
        "lon": 3.3741720,\n
        "timestamp": "2012-01-09T10:32:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610423,\n
        "lat": 49.7651170,\n
        "lon": 3.3743190,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610424,\n
        "lat": 49.7651170,\n
        "lon": 3.3778870,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610425,\n
        "lat": 49.7651220,\n
        "lon": 3.3779840,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610426,\n
        "lat": 49.7651250,\n
        "lon": 3.3778500,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610427,\n
        "lat": 49.7651280,\n
        "lon": 3.3746070,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610428,\n
        "lat": 49.7651290,\n
        "lon": 3.3741850,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610429,\n
        "lat": 49.7651290,\n
        "lon": 3.3779040,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610430,\n
        "lat": 49.7651330,\n
        "lon": 3.3798740,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610431,\n
        "lat": 49.7651340,\n
        "lon": 3.3748980,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610432,\n
        "lat": 49.7651420,\n
        "lon": 3.3779250,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610433,\n
        "lat": 49.7651420,\n
        "lon": 3.3797390,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610434,\n
        "lat": 49.7651430,\n
        "lon": 3.3778800,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610435,\n
        "lat": 49.7651440,\n
        "lon": 3.3742600,\n
        "timestamp": "2012-01-09T10:32:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610436,\n
        "lat": 49.7651450,\n
        "lon": 3.3740550,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610437,\n
        "lat": 49.7651470,\n
        "lon": 3.3745090,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610438,\n
        "lat": 49.7651560,\n
        "lon": 3.3776560,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610439,\n
        "lat": 49.7651570,\n
        "lon": 3.3770380,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610440,\n
        "lat": 49.7651610,\n
        "lon": 3.3768300,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610441,\n
        "lat": 49.7651650,\n
        "lon": 3.3772370,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610442,\n
        "lat": 49.7651680,\n
        "lon": 3.3778400,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610443,\n
        "lat": 49.7651680,\n
        "lon": 3.3797950,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610444,\n
        "lat": 49.7651700,\n
        "lon": 3.3780820,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610445,\n
        "lat": 49.7651710,\n
        "lon": 3.3768090,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610446,\n
        "lat": 49.7651730,\n
        "lon": 3.3744490,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610447,\n
        "lat": 49.7651740,\n
        "lon": 3.3747920,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610448,\n
        "lat": 49.7651750,\n
        "lon": 3.3779120,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610449,\n
        "lat": 49.7651770,\n
        "lon": 3.3768580,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610450,\n
        "lat": 49.7651790,\n
        "lon": 3.3747610,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610451,\n
        "lat": 49.7651870,\n
        "lon": 3.3796870,\n
        "timestamp": "2012-01-09T10:32:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610452,\n
        "lat": 49.7651900,\n
        "lon": 3.3768370,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610453,\n
        "lat": 49.7651920,\n
        "lon": 3.3744040,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610454,\n
        "lat": 49.7651930,\n
        "lon": 3.3748820,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610455,\n
        "lat": 49.7652030,\n
        "lon": 3.3743770,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610456,\n
        "lat": 49.7652050,\n
        "lon": 3.3745930,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610457,\n
        "lat": 49.7652050,\n
        "lon": 3.3773100,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610458,\n
        "lat": 49.7652060,\n
        "lon": 3.3793580,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610459,\n
        "lat": 49.7652070,\n
        "lon": 3.3747020,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610460,\n
        "lat": 49.7652070,\n
        "lon": 3.3786430,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610461,\n
        "lat": 49.7652070,\n
        "lon": 3.3789530,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610462,\n
        "lat": 49.7652090,\n
        "lon": 3.3745740,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610463,\n
        "lat": 49.7652124,\n
        "lon": 3.3797457,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610464,\n
        "lat": 49.7652160,\n
        "lon": 3.3789760,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610465,\n
        "lat": 49.7652190,\n
        "lon": 3.3748240,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610466,\n
        "lat": 49.7652200,\n
        "lon": 3.3777510,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610467,\n
        "lat": 49.7652200,\n
        "lon": 3.3789730,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610468,\n
        "lat": 49.7652230,\n
        "lon": 3.3771550,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610469,\n
        "lat": 49.7652230,\n
        "lon": 3.3780110,\n
        "timestamp": "2012-01-09T10:32:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610470,\n
        "lat": 49.7652290,\n
        "lon": 3.3747300,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610471,\n
        "lat": 49.7652290,\n
        "lon": 3.3793960,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610472,\n
        "lat": 49.7652360,\n
        "lon": 3.3777240,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610473,\n
        "lat": 49.7652380,\n
        "lon": 3.3746280,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610474,\n
        "lat": 49.7652430,\n
        "lon": 3.3773800,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610475,\n
        "lat": 49.7652470,\n
        "lon": 3.3789460,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610476,\n
        "lat": 49.7652480,\n
        "lon": 3.3778950,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610477,\n
        "lat": 49.7652500,\n
        "lon": 3.3777450,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610478,\n
        "lat": 49.7652500,\n
        "lon": 3.3787610,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610479,\n
        "lat": 49.7652520,\n
        "lon": 3.3740553,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610480,\n
        "lat": 49.7652520,\n
        "lon": 3.3747530,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610481,\n
        "lat": 49.7652520,\n
        "lon": 3.3789090,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610482,\n
        "lat": 49.7652550,\n
        "lon": 3.3785830,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610483,\n
        "lat": 49.7652590,\n
        "lon": 3.3777320,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610485,\n
        "lat": 49.7652610,\n
        "lon": 3.3746530,\n
        "timestamp": "2012-01-09T10:32:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610486,\n
        "lat": 49.7652620,\n
        "lon": 3.3789320,\n
        "timestamp": "2012-01-09T10:32:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610488,\n
        "lat": 49.7652640,\n
        "lon": 3.3792780,\n
        "timestamp": "2012-01-09T10:32:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610493,\n
        "lat": 49.7652670,\n
        "lon": 3.3788010,\n
        "timestamp": "2012-01-09T10:32:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610494,\n
        "lat": 49.7652787,\n
        "lon": 3.3739753,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610495,\n
        "lat": 49.7652710,\n
        "lon": 3.3776650,\n
        "timestamp": "2012-01-09T10:32:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610496,\n
        "lat": 49.7652710,\n
        "lon": 3.3777460,\n
        "timestamp": "2012-01-09T10:32:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610497,\n
        "lat": 49.7652740,\n
        "lon": 3.3779510,\n
        "timestamp": "2012-01-09T10:32:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610498,\n
        "lat": 49.7652750,\n
        "lon": 3.3790970,\n
        "timestamp": "2012-01-09T10:32:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610499,\n
        "lat": 49.7652780,\n
        "lon": 3.3745660,\n
        "timestamp": "2012-01-09T10:32:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610500,\n
        "lat": 49.7652860,\n
        "lon": 3.3793200,\n
        "timestamp": "2012-01-09T10:32:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610501,\n
        "lat": 49.7654096,\n
        "lon": 3.3740947,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610502,\n
        "lat": 49.7652910,\n
        "lon": 3.3771980,\n
        "timestamp": "2012-01-09T10:32:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610503,\n
        "lat": 49.7652910,\n
        "lon": 3.3787750,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610504,\n
        "lat": 49.7652920,\n
        "lon": 3.3777110,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610505,\n
        "lat": 49.7653299,\n
        "lon": 3.3740341,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610506,\n
        "lat": 49.7652950,\n
        "lon": 3.3779970,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610507,\n
        "lat": 49.7652980,\n
        "lon": 3.3743720,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610508,\n
        "lat": 49.7652990,\n
        "lon": 3.3744090,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610509,\n
        "lat": 49.7652990,\n
        "lon": 3.3790760,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610510,\n
        "lat": 49.7653000,\n
        "lon": 3.3788940,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610511,\n
        "lat": 49.7653010,\n
        "lon": 3.3791660,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610512,\n
        "lat": 49.7653020,\n
        "lon": 3.3787070,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610513,\n
        "lat": 49.7653080,\n
        "lon": 3.3785180,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610514,\n
        "lat": 49.7653090,\n
        "lon": 3.3744970,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610515,\n
        "lat": 49.7653100,\n
        "lon": 3.3772330,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610516,\n
        "lat": 49.7653110,\n
        "lon": 3.3743840,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610517,\n
        "lat": 49.7654156,\n
        "lon": 3.3741792,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610518,\n
        "lat": 49.7653170,\n
        "lon": 3.3771400,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610519,\n
        "lat": 49.7653180,\n
        "lon": 3.3746100,\n
        "timestamp": "2012-01-09T10:32:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610520,\n
        "lat": 49.7654240,\n
        "lon": 3.3741527,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610521,\n
        "lat": 49.7653976,\n
        "lon": 3.3741325,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610522,\n
        "lat": 49.7653270,\n
        "lon": 3.3777900,\n
        "timestamp": "2012-01-09T10:32:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610523,\n
        "lat": 49.7653270,\n
        "lon": 3.3788670,\n
        "timestamp": "2012-01-09T10:32:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610524,\n
        "lat": 49.7653280,\n
        "lon": 3.3791430,\n
        "timestamp": "2012-01-09T10:32:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610526,\n
        "lat": 49.7653330,\n
        "lon": 3.3771220,\n
        "timestamp": "2012-01-09T10:32:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610527,\n
        "lat": 49.7653390,\n
        "lon": 3.3784800,\n
        "timestamp": "2012-01-09T10:32:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610528,\n
        "lat": 49.7653390,\n
        "lon": 3.3788560,\n
        "timestamp": "2012-01-09T10:32:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610529,\n
        "lat": 49.7653400,\n
        "lon": 3.3742890,\n
        "timestamp": "2012-01-09T10:32:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610530,\n
        "lat": 49.7653400,\n
        "lon": 3.3785770,\n
        "timestamp": "2012-01-09T10:32:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610532,\n
        "lat": 49.7653420,\n
        "lon": 3.3771910,\n
        "timestamp": "2012-01-09T10:32:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610533,\n
        "lat": 49.7653430,\n
        "lon": 3.3784870,\n
        "timestamp": "2012-01-09T10:32:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610534,\n
        "lat": 49.7653470,\n
        "lon": 3.3788740,\n
        "timestamp": "2012-01-09T10:32:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610536,\n
        "lat": 49.7653530,\n
        "lon": 3.3778470,\n
        "timestamp": "2012-01-09T10:32:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610537,\n
        "lat": 49.7653560,\n
        "lon": 3.3744720,\n
        "timestamp": "2012-01-09T10:32:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610538,\n
        "lat": 49.7653560,\n
        "lon": 3.3788390,\n
        "timestamp": "2012-01-09T10:32:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610539,\n
        "lat": 49.7653600,\n
        "lon": 3.3788610,\n
        "timestamp": "2012-01-09T10:32:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610541,\n
        "lat": 49.7653680,\n
        "lon": 3.3790840,\n
        "timestamp": "2012-01-09T10:32:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610542,\n
        "lat": 49.7653740,\n
        "lon": 3.3791050,\n
        "timestamp": "2012-01-09T10:32:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610543,\n
        "lat": 49.7653760,\n
        "lon": 3.3778970,\n
        "timestamp": "2012-01-09T10:32:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610544,\n
        "lat": 49.7653770,\n
        "lon": 3.3772040,\n
        "timestamp": "2012-01-09T10:32:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610545,\n
        "lat": 49.7653770,\n
        "lon": 3.3790750,\n
        "timestamp": "2012-01-09T10:32:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610547,\n
        "lat": 49.7653840,\n
        "lon": 3.3790930,\n
        "timestamp": "2012-01-09T10:32:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610549,\n
        "lat": 49.7653970,\n
        "lon": 3.3792960,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610550,\n
        "lat": 49.7654060,\n
        "lon": 3.3743620,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610551,\n
        "lat": 49.7654080,\n
        "lon": 3.3784050,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610552,\n
        "lat": 49.7654190,\n
        "lon": 3.3788720,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610553,\n
        "lat": 49.7654220,\n
        "lon": 3.3740370,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610554,\n
        "lat": 49.7654230,\n
        "lon": 3.3776260,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610555,\n
        "lat": 49.7654250,\n
        "lon": 3.3740910,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610556,\n
        "lat": 49.7654250,\n
        "lon": 3.3747540,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610557,\n
        "lat": 49.7654340,\n
        "lon": 3.3784590,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610558,\n
        "lat": 49.7654340,\n
        "lon": 3.3785180,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610559,\n
        "lat": 49.7654340,\n
        "lon": 3.3792450,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610560,\n
        "lat": 49.7654360,\n
        "lon": 3.3747260,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610561,\n
        "lat": 49.7654370,\n
        "lon": 3.3735470,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610562,\n
        "lat": 49.7654390,\n
        "lon": 3.3740550,\n
        "timestamp": "2012-01-09T10:32:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610564,\n
        "lat": 49.7654450,\n
        "lon": 3.3749030,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610565,\n
        "lat": 49.7654500,\n
        "lon": 3.3785510,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610566,\n
        "lat": 49.7654510,\n
        "lon": 3.3795190,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610567,\n
        "lat": 49.7654530,\n
        "lon": 3.3748770,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610568,\n
        "lat": 49.7654540,\n
        "lon": 3.3739670,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610569,\n
        "lat": 49.7654590,\n
        "lon": 3.3748600,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610570,\n
        "lat": 49.7654610,\n
        "lon": 3.3747540,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610571,\n
        "lat": 49.7654620,\n
        "lon": 3.3720190,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610572,\n
        "lat": 49.7654630,\n
        "lon": 3.3754360,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610573,\n
        "lat": 49.7654630,\n
        "lon": 3.3777140,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610574,\n
        "lat": 49.7654630,\n
        "lon": 3.3785350,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610575,\n
        "lat": 49.7654650,\n
        "lon": 3.3789480,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610576,\n
        "lat": 49.7654660,\n
        "lon": 3.3785860,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610577,\n
        "lat": 49.7654660,\n
        "lon": 3.3795510,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610578,\n
        "lat": 49.7654750,\n
        "lon": 3.3754040,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610579,\n
        "lat": 49.7654760,\n
        "lon": 3.3755280,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610580,\n
        "lat": 49.7654770,\n
        "lon": 3.3748050,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610581,\n
        "lat": 49.7654770,\n
        "lon": 3.3784670,\n
        "timestamp": "2012-01-09T10:32:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610582,\n
        "lat": 49.7654780,\n
        "lon": 3.3747150,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610583,\n
        "lat": 49.7654790,\n
        "lon": 3.3785720,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610584,\n
        "lat": 49.7654810,\n
        "lon": 3.3756780,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610585,\n
        "lat": 49.7654810,\n
        "lon": 3.3775590,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610586,\n
        "lat": 49.7654830,\n
        "lon": 3.3794770,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610587,\n
        "lat": 49.7654850,\n
        "lon": 3.3734530,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610588,\n
        "lat": 49.7654880,\n
        "lon": 3.3754610,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610589,\n
        "lat": 49.7654890,\n
        "lon": 3.3787700,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610590,\n
        "lat": 49.7654910,\n
        "lon": 3.3755810,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610591,\n
        "lat": 49.7654930,\n
        "lon": 3.3785000,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610592,\n
        "lat": 49.7654940,\n
        "lon": 3.3737390,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610593,\n
        "lat": 49.7654940,\n
        "lon": 3.3783380,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610594,\n
        "lat": 49.7654950,\n
        "lon": 3.3745790,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610595,\n
        "lat": 49.7654970,\n
        "lon": 3.3749020,\n
        "timestamp": "2012-01-09T10:32:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610596,\n
        "lat": 49.7654990,\n
        "lon": 3.3756270,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610597,\n
        "lat": 49.7655010,\n
        "lon": 3.3754300,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610598,\n
        "lat": 49.7655020,\n
        "lon": 3.3719180,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610599,\n
        "lat": 49.7655030,\n
        "lon": 3.3755540,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610600,\n
        "lat": 49.7655030,\n
        "lon": 3.3757030,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610601,\n
        "lat": 49.7655030,\n
        "lon": 3.3783960,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610602,\n
        "lat": 49.7655050,\n
        "lon": 3.3747440,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610603,\n
        "lat": 49.7655080,\n
        "lon": 3.3776030,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610604,\n
        "lat": 49.7655100,\n
        "lon": 3.3785370,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610605,\n
        "lat": 49.7655130,\n
        "lon": 3.3741760,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610606,\n
        "lat": 49.7655130,\n
        "lon": 3.3783820,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610607,\n
        "lat": 49.7655160,\n
        "lon": 3.3736350,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610608,\n
        "lat": 49.7655160,\n
        "lon": 3.3746780,\n
        "timestamp": "2012-01-09T10:32:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610609,\n
        "lat": 49.7655160,\n
        "lon": 3.3794840,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610610,\n
        "lat": 49.7655180,\n
        "lon": 3.3754300,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610611,\n
        "lat": 49.7655190,\n
        "lon": 3.3783050,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610612,\n
        "lat": 49.7655200,\n
        "lon": 3.3736840,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610613,\n
        "lat": 49.7655210,\n
        "lon": 3.3754330,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610614,\n
        "lat": 49.7655220,\n
        "lon": 3.3752240,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610615,\n
        "lat": 49.7655230,\n
        "lon": 3.3794990,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610616,\n
        "lat": 49.7655240,\n
        "lon": 3.3794730,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610617,\n
        "lat": 49.7655250,\n
        "lon": 3.3756510,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610618,\n
        "lat": 49.7655270,\n
        "lon": 3.3736950,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610619,\n
        "lat": 49.7655280,\n
        "lon": 3.3746930,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610620,\n
        "lat": 49.7655300,\n
        "lon": 3.3794870,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610621,\n
        "lat": 49.7655310,\n
        "lon": 3.3794590,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610622,\n
        "lat": 49.7655340,\n
        "lon": 3.3756280,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610623,\n
        "lat": 49.7655340,\n
        "lon": 3.3784570,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610624,\n
        "lat": 49.7655350,\n
        "lon": 3.3788470,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610625,\n
        "lat": 49.7655380,\n
        "lon": 3.3735200,\n
        "timestamp": "2012-01-09T10:33:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610627,\n
        "lat": 49.7655380,\n
        "lon": 3.3736720,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610628,\n
        "lat": 49.7655390,\n
        "lon": 3.3782790,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610629,\n
        "lat": 49.7655400,\n
        "lon": 3.3746210,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610630,\n
        "lat": 49.7655420,\n
        "lon": 3.3757660,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610631,\n
        "lat": 49.7655420,\n
        "lon": 3.3792930,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610632,\n
        "lat": 49.7655460,\n
        "lon": 3.3758470,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610633,\n
        "lat": 49.7655470,\n
        "lon": 3.3755960,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610635,\n
        "lat": 49.7655480,\n
        "lon": 3.3749600,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610639,\n
        "lat": 49.7655520,\n
        "lon": 3.3790770,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610640,\n
        "lat": 49.7655530,\n
        "lon": 3.3782840,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610641,\n
        "lat": 49.7655550,\n
        "lon": 3.3737250,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610642,\n
        "lat": 49.7655570,\n
        "lon": 3.3750360,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610643,\n
        "lat": 49.7655590,\n
        "lon": 3.3740740,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610644,\n
        "lat": 49.7655600,\n
        "lon": 3.3734780,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610645,\n
        "lat": 49.7655610,\n
        "lon": 3.3735480,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610646,\n
        "lat": 49.7655630,\n
        "lon": 3.3757860,\n
        "timestamp": "2012-01-09T10:33:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610647,\n
        "lat": 49.7655650,\n
        "lon": 3.3757990,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610648,\n
        "lat": 49.7655660,\n
        "lon": 3.3737000,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610649,\n
        "lat": 49.7655680,\n
        "lon": 3.3758680,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610650,\n
        "lat": 49.7655700,\n
        "lon": 3.3775260,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610651,\n
        "lat": 49.7655720,\n
        "lon": 3.3755610,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610652,\n
        "lat": 49.7655720,\n
        "lon": 3.3784130,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610653,\n
        "lat": 49.7655730,\n
        "lon": 3.3757790,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610654,\n
        "lat": 49.7655760,\n
        "lon": 3.3756470,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610655,\n
        "lat": 49.7655770,\n
        "lon": 3.3749940,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610656,\n
        "lat": 49.7655790,\n
        "lon": 3.3751000,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610659,\n
        "lat": 49.7655820,\n
        "lon": 3.3735070,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610660,\n
        "lat": 49.7655840,\n
        "lon": 3.3790300,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610661,\n
        "lat": 49.7655850,\n
        "lon": 3.3756580,\n
        "timestamp": "2012-01-09T10:33:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610662,\n
        "lat": 49.7655850,\n
        "lon": 3.3775640,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610663,\n
        "lat": 49.7655850,\n
        "lon": 3.3793660,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610664,\n
        "lat": 49.7655860,\n
        "lon": 3.3736600,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610665,\n
        "lat": 49.7655860,\n
        "lon": 3.3754990,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610667,\n
        "lat": 49.7655860,\n
        "lon": 3.3759980,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610669,\n
        "lat": 49.7655880,\n
        "lon": 3.3752930,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610678,\n
        "lat": 49.7655910,\n
        "lon": 3.3738410,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610680,\n
        "lat": 49.7655940,\n
        "lon": 3.3755070,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610682,\n
        "lat": 49.7655960,\n
        "lon": 3.3758030,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610683,\n
        "lat": 49.7655980,\n
        "lon": 3.3755860,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610684,\n
        "lat": 49.7655980,\n
        "lon": 3.3760080,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610686,\n
        "lat": 49.7655990,\n
        "lon": 3.3783820,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610688,\n
        "lat": 49.7656000,\n
        "lon": 3.3792060,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610689,\n
        "lat": 49.7656030,\n
        "lon": 3.3783780,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610691,\n
        "lat": 49.7656040,\n
        "lon": 3.3759180,\n
        "timestamp": "2012-01-09T10:33:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610697,\n
        "lat": 49.7656070,\n
        "lon": 3.3757970,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610698,\n
        "lat": 49.7656080,\n
        "lon": 3.3720190,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610699,\n
        "lat": 49.7656080,\n
        "lon": 3.3721580,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610700,\n
        "lat": 49.7656090,\n
        "lon": 3.3791940,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610701,\n
        "lat": 49.7656120,\n
        "lon": 3.3737800,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610703,\n
        "lat": 49.7656140,\n
        "lon": 3.3791890,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610705,\n
        "lat": 49.7656150,\n
        "lon": 3.3720020,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610707,\n
        "lat": 49.7656150,\n
        "lon": 3.3737490,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610714,\n
        "lat": 49.7656150,\n
        "lon": 3.3759310,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610715,\n
        "lat": 49.7656170,\n
        "lon": 3.3737860,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610716,\n
        "lat": 49.7656170,\n
        "lon": 3.3777620,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610717,\n
        "lat": 49.7656210,\n
        "lon": 3.3737550,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610718,\n
        "lat": 49.7656220,\n
        "lon": 3.3750830,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610719,\n
        "lat": 49.7656250,\n
        "lon": 3.3736270,\n
        "timestamp": "2012-01-09T10:33:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610721,\n
        "lat": 49.7656250,\n
        "lon": 3.3757580,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610722,\n
        "lat": 49.7656290,\n
        "lon": 3.3734170,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610724,\n
        "lat": 49.7656320,\n
        "lon": 3.3751540,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610731,\n
        "lat": 49.7656330,\n
        "lon": 3.3737100,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610732,\n
        "lat": 49.7656370,\n
        "lon": 3.3757680,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610734,\n
        "lat": 49.7656370,\n
        "lon": 3.3785490,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610735,\n
        "lat": 49.7656380,\n
        "lon": 3.3750320,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610736,\n
        "lat": 49.7656380,\n
        "lon": 3.3758330,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610737,\n
        "lat": 49.7656400,\n
        "lon": 3.3751390,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610740,\n
        "lat": 49.7656440,\n
        "lon": 3.3792760,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610741,\n
        "lat": 49.7656470,\n
        "lon": 3.3735850,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610744,\n
        "lat": 49.7656470,\n
        "lon": 3.3791440,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610759,\n
        "lat": 49.7656480,\n
        "lon": 3.3778300,\n
        "timestamp": "2012-01-09T10:33:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610761,\n
        "lat": 49.7656500,\n
        "lon": 3.3792660,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610763,\n
        "lat": 49.7656510,\n
        "lon": 3.3751530,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610765,\n
        "lat": 49.7656520,\n
        "lon": 3.3760990,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610768,\n
        "lat": 49.7656520,\n
        "lon": 3.3782400,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610770,\n
        "lat": 49.7656530,\n
        "lon": 3.3755690,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610771,\n
        "lat": 49.7656550,\n
        "lon": 3.3720400,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610772,\n
        "lat": 49.7656610,\n
        "lon": 3.3751140,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610773,\n
        "lat": 49.7656660,\n
        "lon": 3.3785170,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610789,\n
        "lat": 49.7656670,\n
        "lon": 3.3733440,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610794,\n
        "lat": 49.7656690,\n
        "lon": 3.3777080,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610797,\n
        "lat": 49.7656730,\n
        "lon": 3.3736130,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610800,\n
        "lat": 49.7656730,\n
        "lon": 3.3791230,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610803,\n
        "lat": 49.7656780,\n
        "lon": 3.3734800,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610805,\n
        "lat": 49.7656780,\n
        "lon": 3.3750630,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610806,\n
        "lat": 49.7656830,\n
        "lon": 3.3756480,\n
        "timestamp": "2012-01-09T10:33:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610807,\n
        "lat": 49.7656860,\n
        "lon": 3.3732600,\n
        "timestamp": "2012-01-09T10:33:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610810,\n
        "lat": 49.7656870,\n
        "lon": 3.3779150,\n
        "timestamp": "2012-01-09T10:33:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610826,\n
        "lat": 49.7656900,\n
        "lon": 3.3783210,\n
        "timestamp": "2012-01-09T10:33:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610827,\n
        "lat": 49.7656910,\n
        "lon": 3.3788750,\n
        "timestamp": "2012-01-09T10:33:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610828,\n
        "lat": 49.7656980,\n
        "lon": 3.3733910,\n
        "timestamp": "2012-01-09T10:33:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610829,\n
        "lat": 49.7656980,\n
        "lon": 3.3777740,\n
        "timestamp": "2012-01-09T10:33:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610831,\n
        "lat": 49.7657030,\n
        "lon": 3.3731810,\n
        "timestamp": "2012-01-09T10:33:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610833,\n
        "lat": 49.7657030,\n
        "lon": 3.3733770,\n
        "timestamp": "2012-01-09T10:33:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610834,\n
        "lat": 49.7657030,\n
        "lon": 3.3759830,\n
        "timestamp": "2012-01-09T10:33:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610836,\n
        "lat": 49.7657060,\n
        "lon": 3.3788990,\n
        "timestamp": "2012-01-09T10:33:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610838,\n
        "lat": 49.7657080,\n
        "lon": 3.3734040,\n
        "timestamp": "2012-01-09T10:33:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610855,\n
        "lat": 49.7657080,\n
        "lon": 3.3788520,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610856,\n
        "lat": 49.7657110,\n
        "lon": 3.3733570,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610857,\n
        "lat": 49.7657120,\n
        "lon": 3.3791910,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610858,\n
        "lat": 49.7657130,\n
        "lon": 3.3735240,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610859,\n
        "lat": 49.7657130,\n
        "lon": 3.3759600,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610860,\n
        "lat": 49.7657180,\n
        "lon": 3.3733900,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610861,\n
        "lat": 49.7657190,\n
        "lon": 3.3731860,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610864,\n
        "lat": 49.7657220,\n
        "lon": 3.3788770,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610883,\n
        "lat": 49.7657260,\n
        "lon": 3.3733710,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610884,\n
        "lat": 49.7657260,\n
        "lon": 3.3783100,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610885,\n
        "lat": 49.7657280,\n
        "lon": 3.3756910,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610886,\n
        "lat": 49.7657330,\n
        "lon": 3.3717860,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610887,\n
        "lat": 49.7657340,\n
        "lon": 3.3731120,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610889,\n
        "lat": 49.7657360,\n
        "lon": 3.3736850,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610891,\n
        "lat": 49.7657360,\n
        "lon": 3.3761870,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610893,\n
        "lat": 49.7657370,\n
        "lon": 3.3778570,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610896,\n
        "lat": 49.7657380,\n
        "lon": 3.3717770,\n
        "timestamp": "2012-01-09T10:33:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610909,\n
        "lat": 49.7657390,\n
        "lon": 3.3717750,\n
        "timestamp": "2012-01-09T10:33:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610910,\n
        "lat": 49.7657390,\n
        "lon": 3.3750680,\n
        "timestamp": "2012-01-09T10:33:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610911,\n
        "lat": 49.7657450,\n
        "lon": 3.3731280,\n
        "timestamp": "2012-01-09T10:33:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610912,\n
        "lat": 49.7657480,\n
        "lon": 3.3718830,\n
        "timestamp": "2012-01-09T10:33:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610914,\n
        "lat": 49.7657480,\n
        "lon": 3.3791540,\n
        "timestamp": "2012-01-09T10:33:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610917,\n
        "lat": 49.7657510,\n
        "lon": 3.3754630,\n
        "timestamp": "2012-01-09T10:33:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610920,\n
        "lat": 49.7657540,\n
        "lon": 3.3724280,\n
        "timestamp": "2012-01-09T10:33:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610923,\n
        "lat": 49.7657620,\n
        "lon": 3.3782010,\n
        "timestamp": "2012-01-09T10:33:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610927,\n
        "lat": 49.7657630,\n
        "lon": 3.3789900,\n
        "timestamp": "2012-01-09T10:33:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610934,\n
        "lat": 49.7657650,\n
        "lon": 3.3723940,\n
        "timestamp": "2012-01-09T10:33:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610935,\n
        "lat": 49.7657650,\n
        "lon": 3.3785300,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610936,\n
        "lat": 49.7657660,\n
        "lon": 3.3717720,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610938,\n
        "lat": 49.7657660,\n
        "lon": 3.3790930,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610940,\n
        "lat": 49.7657680,\n
        "lon": 3.3723870,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610942,\n
        "lat": 49.7657710,\n
        "lon": 3.3781240,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610944,\n
        "lat": 49.7657710,\n
        "lon": 3.3782250,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610946,\n
        "lat": 49.7657710,\n
        "lon": 3.3791040,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610948,\n
        "lat": 49.7657720,\n
        "lon": 3.3780930,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610953,\n
        "lat": 49.7657760,\n
        "lon": 3.3721310,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610955,\n
        "lat": 49.7657790,\n
        "lon": 3.3784170,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610958,\n
        "lat": 49.7657800,\n
        "lon": 3.3781110,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610960,\n
        "lat": 49.7657800,\n
        "lon": 3.3792100,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610962,\n
        "lat": 49.7657820,\n
        "lon": 3.3785650,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610965,\n
        "lat": 49.7657850,\n
        "lon": 3.3721450,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610966,\n
        "lat": 49.7657860,\n
        "lon": 3.3721120,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610967,\n
        "lat": 49.7657860,\n
        "lon": 3.3749530,\n
        "timestamp": "2012-01-09T10:33:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610968,\n
        "lat": 49.7657860,\n
        "lon": 3.3760690,\n
        "timestamp": "2012-01-09T10:33:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610971,\n
        "lat": 49.7657880,\n
        "lon": 3.3713450,\n
        "timestamp": "2012-01-09T10:33:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610973,\n
        "lat": 49.7657880,\n
        "lon": 3.3782350,\n
        "timestamp": "2012-01-09T10:33:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610975,\n
        "lat": 49.7657900,\n
        "lon": 3.3781630,\n
        "timestamp": "2012-01-09T10:33:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610976,\n
        "lat": 49.7657940,\n
        "lon": 3.3724650,\n
        "timestamp": "2012-01-09T10:33:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610978,\n
        "lat": 49.7657950,\n
        "lon": 3.3714040,\n
        "timestamp": "2012-01-09T10:33:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610980,\n
        "lat": 49.7657950,\n
        "lon": 3.3721620,\n
        "timestamp": "2012-01-09T10:33:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610982,\n
        "lat": 49.7657950,\n
        "lon": 3.3760490,\n
        "timestamp": "2012-01-09T10:33:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610983,\n
        "lat": 49.7657960,\n
        "lon": 3.3790460,\n
        "timestamp": "2012-01-09T10:33:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610986,\n
        "lat": 49.7658060,\n
        "lon": 3.3721480,\n
        "timestamp": "2012-01-09T10:33:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610987,\n
        "lat": 49.7658080,\n
        "lon": 3.3724250,\n
        "timestamp": "2012-01-09T10:33:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610989,\n
        "lat": 49.7658090,\n
        "lon": 3.3733980,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610991,\n
        "lat": 49.7658120,\n
        "lon": 3.3731790,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610993,\n
        "lat": 49.7658160,\n
        "lon": 3.3712820,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610995,\n
        "lat": 49.7658160,\n
        "lon": 3.3751530,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610996,\n
        "lat": 49.7658190,\n
        "lon": 3.3749890,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583610998,\n
        "lat": 49.7658200,\n
        "lon": 3.3717460,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611000,\n
        "lat": 49.7658210,\n
        "lon": 3.3720600,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611003,\n
        "lat": 49.7658210,\n
        "lon": 3.3731580,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611004,\n
        "lat": 49.7658230,\n
        "lon": 3.3713410,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611006,\n
        "lat": 49.7658230,\n
        "lon": 3.3721750,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611008,\n
        "lat": 49.7658250,\n
        "lon": 3.3749790,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611009,\n
        "lat": 49.7658260,\n
        "lon": 3.3733190,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611011,\n
        "lat": 49.7658260,\n
        "lon": 3.3734860,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611013,\n
        "lat": 49.7658270,\n
        "lon": 3.3751280,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611015,\n
        "lat": 49.7658270,\n
        "lon": 3.3784590,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611017,\n
        "lat": 49.7658310,\n
        "lon": 3.3733110,\n
        "timestamp": "2012-01-09T10:33:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611021,\n
        "lat": 49.7658320,\n
        "lon": 3.3720770,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611022,\n
        "lat": 49.7658330,\n
        "lon": 3.3721600,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611023,\n
        "lat": 49.7658330,\n
        "lon": 3.3750050,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611024,\n
        "lat": 49.7658360,\n
        "lon": 3.3718460,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611026,\n
        "lat": 49.7658370,\n
        "lon": 3.3749940,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611028,\n
        "lat": 49.7658370,\n
        "lon": 3.3762860,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611030,\n
        "lat": 49.7658380,\n
        "lon": 3.3733340,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611032,\n
        "lat": 49.7658390,\n
        "lon": 3.3783470,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611034,\n
        "lat": 49.7658400,\n
        "lon": 3.3792570,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611038,\n
        "lat": 49.7658410,\n
        "lon": 3.3760830,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611039,\n
        "lat": 49.7658420,\n
        "lon": 3.3725100,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611040,\n
        "lat": 49.7658420,\n
        "lon": 3.3731810,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611041,\n
        "lat": 49.7658430,\n
        "lon": 3.3737070,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611043,\n
        "lat": 49.7658440,\n
        "lon": 3.3750310,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611044,\n
        "lat": 49.7658450,\n
        "lon": 3.3782930,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611046,\n
        "lat": 49.7658470,\n
        "lon": 3.3734390,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611048,\n
        "lat": 49.7658470,\n
        "lon": 3.3750220,\n
        "timestamp": "2012-01-09T10:33:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611050,\n
        "lat": 49.7658480,\n
        "lon": 3.3787000,\n
        "timestamp": "2012-01-09T10:33:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611057,\n
        "lat": 49.7658500,\n
        "lon": 3.3760640,\n
        "timestamp": "2012-01-09T10:33:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611058,\n
        "lat": 49.7658510,\n
        "lon": 3.3729720,\n
        "timestamp": "2012-01-09T10:33:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611060,\n
        "lat": 49.7658540,\n
        "lon": 3.3751560,\n
        "timestamp": "2012-01-09T10:33:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611061,\n
        "lat": 49.7658550,\n
        "lon": 3.3760980,\n
        "timestamp": "2012-01-09T10:33:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611062,\n
        "lat": 49.7658570,\n
        "lon": 3.3724760,\n
        "timestamp": "2012-01-09T10:33:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611064,\n
        "lat": 49.7658580,\n
        "lon": 3.3725260,\n
        "timestamp": "2012-01-09T10:33:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611066,\n
        "lat": 49.7658580,\n
        "lon": 3.3751260,\n
        "timestamp": "2012-01-09T10:33:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611068,\n
        "lat": 49.7658590,\n
        "lon": 3.3731470,\n
        "timestamp": "2012-01-09T10:33:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611084,\n
        "lat": 49.7658600,\n
        "lon": 3.3721240,\n
        "timestamp": "2012-01-09T10:33:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611085,\n
        "lat": 49.7658600,\n
        "lon": 3.3736640,\n
        "timestamp": "2012-01-09T10:33:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611086,\n
        "lat": 49.7658600,\n
        "lon": 3.3783300,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611087,\n
        "lat": 49.7658670,\n
        "lon": 3.3751020,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611088,\n
        "lat": 49.7658670,\n
        "lon": 3.3751340,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611089,\n
        "lat": 49.7658700,\n
        "lon": 3.3725370,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611090,\n
        "lat": 49.7658700,\n
        "lon": 3.3789690,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611091,\n
        "lat": 49.7658730,\n
        "lon": 3.3721030,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611092,\n
        "lat": 49.7658730,\n
        "lon": 3.3763240,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611110,\n
        "lat": 49.7658780,\n
        "lon": 3.3750800,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611113,\n
        "lat": 49.7658780,\n
        "lon": 3.3751140,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611114,\n
        "lat": 49.7658780,\n
        "lon": 3.3761950,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611115,\n
        "lat": 49.7658790,\n
        "lon": 3.3792040,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611116,\n
        "lat": 49.7658810,\n
        "lon": 3.3785740,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611117,\n
        "lat": 49.7658820,\n
        "lon": 3.3750710,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611118,\n
        "lat": 49.7658820,\n
        "lon": 3.3760390,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611119,\n
        "lat": 49.7658830,\n
        "lon": 3.3723410,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611120,\n
        "lat": 49.7658830,\n
        "lon": 3.3736590,\n
        "timestamp": "2012-01-09T10:33:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611135,\n
        "lat": 49.7658830,\n
        "lon": 3.3793290,\n
        "timestamp": "2012-01-09T10:33:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611138,\n
        "lat": 49.7658860,\n
        "lon": 3.3750930,\n
        "timestamp": "2012-01-09T10:33:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611140,\n
        "lat": 49.7658880,\n
        "lon": 3.3762910,\n
        "timestamp": "2012-01-09T10:33:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611142,\n
        "lat": 49.7659451,\n
        "lon": 3.3753982,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 2,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611143,\n
        "lat": 49.7658950,\n
        "lon": 3.3759560,\n
        "timestamp": "2012-01-09T10:33:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611144,\n
        "lat": 49.7658960,\n
        "lon": 3.3784050,\n
        "timestamp": "2012-01-09T10:33:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611145,\n
        "lat": 49.7659012,\n
        "lon": 3.3754913,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 2,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611146,\n
        "lat": 49.7659000,\n
        "lon": 3.3790320,\n
        "timestamp": "2012-01-09T10:33:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611147,\n
        "lat": 49.7659060,\n
        "lon": 3.3723650,\n
        "timestamp": "2012-01-09T10:33:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611153,\n
        "lat": 49.7659080,\n
        "lon": 3.3733050,\n
        "timestamp": "2012-01-09T10:33:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611155,\n
        "lat": 49.7659080,\n
        "lon": 3.3782200,\n
        "timestamp": "2012-01-09T10:33:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611158,\n
        "lat": 49.7659080,\n
        "lon": 3.3786310,\n
        "timestamp": "2012-01-09T10:33:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611161,\n
        "lat": 49.7659090,\n
        "lon": 3.3722900,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611163,\n
        "lat": 49.7659100,\n
        "lon": 3.3782720,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611166,\n
        "lat": 49.7659178,\n
        "lon": 3.3754579,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 2,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611169,\n
        "lat": 49.7659130,\n
        "lon": 3.3762340,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611171,\n
        "lat": 49.7659140,\n
        "lon": 3.3728320,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611173,\n
        "lat": 49.7659140,\n
        "lon": 3.3732910,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611178,\n
        "lat": 49.7659150,\n
        "lon": 3.3782830,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611180,\n
        "lat": 49.7659160,\n
        "lon": 3.3723030,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611182,\n
        "lat": 49.7659160,\n
        "lon": 3.3786460,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611184,\n
        "lat": 49.7659210,\n
        "lon": 3.3792790,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611186,\n
        "lat": 49.7659230,\n
        "lon": 3.3782980,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611188,\n
        "lat": 49.7659240,\n
        "lon": 3.3782530,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611190,\n
        "lat": 49.7659260,\n
        "lon": 3.3723200,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611192,\n
        "lat": 49.7659260,\n
        "lon": 3.3782700,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611193,\n
        "lat": 49.7659280,\n
        "lon": 3.3730560,\n
        "timestamp": "2012-01-09T10:33:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611195,\n
        "lat": 49.7659330,\n
        "lon": 3.3782830,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611197,\n
        "lat": 49.7659370,\n
        "lon": 3.3732420,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611199,\n
        "lat": 49.7659400,\n
        "lon": 3.3749700,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611201,\n
        "lat": 49.7659410,\n
        "lon": 3.3732330,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611203,\n
        "lat": 49.7659420,\n
        "lon": 3.3761700,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611204,\n
        "lat": 49.7659430,\n
        "lon": 3.3761020,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611206,\n
        "lat": 49.7659450,\n
        "lon": 3.3783500,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611208,\n
        "lat": 49.7659480,\n
        "lon": 3.3798500,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611211,\n
        "lat": 49.7659490,\n
        "lon": 3.3723650,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611212,\n
        "lat": 49.7659540,\n
        "lon": 3.3735700,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611213,\n
        "lat": 49.7659540,\n
        "lon": 3.3739460,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611214,\n
        "lat": 49.7659540,\n
        "lon": 3.3784920,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611215,\n
        "lat": 49.7659590,\n
        "lon": 3.3793150,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611217,\n
        "lat": 49.7659600,\n
        "lon": 3.3739160,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611218,\n
        "lat": 49.7659620,\n
        "lon": 3.3749290,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611219,\n
        "lat": 49.7659620,\n
        "lon": 3.3785920,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611220,\n
        "lat": 49.7659640,\n
        "lon": 3.3739200,\n
        "timestamp": "2012-01-09T10:33:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611230,\n
        "lat": 49.7659650,\n
        "lon": 3.3729760,\n
        "timestamp": "2012-01-09T10:33:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611231,\n
        "lat": 49.7659670,\n
        "lon": 3.3749340,\n
        "timestamp": "2012-01-09T10:33:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611232,\n
        "lat": 49.7659680,\n
        "lon": 3.3761970,\n
        "timestamp": "2012-01-09T10:33:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611233,\n
        "lat": 49.7659690,\n
        "lon": 3.3798260,\n
        "timestamp": "2012-01-09T10:33:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611234,\n
        "lat": 49.7659710,\n
        "lon": 3.3760360,\n
        "timestamp": "2012-01-09T10:33:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611235,\n
        "lat": 49.7659710,\n
        "lon": 3.3761080,\n
        "timestamp": "2012-01-09T10:33:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611236,\n
        "lat": 49.7659720,\n
        "lon": 3.3729770,\n
        "timestamp": "2012-01-09T10:33:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611237,\n
        "lat": 49.7659720,\n
        "lon": 3.3750090,\n
        "timestamp": "2012-01-09T10:33:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611238,\n
        "lat": 49.7659901,\n
        "lon": 3.3757160,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 2,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611248,\n
        "lat": 49.7659730,\n
        "lon": 3.3785320,\n
        "timestamp": "2012-01-09T10:33:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611249,\n
        "lat": 49.7659780,\n
        "lon": 3.3738770,\n
        "timestamp": "2012-01-09T10:33:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611250,\n
        "lat": 49.7659780,\n
        "lon": 3.3799140,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611251,\n
        "lat": 49.7659820,\n
        "lon": 3.3760830,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611252,\n
        "lat": 49.7659840,\n
        "lon": 3.3793940,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611253,\n
        "lat": 49.7659850,\n
        "lon": 3.3722860,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611254,\n
        "lat": 49.7659870,\n
        "lon": 3.3788760,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611255,\n
        "lat": 49.7659880,\n
        "lon": 3.3761270,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611256,\n
        "lat": 49.7659900,\n
        "lon": 3.3793780,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611264,\n
        "lat": 49.7659920,\n
        "lon": 3.3739840,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611266,\n
        "lat": 49.7659930,\n
        "lon": 3.3738930,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611268,\n
        "lat": 49.7659940,\n
        "lon": 3.3761350,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611270,\n
        "lat": 49.7659960,\n
        "lon": 3.3729240,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611271,\n
        "lat": 49.7659970,\n
        "lon": 3.3724290,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611272,\n
        "lat": 49.7659990,\n
        "lon": 3.3798900,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611273,\n
        "lat": 49.7660000,\n
        "lon": 3.3761010,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611274,\n
        "lat": 49.7660010,\n
        "lon": 3.3734730,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611275,\n
        "lat": 49.7660020,\n
        "lon": 3.3738750,\n
        "timestamp": "2012-01-09T10:33:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611282,\n
        "lat": 49.7660030,\n
        "lon": 3.3794330,\n
        "timestamp": "2012-01-09T10:33:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611285,\n
        "lat": 49.7660040,\n
        "lon": 3.3792530,\n
        "timestamp": "2012-01-09T10:33:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611287,\n
        "lat": 49.7660290,\n
        "lon": 3.3756352,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 2,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611288,\n
        "lat": 49.7660070,\n
        "lon": 3.3760870,\n
        "timestamp": "2012-01-09T10:33:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611289,\n
        "lat": 49.7660090,\n
        "lon": 3.3736310,\n
        "timestamp": "2012-01-09T10:33:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611290,\n
        "lat": 49.7660130,\n
        "lon": 3.3785340,\n
        "timestamp": "2012-01-09T10:33:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611291,\n
        "lat": 49.7660180,\n
        "lon": 3.3739190,\n
        "timestamp": "2012-01-09T10:33:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611292,\n
        "lat": 49.7660190,\n
        "lon": 3.3794310,\n
        "timestamp": "2012-01-09T10:33:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611298,\n
        "lat": 49.7660210,\n
        "lon": 3.3748280,\n
        "timestamp": "2012-01-09T10:33:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611299,\n
        "lat": 49.7660250,\n
        "lon": 3.3739000,\n
        "timestamp": "2012-01-09T10:33:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611301,\n
        "lat": 49.7660260,\n
        "lon": 3.3757530,\n
        "timestamp": "2012-01-09T10:33:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611303,\n
        "lat": 49.7660260,\n
        "lon": 3.3761070,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611304,\n
        "lat": 49.7660260,\n
        "lon": 3.3784720,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611305,\n
        "lat": 49.7660280,\n
        "lon": 3.3785630,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611306,\n
        "lat": 49.7660300,\n
        "lon": 3.3787340,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611308,\n
        "lat": 49.7660320,\n
        "lon": 3.3759710,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611309,\n
        "lat": 49.7660330,\n
        "lon": 3.3784860,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611311,\n
        "lat": 49.7660373,\n
        "lon": 3.3748755,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 2,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611312,\n
        "lat": 49.7660370,\n
        "lon": 3.3723630,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611313,\n
        "lat": 49.7660380,\n
        "lon": 3.3785550,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611314,\n
        "lat": 49.7660400,\n
        "lon": 3.3785030,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611315,\n
        "lat": 49.7660400,\n
        "lon": 3.3788140,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611317,\n
        "lat": 49.7660410,\n
        "lon": 3.3762810,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611319,\n
        "lat": 49.7660460,\n
        "lon": 3.3748560,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611321,\n
        "lat": 49.7660490,\n
        "lon": 3.3738420,\n
        "timestamp": "2012-01-09T10:33:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611330,\n
        "lat": 49.7660510,\n
        "lon": 3.3733700,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611331,\n
        "lat": 49.7660520,\n
        "lon": 3.3797280,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611332,\n
        "lat": 49.7660540,\n
        "lon": 3.3735370,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611333,\n
        "lat": 49.7660560,\n
        "lon": 3.3740650,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611334,\n
        "lat": 49.7660590,\n
        "lon": 3.3765050,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611335,\n
        "lat": 49.7660610,\n
        "lon": 3.3729320,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611339,\n
        "lat": 49.7660680,\n
        "lon": 3.3764830,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611341,\n
        "lat": 49.7660700,\n
        "lon": 3.3760110,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611348,\n
        "lat": 49.7660720,\n
        "lon": 3.3729460,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611349,\n
        "lat": 49.7660750,\n
        "lon": 3.3729030,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611350,\n
        "lat": 49.7660750,\n
        "lon": 3.3795530,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611351,\n
        "lat": 49.7660790,\n
        "lon": 3.3758100,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611352,\n
        "lat": 49.7660790,\n
        "lon": 3.3761960,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611353,\n
        "lat": 49.7660790,\n
        "lon": 3.3790530,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611355,\n
        "lat": 49.7660830,\n
        "lon": 3.3725290,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611357,\n
        "lat": 49.7660830,\n
        "lon": 3.3797930,\n
        "timestamp": "2012-01-09T10:33:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611359,\n
        "lat": 49.7660840,\n
        "lon": 3.3725860,\n
        "timestamp": "2012-01-09T10:33:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611366,\n
        "lat": 49.7660850,\n
        "lon": 3.3762000,\n
        "timestamp": "2012-01-09T10:33:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611367,\n
        "lat": 49.7660870,\n
        "lon": 3.3729170,\n
        "timestamp": "2012-01-09T10:33:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611368,\n
        "lat": 49.7660890,\n
        "lon": 3.3786640,\n
        "timestamp": "2012-01-09T10:33:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611369,\n
        "lat": 49.7660900,\n
        "lon": 3.3765380,\n
        "timestamp": "2012-01-09T10:33:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611370,\n
        "lat": 49.7660910,\n
        "lon": 3.3718650,\n
        "timestamp": "2012-01-09T10:33:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611371,\n
        "lat": 49.7660910,\n
        "lon": 3.3740990,\n
        "timestamp": "2012-01-09T10:33:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611372,\n
        "lat": 49.7660930,\n
        "lon": 3.3737610,\n
        "timestamp": "2012-01-09T10:33:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611373,\n
        "lat": 49.7660950,\n
        "lon": 3.3789770,\n
        "timestamp": "2012-01-09T10:33:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611383,\n
        "lat": 49.7660950,\n
        "lon": 3.3794440,\n
        "timestamp": "2012-01-09T10:33:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611385,\n
        "lat": 49.7660960,\n
        "lon": 3.3724630,\n
        "timestamp": "2012-01-09T10:33:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611386,\n
        "lat": 49.7660960,\n
        "lon": 3.3761770,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611387,\n
        "lat": 49.7660980,\n
        "lon": 3.3725580,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611388,\n
        "lat": 49.7660990,\n
        "lon": 3.3732590,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611389,\n
        "lat": 49.7661000,\n
        "lon": 3.3764090,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611390,\n
        "lat": 49.7661020,\n
        "lon": 3.3790880,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611391,\n
        "lat": 49.7661030,\n
        "lon": 3.3724520,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611392,\n
        "lat": 49.7661050,\n
        "lon": 3.3763980,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611400,\n
        "lat": 49.7661060,\n
        "lon": 3.3724810,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611402,\n
        "lat": 49.7661070,\n
        "lon": 3.3734260,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611404,\n
        "lat": 49.7661130,\n
        "lon": 3.3761390,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611405,\n
        "lat": 49.7661130,\n
        "lon": 3.3789550,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611406,\n
        "lat": 49.7661632,\n
        "lon": 3.3749513,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 2,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611407,\n
        "lat": 49.7661140,\n
        "lon": 3.3790110,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611408,\n
        "lat": 49.7661170,\n
        "lon": 3.3761970,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611409,\n
        "lat": 49.7661190,\n
        "lon": 3.3763650,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611410,\n
        "lat": 49.7661200,\n
        "lon": 3.3738010,\n
        "timestamp": "2012-01-09T10:33:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611417,\n
        "lat": 49.7661220,\n
        "lon": 3.3739130,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611419,\n
        "lat": 49.7661220,\n
        "lon": 3.3763420,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611422,\n
        "lat": 49.7661260,\n
        "lon": 3.3763490,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611423,\n
        "lat": 49.7661280,\n
        "lon": 3.3797470,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611424,\n
        "lat": 49.7661300,\n
        "lon": 3.3764420,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611425,\n
        "lat": 49.7661310,\n
        "lon": 3.3736910,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611426,\n
        "lat": 49.7661310,\n
        "lon": 3.3761710,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611427,\n
        "lat": 49.7661310,\n
        "lon": 3.3797310,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611428,\n
        "lat": 49.7661320,\n
        "lon": 3.3715010,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611436,\n
        "lat": 49.7661330,\n
        "lon": 3.3717730,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611439,\n
        "lat": 49.7661330,\n
        "lon": 3.3755680,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611441,\n
        "lat": 49.7661360,\n
        "lon": 3.3764300,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611442,\n
        "lat": 49.7661400,\n
        "lon": 3.3719130,\n
        "timestamp": "2012-01-09T10:33:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611444,\n
        "lat": 49.7661450,\n
        "lon": 3.3763860,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611445,\n
        "lat": 49.7661470,\n
        "lon": 3.3718980,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611446,\n
        "lat": 49.7661470,\n
        "lon": 3.3726710,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611447,\n
        "lat": 49.7661480,\n
        "lon": 3.3755890,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611454,\n
        "lat": 49.7661500,\n
        "lon": 3.3763730,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611456,\n
        "lat": 49.7661540,\n
        "lon": 3.3733160,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611458,\n
        "lat": 49.7661540,\n
        "lon": 3.3762640,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611460,\n
        "lat": 49.7661550,\n
        "lon": 3.3714380,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611461,\n
        "lat": 49.7661550,\n
        "lon": 3.3761930,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611462,\n
        "lat": 49.7661560,\n
        "lon": 3.3739520,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611463,\n
        "lat": 49.7661580,\n
        "lon": 3.3797040,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611464,\n
        "lat": 49.7661590,\n
        "lon": 3.3715250,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611465,\n
        "lat": 49.7661590,\n
        "lon": 3.3761840,\n
        "timestamp": "2012-01-09T10:33:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611473,\n
        "lat": 49.7661600,\n
        "lon": 3.3737320,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611475,\n
        "lat": 49.7661600,\n
        "lon": 3.3798440,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611477,\n
        "lat": 49.7661620,\n
        "lon": 3.3762700,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611478,\n
        "lat": 49.7661620,\n
        "lon": 3.3798470,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611479,\n
        "lat": 49.7661620,\n
        "lon": 3.3905190,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611480,\n
        "lat": 49.7661650,\n
        "lon": 3.3790130,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611481,\n
        "lat": 49.7661680,\n
        "lon": 3.3754840,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611482,\n
        "lat": 49.7661680,\n
        "lon": 3.3764130,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611490,\n
        "lat": 49.7661710,\n
        "lon": 3.3757450,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611492,\n
        "lat": 49.7661740,\n
        "lon": 3.3792350,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611494,\n
        "lat": 49.7661750,\n
        "lon": 3.3764010,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611496,\n
        "lat": 49.7661790,\n
        "lon": 3.3762310,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611497,\n
        "lat": 49.7661800,\n
        "lon": 3.3905700,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611498,\n
        "lat": 49.7661850,\n
        "lon": 3.3714660,\n
        "timestamp": "2012-01-09T10:33:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611499,\n
        "lat": 49.7661860,\n
        "lon": 3.3737650,\n
        "timestamp": "2012-01-09T10:33:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611500,\n
        "lat": 49.7661870,\n
        "lon": 3.3725950,\n
        "timestamp": "2012-01-09T10:33:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611501,\n
        "lat": 49.7661870,\n
        "lon": 3.3762120,\n
        "timestamp": "2012-01-09T10:33:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611507,\n
        "lat": 49.7661880,\n
        "lon": 3.3719390,\n
        "timestamp": "2012-01-09T10:33:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611509,\n
        "lat": 49.7661910,\n
        "lon": 3.3755170,\n
        "timestamp": "2012-01-09T10:33:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611511,\n
        "lat": 49.7661940,\n
        "lon": 3.3799100,\n
        "timestamp": "2012-01-09T10:33:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611513,\n
        "lat": 49.7661990,\n
        "lon": 3.3764250,\n
        "timestamp": "2012-01-09T10:33:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611515,\n
        "lat": 49.7662020,\n
        "lon": 3.3798040,\n
        "timestamp": "2012-01-09T10:33:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611516,\n
        "lat": 49.7662120,\n
        "lon": 3.3762980,\n
        "timestamp": "2012-01-09T10:33:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611517,\n
        "lat": 49.7662140,\n
        "lon": 3.3737040,\n
        "timestamp": "2012-01-09T10:33:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611518,\n
        "lat": 49.7662150,\n
        "lon": 3.3796240,\n
        "timestamp": "2012-01-09T10:33:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611519,\n
        "lat": 49.7662160,\n
        "lon": 3.3721840,\n
        "timestamp": "2012-01-09T10:33:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611524,\n
        "lat": 49.7662200,\n
        "lon": 3.3718640,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611526,\n
        "lat": 49.7662210,\n
        "lon": 3.3762740,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611529,\n
        "lat": 49.7662280,\n
        "lon": 3.3798670,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611531,\n
        "lat": 49.7662290,\n
        "lon": 3.3749020,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611533,\n
        "lat": 49.7662320,\n
        "lon": 3.3906930,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611534,\n
        "lat": 49.7662340,\n
        "lon": 3.3758190,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611535,\n
        "lat": 49.7662380,\n
        "lon": 3.3791620,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611536,\n
        "lat": 49.7662390,\n
        "lon": 3.3758130,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611537,\n
        "lat": 49.7662420,\n
        "lon": 3.3756160,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611541,\n
        "lat": 49.7662420,\n
        "lon": 3.3763300,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611543,\n
        "lat": 49.7662430,\n
        "lon": 3.3766660,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611545,\n
        "lat": 49.7662480,\n
        "lon": 3.3758230,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611547,\n
        "lat": 49.7662540,\n
        "lon": 3.3904310,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611549,\n
        "lat": 49.7662550,\n
        "lon": 3.3756290,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611551,\n
        "lat": 49.7662570,\n
        "lon": 3.3800320,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611553,\n
        "lat": 49.7662590,\n
        "lon": 3.3907590,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611555,\n
        "lat": 49.7662610,\n
        "lon": 3.3758040,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611556,\n
        "lat": 49.7662650,\n
        "lon": 3.3797170,\n
        "timestamp": "2012-01-09T10:33:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611558,\n
        "lat": 49.7662710,\n
        "lon": 3.3722680,\n
        "timestamp": "2012-01-09T10:33:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611559,\n
        "lat": 49.7662750,\n
        "lon": 3.3754620,\n
        "timestamp": "2012-01-09T10:33:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611561,\n
        "lat": 49.7662750,\n
        "lon": 3.3758480,\n
        "timestamp": "2012-01-09T10:33:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611563,\n
        "lat": 49.7662750,\n
        "lon": 3.3767060,\n
        "timestamp": "2012-01-09T10:33:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611565,\n
        "lat": 49.7662760,\n
        "lon": 3.3755950,\n
        "timestamp": "2012-01-09T10:33:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611567,\n
        "lat": 49.7662760,\n
        "lon": 3.3766020,\n
        "timestamp": "2012-01-09T10:33:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611569,\n
        "lat": 49.7662760,\n
        "lon": 3.3904840,\n
        "timestamp": "2012-01-09T10:33:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611571,\n
        "lat": 49.7662820,\n
        "lon": 3.3738800,\n
        "timestamp": "2012-01-09T10:33:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611574,\n
        "lat": 49.7662840,\n
        "lon": 3.3758340,\n
        "timestamp": "2012-01-09T10:33:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611576,\n
        "lat": 49.7662850,\n
        "lon": 3.3795280,\n
        "timestamp": "2012-01-09T10:33:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611578,\n
        "lat": 49.7662860,\n
        "lon": 3.3738910,\n
        "timestamp": "2012-01-09T10:33:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611580,\n
        "lat": 49.7662860,\n
        "lon": 3.3747920,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611581,\n
        "lat": 49.7662860,\n
        "lon": 3.3760280,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611583,\n
        "lat": 49.7662910,\n
        "lon": 3.3799890,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611585,\n
        "lat": 49.7662990,\n
        "lon": 3.3748060,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611587,\n
        "lat": 49.7663000,\n
        "lon": 3.3722240,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611588,\n
        "lat": 49.7663000,\n
        "lon": 3.3752420,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611592,\n
        "lat": 49.7663030,\n
        "lon": 3.3720580,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611593,\n
        "lat": 49.7663030,\n
        "lon": 3.3796700,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611594,\n
        "lat": 49.7663060,\n
        "lon": 3.3722340,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611595,\n
        "lat": 49.7663070,\n
        "lon": 3.3906290,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611597,\n
        "lat": 49.7663080,\n
        "lon": 3.3766390,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611599,\n
        "lat": 49.7663110,\n
        "lon": 3.3789520,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611600,\n
        "lat": 49.7663130,\n
        "lon": 3.3758940,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611602,\n
        "lat": 49.7663150,\n
        "lon": 3.3738220,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611604,\n
        "lat": 49.7663170,\n
        "lon": 3.3721980,\n
        "timestamp": "2012-01-09T10:33:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611611,\n
        "lat": 49.7663180,\n
        "lon": 3.3766770,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611612,\n
        "lat": 49.7663200,\n
        "lon": 3.3797010,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611613,\n
        "lat": 49.7663240,\n
        "lon": 3.3722080,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611614,\n
        "lat": 49.7663260,\n
        "lon": 3.3738180,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611615,\n
        "lat": 49.7663290,\n
        "lon": 3.3906910,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611616,\n
        "lat": 49.7663330,\n
        "lon": 3.3738050,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611617,\n
        "lat": 49.7663340,\n
        "lon": 3.3760780,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611619,\n
        "lat": 49.7663490,\n
        "lon": 3.3766160,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611621,\n
        "lat": 49.7663530,\n
        "lon": 3.3737670,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611629,\n
        "lat": 49.7663530,\n
        "lon": 3.3756970,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611630,\n
        "lat": 49.7663540,\n
        "lon": 3.3728860,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611631,\n
        "lat": 49.7663540,\n
        "lon": 3.3738310,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611632,\n
        "lat": 49.7663540,\n
        "lon": 3.3767190,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611633,\n
        "lat": 49.7663550,\n
        "lon": 3.3766070,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611634,\n
        "lat": 49.7663550,\n
        "lon": 3.3796550,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611635,\n
        "lat": 49.7663560,\n
        "lon": 3.3753190,\n
        "timestamp": "2012-01-09T10:33:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611637,\n
        "lat": 49.7663560,\n
        "lon": 3.3767140,\n
        "timestamp": "2012-01-09T10:33:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611639,\n
        "lat": 49.7663560,\n
        "lon": 3.3790420,\n
        "timestamp": "2012-01-09T10:33:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611647,\n
        "lat": 49.7663580,\n
        "lon": 3.3753140,\n
        "timestamp": "2012-01-09T10:33:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611648,\n
        "lat": 49.7663620,\n
        "lon": 3.3721520,\n
        "timestamp": "2012-01-09T10:33:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611649,\n
        "lat": 49.7663630,\n
        "lon": 3.3750750,\n
        "timestamp": "2012-01-09T10:33:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611651,\n
        "lat": 49.7663680,\n
        "lon": 3.3758010,\n
        "timestamp": "2012-01-09T10:33:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611654,\n
        "lat": 49.7663690,\n
        "lon": 3.3726280,\n
        "timestamp": "2012-01-09T10:33:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611656,\n
        "lat": 49.7663700,\n
        "lon": 3.3757200,\n
        "timestamp": "2012-01-09T10:33:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611658,\n
        "lat": 49.7663700,\n
        "lon": 3.3766280,\n
        "timestamp": "2012-01-09T10:33:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611660,\n
        "lat": 49.7663740,\n
        "lon": 3.3737930,\n
        "timestamp": "2012-01-09T10:33:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611662,\n
        "lat": 49.7663800,\n
        "lon": 3.3765640,\n
        "timestamp": "2012-01-09T10:33:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611667,\n
        "lat": 49.7663830,\n
        "lon": 3.3761300,\n
        "timestamp": "2012-01-09T10:33:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611670,\n
        "lat": 49.7663840,\n
        "lon": 3.3766630,\n
        "timestamp": "2012-01-09T10:33:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611672,\n
        "lat": 49.7663850,\n
        "lon": 3.3758630,\n
        "timestamp": "2012-01-09T10:33:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611674,\n
        "lat": 49.7663860,\n
        "lon": 3.3758250,\n
        "timestamp": "2012-01-09T10:33:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611676,\n
        "lat": 49.7663900,\n
        "lon": 3.3727910,\n
        "timestamp": "2012-01-09T10:33:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611678,\n
        "lat": 49.7663900,\n
        "lon": 3.3765030,\n
        "timestamp": "2012-01-09T10:33:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611680,\n
        "lat": 49.7663920,\n
        "lon": 3.3726560,\n
        "timestamp": "2012-01-09T10:33:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611682,\n
        "lat": 49.7663920,\n
        "lon": 3.3765830,\n
        "timestamp": "2012-01-09T10:33:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611687,\n
        "lat": 49.7663950,\n
        "lon": 3.3756300,\n
        "timestamp": "2012-01-09T10:33:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611689,\n
        "lat": 49.7663960,\n
        "lon": 3.3738820,\n
        "timestamp": "2012-01-09T10:33:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611693,\n
        "lat": 49.7663960,\n
        "lon": 3.3740280,\n
        "timestamp": "2012-01-09T10:33:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611695,\n
        "lat": 49.7663960,\n
        "lon": 3.3788500,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611696,\n
        "lat": 49.7663970,\n
        "lon": 3.3725680,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611697,\n
        "lat": 49.7663990,\n
        "lon": 3.3732780,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611698,\n
        "lat": 49.7664000,\n
        "lon": 3.3756380,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611699,\n
        "lat": 49.7664000,\n
        "lon": 3.3765180,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611700,\n
        "lat": 49.7664000,\n
        "lon": 3.3788560,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611711,\n
        "lat": 49.7664040,\n
        "lon": 3.3758880,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611712,\n
        "lat": 49.7664110,\n
        "lon": 3.3792330,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611713,\n
        "lat": 49.7664130,\n
        "lon": 3.3756650,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611714,\n
        "lat": 49.7664130,\n
        "lon": 3.3757770,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611715,\n
        "lat": 49.7664150,\n
        "lon": 3.3738440,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611716,\n
        "lat": 49.7664150,\n
        "lon": 3.3764560,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611717,\n
        "lat": 49.7664160,\n
        "lon": 3.3768000,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611718,\n
        "lat": 49.7664170,\n
        "lon": 3.3756530,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611719,\n
        "lat": 49.7664210,\n
        "lon": 3.3725990,\n
        "timestamp": "2012-01-09T10:33:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611729,\n
        "lat": 49.7664210,\n
        "lon": 3.3732170,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611730,\n
        "lat": 49.7664220,\n
        "lon": 3.3749660,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611731,\n
        "lat": 49.7664240,\n
        "lon": 3.3765910,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611732,\n
        "lat": 49.7664270,\n
        "lon": 3.3764710,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611733,\n
        "lat": 49.7664290,\n
        "lon": 3.3788210,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611734,\n
        "lat": 49.7664360,\n
        "lon": 3.3768280,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611735,\n
        "lat": 49.7664380,\n
        "lon": 3.3725760,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611737,\n
        "lat": 49.7664390,\n
        "lon": 3.3749870,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611739,\n
        "lat": 49.7664390,\n
        "lon": 3.3789310,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611747,\n
        "lat": 49.7664420,\n
        "lon": 3.3789390,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611748,\n
        "lat": 49.7664430,\n
        "lon": 3.3739390,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611749,\n
        "lat": 49.7664440,\n
        "lon": 3.3729670,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611750,\n
        "lat": 49.7664480,\n
        "lon": 3.3758970,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611751,\n
        "lat": 49.7664490,\n
        "lon": 3.3724390,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611753,\n
        "lat": 49.7664490,\n
        "lon": 3.3732410,\n
        "timestamp": "2012-01-09T10:33:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611755,\n
        "lat": 49.7664500,\n
        "lon": 3.3751520,\n
        "timestamp": "2012-01-09T10:33:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611757,\n
        "lat": 49.7664500,\n
        "lon": 3.3761350,\n
        "timestamp": "2012-01-09T10:33:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611759,\n
        "lat": 49.7664520,\n
        "lon": 3.3764190,\n
        "timestamp": "2012-01-09T10:33:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611766,\n
        "lat": 49.7664530,\n
        "lon": 3.3768510,\n
        "timestamp": "2012-01-09T10:33:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611767,\n
        "lat": 49.7664530,\n
        "lon": 3.3791800,\n
        "timestamp": "2012-01-09T10:33:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611768,\n
        "lat": 49.7664570,\n
        "lon": 3.3757440,\n
        "timestamp": "2012-01-09T10:33:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611769,\n
        "lat": 49.7664580,\n
        "lon": 3.3732180,\n
        "timestamp": "2012-01-09T10:33:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611771,\n
        "lat": 49.7664600,\n
        "lon": 3.3725290,\n
        "timestamp": "2012-01-09T10:33:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611773,\n
        "lat": 49.7664620,\n
        "lon": 3.3759990,\n
        "timestamp": "2012-01-09T10:33:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611775,\n
        "lat": 49.7664630,\n
        "lon": 3.3791660,\n
        "timestamp": "2012-01-09T10:33:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611777,\n
        "lat": 49.7664680,\n
        "lon": 3.3757250,\n
        "timestamp": "2012-01-09T10:33:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611783,\n
        "lat": 49.7664680,\n
        "lon": 3.3760100,\n
        "timestamp": "2012-01-09T10:33:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611784,\n
        "lat": 49.7664680,\n
        "lon": 3.3786730,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611786,\n
        "lat": 49.7664690,\n
        "lon": 3.3718870,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611788,\n
        "lat": 49.7664690,\n
        "lon": 3.3788970,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611790,\n
        "lat": 49.7664700,\n
        "lon": 3.3759270,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611792,\n
        "lat": 49.7664750,\n
        "lon": 3.3733440,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611794,\n
        "lat": 49.7664760,\n
        "lon": 3.3742160,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611796,\n
        "lat": 49.7664770,\n
        "lon": 3.3728660,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611798,\n
        "lat": 49.7664770,\n
        "lon": 3.3757740,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611802,\n
        "lat": 49.7664770,\n
        "lon": 3.3764950,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611804,\n
        "lat": 49.7664770,\n
        "lon": 3.3793630,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611806,\n
        "lat": 49.7664820,\n
        "lon": 3.3791420,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611808,\n
        "lat": 49.7664830,\n
        "lon": 3.3723780,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611811,\n
        "lat": 49.7664840,\n
        "lon": 3.3726470,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611813,\n
        "lat": 49.7664840,\n
        "lon": 3.3766770,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611815,\n
        "lat": 49.7664870,\n
        "lon": 3.3746080,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611817,\n
        "lat": 49.7664890,\n
        "lon": 3.3726380,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611819,\n
        "lat": 49.7664920,\n
        "lon": 3.3791300,\n
        "timestamp": "2012-01-09T10:33:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611824,\n
        "lat": 49.7664940,\n
        "lon": 3.3732770,\n
        "timestamp": "2012-01-09T10:33:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611828,\n
        "lat": 49.7664940,\n
        "lon": 3.3764640,\n
        "timestamp": "2012-01-09T10:33:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611830,\n
        "lat": 49.7664950,\n
        "lon": 3.3767800,\n
        "timestamp": "2012-01-09T10:33:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611833,\n
        "lat": 49.7664970,\n
        "lon": 3.3732810,\n
        "timestamp": "2012-01-09T10:33:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611836,\n
        "lat": 49.7664970,\n
        "lon": 3.3768890,\n
        "timestamp": "2012-01-09T10:33:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611838,\n
        "lat": 49.7664990,\n
        "lon": 3.3750650,\n
        "timestamp": "2012-01-09T10:33:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611840,\n
        "lat": 49.7664990,\n
        "lon": 3.3769140,\n
        "timestamp": "2012-01-09T10:33:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611841,\n
        "lat": 49.7665000,\n
        "lon": 3.3732580,\n
        "timestamp": "2012-01-09T10:33:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611842,\n
        "lat": 49.7665010,\n
        "lon": 3.3723460,\n
        "timestamp": "2012-01-09T10:33:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611847,\n
        "lat": 49.7665030,\n
        "lon": 3.3769020,\n
        "timestamp": "2012-01-09T10:33:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611849,\n
        "lat": 49.7665070,\n
        "lon": 3.3726020,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611853,\n
        "lat": 49.7665080,\n
        "lon": 3.3761160,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611856,\n
        "lat": 49.7665110,\n
        "lon": 3.3733370,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611859,\n
        "lat": 49.7665120,\n
        "lon": 3.3725940,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611861,\n
        "lat": 49.7665120,\n
        "lon": 3.3768050,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611863,\n
        "lat": 49.7665120,\n
        "lon": 3.3769310,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611865,\n
        "lat": 49.7665180,\n
        "lon": 3.3733090,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611867,\n
        "lat": 49.7665190,\n
        "lon": 3.3769580,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611882,\n
        "lat": 49.7665200,\n
        "lon": 3.3787690,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611884,\n
        "lat": 49.7665210,\n
        "lon": 3.3719570,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611887,\n
        "lat": 49.7665210,\n
        "lon": 3.3793140,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611889,\n
        "lat": 49.7665220,\n
        "lon": 3.3758440,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611890,\n
        "lat": 49.7665220,\n
        "lon": 3.3769490,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611891,\n
        "lat": 49.7665240,\n
        "lon": 3.3733500,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611892,\n
        "lat": 49.7665240,\n
        "lon": 3.3760110,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611893,\n
        "lat": 49.7665250,\n
        "lon": 3.3717890,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611910,\n
        "lat": 49.7665250,\n
        "lon": 3.3742710,\n
        "timestamp": "2012-01-09T10:33:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611913,\n
        "lat": 49.7665270,\n
        "lon": 3.3759020,\n
        "timestamp": "2012-01-09T10:33:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611914,\n
        "lat": 49.7665320,\n
        "lon": 3.3758590,\n
        "timestamp": "2012-01-09T10:33:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611915,\n
        "lat": 49.7665320,\n
        "lon": 3.3792980,\n
        "timestamp": "2012-01-09T10:33:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611916,\n
        "lat": 49.7665330,\n
        "lon": 3.3723980,\n
        "timestamp": "2012-01-09T10:33:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611918,\n
        "lat": 49.7665330,\n
        "lon": 3.3733240,\n
        "timestamp": "2012-01-09T10:33:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611920,\n
        "lat": 49.7665350,\n
        "lon": 3.3723870,\n
        "timestamp": "2012-01-09T10:33:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611922,\n
        "lat": 49.7665370,\n
        "lon": 3.3727080,\n
        "timestamp": "2012-01-09T10:33:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611924,\n
        "lat": 49.7665380,\n
        "lon": 3.3758480,\n
        "timestamp": "2012-01-09T10:33:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611939,\n
        "lat": 49.7665400,\n
        "lon": 3.3766530,\n
        "timestamp": "2012-01-09T10:33:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611941,\n
        "lat": 49.7665410,\n
        "lon": 3.3729740,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611943,\n
        "lat": 49.7665410,\n
        "lon": 3.3745070,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611945,\n
        "lat": 49.7665440,\n
        "lon": 3.3790650,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611947,\n
        "lat": 49.7665450,\n
        "lon": 3.3762470,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611949,\n
        "lat": 49.7665460,\n
        "lon": 3.3736760,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611952,\n
        "lat": 49.7665480,\n
        "lon": 3.3760470,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611956,\n
        "lat": 49.7665490,\n
        "lon": 3.3761680,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611959,\n
        "lat": 49.7665490,\n
        "lon": 3.3768700,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611969,\n
        "lat": 49.7665510,\n
        "lon": 3.3758660,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611971,\n
        "lat": 49.7665540,\n
        "lon": 3.3725820,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611974,\n
        "lat": 49.7665550,\n
        "lon": 3.3718960,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611977,\n
        "lat": 49.7665560,\n
        "lon": 3.3724490,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611980,\n
        "lat": 49.7665560,\n
        "lon": 3.3729300,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611983,\n
        "lat": 49.7665570,\n
        "lon": 3.3722440,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611987,\n
        "lat": 49.7665570,\n
        "lon": 3.3725750,\n
        "timestamp": "2012-01-09T10:33:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611989,\n
        "lat": 49.7665570,\n
        "lon": 3.3729880,\n
        "timestamp": "2012-01-09T10:33:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583611991,\n
        "lat": 49.7665570,\n
        "lon": 3.3740620,\n
        "timestamp": "2012-01-09T10:33:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612002,\n
        "lat": 49.7665610,\n
        "lon": 3.3792640,\n
        "timestamp": "2012-01-09T10:33:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612006,\n
        "lat": 49.7665620,\n
        "lon": 3.3717410,\n
        "timestamp": "2012-01-09T10:33:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612009,\n
        "lat": 49.7665620,\n
        "lon": 3.3726610,\n
        "timestamp": "2012-01-09T10:33:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612011,\n
        "lat": 49.7665620,\n
        "lon": 3.3736440,\n
        "timestamp": "2012-01-09T10:33:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612013,\n
        "lat": 49.7665620,\n
        "lon": 3.3768480,\n
        "timestamp": "2012-01-09T10:33:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612015,\n
        "lat": 49.7665630,\n
        "lon": 3.3724340,\n
        "timestamp": "2012-01-09T10:33:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612016,\n
        "lat": 49.7665650,\n
        "lon": 3.3767570,\n
        "timestamp": "2012-01-09T10:33:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612017,\n
        "lat": 49.7665650,\n
        "lon": 3.3785580,\n
        "timestamp": "2012-01-09T10:33:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612018,\n
        "lat": 49.7665670,\n
        "lon": 3.3725980,\n
        "timestamp": "2012-01-09T10:33:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612035,\n
        "lat": 49.7665670,\n
        "lon": 3.3736480,\n
        "timestamp": "2012-01-09T10:33:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612037,\n
        "lat": 49.7665680,\n
        "lon": 3.3737030,\n
        "timestamp": "2012-01-09T10:33:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612039,\n
        "lat": 49.7665690,\n
        "lon": 3.3768560,\n
        "timestamp": "2012-01-09T10:33:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612040,\n
        "lat": 49.7665700,\n
        "lon": 3.3767650,\n
        "timestamp": "2012-01-09T10:33:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612041,\n
        "lat": 49.7665710,\n
        "lon": 3.3747110,\n
        "timestamp": "2012-01-09T10:33:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612042,\n
        "lat": 49.7665720,\n
        "lon": 3.3719120,\n
        "timestamp": "2012-01-09T10:33:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612044,\n
        "lat": 49.7665720,\n
        "lon": 3.3728710,\n
        "timestamp": "2012-01-09T10:33:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612046,\n
        "lat": 49.7665720,\n
        "lon": 3.3729430,\n
        "timestamp": "2012-01-09T10:33:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612048,\n
        "lat": 49.7665720,\n
        "lon": 3.3745470,\n
        "timestamp": "2012-01-09T10:33:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612057,\n
        "lat": 49.7665730,\n
        "lon": 3.3765970,\n
        "timestamp": "2012-01-09T10:33:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612058,\n
        "lat": 49.7665730,\n
        "lon": 3.3766960,\n
        "timestamp": "2012-01-09T10:33:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612059,\n
        "lat": 49.7665750,\n
        "lon": 3.3730040,\n
        "timestamp": "2012-01-09T10:33:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612061,\n
        "lat": 49.7665800,\n
        "lon": 3.3722040,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612063,\n
        "lat": 49.7665800,\n
        "lon": 3.3784650,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612065,\n
        "lat": 49.7665800,\n
        "lon": 3.3797470,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612067,\n
        "lat": 49.7665850,\n
        "lon": 3.3736720,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612070,\n
        "lat": 49.7665850,\n
        "lon": 3.3743410,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612075,\n
        "lat": 49.7665850,\n
        "lon": 3.3790150,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612077,\n
        "lat": 49.7665890,\n
        "lon": 3.3726910,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612079,\n
        "lat": 49.7665890,\n
        "lon": 3.3745140,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612081,\n
        "lat": 49.7665900,\n
        "lon": 3.3729600,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612083,\n
        "lat": 49.7665920,\n
        "lon": 3.3726850,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612086,\n
        "lat": 49.7665920,\n
        "lon": 3.3735230,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612088,\n
        "lat": 49.7665930,\n
        "lon": 3.3727740,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612090,\n
        "lat": 49.7665950,\n
        "lon": 3.3722910,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612092,\n
        "lat": 49.7665950,\n
        "lon": 3.3743520,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612097,\n
        "lat": 49.7665950,\n
        "lon": 3.3746630,\n
        "timestamp": "2012-01-09T10:33:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612099,\n
        "lat": 49.7665970,\n
        "lon": 3.3748920,\n
        "timestamp": "2012-01-09T10:33:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612102,\n
        "lat": 49.7666000,\n
        "lon": 3.3718650,\n
        "timestamp": "2012-01-09T10:33:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612104,\n
        "lat": 49.7666000,\n
        "lon": 3.3728020,\n
        "timestamp": "2012-01-09T10:33:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612106,\n
        "lat": 49.7666010,\n
        "lon": 3.3760780,\n
        "timestamp": "2012-01-09T10:33:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612107,\n
        "lat": 49.7666020,\n
        "lon": 3.3722800,\n
        "timestamp": "2012-01-09T10:33:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612108,\n
        "lat": 49.7666040,\n
        "lon": 3.3721600,\n
        "timestamp": "2012-01-09T10:33:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612109,\n
        "lat": 49.7666040,\n
        "lon": 3.3734880,\n
        "timestamp": "2012-01-09T10:33:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612110,\n
        "lat": 49.7666040,\n
        "lon": 3.3741180,\n
        "timestamp": "2012-01-09T10:33:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612118,\n
        "lat": 49.7666050,\n
        "lon": 3.3726970,\n
        "timestamp": "2012-01-09T10:33:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612121,\n
        "lat": 49.7666080,\n
        "lon": 3.3725170,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612122,\n
        "lat": 49.7666100,\n
        "lon": 3.3798020,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612123,\n
        "lat": 49.7666110,\n
        "lon": 3.3726890,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612124,\n
        "lat": 49.7666120,\n
        "lon": 3.3716580,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612125,\n
        "lat": 49.7666120,\n
        "lon": 3.3770890,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612126,\n
        "lat": 49.7666150,\n
        "lon": 3.3731180,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612127,\n
        "lat": 49.7666150,\n
        "lon": 3.3786530,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612128,\n
        "lat": 49.7666160,\n
        "lon": 3.3718130,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612139,\n
        "lat": 49.7666180,\n
        "lon": 3.3725120,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612140,\n
        "lat": 49.7666180,\n
        "lon": 3.3730750,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612141,\n
        "lat": 49.7666190,\n
        "lon": 3.3722510,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612142,\n
        "lat": 49.7666190,\n
        "lon": 3.3729150,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612143,\n
        "lat": 49.7666200,\n
        "lon": 3.3728050,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612144,\n
        "lat": 49.7666210,\n
        "lon": 3.3734380,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612145,\n
        "lat": 49.7666210,\n
        "lon": 3.3785490,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612147,\n
        "lat": 49.7666250,\n
        "lon": 3.3798300,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612149,\n
        "lat": 49.7666260,\n
        "lon": 3.3728110,\n
        "timestamp": "2012-01-09T10:33:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612157,\n
        "lat": 49.7666260,\n
        "lon": 3.3761120,\n
        "timestamp": "2012-01-09T10:33:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612158,\n
        "lat": 49.7666270,\n
        "lon": 3.3730840,\n
        "timestamp": "2012-01-09T10:33:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612159,\n
        "lat": 49.7666310,\n
        "lon": 3.3745640,\n
        "timestamp": "2012-01-09T10:33:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612161,\n
        "lat": 49.7666320,\n
        "lon": 3.3748310,\n
        "timestamp": "2012-01-09T10:33:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612164,\n
        "lat": 49.7666320,\n
        "lon": 3.3796790,\n
        "timestamp": "2012-01-09T10:33:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612166,\n
        "lat": 49.7666330,\n
        "lon": 3.3721070,\n
        "timestamp": "2012-01-09T10:33:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612168,\n
        "lat": 49.7666330,\n
        "lon": 3.3734030,\n
        "timestamp": "2012-01-09T10:33:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612170,\n
        "lat": 49.7666340,\n
        "lon": 3.3760260,\n
        "timestamp": "2012-01-09T10:33:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612176,\n
        "lat": 49.7666367,\n
        "lon": 3.3769982,\n
        "timestamp": "2012-10-15T10:31:55Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612178,\n
        "lat": 49.7666380,\n
        "lon": 3.3762150,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612180,\n
        "lat": 49.7666390,\n
        "lon": 3.3722040,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612183,\n
        "lat": 49.7666400,\n
        "lon": 3.3724650,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612185,\n
        "lat": 49.7666410,\n
        "lon": 3.3745760,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612187,\n
        "lat": 49.7666410,\n
        "lon": 3.3782510,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612189,\n
        "lat": 49.7666420,\n
        "lon": 3.3766220,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612191,\n
        "lat": 49.7666430,\n
        "lon": 3.3735700,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612192,\n
        "lat": 49.7666440,\n
        "lon": 3.3734580,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612198,\n
        "lat": 49.7666450,\n
        "lon": 3.3744090,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612200,\n
        "lat": 49.7666460,\n
        "lon": 3.3728460,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612203,\n
        "lat": 49.7666480,\n
        "lon": 3.3715960,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612205,\n
        "lat": 49.7666500,\n
        "lon": 3.3769770,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612206,\n
        "lat": 49.7666520,\n
        "lon": 3.3749650,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612207,\n
        "lat": 49.7666530,\n
        "lon": 3.3734270,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612208,\n
        "lat": 49.7666530,\n
        "lon": 3.3770220,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612209,\n
        "lat": 49.7666540,\n
        "lon": 3.3734220,\n
        "timestamp": "2012-01-09T10:33:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612210,\n
        "lat": 49.7666550,\n
        "lon": 3.3735330,\n
        "timestamp": "2012-01-09T10:33:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612220,\n
        "lat": 49.7666580,\n
        "lon": 3.3760600,\n
        "timestamp": "2012-01-09T10:33:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612221,\n
        "lat": 49.7666600,\n
        "lon": 3.3727470,\n
        "timestamp": "2012-01-09T10:33:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612222,\n
        "lat": 49.7666600,\n
        "lon": 3.3729680,\n
        "timestamp": "2012-01-09T10:33:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612223,\n
        "lat": 49.7666610,\n
        "lon": 3.3741870,\n
        "timestamp": "2012-01-09T10:33:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612224,\n
        "lat": 49.7666620,\n
        "lon": 3.3720550,\n
        "timestamp": "2012-01-09T10:33:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612225,\n
        "lat": 49.7666620,\n
        "lon": 3.3771590,\n
        "timestamp": "2012-01-09T10:33:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612226,\n
        "lat": 49.7666630,\n
        "lon": 3.3783710,\n
        "timestamp": "2012-01-09T10:33:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612227,\n
        "lat": 49.7666640,\n
        "lon": 3.3717290,\n
        "timestamp": "2012-01-09T10:33:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612229,\n
        "lat": 49.7666640,\n
        "lon": 3.3731600,\n
        "timestamp": "2012-01-09T10:33:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612239,\n
        "lat": 49.7666650,\n
        "lon": 3.3793070,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612240,\n
        "lat": 49.7666670,\n
        "lon": 3.3720460,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612241,\n
        "lat": 49.7666670,\n
        "lon": 3.3795560,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612242,\n
        "lat": 49.7666710,\n
        "lon": 3.3734810,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612243,\n
        "lat": 49.7666710,\n
        "lon": 3.3782160,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612244,\n
        "lat": 49.7666720,\n
        "lon": 3.3791830,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612246,\n
        "lat": 49.7666760,\n
        "lon": 3.3731290,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612248,\n
        "lat": 49.7666770,\n
        "lon": 3.3797600,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612250,\n
        "lat": 49.7666810,\n
        "lon": 3.3734490,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612257,\n
        "lat": 49.7666810,\n
        "lon": 3.3761420,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612258,\n
        "lat": 49.7666820,\n
        "lon": 3.3723800,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612260,\n
        "lat": 49.7666840,\n
        "lon": 3.3766660,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612262,\n
        "lat": 49.7666860,\n
        "lon": 3.3749090,\n
        "timestamp": "2012-01-09T10:33:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612264,\n
        "lat": 49.7666860,\n
        "lon": 3.3782450,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612266,\n
        "lat": 49.7666890,\n
        "lon": 3.3783420,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612268,\n
        "lat": 49.7666920,\n
        "lon": 3.3762970,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612270,\n
        "lat": 49.7666950,\n
        "lon": 3.3730470,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612275,\n
        "lat": 49.7666950,\n
        "lon": 3.3795220,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612278,\n
        "lat": 49.7666960,\n
        "lon": 3.3723550,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612280,\n
        "lat": 49.7666990,\n
        "lon": 3.3723470,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612282,\n
        "lat": 49.7667010,\n
        "lon": 3.3716650,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612284,\n
        "lat": 49.7667020,\n
        "lon": 3.3783680,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612286,\n
        "lat": 49.7667020,\n
        "lon": 3.3784560,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612289,\n
        "lat": 49.7667030,\n
        "lon": 3.3770930,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612291,\n
        "lat": 49.7667060,\n
        "lon": 3.3731550,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612292,\n
        "lat": 49.7667070,\n
        "lon": 3.3730120,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612297,\n
        "lat": 49.7667130,\n
        "lon": 3.3761850,\n
        "timestamp": "2012-01-09T10:33:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612299,\n
        "lat": 49.7667200,\n
        "lon": 3.3742570,\n
        "timestamp": "2012-01-09T10:33:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612301,\n
        "lat": 49.7667200,\n
        "lon": 3.3759690,\n
        "timestamp": "2012-01-09T10:33:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612303,\n
        "lat": 49.7667250,\n
        "lon": 3.3791270,\n
        "timestamp": "2012-01-09T10:33:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612305,\n
        "lat": 49.7667270,\n
        "lon": 3.3748470,\n
        "timestamp": "2012-01-09T10:33:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612307,\n
        "lat": 49.7667340,\n
        "lon": 3.3730850,\n
        "timestamp": "2012-01-09T10:33:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612308,\n
        "lat": 49.7667340,\n
        "lon": 3.3788330,\n
        "timestamp": "2012-01-09T10:33:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612309,\n
        "lat": 49.7667370,\n
        "lon": 3.3792260,\n
        "timestamp": "2012-01-09T10:33:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612310,\n
        "lat": 49.7667400,\n
        "lon": 3.3759980,\n
        "timestamp": "2012-01-09T10:33:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612316,\n
        "lat": 49.7667440,\n
        "lon": 3.3770660,\n
        "timestamp": "2012-01-09T10:33:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612318,\n
        "lat": 49.7667470,\n
        "lon": 3.3759250,\n
        "timestamp": "2012-01-09T10:33:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612320,\n
        "lat": 49.7667480,\n
        "lon": 3.3788590,\n
        "timestamp": "2012-01-09T10:33:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612323,\n
        "lat": 49.7667490,\n
        "lon": 3.3797140,\n
        "timestamp": "2012-01-09T10:33:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612324,\n
        "lat": 49.7667550,\n
        "lon": 3.3722550,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612325,\n
        "lat": 49.7667550,\n
        "lon": 3.3761210,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612326,\n
        "lat": 49.7667610,\n
        "lon": 3.3726890,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612327,\n
        "lat": 49.7667610,\n
        "lon": 3.3760000,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612328,\n
        "lat": 49.7667620,\n
        "lon": 3.3791960,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612336,\n
        "lat": 49.7667640,\n
        "lon": 3.3761320,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612338,\n
        "lat": 49.7667670,\n
        "lon": 3.3759540,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612340,\n
        "lat": 49.7667700,\n
        "lon": 3.3781440,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612341,\n
        "lat": 49.7667700,\n
        "lon": 3.3787890,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612342,\n
        "lat": 49.7667710,\n
        "lon": 3.3792950,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612343,\n
        "lat": 49.7667820,\n
        "lon": 3.3788150,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612344,\n
        "lat": 49.7667830,\n
        "lon": 3.3726460,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612345,\n
        "lat": 49.7667850,\n
        "lon": 3.3726420,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612346,\n
        "lat": 49.7667850,\n
        "lon": 3.3794140,\n
        "timestamp": "2012-01-09T10:33:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612358,\n
        "lat": 49.7667860,\n
        "lon": 3.3771280,\n
        "timestamp": "2012-01-09T10:33:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612361,\n
        "lat": 49.7667870,\n
        "lon": 3.3721930,\n
        "timestamp": "2012-01-09T10:33:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612363,\n
        "lat": 49.7667880,\n
        "lon": 3.3759570,\n
        "timestamp": "2012-01-09T10:33:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612365,\n
        "lat": 49.7667910,\n
        "lon": 3.3760870,\n
        "timestamp": "2012-01-09T10:33:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612367,\n
        "lat": 49.7667920,\n
        "lon": 3.3749250,\n
        "timestamp": "2012-01-09T10:33:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612369,\n
        "lat": 49.7667940,\n
        "lon": 3.3791600,\n
        "timestamp": "2012-01-09T10:33:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612371,\n
        "lat": 49.7667950,\n
        "lon": 3.3760940,\n
        "timestamp": "2012-01-09T10:33:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612373,\n
        "lat": 49.7667950,\n
        "lon": 3.3789500,\n
        "timestamp": "2012-01-09T10:33:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612375,\n
        "lat": 49.7667960,\n
        "lon": 3.3771130,\n
        "timestamp": "2012-01-09T10:33:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612384,\n
        "lat": 49.7668050,\n
        "lon": 3.3747090,\n
        "timestamp": "2012-01-09T10:33:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612387,\n
        "lat": 49.7668050,\n
        "lon": 3.3780430,\n
        "timestamp": "2012-01-09T10:33:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612557,\n
        "lat": 49.7668060,\n
        "lon": 3.3761090,\n
        "timestamp": "2012-01-09T10:34:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612558,\n
        "lat": 49.7668070,\n
        "lon": 3.3760670,\n
        "timestamp": "2012-01-09T10:34:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612559,\n
        "lat": 49.7668080,\n
        "lon": 3.3723950,\n
        "timestamp": "2012-01-09T10:34:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612560,\n
        "lat": 49.7668080,\n
        "lon": 3.3771300,\n
        "timestamp": "2012-01-09T10:34:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612561,\n
        "lat": 49.7668130,\n
        "lon": 3.3769600,\n
        "timestamp": "2012-01-09T10:34:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612562,\n
        "lat": 49.7668130,\n
        "lon": 3.3789270,\n
        "timestamp": "2012-01-09T10:34:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612564,\n
        "lat": 49.7668140,\n
        "lon": 3.3782360,\n
        "timestamp": "2012-01-09T10:34:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612573,\n
        "lat": 49.7668180,\n
        "lon": 3.3764180,\n
        "timestamp": "2012-01-09T10:34:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612574,\n
        "lat": 49.7668200,\n
        "lon": 3.3760850,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612575,\n
        "lat": 49.7668220,\n
        "lon": 3.3769470,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612576,\n
        "lat": 49.7668220,\n
        "lon": 3.3789410,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612577,\n
        "lat": 49.7668230,\n
        "lon": 3.3787240,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612578,\n
        "lat": 49.7668260,\n
        "lon": 3.3772270,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612579,\n
        "lat": 49.7668270,\n
        "lon": 3.3732940,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612580,\n
        "lat": 49.7668290,\n
        "lon": 3.3792300,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612582,\n
        "lat": 49.7668300,\n
        "lon": 3.3789310,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612591,\n
        "lat": 49.7668310,\n
        "lon": 3.3737280,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612592,\n
        "lat": 49.7668390,\n
        "lon": 3.3772470,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612593,\n
        "lat": 49.7668390,\n
        "lon": 3.3795150,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612594,\n
        "lat": 49.7668420,\n
        "lon": 3.3725310,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612595,\n
        "lat": 49.7668440,\n
        "lon": 3.3789720,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612596,\n
        "lat": 49.7668450,\n
        "lon": 3.3772370,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612597,\n
        "lat": 49.7668450,\n
        "lon": 3.3790440,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612598,\n
        "lat": 49.7668460,\n
        "lon": 3.3795080,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612600,\n
        "lat": 49.7668470,\n
        "lon": 3.3760420,\n
        "timestamp": "2012-01-09T10:34:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612610,\n
        "lat": 49.7668480,\n
        "lon": 3.3788360,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612611,\n
        "lat": 49.7668490,\n
        "lon": 3.3789640,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612612,\n
        "lat": 49.7668500,\n
        "lon": 3.3792050,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612613,\n
        "lat": 49.7668530,\n
        "lon": 3.3781420,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612614,\n
        "lat": 49.7668540,\n
        "lon": 3.3790320,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612615,\n
        "lat": 49.7668550,\n
        "lon": 3.3723080,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612616,\n
        "lat": 49.7668560,\n
        "lon": 3.3790650,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612617,\n
        "lat": 49.7668570,\n
        "lon": 3.3790480,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612626,\n
        "lat": 49.7668580,\n
        "lon": 3.3768660,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612628,\n
        "lat": 49.7668580,\n
        "lon": 3.3770230,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612629,\n
        "lat": 49.7668590,\n
        "lon": 3.3790450,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612630,\n
        "lat": 49.7668620,\n
        "lon": 3.3790580,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612631,\n
        "lat": 49.7668640,\n
        "lon": 3.3731960,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612632,\n
        "lat": 49.7668650,\n
        "lon": 3.3724680,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612633,\n
        "lat": 49.7668660,\n
        "lon": 3.3733380,\n
        "timestamp": "2012-01-09T10:34:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612634,\n
        "lat": 49.7668660,\n
        "lon": 3.3788080,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612635,\n
        "lat": 49.7668670,\n
        "lon": 3.3736260,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612644,\n
        "lat": 49.7668670,\n
        "lon": 3.3747940,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612646,\n
        "lat": 49.7668670,\n
        "lon": 3.3790170,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612647,\n
        "lat": 49.7668680,\n
        "lon": 3.3733310,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612648,\n
        "lat": 49.7668680,\n
        "lon": 3.3772660,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612649,\n
        "lat": 49.7668680,\n
        "lon": 3.3786690,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612650,\n
        "lat": 49.7668710,\n
        "lon": 3.3770040,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612651,\n
        "lat": 49.7668730,\n
        "lon": 3.3770310,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612652,\n
        "lat": 49.7668730,\n
        "lon": 3.3788830,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612653,\n
        "lat": 49.7668740,\n
        "lon": 3.3795670,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612662,\n
        "lat": 49.7668750,\n
        "lon": 3.3770590,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612664,\n
        "lat": 49.7668820,\n
        "lon": 3.3770470,\n
        "timestamp": "2012-01-09T10:34:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612666,\n
        "lat": 49.7668820,\n
        "lon": 3.3771770,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612667,\n
        "lat": 49.7668820,\n
        "lon": 3.3788750,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612668,\n
        "lat": 49.7668830,\n
        "lon": 3.3744140,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612669,\n
        "lat": 49.7668830,\n
        "lon": 3.3765130,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612670,\n
        "lat": 49.7668850,\n
        "lon": 3.3768960,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612671,\n
        "lat": 49.7668870,\n
        "lon": 3.3763080,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612672,\n
        "lat": 49.7668900,\n
        "lon": 3.3768830,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612680,\n
        "lat": 49.7668920,\n
        "lon": 3.3773210,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612683,\n
        "lat": 49.7668920,\n
        "lon": 3.3779400,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612684,\n
        "lat": 49.7668920,\n
        "lon": 3.3788590,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612685,\n
        "lat": 49.7668940,\n
        "lon": 3.3718400,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612686,\n
        "lat": 49.7668940,\n
        "lon": 3.3722040,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612687,\n
        "lat": 49.7668940,\n
        "lon": 3.3771570,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612688,\n
        "lat": 49.7668960,\n
        "lon": 3.3789000,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612689,\n
        "lat": 49.7668980,\n
        "lon": 3.3791460,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612690,\n
        "lat": 49.7669000,\n
        "lon": 3.3772040,\n
        "timestamp": "2012-01-09T10:34:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612699,\n
        "lat": 49.7669020,\n
        "lon": 3.3733720,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612701,\n
        "lat": 49.7669030,\n
        "lon": 3.3771000,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612703,\n
        "lat": 49.7669030,\n
        "lon": 3.3772080,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612704,\n
        "lat": 49.7669080,\n
        "lon": 3.3773500,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612705,\n
        "lat": 49.7669090,\n
        "lon": 3.3723800,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612706,\n
        "lat": 49.7669090,\n
        "lon": 3.3788880,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612707,\n
        "lat": 49.7669100,\n
        "lon": 3.3737990,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612708,\n
        "lat": 49.7669150,\n
        "lon": 3.3765680,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612715,\n
        "lat": 49.7669190,\n
        "lon": 3.3771170,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612717,\n
        "lat": 49.7669210,\n
        "lon": 3.3717860,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612719,\n
        "lat": 49.7669220,\n
        "lon": 3.3789470,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612721,\n
        "lat": 49.7669230,\n
        "lon": 3.3769530,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612722,\n
        "lat": 49.7669260,\n
        "lon": 3.3743240,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612723,\n
        "lat": 49.7669270,\n
        "lon": 3.3761650,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612724,\n
        "lat": 49.7669290,\n
        "lon": 3.3772660,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612725,\n
        "lat": 49.7669300,\n
        "lon": 3.3789330,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612726,\n
        "lat": 49.7669330,\n
        "lon": 3.3718020,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612732,\n
        "lat": 49.7669360,\n
        "lon": 3.3771440,\n
        "timestamp": "2012-01-09T10:34:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612734,\n
        "lat": 49.7669360,\n
        "lon": 3.3792190,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612736,\n
        "lat": 49.7669370,\n
        "lon": 3.3769330,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612739,\n
        "lat": 49.7669380,\n
        "lon": 3.3793720,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612740,\n
        "lat": 49.7669390,\n
        "lon": 3.3717510,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612741,\n
        "lat": 49.7669390,\n
        "lon": 3.3766430,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612742,\n
        "lat": 49.7669400,\n
        "lon": 3.3765270,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612743,\n
        "lat": 49.7669410,\n
        "lon": 3.3780380,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612744,\n
        "lat": 49.7669440,\n
        "lon": 3.3732650,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612749,\n
        "lat": 49.7669450,\n
        "lon": 3.3789910,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612751,\n
        "lat": 49.7669460,\n
        "lon": 3.3772940,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612754,\n
        "lat": 49.7669490,\n
        "lon": 3.3736980,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612756,\n
        "lat": 49.7669490,\n
        "lon": 3.3761980,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612758,\n
        "lat": 49.7669500,\n
        "lon": 3.3766240,\n
        "timestamp": "2012-01-09T10:34:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612760,\n
        "lat": 49.7669500,\n
        "lon": 3.3789110,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612761,\n
        "lat": 49.7669510,\n
        "lon": 3.3764010,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612762,\n
        "lat": 49.7669530,\n
        "lon": 3.3717670,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612763,\n
        "lat": 49.7669530,\n
        "lon": 3.3772300,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612766,\n
        "lat": 49.7669560,\n
        "lon": 3.3771120,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612768,\n
        "lat": 49.7669580,\n
        "lon": 3.3720660,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612771,\n
        "lat": 49.7669650,\n
        "lon": 3.3778980,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612773,\n
        "lat": 49.7669670,\n
        "lon": 3.3719300,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612775,\n
        "lat": 49.7669670,\n
        "lon": 3.3766860,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612777,\n
        "lat": 49.7669690,\n
        "lon": 3.3760930,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612779,\n
        "lat": 49.7669690,\n
        "lon": 3.3772590,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612780,\n
        "lat": 49.7669730,\n
        "lon": 3.3771970,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612781,\n
        "lat": 49.7669730,\n
        "lon": 3.3789560,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612784,\n
        "lat": 49.7669740,\n
        "lon": 3.3765750,\n
        "timestamp": "2012-01-09T10:34:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612786,\n
        "lat": 49.7669740,\n
        "lon": 3.3770260,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612788,\n
        "lat": 49.7669750,\n
        "lon": 3.3717200,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612790,\n
        "lat": 49.7669750,\n
        "lon": 3.3788790,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612792,\n
        "lat": 49.7669780,\n
        "lon": 3.3792960,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612794,\n
        "lat": 49.7669820,\n
        "lon": 3.3722990,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612796,\n
        "lat": 49.7669830,\n
        "lon": 3.3738520,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612798,\n
        "lat": 49.7669850,\n
        "lon": 3.3773480,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612799,\n
        "lat": 49.7669860,\n
        "lon": 3.3765610,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612801,\n
        "lat": 49.7669860,\n
        "lon": 3.3772150,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612804,\n
        "lat": 49.7669860,\n
        "lon": 3.3793120,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612806,\n
        "lat": 49.7669890,\n
        "lon": 3.3745410,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612808,\n
        "lat": 49.7669910,\n
        "lon": 3.3761300,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612810,\n
        "lat": 49.7669960,\n
        "lon": 3.3721080,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612812,\n
        "lat": 49.7669990,\n
        "lon": 3.3765800,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612814,\n
        "lat": 49.7670010,\n
        "lon": 3.3773070,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612816,\n
        "lat": 49.7670040,\n
        "lon": 3.3771850,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612818,\n
        "lat": 49.7670040,\n
        "lon": 3.3791360,\n
        "timestamp": "2012-01-09T10:34:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612819,\n
        "lat": 49.7670060,\n
        "lon": 3.3773180,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612821,\n
        "lat": 49.7670070,\n
        "lon": 3.3721580,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612823,\n
        "lat": 49.7670080,\n
        "lon": 3.3765430,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612824,\n
        "lat": 49.7670090,\n
        "lon": 3.3738820,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612826,\n
        "lat": 49.7670110,\n
        "lon": 3.3738760,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612828,\n
        "lat": 49.7670110,\n
        "lon": 3.3770210,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612831,\n
        "lat": 49.7670110,\n
        "lon": 3.3771960,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612833,\n
        "lat": 49.7670120,\n
        "lon": 3.3737620,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612836,\n
        "lat": 49.7670120,\n
        "lon": 3.3779940,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612837,\n
        "lat": 49.7670140,\n
        "lon": 3.3765580,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612838,\n
        "lat": 49.7670180,\n
        "lon": 3.3721340,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612840,\n
        "lat": 49.7670190,\n
        "lon": 3.3763040,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612842,\n
        "lat": 49.7670190,\n
        "lon": 3.3765270,\n
        "timestamp": "2012-01-09T10:34:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612844,\n
        "lat": 49.7670260,\n
        "lon": 3.3765380,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612846,\n
        "lat": 49.7670330,\n
        "lon": 3.3721890,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612848,\n
        "lat": 49.7670340,\n
        "lon": 3.3744510,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612850,\n
        "lat": 49.7670360,\n
        "lon": 3.3717930,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612854,\n
        "lat": 49.7670420,\n
        "lon": 3.3737880,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612855,\n
        "lat": 49.7670420,\n
        "lon": 3.3752950,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612856,\n
        "lat": 49.7670420,\n
        "lon": 3.3763410,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612857,\n
        "lat": 49.7670420,\n
        "lon": 3.3792120,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612859,\n
        "lat": 49.7670480,\n
        "lon": 3.3737780,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612861,\n
        "lat": 49.7670480,\n
        "lon": 3.3765050,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612863,\n
        "lat": 49.7670500,\n
        "lon": 3.3777970,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612866,\n
        "lat": 49.7670560,\n
        "lon": 3.3762400,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612868,\n
        "lat": 49.7670560,\n
        "lon": 3.3774790,\n
        "timestamp": "2012-01-09T10:34:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612873,\n
        "lat": 49.7670590,\n
        "lon": 3.3772370,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612874,\n
        "lat": 49.7670600,\n
        "lon": 3.3734550,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612875,\n
        "lat": 49.7670600,\n
        "lon": 3.3752680,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612876,\n
        "lat": 49.7670620,\n
        "lon": 3.3764840,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612877,\n
        "lat": 49.7670660,\n
        "lon": 3.3765290,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612879,\n
        "lat": 49.7670680,\n
        "lon": 3.3771100,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612881,\n
        "lat": 49.7670760,\n
        "lon": 3.3753450,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612883,\n
        "lat": 49.7670760,\n
        "lon": 3.3779210,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612885,\n
        "lat": 49.7670780,\n
        "lon": 3.3765090,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612891,\n
        "lat": 49.7670800,\n
        "lon": 3.3746610,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612892,\n
        "lat": 49.7670820,\n
        "lon": 3.3762790,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612893,\n
        "lat": 49.7670890,\n
        "lon": 3.3779450,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612894,\n
        "lat": 49.7670940,\n
        "lon": 3.3753170,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612895,\n
        "lat": 49.7670960,\n
        "lon": 3.3733640,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612896,\n
        "lat": 49.7671070,\n
        "lon": 3.3739640,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612898,\n
        "lat": 49.7671110,\n
        "lon": 3.3779170,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612900,\n
        "lat": 49.7671120,\n
        "lon": 3.3884240,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612908,\n
        "lat": 49.7671140,\n
        "lon": 3.3747120,\n
        "timestamp": "2012-01-09T10:34:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612909,\n
        "lat": 49.7671220,\n
        "lon": 3.3883910,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612910,\n
        "lat": 49.7671230,\n
        "lon": 3.3746970,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612911,\n
        "lat": 49.7671350,\n
        "lon": 3.3773800,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612912,\n
        "lat": 49.7671370,\n
        "lon": 3.3884450,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612913,\n
        "lat": 49.7671390,\n
        "lon": 3.3735250,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612914,\n
        "lat": 49.7671400,\n
        "lon": 3.3745660,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612915,\n
        "lat": 49.7671450,\n
        "lon": 3.3738620,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612917,\n
        "lat": 49.7671470,\n
        "lon": 3.3745750,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612927,\n
        "lat": 49.7671490,\n
        "lon": 3.3773630,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612928,\n
        "lat": 49.7671500,\n
        "lon": 3.3884080,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612929,\n
        "lat": 49.7671590,\n
        "lon": 3.3747780,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612930,\n
        "lat": 49.7671660,\n
        "lon": 3.3747660,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612931,\n
        "lat": 49.7671730,\n
        "lon": 3.3734310,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612932,\n
        "lat": 49.7671810,\n
        "lon": 3.3778500,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612933,\n
        "lat": 49.7671820,\n
        "lon": 3.3743940,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612934,\n
        "lat": 49.7671980,\n
        "lon": 3.3743660,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612935,\n
        "lat": 49.7671990,\n
        "lon": 3.3744160,\n
        "timestamp": "2012-01-09T10:34:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612945,\n
        "lat": 49.7672040,\n
        "lon": 3.3718660,\n
        "timestamp": "2012-01-09T10:34:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612946,\n
        "lat": 49.7672050,\n
        "lon": 3.3772920,\n
        "timestamp": "2012-01-09T10:34:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612947,\n
        "lat": 49.7672150,\n
        "lon": 3.3746830,\n
        "timestamp": "2012-01-09T10:34:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612948,\n
        "lat": 49.7672160,\n
        "lon": 3.3743880,\n
        "timestamp": "2012-01-09T10:34:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612949,\n
        "lat": 49.7672190,\n
        "lon": 3.3743300,\n
        "timestamp": "2012-01-09T10:34:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612950,\n
        "lat": 49.7672190,\n
        "lon": 3.3744430,\n
        "timestamp": "2012-01-09T10:34:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612951,\n
        "lat": 49.7672250,\n
        "lon": 3.3775120,\n
        "timestamp": "2012-01-09T10:34:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612952,\n
        "lat": 49.7672250,\n
        "lon": 3.3779410,\n
        "timestamp": "2012-01-09T10:34:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612953,\n
        "lat": 49.7672310,\n
        "lon": 3.3744080,\n
        "timestamp": "2012-01-09T10:34:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612963,\n
        "lat": 49.7672340,\n
        "lon": 3.3744160,\n
        "timestamp": "2012-01-09T10:34:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612964,\n
        "lat": 49.7672370,\n
        "lon": 3.3717930,\n
        "timestamp": "2012-01-09T10:34:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612965,\n
        "lat": 49.7672720,\n
        "lon": 3.3777390,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612966,\n
        "lat": 49.7672850,\n
        "lon": 3.3736000,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612967,\n
        "lat": 49.7672850,\n
        "lon": 3.3774400,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612968,\n
        "lat": 49.7672870,\n
        "lon": 3.3719540,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612969,\n
        "lat": 49.7672880,\n
        "lon": 3.3719510,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612970,\n
        "lat": 49.7673180,\n
        "lon": 3.3778310,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612971,\n
        "lat": 49.7673210,\n
        "lon": 3.3718730,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612982,\n
        "lat": 49.7673230,\n
        "lon": 3.3735030,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612983,\n
        "lat": 49.7673380,\n
        "lon": 3.3735150,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612984,\n
        "lat": 49.7673600,\n
        "lon": 3.3776270,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612985,\n
        "lat": 49.7673700,\n
        "lon": 3.3735440,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612986,\n
        "lat": 49.7673740,\n
        "lon": 3.3775920,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612987,\n
        "lat": 49.7673760,\n
        "lon": 3.3736820,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612988,\n
        "lat": 49.7673770,\n
        "lon": 3.3776620,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583612989,\n
        "lat": 49.7673830,\n
        "lon": 3.3776560,\n
        "timestamp": "2012-01-09T10:34:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613000,\n
        "lat": 49.7673940,\n
        "lon": 3.3775920,\n
        "timestamp": "2012-01-09T10:34:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613001,\n
        "lat": 49.7674110,\n
        "lon": 3.3776230,\n
        "timestamp": "2012-01-09T10:34:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613003,\n
        "lat": 49.7674140,\n
        "lon": 3.3739720,\n
        "timestamp": "2012-01-09T10:34:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613004,\n
        "lat": 49.7674150,\n
        "lon": 3.3735810,\n
        "timestamp": "2012-01-09T10:34:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613005,\n
        "lat": 49.7674170,\n
        "lon": 3.3720730,\n
        "timestamp": "2012-01-09T10:34:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613006,\n
        "lat": 49.7674290,\n
        "lon": 3.3777430,\n
        "timestamp": "2012-01-09T10:34:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613007,\n
        "lat": 49.7674360,\n
        "lon": 3.3779910,\n
        "timestamp": "2012-01-09T10:34:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613017,\n
        "lat": 49.7674530,\n
        "lon": 3.3719980,\n
        "timestamp": "2012-01-09T10:34:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613019,\n
        "lat": 49.7674610,\n
        "lon": 3.3738250,\n
        "timestamp": "2012-01-09T10:34:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613021,\n
        "lat": 49.7674760,\n
        "lon": 3.3779290,\n
        "timestamp": "2012-01-09T10:34:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613023,\n
        "lat": 49.7674840,\n
        "lon": 3.3740240,\n
        "timestamp": "2012-01-09T10:34:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613025,\n
        "lat": 49.7674880,\n
        "lon": 3.3780940,\n
        "timestamp": "2012-01-09T10:34:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613026,\n
        "lat": 49.7674970,\n
        "lon": 3.3780800,\n
        "timestamp": "2012-01-09T10:34:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613038,\n
        "lat": 49.7675020,\n
        "lon": 3.3775120,\n
        "timestamp": "2012-01-09T10:34:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613040,\n
        "lat": 49.7675090,\n
        "lon": 3.3776270,\n
        "timestamp": "2012-01-09T10:34:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613042,\n
        "lat": 49.7675150,\n
        "lon": 3.3776420,\n
        "timestamp": "2012-01-09T10:34:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613044,\n
        "lat": 49.7675310,\n
        "lon": 3.3738760,\n
        "timestamp": "2012-01-09T10:34:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613045,\n
        "lat": 49.7675340,\n
        "lon": 3.3781610,\n
        "timestamp": "2012-01-09T10:34:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613055,\n
        "lat": 49.7675420,\n
        "lon": 3.3775870,\n
        "timestamp": "2012-01-09T10:34:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613056,\n
        "lat": 49.7675430,\n
        "lon": 3.3780030,\n
        "timestamp": "2012-01-09T10:34:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613057,\n
        "lat": 49.7675510,\n
        "lon": 3.3774680,\n
        "timestamp": "2012-01-09T10:34:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613058,\n
        "lat": 49.7675550,\n
        "lon": 3.3779860,\n
        "timestamp": "2012-01-09T10:34:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613059,\n
        "lat": 49.7675630,\n
        "lon": 3.3774390,\n
        "timestamp": "2012-01-09T10:34:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613060,\n
        "lat": 49.7675810,\n
        "lon": 3.3774960,\n
        "timestamp": "2012-01-09T10:34:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613061,\n
        "lat": 49.7675830,\n
        "lon": 3.3780230,\n
        "timestamp": "2012-01-09T10:34:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613062,\n
        "lat": 49.7675830,\n
        "lon": 3.3780810,\n
        "timestamp": "2012-01-09T10:34:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613063,\n
        "lat": 49.7675920,\n
        "lon": 3.3774650,\n
        "timestamp": "2012-01-09T10:34:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613073,\n
        "lat": 49.7675970,\n
        "lon": 3.3780020,\n
        "timestamp": "2012-01-09T10:34:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613077,\n
        "lat": 49.7676420,\n
        "lon": 3.3784140,\n
        "timestamp": "2012-01-09T10:34:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613079,\n
        "lat": 49.7676780,\n
        "lon": 3.3780320,\n
        "timestamp": "2012-01-09T10:34:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613080,\n
        "lat": 49.7676790,\n
        "lon": 3.3781990,\n
        "timestamp": "2012-01-09T10:34:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613093,\n
        "lat": 49.7676810,\n
        "lon": 3.3781630,\n
        "timestamp": "2012-01-09T10:34:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613094,\n
        "lat": 49.7676850,\n
        "lon": 3.3784860,\n
        "timestamp": "2012-01-09T10:34:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613095,\n
        "lat": 49.7676890,\n
        "lon": 3.3781800,\n
        "timestamp": "2012-01-09T10:34:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613096,\n
        "lat": 49.7676950,\n
        "lon": 3.3781390,\n
        "timestamp": "2012-01-09T10:34:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613098,\n
        "lat": 49.7677280,\n
        "lon": 3.3782830,\n
        "timestamp": "2012-01-09T10:34:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613099,\n
        "lat": 49.7677400,\n
        "lon": 3.3781180,\n
        "timestamp": "2012-01-09T10:34:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613107,\n
        "lat": 49.7677450,\n
        "lon": 3.3779120,\n
        "timestamp": "2012-01-09T10:34:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613111,\n
        "lat": 49.7677730,\n
        "lon": 3.3783490,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613112,\n
        "lat": 49.7678070,\n
        "lon": 3.3779930,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613113,\n
        "lat": 49.7678610,\n
        "lon": 3.3776760,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613114,\n
        "lat": 49.7678780,\n
        "lon": 3.3769990,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613115,\n
        "lat": 49.7678940,\n
        "lon": 3.3773530,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613116,\n
        "lat": 49.7678950,\n
        "lon": 3.3775700,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613117,\n
        "lat": 49.7679070,\n
        "lon": 3.3770480,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613125,\n
        "lat": 49.7679090,\n
        "lon": 3.3779480,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613127,\n
        "lat": 49.7679170,\n
        "lon": 3.3773960,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613129,\n
        "lat": 49.7679200,\n
        "lon": 3.3770370,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613130,\n
        "lat": 49.7679200,\n
        "lon": 3.3777290,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613131,\n
        "lat": 49.7679220,\n
        "lon": 3.3779730,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613132,\n
        "lat": 49.7679240,\n
        "lon": 3.3779060,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613133,\n
        "lat": 49.7679260,\n
        "lon": 3.3779610,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613134,\n
        "lat": 49.7679320,\n
        "lon": 3.3779420,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613135,\n
        "lat": 49.7679370,\n
        "lon": 3.3769150,\n
        "timestamp": "2012-01-09T10:34:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613143,\n
        "lat": 49.7679380,\n
        "lon": 3.3776800,\n
        "timestamp": "2012-01-09T10:34:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613145,\n
        "lat": 49.7679400,\n
        "lon": 3.3779190,\n
        "timestamp": "2012-01-09T10:34:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613148,\n
        "lat": 49.7679430,\n
        "lon": 3.3771770,\n
        "timestamp": "2012-01-09T10:34:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613149,\n
        "lat": 49.7679440,\n
        "lon": 3.3776850,\n
        "timestamp": "2012-01-09T10:34:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613150,\n
        "lat": 49.7679530,\n
        "lon": 3.3770880,\n
        "timestamp": "2012-01-09T10:34:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613152,\n
        "lat": 49.7679600,\n
        "lon": 3.3780200,\n
        "timestamp": "2012-01-09T10:34:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613153,\n
        "lat": 49.7679660,\n
        "lon": 3.3771400,\n
        "timestamp": "2012-01-09T10:34:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613154,\n
        "lat": 49.7679700,\n
        "lon": 3.3779870,\n
        "timestamp": "2012-01-09T10:34:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613163,\n
        "lat": 49.7679730,\n
        "lon": 3.3775970,\n
        "timestamp": "2012-01-09T10:34:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613165,\n
        "lat": 49.7679760,\n
        "lon": 3.3771580,\n
        "timestamp": "2012-01-09T10:34:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613166,\n
        "lat": 49.7679770,\n
        "lon": 3.3772340,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613167,\n
        "lat": 49.7679790,\n
        "lon": 3.3777150,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613169,\n
        "lat": 49.7679810,\n
        "lon": 3.3780460,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613170,\n
        "lat": 49.7679890,\n
        "lon": 3.3780560,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613171,\n
        "lat": 49.7680030,\n
        "lon": 3.3780740,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613172,\n
        "lat": 49.7680040,\n
        "lon": 3.3770220,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613182,\n
        "lat": 49.7680040,\n
        "lon": 3.3777340,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613183,\n
        "lat": 49.7680050,\n
        "lon": 3.3779710,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613184,\n
        "lat": 49.7680130,\n
        "lon": 3.3776100,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613185,\n
        "lat": 49.7680140,\n
        "lon": 3.3779820,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613186,\n
        "lat": 49.7680170,\n
        "lon": 3.3770820,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613187,\n
        "lat": 49.7680200,\n
        "lon": 3.3778420,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613188,\n
        "lat": 49.7680220,\n
        "lon": 3.3770920,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613199,\n
        "lat": 49.7680290,\n
        "lon": 3.3778140,\n
        "timestamp": "2012-01-09T10:34:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613201,\n
        "lat": 49.7680300,\n
        "lon": 3.3770640,\n
        "timestamp": "2012-01-09T10:34:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613202,\n
        "lat": 49.7680300,\n
        "lon": 3.3779970,\n
        "timestamp": "2012-01-09T10:34:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613204,\n
        "lat": 49.7680410,\n
        "lon": 3.3770820,\n
        "timestamp": "2012-01-09T10:34:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613205,\n
        "lat": 49.7680420,\n
        "lon": 3.3777700,\n
        "timestamp": "2012-01-09T10:34:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613206,\n
        "lat": 49.7680430,\n
        "lon": 3.3776200,\n
        "timestamp": "2012-01-09T10:34:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613207,\n
        "lat": 49.7680430,\n
        "lon": 3.3778630,\n
        "timestamp": "2012-01-09T10:34:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613208,\n
        "lat": 49.7680520,\n
        "lon": 3.3778360,\n
        "timestamp": "2012-01-09T10:34:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613217,\n
        "lat": 49.7680540,\n
        "lon": 3.3776240,\n
        "timestamp": "2012-01-09T10:34:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613219,\n
        "lat": 49.7680540,\n
        "lon": 3.3778690,\n
        "timestamp": "2012-01-09T10:34:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613220,\n
        "lat": 49.7680560,\n
        "lon": 3.3771860,\n
        "timestamp": "2012-01-09T10:34:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613221,\n
        "lat": 49.7680610,\n
        "lon": 3.3771990,\n
        "timestamp": "2012-01-09T10:34:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613222,\n
        "lat": 49.7680620,\n
        "lon": 3.3778440,\n
        "timestamp": "2012-01-09T10:34:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613223,\n
        "lat": 49.7680680,\n
        "lon": 3.3778870,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613224,\n
        "lat": 49.7680710,\n
        "lon": 3.3770440,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613225,\n
        "lat": 49.7680760,\n
        "lon": 3.3771370,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613226,\n
        "lat": 49.7680800,\n
        "lon": 3.3771490,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613234,\n
        "lat": 49.7680890,\n
        "lon": 3.3770740,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613236,\n
        "lat": 49.7680920,\n
        "lon": 3.3778180,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613238,\n
        "lat": 49.7680940,\n
        "lon": 3.3779110,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613239,\n
        "lat": 49.7681030,\n
        "lon": 3.3770970,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613240,\n
        "lat": 49.7681190,\n
        "lon": 3.3776780,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613241,\n
        "lat": 49.7681200,\n
        "lon": 3.3778410,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613242,\n
        "lat": 49.7681540,\n
        "lon": 3.3777560,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613243,\n
        "lat": 49.7681650,\n
        "lon": 3.3777160,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613244,\n
        "lat": 49.7681780,\n
        "lon": 3.3776640,\n
        "timestamp": "2012-01-09T10:34:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613252,\n
        "lat": 49.7681790,\n
        "lon": 3.3782800,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613254,\n
        "lat": 49.7682010,\n
        "lon": 3.3770830,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613257,\n
        "lat": 49.7682040,\n
        "lon": 3.3777750,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613258,\n
        "lat": 49.7682050,\n
        "lon": 3.3782260,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613259,\n
        "lat": 49.7682110,\n
        "lon": 3.3777550,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613260,\n
        "lat": 49.7682180,\n
        "lon": 3.3777310,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613261,\n
        "lat": 49.7682180,\n
        "lon": 3.3783260,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613262,\n
        "lat": 49.7682230,\n
        "lon": 3.3780870,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613263,\n
        "lat": 49.7682320,\n
        "lon": 3.3776820,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613270,\n
        "lat": 49.7682420,\n
        "lon": 3.3781160,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613272,\n
        "lat": 49.7682450,\n
        "lon": 3.3782780,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613274,\n
        "lat": 49.7682550,\n
        "lon": 3.3780380,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613276,\n
        "lat": 49.7682620,\n
        "lon": 3.3777770,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613277,\n
        "lat": 49.7682640,\n
        "lon": 3.3769960,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613278,\n
        "lat": 49.7682710,\n
        "lon": 3.3777400,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613279,\n
        "lat": 49.7682760,\n
        "lon": 3.3772090,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613280,\n
        "lat": 49.7682760,\n
        "lon": 3.3780650,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613285,\n
        "lat": 49.7682960,\n
        "lon": 3.3771830,\n
        "timestamp": "2012-01-09T10:34:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613287,\n
        "lat": 49.7682970,\n
        "lon": 3.3770510,\n
        "timestamp": "2012-01-09T10:34:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613290,\n
        "lat": 49.7683100,\n
        "lon": 3.3770350,\n
        "timestamp": "2012-01-09T10:34:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613292,\n
        "lat": 49.7683100,\n
        "lon": 3.3770740,\n
        "timestamp": "2012-01-09T10:34:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613294,\n
        "lat": 49.7683100,\n
        "lon": 3.3779570,\n
        "timestamp": "2012-01-09T10:34:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613295,\n
        "lat": 49.7683120,\n
        "lon": 3.3772070,\n
        "timestamp": "2012-01-09T10:34:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613296,\n
        "lat": 49.7683200,\n
        "lon": 3.3771960,\n
        "timestamp": "2012-01-09T10:34:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613297,\n
        "lat": 49.7683200,\n
        "lon": 3.3778100,\n
        "timestamp": "2012-01-09T10:34:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613298,\n
        "lat": 49.7683210,\n
        "lon": 3.3770550,\n
        "timestamp": "2012-01-09T10:34:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613303,\n
        "lat": 49.7683230,\n
        "lon": 3.3772940,\n
        "timestamp": "2012-01-09T10:34:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613305,\n
        "lat": 49.7683270,\n
        "lon": 3.3773020,\n
        "timestamp": "2012-01-09T10:34:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613307,\n
        "lat": 49.7683280,\n
        "lon": 3.3772670,\n
        "timestamp": "2012-01-09T10:34:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613309,\n
        "lat": 49.7683280,\n
        "lon": 3.3779860,\n
        "timestamp": "2012-01-09T10:34:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613311,\n
        "lat": 49.7683320,\n
        "lon": 3.3772150,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613314,\n
        "lat": 49.7683320,\n
        "lon": 3.3778280,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613315,\n
        "lat": 49.7683330,\n
        "lon": 3.3772780,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613316,\n
        "lat": 49.7683380,\n
        "lon": 3.3777790,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613317,\n
        "lat": 49.7683400,\n
        "lon": 3.3777680,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613320,\n
        "lat": 49.7683450,\n
        "lon": 3.3779060,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613322,\n
        "lat": 49.7683490,\n
        "lon": 3.3777200,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613324,\n
        "lat": 49.7683570,\n
        "lon": 3.3777840,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613326,\n
        "lat": 49.7683610,\n
        "lon": 3.3772230,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613328,\n
        "lat": 49.7683660,\n
        "lon": 3.3771720,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613331,\n
        "lat": 49.7683710,\n
        "lon": 3.3772390,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613333,\n
        "lat": 49.7683950,\n
        "lon": 3.3779900,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613334,\n
        "lat": 49.7684100,\n
        "lon": 3.3780130,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613335,\n
        "lat": 49.7684140,\n
        "lon": 3.3778050,\n
        "timestamp": "2012-01-09T10:34:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613338,\n
        "lat": 49.7684280,\n
        "lon": 3.3777830,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613340,\n
        "lat": 49.7684320,\n
        "lon": 3.3777470,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613342,\n
        "lat": 49.7684360,\n
        "lon": 3.3779770,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613344,\n
        "lat": 49.7684400,\n
        "lon": 3.3779850,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613346,\n
        "lat": 49.7684430,\n
        "lon": 3.3778820,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613348,\n
        "lat": 49.7684560,\n
        "lon": 3.3779000,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613350,\n
        "lat": 49.7684574,\n
        "lon": 3.3779024,\n
        "timestamp": "2012-10-15T10:31:55Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613352,\n
        "lat": 49.7684580,\n
        "lon": 3.3779450,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613353,\n
        "lat": 49.7684630,\n
        "lon": 3.3779520,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613357,\n
        "lat": 49.7684700,\n
        "lon": 3.3778410,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613360,\n
        "lat": 49.7684710,\n
        "lon": 3.3779250,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613363,\n
        "lat": 49.7684840,\n
        "lon": 3.3778610,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613366,\n
        "lat": 49.7685480,\n
        "lon": 3.3784600,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613369,\n
        "lat": 49.7685530,\n
        "lon": 3.3784660,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613372,\n
        "lat": 49.7685800,\n
        "lon": 3.3785070,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613374,\n
        "lat": 49.7685840,\n
        "lon": 3.3784040,\n
        "timestamp": "2012-01-09T10:34:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613376,\n
        "lat": 49.7685890,\n
        "lon": 3.3784110,\n
        "timestamp": "2012-01-09T10:34:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613379,\n
        "lat": 49.7686000,\n
        "lon": 3.3787790,\n
        "timestamp": "2012-01-09T10:34:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613382,\n
        "lat": 49.7686060,\n
        "lon": 3.3781100,\n
        "timestamp": "2012-01-09T10:34:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613384,\n
        "lat": 49.7686160,\n
        "lon": 3.3784520,\n
        "timestamp": "2012-01-09T10:34:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613387,\n
        "lat": 49.7686230,\n
        "lon": 3.3788110,\n
        "timestamp": "2012-01-09T10:34:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613389,\n
        "lat": 49.7686360,\n
        "lon": 3.3781500,\n
        "timestamp": "2012-01-09T10:34:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613392,\n
        "lat": 49.7686380,\n
        "lon": 3.3786970,\n
        "timestamp": "2012-01-09T10:34:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613395,\n
        "lat": 49.7686650,\n
        "lon": 3.3787310,\n
        "timestamp": "2012-01-09T10:34:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613397,\n
        "lat": 49.7686680,\n
        "lon": 3.3780040,\n
        "timestamp": "2012-01-09T10:34:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613399,\n
        "lat": 49.7686730,\n
        "lon": 3.3788600,\n
        "timestamp": "2012-01-09T10:34:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613406,\n
        "lat": 49.7686810,\n
        "lon": 3.3778960,\n
        "timestamp": "2012-01-09T10:34:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613407,\n
        "lat": 49.7686940,\n
        "lon": 3.3788870,\n
        "timestamp": "2012-01-09T10:34:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613409,\n
        "lat": 49.7686950,\n
        "lon": 3.3780460,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613411,\n
        "lat": 49.7686960,\n
        "lon": 3.3788180,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613413,\n
        "lat": 49.7687040,\n
        "lon": 3.3779250,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613415,\n
        "lat": 49.7687110,\n
        "lon": 3.3783180,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613417,\n
        "lat": 49.7687120,\n
        "lon": 3.3778430,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613419,\n
        "lat": 49.7687150,\n
        "lon": 3.3788430,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613421,\n
        "lat": 49.7687220,\n
        "lon": 3.3780900,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613433,\n
        "lat": 49.7687260,\n
        "lon": 3.3778480,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613434,\n
        "lat": 49.7687440,\n
        "lon": 3.3780580,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613435,\n
        "lat": 49.7687440,\n
        "lon": 3.3782570,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613437,\n
        "lat": 49.7687460,\n
        "lon": 3.3778540,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613438,\n
        "lat": 49.7687510,\n
        "lon": 3.3781360,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613440,\n
        "lat": 49.7687550,\n
        "lon": 3.3781420,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613442,\n
        "lat": 49.7687720,\n
        "lon": 3.3781020,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613444,\n
        "lat": 49.7687760,\n
        "lon": 3.3781080,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613446,\n
        "lat": 49.7687860,\n
        "lon": 3.3783070,\n
        "timestamp": "2012-01-09T10:34:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613457,\n
        "lat": 49.7687950,\n
        "lon": 3.3784210,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613459,\n
        "lat": 49.7688040,\n
        "lon": 3.3782710,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613461,\n
        "lat": 49.7688180,\n
        "lon": 3.3779410,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613464,\n
        "lat": 49.7688470,\n
        "lon": 3.3779870,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613465,\n
        "lat": 49.7688480,\n
        "lon": 3.3783260,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613466,\n
        "lat": 49.7689510,\n
        "lon": 3.3784920,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613468,\n
        "lat": 49.7689900,\n
        "lon": 3.3785410,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613470,\n
        "lat": 49.7690080,\n
        "lon": 3.3783670,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613472,\n
        "lat": 49.7690450,\n
        "lon": 3.3784190,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613482,\n
        "lat": 49.7690450,\n
        "lon": 3.3785600,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613484,\n
        "lat": 49.7690650,\n
        "lon": 3.3783500,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613486,\n
        "lat": 49.7690720,\n
        "lon": 3.3783600,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613493,\n
        "lat": 49.7691270,\n
        "lon": 3.3786820,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613495,\n
        "lat": 49.7691420,\n
        "lon": 3.3787930,\n
        "timestamp": "2012-01-09T10:34:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613497,\n
        "lat": 49.7691510,\n
        "lon": 3.3780540,\n
        "timestamp": "2012-01-09T10:34:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613511,\n
        "lat": 49.7691840,\n
        "lon": 3.3780880,\n
        "timestamp": "2012-01-09T10:34:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613513,\n
        "lat": 49.7691890,\n
        "lon": 3.3783090,\n
        "timestamp": "2012-01-09T10:34:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613521,\n
        "lat": 49.7692020,\n
        "lon": 3.3788720,\n
        "timestamp": "2012-01-09T10:34:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613558,\n
        "lat": 49.7692700,\n
        "lon": 3.3784950,\n
        "timestamp": "2012-01-09T10:34:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613562,\n
        "lat": 49.7692710,\n
        "lon": 3.3777290,\n
        "timestamp": "2012-01-09T10:34:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613564,\n
        "lat": 49.7692740,\n
        "lon": 3.3784220,\n
        "timestamp": "2012-01-09T10:34:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613568,\n
        "lat": 49.7692870,\n
        "lon": 3.3785200,\n
        "timestamp": "2012-01-09T10:34:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613570,\n
        "lat": 49.7692920,\n
        "lon": 3.3784420,\n
        "timestamp": "2012-01-09T10:34:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613583,\n
        "lat": 49.7692930,\n
        "lon": 3.3785280,\n
        "timestamp": "2012-01-09T10:34:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613587,\n
        "lat": 49.7692990,\n
        "lon": 3.3784450,\n
        "timestamp": "2012-01-09T10:34:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613591,\n
        "lat": 49.7693180,\n
        "lon": 3.3784670,\n
        "timestamp": "2012-01-09T10:34:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613594,\n
        "lat": 49.7693210,\n
        "lon": 3.3776400,\n
        "timestamp": "2012-01-09T10:34:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613595,\n
        "lat": 49.7693290,\n
        "lon": 3.3783770,\n
        "timestamp": "2012-01-09T10:34:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613620,\n
        "lat": 49.7693370,\n
        "lon": 3.3792900,\n
        "timestamp": "2012-01-09T10:34:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613628,\n
        "lat": 49.7693510,\n
        "lon": 3.3784090,\n
        "timestamp": "2012-01-09T10:34:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613630,\n
        "lat": 49.7693510,\n
        "lon": 3.3786080,\n
        "timestamp": "2012-01-09T10:34:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613638,\n
        "lat": 49.7693600,\n
        "lon": 3.3784750,\n
        "timestamp": "2012-01-09T10:34:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613641,\n
        "lat": 49.7693600,\n
        "lon": 3.3793220,\n
        "timestamp": "2012-01-09T10:34:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613649,\n
        "lat": 49.7693640,\n
        "lon": 3.3793160,\n
        "timestamp": "2012-01-09T10:34:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613650,\n
        "lat": 49.7693650,\n
        "lon": 3.3782630,\n
        "timestamp": "2012-01-09T10:34:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613652,\n
        "lat": 49.7693670,\n
        "lon": 3.3786270,\n
        "timestamp": "2012-01-09T10:34:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613664,\n
        "lat": 49.7693930,\n
        "lon": 3.3791830,\n
        "timestamp": "2012-01-09T10:34:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613667,\n
        "lat": 49.7693960,\n
        "lon": 3.3777440,\n
        "timestamp": "2012-01-09T10:34:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613676,\n
        "lat": 49.7693960,\n
        "lon": 3.3785240,\n
        "timestamp": "2012-01-09T10:34:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613677,\n
        "lat": 49.7693970,\n
        "lon": 3.3791880,\n
        "timestamp": "2012-01-09T10:34:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613678,\n
        "lat": 49.7693990,\n
        "lon": 3.3779040,\n
        "timestamp": "2012-01-09T10:34:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613679,\n
        "lat": 49.7694040,\n
        "lon": 3.3783180,\n
        "timestamp": "2012-01-09T10:34:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613681,\n
        "lat": 49.7694050,\n
        "lon": 3.3777170,\n
        "timestamp": "2012-01-09T10:34:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613683,\n
        "lat": 49.7694050,\n
        "lon": 3.3777290,\n
        "timestamp": "2012-01-09T10:34:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613687,\n
        "lat": 49.7694090,\n
        "lon": 3.3785290,\n
        "timestamp": "2012-01-09T10:34:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613690,\n
        "lat": 49.7694150,\n
        "lon": 3.3776980,\n
        "timestamp": "2012-01-09T10:34:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613703,\n
        "lat": 49.7694160,\n
        "lon": 3.3785380,\n
        "timestamp": "2012-01-09T10:34:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613705,\n
        "lat": 49.7694180,\n
        "lon": 3.3792170,\n
        "timestamp": "2012-01-09T10:34:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613706,\n
        "lat": 49.7694230,\n
        "lon": 3.3776980,\n
        "timestamp": "2012-01-09T10:34:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613707,\n
        "lat": 49.7694270,\n
        "lon": 3.3777650,\n
        "timestamp": "2012-01-09T10:34:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613709,\n
        "lat": 49.7694310,\n
        "lon": 3.3776840,\n
        "timestamp": "2012-01-09T10:34:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613729,\n
        "lat": 49.7694430,\n
        "lon": 3.3776630,\n
        "timestamp": "2012-01-09T10:34:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613735,\n
        "lat": 49.7694540,\n
        "lon": 3.3778040,\n
        "timestamp": "2012-01-09T10:34:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613737,\n
        "lat": 49.7694550,\n
        "lon": 3.3776610,\n
        "timestamp": "2012-01-09T10:34:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613739,\n
        "lat": 49.7694550,\n
        "lon": 3.3777160,\n
        "timestamp": "2012-01-09T10:34:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613762,\n
        "lat": 49.7694730,\n
        "lon": 3.3776850,\n
        "timestamp": "2012-01-09T10:34:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613766,\n
        "lat": 49.7694760,\n
        "lon": 3.3782850,\n
        "timestamp": "2012-01-09T10:34:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613803,\n
        "lat": 49.7695310,\n
        "lon": 3.3783240,\n
        "timestamp": "2012-01-09T10:34:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613809,\n
        "lat": 49.7695410,\n
        "lon": 3.3779900,\n
        "timestamp": "2012-01-09T10:34:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613810,\n
        "lat": 49.7695430,\n
        "lon": 3.3788090,\n
        "timestamp": "2012-01-09T10:34:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613821,\n
        "lat": 49.7695580,\n
        "lon": 3.3787810,\n
        "timestamp": "2012-01-09T10:34:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613822,\n
        "lat": 49.7695640,\n
        "lon": 3.3788350,\n
        "timestamp": "2012-01-09T10:34:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613825,\n
        "lat": 49.7695790,\n
        "lon": 3.3788080,\n
        "timestamp": "2012-01-09T10:34:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613834,\n
        "lat": 49.7695820,\n
        "lon": 3.3778930,\n
        "timestamp": "2012-01-09T10:34:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613838,\n
        "lat": 49.7695930,\n
        "lon": 3.3787150,\n
        "timestamp": "2012-01-09T10:34:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613842,\n
        "lat": 49.7696140,\n
        "lon": 3.3787440,\n
        "timestamp": "2012-01-09T10:34:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613850,\n
        "lat": 49.7696230,\n
        "lon": 3.3780700,\n
        "timestamp": "2012-01-09T10:34:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613855,\n
        "lat": 49.7696330,\n
        "lon": 3.3779450,\n
        "timestamp": "2012-01-09T10:34:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613858,\n
        "lat": 49.7696370,\n
        "lon": 3.3780840,\n
        "timestamp": "2012-01-09T10:34:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613862,\n
        "lat": 49.7696430,\n
        "lon": 3.3786920,\n
        "timestamp": "2012-01-09T10:34:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613863,\n
        "lat": 49.7696460,\n
        "lon": 3.3787270,\n
        "timestamp": "2012-01-09T10:34:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613864,\n
        "lat": 49.7696480,\n
        "lon": 3.3779090,\n
        "timestamp": "2012-01-09T10:34:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613866,\n
        "lat": 49.7696500,\n
        "lon": 3.3786730,\n
        "timestamp": "2012-01-09T10:34:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613869,\n
        "lat": 49.7696520,\n
        "lon": 3.3786760,\n
        "timestamp": "2012-01-09T10:34:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613871,\n
        "lat": 49.7696520,\n
        "lon": 3.3787030,\n
        "timestamp": "2012-01-09T10:34:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613873,\n
        "lat": 49.7696660,\n
        "lon": 3.3779800,\n
        "timestamp": "2012-01-09T10:34:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613880,\n
        "lat": 49.7696690,\n
        "lon": 3.3787610,\n
        "timestamp": "2012-01-09T10:34:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613881,\n
        "lat": 49.7696780,\n
        "lon": 3.3779940,\n
        "timestamp": "2012-01-09T10:34:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613882,\n
        "lat": 49.7696790,\n
        "lon": 3.3779430,\n
        "timestamp": "2012-01-09T10:34:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613887,\n
        "lat": 49.7697240,\n
        "lon": 3.3782410,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613888,\n
        "lat": 49.7697250,\n
        "lon": 3.3778640,\n
        "timestamp": "2012-01-09T10:34:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613896,\n
        "lat": 49.7697360,\n
        "lon": 3.3785140,\n
        "timestamp": "2012-01-09T10:34:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613899,\n
        "lat": 49.7697450,\n
        "lon": 3.3786240,\n
        "timestamp": "2012-01-09T10:34:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613909,\n
        "lat": 49.7697520,\n
        "lon": 3.3778040,\n
        "timestamp": "2012-01-09T10:34:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613912,\n
        "lat": 49.7697625,\n
        "lon": 3.3781324,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613913,\n
        "lat": 49.7697590,\n
        "lon": 3.3780070,\n
        "timestamp": "2012-01-09T10:34:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613916,\n
        "lat": 49.7697700,\n
        "lon": 3.3781388,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613920,\n
        "lat": 49.7697720,\n
        "lon": 3.3786560,\n
        "timestamp": "2012-01-09T10:34:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613932,\n
        "lat": 49.7697937,\n
        "lon": 3.3780720,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613935,\n
        "lat": 49.7697760,\n
        "lon": 3.3785670,\n
        "timestamp": "2012-01-09T10:34:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613938,\n
        "lat": 49.7697790,\n
        "lon": 3.3780320,\n
        "timestamp": "2012-01-09T10:34:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613941,\n
        "lat": 49.7697880,\n
        "lon": 3.3778430,\n
        "timestamp": "2012-01-09T10:34:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613943,\n
        "lat": 49.7697910,\n
        "lon": 3.3779420,\n
        "timestamp": "2012-01-09T10:34:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613952,\n
        "lat": 49.7697787,\n
        "lon": 3.3782198,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613955,\n
        "lat": 49.7697930,\n
        "lon": 3.3785350,\n
        "timestamp": "2012-01-09T10:34:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613959,\n
        "lat": 49.7697950,\n
        "lon": 3.3790250,\n
        "timestamp": "2012-01-09T10:34:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613965,\n
        "lat": 49.7698020,\n
        "lon": 3.3790350,\n
        "timestamp": "2012-01-09T10:34:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613991,\n
        "lat": 49.7698427,\n
        "lon": 3.3781137,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613994,\n
        "lat": 49.7698077,\n
        "lon": 3.3783122,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583613998,\n
        "lat": 49.7698250,\n
        "lon": 3.3785600,\n
        "timestamp": "2012-01-09T10:34:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614020,\n
        "lat": 49.7698350,\n
        "lon": 3.3790790,\n
        "timestamp": "2012-01-09T10:34:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614023,\n
        "lat": 49.7698261,\n
        "lon": 3.3782602,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614024,\n
        "lat": 49.7698400,\n
        "lon": 3.3778990,\n
        "timestamp": "2012-01-09T10:34:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614034,\n
        "lat": 49.7698550,\n
        "lon": 3.3788870,\n
        "timestamp": "2012-01-09T10:34:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614060,\n
        "lat": 49.7698620,\n
        "lon": 3.3788990,\n
        "timestamp": "2012-01-09T10:34:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614064,\n
        "lat": 49.7698630,\n
        "lon": 3.3789010,\n
        "timestamp": "2012-01-09T10:34:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614105,\n
        "lat": 49.7699160,\n
        "lon": 3.3789050,\n
        "timestamp": "2012-01-09T10:34:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614123,\n
        "lat": 49.7699240,\n
        "lon": 3.3789160,\n
        "timestamp": "2012-01-09T10:34:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614132,\n
        "lat": 49.7699410,\n
        "lon": 3.3783750,\n
        "timestamp": "2012-01-09T10:34:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614164,\n
        "lat": 49.7699490,\n
        "lon": 3.3787170,\n
        "timestamp": "2012-01-09T10:34:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614170,\n
        "lat": 49.7699570,\n
        "lon": 3.3787270,\n
        "timestamp": "2012-01-09T10:34:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614203,\n
        "lat": 49.7699920,\n
        "lon": 3.3787700,\n
        "timestamp": "2012-01-09T10:34:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614210,\n
        "lat": 49.7700000,\n
        "lon": 3.3782610,\n
        "timestamp": "2012-01-09T10:34:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614232,\n
        "lat": 49.7700200,\n
        "lon": 3.3784710,\n
        "timestamp": "2012-01-09T10:34:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1583614282,\n
        "lat": 49.7700790,\n
        "lon": 3.3783550,\n
        "timestamp": "2012-01-09T10:34:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1966482892,\n
        "lat": 49.7644486,\n
        "lon": 3.3759546,\n
        "timestamp": "2012-10-15T10:26:26Z",\n
        "version": 1,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590093917,\n
        "lat": 49.7614005,\n
        "lon": 3.3731394,\n
        "timestamp": "2021-04-03T17:19:59Z",\n
        "version": 1,\n
        "changeset": 102245286,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590093918,\n
        "lat": 49.7613628,\n
        "lon": 3.3732424,\n
        "timestamp": "2021-04-03T17:19:59Z",\n
        "version": 1,\n
        "changeset": 102245286,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590093919,\n
        "lat": 49.7612808,\n
        "lon": 3.3731705,\n
        "timestamp": "2021-04-03T17:19:59Z",\n
        "version": 1,\n
        "changeset": 102245286,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590093920,\n
        "lat": 49.7613185,\n
        "lon": 3.3730675,\n
        "timestamp": "2021-04-03T17:19:59Z",\n
        "version": 1,\n
        "changeset": 102245286,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590093921,\n
        "lat": 49.7612558,\n
        "lon": 3.3732280,\n
        "timestamp": "2021-04-03T17:19:59Z",\n
        "version": 1,\n
        "changeset": 102245286,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590093922,\n
        "lat": 49.7612230,\n
        "lon": 3.3733080,\n
        "timestamp": "2021-04-03T17:19:59Z",\n
        "version": 1,\n
        "changeset": 102245286,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590093923,\n
        "lat": 49.7611730,\n
        "lon": 3.3732594,\n
        "timestamp": "2021-04-03T17:19:59Z",\n
        "version": 1,\n
        "changeset": 102245286,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590093924,\n
        "lat": 49.7612056,\n
        "lon": 3.3731790,\n
        "timestamp": "2021-04-03T17:19:59Z",\n
        "version": 1,\n
        "changeset": 102245286,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590170510,\n
        "lat": 49.7640083,\n
        "lon": 3.3730813,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590170511,\n
        "lat": 49.7639177,\n
        "lon": 3.3729860,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590170512,\n
        "lat": 49.7639218,\n
        "lon": 3.3729769,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590170513,\n
        "lat": 49.7638979,\n
        "lon": 3.3729518,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590170514,\n
        "lat": 49.7639333,\n
        "lon": 3.3728715,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590170515,\n
        "lat": 49.7639572,\n
        "lon": 3.3728967,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590170516,\n
        "lat": 49.7639612,\n
        "lon": 3.3728877,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195517,\n
        "lat": 49.7640516,\n
        "lon": 3.3729831,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195518,\n
        "lat": 49.7653352,\n
        "lon": 3.3740175,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195519,\n
        "lat": 49.7664838,\n
        "lon": 3.3744455,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195520,\n
        "lat": 49.7664313,\n
        "lon": 3.3745478,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195521,\n
        "lat": 49.7663536,\n
        "lon": 3.3744528,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195522,\n
        "lat": 49.7663633,\n
        "lon": 3.3744337,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195523,\n
        "lat": 49.7663211,\n
        "lon": 3.3743822,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195524,\n
        "lat": 49.7663553,\n
        "lon": 3.3743164,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195525,\n
        "lat": 49.7663974,\n
        "lon": 3.3743676,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195526,\n
        "lat": 49.7664065,\n
        "lon": 3.3743504,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195527,\n
        "lat": 49.7670191,\n
        "lon": 3.3750261,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195528,\n
        "lat": 49.7669869,\n
        "lon": 3.3750840,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195529,\n
        "lat": 49.7669033,\n
        "lon": 3.3749596,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195530,\n
        "lat": 49.7669571,\n
        "lon": 3.3748659,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195531,\n
        "lat": 49.7670045,\n
        "lon": 3.3749375,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195532,\n
        "lat": 49.7668253,\n
        "lon": 3.3752585,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195533,\n
        "lat": 49.7668279,\n
        "lon": 3.3752810,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195534,\n
        "lat": 49.7667693,\n
        "lon": 3.3753785,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195535,\n
        "lat": 49.7667109,\n
        "lon": 3.3752950,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195536,\n
        "lat": 49.7667753,\n
        "lon": 3.3751873,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195537,\n
        "lat": 49.7699472,\n
        "lon": 3.3780289,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195538,\n
        "lat": 49.7699188,\n
        "lon": 3.3780911,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195539,\n
        "lat": 49.7698126,\n
        "lon": 3.3779750,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195540,\n
        "lat": 49.7698410,\n
        "lon": 3.3779128,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195541,\n
        "lat": 49.7698183,\n
        "lon": 3.3781825,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195542,\n
        "lat": 49.7697980,\n
        "lon": 3.3781652,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195543,\n
        "lat": 49.7666351,\n
        "lon": 3.3811317,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195544,\n
        "lat": 49.7665703,\n
        "lon": 3.3812158,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195545,\n
        "lat": 49.7665227,\n
        "lon": 3.3811273,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195546,\n
        "lat": 49.7664912,\n
        "lon": 3.3811676,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195547,\n
        "lat": 49.7664486,\n
        "lon": 3.3810889,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195548,\n
        "lat": 49.7664313,\n
        "lon": 3.3811116,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195549,\n
        "lat": 49.7664031,\n
        "lon": 3.3810594,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195550,\n
        "lat": 49.7664206,\n
        "lon": 3.3810367,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195551,\n
        "lat": 49.7663856,\n
        "lon": 3.3809724,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195552,\n
        "lat": 49.7664105,\n
        "lon": 3.3809404,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195553,\n
        "lat": 49.7663919,\n
        "lon": 3.3809053,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195554,\n
        "lat": 49.7664291,\n
        "lon": 3.3808584,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195555,\n
        "lat": 49.7664481,\n
        "lon": 3.3808909,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195556,\n
        "lat": 49.7664824,\n
        "lon": 3.3808469,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195557,\n
        "lat": 49.7665189,\n
        "lon": 3.3809145,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195558,\n
        "lat": 49.7664981,\n
        "lon": 3.3809411,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195559,\n
        "lat": 49.7665661,\n
        "lon": 3.3810682,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195560,\n
        "lat": 49.7665870,\n
        "lon": 3.3810413,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195561,\n
        "lat": 49.7648650,\n
        "lon": 3.3794131,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195562,\n
        "lat": 49.7648844,\n
        "lon": 3.3793512,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195563,\n
        "lat": 49.7652743,\n
        "lon": 3.3797016,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195564,\n
        "lat": 49.7652186,\n
        "lon": 3.3797594,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195565,\n
        "lat": 49.7651859,\n
        "lon": 3.3796844,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195566,\n
        "lat": 49.7652415,\n
        "lon": 3.3796264,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195567,\n
        "lat": 49.7649149,\n
        "lon": 3.3788533,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590195568,\n
        "lat": 49.7648794,\n
        "lon": 3.3789268,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590217476,\n
        "lat": 49.7640582,\n
        "lon": 3.3757686,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 1,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590217477,\n
        "lat": 49.7639676,\n
        "lon": 3.3762799,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 1,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590217478,\n
        "lat": 49.7643932,\n
        "lon": 3.3761937,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 1,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590217479,\n
        "lat": 49.7660566,\n
        "lon": 3.3748999,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 1,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590217480,\n
        "lat": 49.7660802,\n
        "lon": 3.3748530,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 1,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590217481,\n
        "lat": 49.7659610,\n
        "lon": 3.3754181,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 1,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 8590217482,\n
        "lat": 49.7659324,\n
        "lon": 3.3754742,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 1,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 10020357922,\n
        "lat": 49.7559852,\n
        "lon": 3.3632762,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804\n
      },\n
      {\n
        "type": "node",\n
        "id": 10020357923,\n
        "lat": 49.7558659,\n
        "lon": 3.3631808,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804\n
      },\n
      {\n
        "type": "node",\n
        "id": 10020357924,\n
        "lat": 49.7560725,\n
        "lon": 3.3633478,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804\n
      },\n
      {\n
        "type": "node",\n
        "id": 10020357925,\n
        "lat": 49.7559872,\n
        "lon": 3.3632852,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804\n
      },\n
      {\n
        "type": "node",\n
        "id": 10020357926,\n
        "lat": 49.7560342,\n
        "lon": 3.3634585,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804\n
      },\n
      {\n
        "type": "node",\n
        "id": 10020357927,\n
        "lat": 49.7560072,\n
        "lon": 3.3632941,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804\n
      },\n
      {\n
        "type": "node",\n
        "id": 10020357928,\n
        "lat": 49.7559034,\n
        "lon": 3.3631512,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804\n
      },\n
      {\n
        "type": "node",\n
        "id": 10020357929,\n
        "lat": 49.7558879,\n
        "lon": 3.3631981,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804\n
      },\n
      {\n
        "type": "node",\n
        "id": 10020357930,\n
        "lat": 49.7558816,\n
        "lon": 3.3631339,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804\n
      },\n
      {\n
        "type": "node",\n
        "id": 10020357931,\n
        "lat": 49.7559510,\n
        "lon": 3.3632479,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804\n
      },\n
      {\n
        "type": "node",\n
        "id": 10020357932,\n
        "lat": 49.7560011,\n
        "lon": 3.3632967,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804\n
      },\n
      {\n
        "type": "node",\n
        "id": 10020357933,\n
        "lat": 49.7559129,\n
        "lon": 3.3633586,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804\n
      },\n
      {\n
        "type": "way",\n
        "id": 131698476,\n
        "timestamp": "2012-01-22T11:06:49Z",\n
        "version": 2,\n
        "changeset": 10463408,\n
        "user": "didier2020",\n
        "uid": 300459,\n
        "nodes": [\n
          1449146007,\n
          1449146003,\n
          1449145992,\n
          1449145995,\n
          1449145980,\n
          1449145991,\n
          1449145998,\n
          1449146004,\n
          1449146015,\n
          1449146014,\n
          1449146028,\n
          1449146007\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 131699128,\n
        "timestamp": "2012-01-22T11:09:22Z",\n
        "version": 2,\n
        "changeset": 10463408,\n
        "user": "didier2020",\n
        "uid": 300459,\n
        "nodes": [\n
          1449146274,\n
          1449146236,\n
          1449146220,\n
          1449146258,\n
          1449146274\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2011"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871683,\n
        "timestamp": "2012-01-09T10:37:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609609,\n
          1583609587,\n
          1583609578,\n
          1583609599,\n
          1583609593,\n
          1583609600,\n
          1583609618,\n
          1583609637,\n
          1583609688,\n
          1583609676,\n
          1583609609\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871685,\n
        "timestamp": "2012-01-09T10:37:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610332,\n
          1583610328,\n
          1583610290,\n
          1583610281,\n
          1583610272,\n
          1583610257,\n
          1583610297,\n
          1583610312,\n
          1583610336,\n
          1583610354,\n
          1583610332\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871686,\n
        "timestamp": "2012-01-09T10:37:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609758,\n
          1583609726,\n
          1583609723,\n
          1583609595,\n
          1583609733,\n
          1583609742,\n
          1583609698,\n
          1583609704,\n
          1583609680,\n
          1583609777,\n
          1583609758\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871687,\n
        "timestamp": "2012-01-09T10:37:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609915,\n
          1583609878,\n
          1583609797,\n
          1583609883,\n
          1583609889,\n
          1583609922,\n
          1583610011,\n
          1583609963,\n
          1583609959,\n
          1583609925,\n
          1583609915\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871688,\n
        "timestamp": "2012-01-09T10:37:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610446,\n
          1583610437,\n
          1583610462,\n
          1583610456,\n
          1583610473,\n
          1583610485,\n
          1583610470,\n
          1583610480,\n
          1583610519,\n
          1583610499,\n
          1583610446\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871689,\n
        "timestamp": "2012-01-09T10:37:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608040,\n
          1583608052,\n
          1583608082,\n
          1583608084,\n
          1583608087,\n
          1583608075,\n
          1583608058,\n
          1583608061,\n
          1583608062,\n
          1583608048,\n
          1583608040\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871690,\n
        "timestamp": "2012-01-09T10:37:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610127,\n
          1583610029,\n
          1583610054,\n
          1583610035,\n
          1583610075,\n
          1583610088,\n
          1583610128,\n
          1583610149,\n
          1583610183,\n
          1583610240,\n
          1583610127\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871691,\n
        "timestamp": "2012-01-09T10:37:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609828,\n
          1583609808,\n
          1583609815,\n
          1583609899,\n
          1583609826,\n
          1583609973,\n
          1583609980,\n
          1583610009,\n
          1583610039,\n
          1583610053,\n
          1583609828\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871692,\n
        "timestamp": "2012-01-09T10:37:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612075,\n
          1583611945,\n
          1583612239,\n
          1583612309,\n
          1583612342,\n
          1583612580,\n
          1583612369,\n
          1583612328,\n
          1583612303,\n
          1583612244,\n
          1583612075\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871693,\n
        "timestamp": "2012-01-09T10:37:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608428,\n
          1583608424,\n
          1583608432,\n
          1583608433,\n
          1583608439,\n
          1583608440,\n
          1583608446,\n
          1583608456,\n
          1583608449,\n
          1583608448,\n
          1583608428\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871696,\n
        "timestamp": "2012-01-09T10:37:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609510,\n
          1583609522,\n
          1583609516,\n
          1583609535,\n
          1583609543,\n
          1583609555,\n
          1583609549,\n
          1583609563,\n
          1583609585,\n
          1583609527,\n
          1583609510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871697,\n
        "timestamp": "2012-01-09T10:37:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608587,\n
          1583608599,\n
          1583608598,\n
          1583608601,\n
          1583608606,\n
          1583608620,\n
          1583608625,\n
          1583608755,\n
          1583608792,\n
          1583608596,\n
          1583608587\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871699,\n
        "timestamp": "2012-01-09T10:37:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609727,\n
          1583609717,\n
          1583609816,\n
          1583609776,\n
          1583609732,\n
          1583609685,\n
          1583609705,\n
          1583609694,\n
          1583609655,\n
          1583609691,\n
          1583609727\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871700,\n
        "timestamp": "2012-01-09T10:37:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609477,\n
          1583609462,\n
          1583609497,\n
          1583609517,\n
          1583609568,\n
          1583609560,\n
          1583609592,\n
          1583609638,\n
          1583609479,\n
          1583609447,\n
          1583609477\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871704,\n
        "timestamp": "2012-01-09T10:37:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610615,\n
          1583610620,\n
          1583610616,\n
          1583610621,\n
          1583610559,\n
          1583610549,\n
          1583610586,\n
          1583610566,\n
          1583610577,\n
          1583610609,\n
          1583610615\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871707,\n
        "timestamp": "2012-01-09T10:37:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612158,\n
          1583612126,\n
          1583612229,\n
          1583612246,\n
          1583612291,\n
          1583612307,\n
          1583612270,\n
          1583612292,\n
          1583612222,\n
          1583612140,\n
          1583612158\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871710,\n
        "timestamp": "2012-01-09T10:37:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610182,\n
          1583610133,\n
          1583610242,\n
          1583610258,\n
          1583610227,\n
          1583610253,\n
          1583610238,\n
          1583610245,\n
          1583610223,\n
          1583610218,\n
          1583610182\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871711,\n
        "timestamp": "2012-01-09T10:37:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612009,\n
          1583611922,\n
          1583612088,\n
          1583612143,\n
          1583612149,\n
          1583612221,\n
          1583612123,\n
          1583612118,\n
          1583612083,\n
          1583612077,\n
          1583612009\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871712,\n
        "timestamp": "2012-01-09T10:37:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610684,\n
          1583610885,\n
          1583610806,\n
          1583610732,\n
          1583610721,\n
          1583610697,\n
          1583610736,\n
          1583610691,\n
          1583610714,\n
          1583610667,\n
          1583610684\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871719,\n
        "timestamp": "2012-01-09T10:37:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613166,\n
          1583613234,\n
          1583613224,\n
          1583613204,\n
          1583613201,\n
          1583613186,\n
          1583613188,\n
          1583613165,\n
          1583613153,\n
          1583613148,\n
          1583613166\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871721,\n
        "timestamp": "2012-01-09T10:37:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583614203,\n
          1583614170,\n
          1583614164,\n
          1583614034,\n
          1583614060,\n
          1583614064,\n
          1583613959,\n
          1583613965,\n
          1583614020,\n
          1583614123,\n
          1583614105,\n
          1583614203\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871734,\n
        "timestamp": "2012-01-09T10:37:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612260,\n
          1583612189,\n
          1583612016,\n
          1583612040,\n
          1583611836,\n
          1583611847,\n
          1583611840,\n
          1583611863,\n
          1583611959,\n
          1583612013,\n
          1583612039,\n
          1583612260\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871738,\n
        "timestamp": "2012-01-09T10:37:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611842,\n
          1583611808,\n
          1583611751,\n
          1583611987,\n
          1583611971,\n
          1583612018,\n
          1583612121,\n
          1583611977,\n
          1583612015,\n
          1583611916,\n
          1583611920,\n
          1583611842\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871740,\n
        "timestamp": "2012-01-09T10:37:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610225,\n
          1583610247,\n
          1583610285,\n
          1583610338,\n
          1583610331,\n
          1583610325,\n
          1583610323,\n
          1583610305,\n
          1583610300,\n
          1583610276,\n
          1583610263,\n
          1583610225\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871745,\n
        "timestamp": "2012-01-09T10:37:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610115,\n
          1583610090,\n
          1583610098,\n
          1583610151,\n
          1583610000,\n
          1583610071,\n
          1583610079,\n
          1583610129,\n
          1583610198,\n
          1583610147,\n
          1583610228,\n
          1583610115\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871746,\n
        "timestamp": "2012-01-09T10:37:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609806,\n
          1583609756,\n
          1583609791,\n
          1583609785,\n
          1583609825,\n
          1583609876,\n
          1583609847,\n
          1583609897,\n
          1583609839,\n
          1583609857,\n
          1583609832,\n
          1583609806\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871750,\n
        "timestamp": "2012-01-09T10:37:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613000,\n
          1583612986,\n
          1583612984,\n
          1583612988,\n
          1583612989,\n
          1583613006,\n
          1583613042,\n
          1583613040,\n
          1583613055,\n
          1583613038,\n
          1583613001,\n
          1583613000\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871751,\n
        "timestamp": "2012-01-09T10:37:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608542,\n
          1583608549,\n
          1583608554,\n
          1583608558,\n
          1583608559,\n
          1583608563,\n
          1583608583,\n
          1583608573,\n
          1583608568,\n
          1583608561,\n
          1583608544,\n
          1583608542\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871756,\n
        "timestamp": "2012-01-09T10:37:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611617,\n
          1583611667,\n
          1583611783,\n
          1583611773,\n
          1583611913,\n
          1583611969,\n
          1583611924,\n
          1583611914,\n
          1583611889,\n
          1583611790,\n
          1583611750,\n
          1583611617\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871757,\n
        "timestamp": "2012-01-09T10:37:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608172,\n
          1583608180,\n
          1583608177,\n
          1583608195,\n
          1583608198,\n
          1583608204,\n
          1583608208,\n
          1583608213,\n
          1583608260,\n
          1583608166,\n
          1583608162,\n
          1583608172\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871761,\n
        "timestamp": "2012-01-09T10:37:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609755,\n
          1583609723,\n
          1583609726,\n
          1583609741,\n
          1583609769,\n
          1583609758,\n
          1583609777,\n
          1583609802,\n
          1583609845,\n
          1583609794,\n
          1583609789,\n
          1583609755\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871765,\n
        "timestamp": "2012-01-09T10:37:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609340,\n
          1583609353,\n
          1583609355,\n
          1583609389,\n
          1583609396,\n
          1583609372,\n
          1583609377,\n
          1583609375,\n
          1583609354,\n
          1583609349,\n
          1583609348,\n
          1583609345,\n
          1583609340\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871770,\n
        "timestamp": "2012-01-09T10:37:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608096,\n
          1583608089,\n
          1583608086,\n
          1583608091,\n
          1583608092,\n
          1583608128,\n
          1583608140,\n
          1583608152,\n
          1583608126,\n
          1583608127,\n
          1583608117,\n
          1583608114,\n
          1583608096\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871771,\n
        "timestamp": "2012-01-09T10:37:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613277,\n
          1583613254,\n
          1583613279,\n
          1583613285,\n
          1583613295,\n
          1583613296,\n
          1583613311,\n
          1583613328,\n
          1583613292,\n
          1583613298,\n
          1583613290,\n
          1583613287,\n
          1583613277\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871777,\n
        "timestamp": "2012-01-09T10:37:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612715,\n
          1583612786,\n
          1583612721,\n
          1583612651,\n
          1583612664,\n
          1583612662,\n
          1583612701,\n
          1583612578,\n
          1583612592,\n
          1583612596,\n
          1583612666,\n
          1583612687,\n
          1583612715\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871780,\n
        "timestamp": "2012-01-09T10:37:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609424,\n
          1583609408,\n
          1583609415,\n
          1583609413,\n
          1583609442,\n
          1583609446,\n
          1583609457,\n
          1583609478,\n
          1583609459,\n
          1583609464,\n
          1583609435,\n
          1583609430,\n
          1583609424\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871784,\n
        "timestamp": "2012-01-09T10:37:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610618,\n
          1583610612,\n
          1583610592,\n
          1583610678,\n
          1583610715,\n
          1583610701,\n
          1583610717,\n
          1583610707,\n
          1583610731,\n
          1583610664,\n
          1583610648,\n
          1583610641,\n
          1583610618\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871791,\n
        "timestamp": "2012-01-09T10:37:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612183,\n
          1583612344,\n
          1583612345,\n
          1583612594,\n
          1583612278,\n
          1583612280,\n
          1583612141,\n
          1583612061,\n
          1583611983,\n
          1583612090,\n
          1583612107,\n
          1583612258,\n
          1583612183\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871794,\n
        "timestamp": "2012-10-15T10:27:05Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583608493,\n
          1583608487,\n
          1583608482,\n
          1583608497,\n
          1583608494,\n
          1583608505,\n
          1583608516,\n
          1583608525,\n
          1583608531,\n
          1583608524,\n
          1583608504,\n
          1583608498,\n
          1583608493\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871799,\n
        "timestamp": "2012-01-09T10:37:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613562,\n
          1583613678,\n
          1583613735,\n
          1583613707,\n
          1583613739,\n
          1583613709,\n
          1583613706,\n
          1583613690,\n
          1583613681,\n
          1583613683,\n
          1583613667,\n
          1583613594,\n
          1583613562\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871801,\n
        "timestamp": "2012-01-09T10:37:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607902,\n
          1583607896,\n
          1583607898,\n
          1583607897,\n
          1583607894,\n
          1583607890,\n
          1583607907,\n
          1583607910,\n
          1583607917,\n
          1583607929,\n
          1583607912,\n
          1583607916,\n
          1583607902\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871804,\n
        "timestamp": "2012-10-15T10:27:24Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583609736,\n
          1583609775,\n
          1583609804,\n
          1583609819,\n
          1583609831,\n
          1583609812,\n
          1583609778,\n
          1583609814,\n
          1583609903,\n
          1583609934,\n
          1583609926,\n
          1583609816,\n
          1583609717,\n
          1583609727,\n
          1583609736\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871806,\n
        "timestamp": "2012-01-09T10:37:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611422,\n
          1583611454,\n
          1583611444,\n
          1583611482,\n
          1583611494,\n
          1583611513,\n
          1583611541,\n
          1583611516,\n
          1583611526,\n
          1583611496,\n
          1583611477,\n
          1583611458,\n
          1583611419,\n
          1583611422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871807,\n
        "timestamp": "2012-01-09T10:37:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609924,\n
          1583609979,\n
          1583609940,\n
          1583609782,\n
          1583609745,\n
          1583609790,\n
          1583609779,\n
          1583609837,\n
          1583609885,\n
          1583609859,\n
          1583609869,\n
          1583609938,\n
          1583609880,\n
          1583609924\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871808,\n
        "timestamp": "2012-01-09T10:37:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612634,\n
          1583612684,\n
          1583612667,\n
          1583612688,\n
          1583612706,\n
          1583612725,\n
          1583612719,\n
          1583612749,\n
          1583612781,\n
          1583612760,\n
          1583612790,\n
          1583612649,\n
          1583612577,\n
          1583612634\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871809,\n
        "timestamp": "2012-01-09T10:37:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610411,\n
          1583610396,\n
          1583610403,\n
          1583610381,\n
          1583610392,\n
          1583610395,\n
          1583610420,\n
          1583610428,\n
          1583610422,\n
          1583610415,\n
          1583610436,\n
          1583610418,\n
          1583610414,\n
          1583610411\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871810,\n
        "timestamp": "2012-01-09T10:37:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609256,\n
          1583609250,\n
          1583608889,\n
          1583608826,\n
          1583609226,\n
          1583609201,\n
          1583609193,\n
          1583609161,\n
          1583609110,\n
          1583608837,\n
          1583609048,\n
          1583609232,\n
          1583609247,\n
          1583609256\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871812,\n
        "timestamp": "2012-01-09T10:37:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608370,\n
          1583608356,\n
          1583608361,\n
          1583608349,\n
          1583608346,\n
          1583608327,\n
          1583608325,\n
          1583608333,\n
          1583608330,\n
          1583608365,\n
          1583608367,\n
          1583608375,\n
          1583608378,\n
          1583608376,\n
          1583608370\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871814,\n
        "timestamp": "2012-01-09T10:37:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612861,\n
          1583612844,\n
          1583612842,\n
          1583612823,\n
          1583612837,\n
          1583612812,\n
          1583612799,\n
          1583612784,\n
          1583612742,\n
          1583612708,\n
          1583612758,\n
          1583612741,\n
          1583612775,\n
          1583612877,\n
          1583612861\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871815,\n
        "timestamp": "2012-01-09T10:37:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611731,\n
          1583611802,\n
          1583611828,\n
          1583611759,\n
          1583611732,\n
          1583611716,\n
          1583611678,\n
          1583611699,\n
          1583611662,\n
          1583611682,\n
          1583611658,\n
          1583611633,\n
          1583611619,\n
          1583611670,\n
          1583611731\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871816,\n
        "timestamp": "2012-01-09T10:37:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612736,\n
          1583612672,\n
          1583612670,\n
          1583612626,\n
          1583612575,\n
          1583612650,\n
          1583612628,\n
          1583612561,\n
          1583612316,\n
          1583612358,\n
          1583612375,\n
          1583612560,\n
          1583612651,\n
          1583612721,\n
          1583612736\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871817,\n
        "timestamp": "2012-01-09T10:37:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610221,\n
          1583610249,\n
          1583610255,\n
          1583610274,\n
          1583610275,\n
          1583610278,\n
          1583610287,\n
          1583610299,\n
          1583610303,\n
          1583610283,\n
          1583610289,\n
          1583610226,\n
          1583610187,\n
          1583610271,\n
          1583610221\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871818,\n
        "timestamp": "2012-01-09T10:37:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611309,\n
          1583611304,\n
          1583611248,\n
          1583611214,\n
          1583611116,\n
          1583611015,\n
          1583610935,\n
          1583610962,\n
          1583611050,\n
          1583611158,\n
          1583611182,\n
          1583611219,\n
          1583611290,\n
          1583611314,\n
          1583611309\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871819,\n
        "timestamp": "2025-05-08T17:23:50Z",\n
        "version": 3,\n
        "changeset": 165995091,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          1583609369,\n
          1583609361,\n
          1583609384,\n
          1583609387,\n
          1583609398,\n
          1583609376,\n
          1583609380,\n
          1583609319,\n
          1583609307,\n
          1583609318,\n
          1583609308,\n
          1583609343,\n
          1583609338,\n
          1583609358,\n
          1583609369\n
        ],\n
        "tags": {\n
          "addr:housenumber": "5",\n
          "addr:street": "Rue des Écoles",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairie@alaincourt-aisne.fr",\n
          "contact:phone": "+33 3 23 07 76 04",\n
          "contact:website": "http://alaincourt-aisne.fr",\n
          "name": "Mairie d'Alaincourt",\n
          "opening_hours": "Tu 14:00-18:00; Th 14:00-18:00",\n
          "ref:FR:SIRET": "21020009300016",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012;Service-Public.fr - 03/2025",\n
          "source:addr": "https://lannuaire.service-public.fr/nord-pas-de-calais-picardie/aisne",\n
          "wheelchair": "limited"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871820,\n
        "timestamp": "2012-01-09T10:37:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609346,\n
          1583609427,\n
          1583609440,\n
          1583609433,\n
          1583609429,\n
          1583609414,\n
          1583609407,\n
          1583609399,\n
          1583609401,\n
          1583609370,\n
          1583609367,\n
          1583609360,\n
          1583609356,\n
          1583609350,\n
          1583609346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871822,\n
        "timestamp": "2012-01-09T10:37:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611386,\n
          1583611366,\n
          1583611352,\n
          1583611317,\n
          1583611409,\n
          1583611422,\n
          1583611419,\n
          1583611458,\n
          1583611477,\n
          1583611496,\n
          1583611501,\n
          1583611465,\n
          1583611461,\n
          1583611426,\n
          1583611408,\n
          1583611386\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871823,\n
        "timestamp": "2012-01-09T10:37:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610111,\n
          1583610073,\n
          1583610059,\n
          1583610164,\n
          1583610104,\n
          1583610019,\n
          1583609976,\n
          1583610113,\n
          1583610083,\n
          1583610156,\n
          1583610216,\n
          1583610153,\n
          1583610203,\n
          1583610217,\n
          1583610259,\n
          1583610111\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871827,\n
        "timestamp": "2012-01-09T10:37:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608158,\n
          1583608168,\n
          1583608187,\n
          1583608190,\n
          1583608321,\n
          1583608313,\n
          1583608296,\n
          1583608299,\n
          1583608200,\n
          1583608192,\n
          1583608189,\n
          1583608188,\n
          1583608178,\n
          1583608170,\n
          1583608171,\n
          1583608161,\n
          1583608158\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871829,\n
        "timestamp": "2012-01-09T10:37:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609957,\n
          1583610205,\n
          1583610210,\n
          1583610206,\n
          1583610209,\n
          1583610132,\n
          1583610131,\n
          1583610078,\n
          1583610086,\n
          1583610077,\n
          1583610094,\n
          1583610031,\n
          1583610017,\n
          1583610001,\n
          1583609991,\n
          1583609978,\n
          1583609957\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871830,\n
        "timestamp": "2012-01-09T10:37:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610995,\n
          1583611013,\n
          1583611060,\n
          1583611088,\n
          1583611066,\n
          1583611087,\n
          1583611113,\n
          1583611138,\n
          1583611110,\n
          1583611117,\n
          1583611043,\n
          1583611048,\n
          1583611023,\n
          1583611026,\n
          1583611008,\n
          1583610996,\n
          1583610967,\n
          1583610910,\n
          1583610995\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871831,\n
        "timestamp": "2012-01-09T10:37:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611022,\n
          1583611161,\n
          1583611180,\n
          1583611190,\n
          1583611147,\n
          1583611062,\n
          1583611039,\n
          1583611064,\n
          1583611089,\n
          1583611211,\n
          1583611253,\n
          1583611091,\n
          1583611084,\n
          1583611021,\n
          1583610965,\n
          1583610980,\n
          1583610986,\n
          1583611006,\n
          1583611022\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871834,\n
        "timestamp": "2012-10-15T10:27:55Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583608380,\n
          1583608404,\n
          1583608408,\n
          1583608427,\n
          1583608431,\n
          1583608438,\n
          1583608419,\n
          1583608412,\n
          1583608416,\n
          1583608415,\n
          1583608417,\n
          1583608418,\n
          1583608426,\n
          1583608425,\n
          1583608422,\n
          1583608421,\n
          1583608411,\n
          1583608409,\n
          1583608400,\n
          1583608388,\n
          1583608380\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871836,\n
        "timestamp": "2012-01-09T10:37:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611351,\n
          1583611581,\n
          1583611672,\n
          1583611768,\n
          1583611777,\n
          1583611713,\n
          1583611718,\n
          1583611698,\n
          1583611656,\n
          1583611714,\n
          1583611674,\n
          1583611651,\n
          1583611600,\n
          1583611561,\n
          1583611574,\n
          1583611555,\n
          1583611545,\n
          1583611536,\n
          1583611534,\n
          1583611490,\n
          1583611537,\n
          1583611549,\n
          1583611565,\n
          1583611629,\n
          1583611687,\n
          1583611559,\n
          1583611351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871838,\n
        "timestamp": "2018-07-29T20:26:43Z",\n
        "version": 3,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179,\n
        "nodes": [\n
          1583609470,\n
          1583609472,\n
          1583609490,\n
          1583609484,\n
          1583609496,\n
          1583609499,\n
          1583609515,\n
          1583609514,\n
          1583609518,\n
          1583609521,\n
          1583609538,\n
          1583609537,\n
          1583609541,\n
          1583609544,\n
          1583609557,\n
          1583609556,\n
          1583609562,\n
          1583609565,\n
          1583609581,\n
          1583609613,\n
          1583609596,\n
          1583609584,\n
          1583609616,\n
          1583609573,\n
          1583609561,\n
          1583609523,\n
          1583609530,\n
          1583609513,\n
          1583609463,\n
          1583609470\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "yes",\n
          "denomination": "catholic",\n
          "name": "Église Notre-Dame",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wikidata": "Q3585783"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871839,\n
        "timestamp": "2020-10-24T13:21:11Z",\n
        "version": 2,\n
        "changeset": 92987568,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          1583608057,\n
          1583608066,\n
          1583608063,\n
          1583608053,\n
          1583608057\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871841,\n
        "timestamp": "2012-01-09T10:37:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610359,\n
          1583610382,\n
          1583610391,\n
          1583610366,\n
          1583610359\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871843,\n
        "timestamp": "2012-01-09T10:37:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612734,\n
          1583612792,\n
          1583612857,\n
          1583612818,\n
          1583612734\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871844,\n
        "timestamp": "2012-01-09T10:37:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608022,\n
          1583608036,\n
          1583607982,\n
          1583607980,\n
          1583608022\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871846,\n
        "timestamp": "2012-01-09T10:37:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608347,\n
          1583608348,\n
          1583608341,\n
          1583608339,\n
          1583608347\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871847,\n
        "timestamp": "2012-01-09T10:37:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609901,\n
          1583609998,\n
          1583609936,\n
          1583609801,\n
          1583609901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871848,\n
        "timestamp": "2012-01-09T10:37:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610955,\n
          1583611032,\n
          1583610973,\n
          1583610884,\n
          1583610955\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871850,\n
        "timestamp": "2012-01-09T10:37:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613850,\n
          1583613858,\n
          1583613881,\n
          1583613873,\n
          1583613850\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871851,\n
        "timestamp": "2012-01-09T10:37:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613258,\n
          1583613252,\n
          1583613261,\n
          1583613272,\n
          1583613258\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871853,\n
        "timestamp": "2012-01-09T10:37:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609316,\n
          1583609323,\n
          1583609330,\n
          1583609324,\n
          1583609316\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871854,\n
        "timestamp": "2012-01-09T10:37:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613199,\n
          1583613187,\n
          1583613207,\n
          1583613208,\n
          1583613199\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871855,\n
        "timestamp": "2012-01-09T10:37:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612777,\n
          1583612723,\n
          1583612756,\n
          1583612808,\n
          1583612777\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871856,\n
        "timestamp": "2012-10-15T10:28:36Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583609626,\n
          1583609635,\n
          1583609636,\n
          1583609624,\n
          1583609608,\n
          1583609626\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871857,\n
        "timestamp": "2012-01-09T10:37:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611511,\n
          1583611551,\n
          1583611583,\n
          1583611529,\n
          1583611511\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871858,\n
        "timestamp": "2012-01-09T10:37:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610591,\n
          1583610574,\n
          1583610583,\n
          1583610604,\n
          1583610591\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871859,\n
        "timestamp": "2012-01-09T10:37:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611910,\n
          1583612110,\n
          1583611991,\n
          1583611794,\n
          1583611910\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871860,\n
        "timestamp": "2012-01-09T10:37:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608697,\n
          1583608663,\n
          1583608712,\n
          1583608748,\n
          1583608697\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871861,\n
        "timestamp": "2012-01-09T10:37:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607932,\n
          1583607943,\n
          1583607951,\n
          1583607935,\n
          1583607932\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871862,\n
        "timestamp": "2012-01-09T10:37:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610260,\n
          1583610298,\n
          1583610282,\n
          1583610234,\n
          1583610260\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871865,\n
        "timestamp": "2012-01-09T10:37:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612913,\n
          1583612931,\n
          1583612895,\n
          1583612874,\n
          1583612913\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871866,\n
        "timestamp": "2012-01-09T10:37:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608488,\n
          1583608472,\n
          1583608499,\n
          1583608522,\n
          1583608488\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871867,\n
        "timestamp": "2012-01-09T10:37:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609171,\n
          1583609143,\n
          1583609108,\n
          1583609146,\n
          1583609171\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871868,\n
        "timestamp": "2012-01-09T10:37:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609405,\n
          1583609409,\n
          1583609423,\n
          1583609411,\n
          1583609405\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871869,\n
        "timestamp": "2012-01-09T10:37:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613591,\n
          1583613587,\n
          1583613558,\n
          1583613568,\n
          1583613591\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871871,\n
        "timestamp": "2012-01-09T10:37:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607919,\n
          1583607941,\n
          1583607949,\n
          1583607930,\n
          1583607919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871874,\n
        "timestamp": "2012-01-09T10:37:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608146,\n
          1583608147,\n
          1583608142,\n
          1583608137,\n
          1583608146\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871875,\n
        "timestamp": "2012-01-09T10:37:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610497,\n
          1583610536,\n
          1583610522,\n
          1583610476,\n
          1583610497\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871876,\n
        "timestamp": "2012-01-09T10:37:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612881,\n
          1583612894,\n
          1583612875,\n
          1583612855,\n
          1583612881\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871878,\n
        "timestamp": "2012-01-09T10:37:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609729,\n
          1583609780,\n
          1583609795,\n
          1583609752,\n
          1583609729\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871880,\n
        "timestamp": "2012-01-09T10:37:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611959,\n
          1583612176,\n
          1583612205,\n
          1583612013,\n
          1583611959\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871881,\n
        "timestamp": "2012-01-09T10:37:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609254,\n
          1583609281,\n
          1583609298,\n
          1583609289,\n
          1583609254\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871883,\n
        "timestamp": "2012-01-09T10:37:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609467,\n
          1583609504,\n
          1583609508,\n
          1583609471,\n
          1583609467\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871884,\n
        "timestamp": "2012-01-09T10:37:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608395,\n
          1583608390,\n
          1583608383,\n
          1583608391,\n
          1583608395\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871885,\n
        "timestamp": "2012-01-09T10:37:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611672,\n
          1583611711,\n
          1583611798,\n
          1583611768,\n
          1583611672\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871886,\n
        "timestamp": "2012-01-09T10:37:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612683,\n
          1583612387,\n
          1583612613,\n
          1583612743,\n
          1583612683\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871887,\n
        "timestamp": "2012-01-09T10:37:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609388,\n
          1583609371,\n
          1583609383,\n
          1583609393,\n
          1583609388\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871889,\n
        "timestamp": "2012-01-09T10:37:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608312,\n
          1583608319,\n
          1583608323,\n
          1583608314,\n
          1583608312\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871890,\n
        "timestamp": "2012-01-09T10:37:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612241,\n
          1583612275,\n
          1583612002,\n
          1583611915,\n
          1583612241\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871891,\n
        "timestamp": "2012-01-09T10:37:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610002,\n
          1583610200,\n
          1583610220,\n
          1583610049,\n
          1583610002\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871893,\n
        "timestamp": "2012-01-09T10:37:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610688,\n
          1583610740,\n
          1583610761,\n
          1583610700,\n
          1583610688\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871896,\n
        "timestamp": "2012-01-09T10:37:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609575,\n
          1583609634,\n
          1583609574,\n
          1583609540,\n
          1583609575\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871897,\n
        "timestamp": "2012-01-09T10:37:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609767,\n
          1583609651,\n
          1583609644,\n
          1583609753,\n
          1583609767\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871898,\n
        "timestamp": "2012-01-09T10:37:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611680,\n
          1583611719,\n
          1583611696,\n
          1583611654,\n
          1583611680\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871900,\n
        "timestamp": "2012-01-09T10:37:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612632,\n
          1583612705,\n
          1583612615,\n
          1583612559,\n
          1583612632\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871902,\n
        "timestamp": "2012-01-09T10:37:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613182,\n
          1583613206,\n
          1583613184,\n
          1583613167,\n
          1583613182\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871904,\n
        "timestamp": "2012-01-09T10:37:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608033,\n
          1583608019,\n
          1583608027,\n
          1583608035,\n
          1583608033\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871908,\n
        "timestamp": "2012-01-09T10:37:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609915,\n
          1583609925,\n
          1583609959,\n
          1583609951,\n
          1583609915\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871911,\n
        "timestamp": "2012-01-09T10:37:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611784,\n
          1583611882,\n
          1583612127,\n
          1583612017,\n
          1583611784\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871915,\n
        "timestamp": "2012-01-09T10:38:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610278,\n
          1583610291,\n
          1583610293,\n
          1583610287,\n
          1583610278\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871917,\n
        "timestamp": "2012-01-09T10:38:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613630,\n
          1583613583,\n
          1583613495,\n
          1583613521,\n
          1583613630\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871924,\n
        "timestamp": "2012-01-09T10:38:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610645,\n
          1583610659,\n
          1583610644,\n
          1583610625,\n
          1583610645\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871925,\n
        "timestamp": "2012-01-09T10:38:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609123,\n
          1583609263,\n
          1583609272,\n
          1583609165,\n
          1583609123\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871926,\n
        "timestamp": "2012-01-09T10:38:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609474,\n
          1583609505,\n
          1583609550,\n
          1583609529,\n
          1583609474\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871931,\n
        "timestamp": "2012-01-09T10:38:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609397,\n
          1583609373,\n
          1583609363,\n
          1583609391,\n
          1583609397\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871934,\n
        "timestamp": "2012-01-09T10:38:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610185,\n
          1583610076,\n
          1583610007,\n
          1583610103,\n
          1583610185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871938,\n
        "timestamp": "2012-01-09T10:38:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608133,\n
          1583608157,\n
          1583608088,\n
          1583608081,\n
          1583608133\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871941,\n
        "timestamp": "2012-01-09T10:38:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607870,\n
          1583607869,\n
          1583607871,\n
          1583607872,\n
          1583607870\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871946,\n
        "timestamp": "2012-01-09T10:38:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609707,\n
          1583609722,\n
          1583609763,\n
          1583609737,\n
          1583609707\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871947,\n
        "timestamp": "2012-01-09T10:38:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612761,\n
          1583612671,\n
          1583612573,\n
          1583612669,\n
          1583612761\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871952,\n
        "timestamp": "2012-01-09T10:38:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609247,\n
          1583609264,\n
          1583609276,\n
          1583609256,\n
          1583609247\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871954,\n
        "timestamp": "2012-01-09T10:38:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612341,\n
          1583612308,\n
          1583612320,\n
          1583612343,\n
          1583612341\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871957,\n
        "timestamp": "2012-01-09T10:38:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612059,\n
          1583612081,\n
          1583612046,\n
          1583611989,\n
          1583612059\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871958,\n
        "timestamp": "2012-01-09T10:38:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609552,\n
          1583609569,\n
          1583609525,\n
          1583609503,\n
          1583609552\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871961,\n
        "timestamp": "2012-01-09T10:38:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609620,\n
          1583609627,\n
          1583609621,\n
          1583609610,\n
          1583609620\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871962,\n
        "timestamp": "2012-01-09T10:38:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610383,\n
          1583610409,\n
          1583610394,\n
          1583610370,\n
          1583610383\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871963,\n
        "timestamp": "2012-01-09T10:38:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611464,\n
          1583611498,\n
          1583611460,\n
          1583611428,\n
          1583611464\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871964,\n
        "timestamp": "2012-01-09T10:38:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610385,\n
          1583610399,\n
          1583610389,\n
          1583610374,\n
          1583610385\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871967,\n
        "timestamp": "2012-01-09T10:38:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609512,\n
          1583609519,\n
          1583609551,\n
          1583609546,\n
          1583609512\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871968,\n
        "timestamp": "2012-01-09T10:38:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610834,\n
          1583610968,\n
          1583610982,\n
          1583610859,\n
          1583610834\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871970,\n
        "timestamp": "2012-01-09T10:38:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613407,\n
          1583613419,\n
          1583613411,\n
          1583613399,\n
          1583613407\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871971,\n
        "timestamp": "2012-01-09T10:38:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610509,\n
          1583610498,\n
          1583610511,\n
          1583610524,\n
          1583610509\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871972,\n
        "timestamp": "2012-01-09T10:38:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609296,\n
          1583609316,\n
          1583609324,\n
          1583609302,\n
          1583609296\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871973,\n
        "timestamp": "2012-01-09T10:38:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612952,\n
          1583612970,\n
          1583612965,\n
          1583612932,\n
          1583612952\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871974,\n
        "timestamp": "2012-01-09T10:38:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608485,\n
          1583608491,\n
          1583608495,\n
          1583608490,\n
          1583608485\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871975,\n
        "timestamp": "2012-01-09T10:38:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610334,\n
          1583610329,\n
          1583610340,\n
          1583610342,\n
          1583610334\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871976,\n
        "timestamp": "2012-01-09T10:38:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609533,\n
          1583609559,\n
          1583609553,\n
          1583609528,\n
          1583609533\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871978,\n
        "timestamp": "2012-01-09T10:38:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610617,\n
          1583610596,\n
          1583610584,\n
          1583610600,\n
          1583610617\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871979,\n
        "timestamp": "2012-01-09T10:38:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610510,\n
          1583610523,\n
          1583610503,\n
          1583610493,\n
          1583610510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871981,\n
        "timestamp": "2012-01-09T10:38:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608460,\n
          1583608496,\n
          1583608471,\n
          1583608452,\n
          1583608460\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871984,\n
        "timestamp": "2012-01-09T10:38:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608569,\n
          1583608572,\n
          1583608552,\n
          1583608548,\n
          1583608569\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871985,\n
        "timestamp": "2012-01-09T10:38:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613397,\n
          1583613382,\n
          1583613389,\n
          1583613409,\n
          1583613397\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871986,\n
        "timestamp": "2012-01-09T10:38:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613185,\n
          1583613170,\n
          1583613171,\n
          1583613202,\n
          1583613185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871988,\n
        "timestamp": "2012-01-09T10:38:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610411,\n
          1583610380,\n
          1583610372,\n
          1583610396,\n
          1583610411\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871989,\n
        "timestamp": "2012-01-09T10:38:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611272,\n
          1583611357,\n
          1583611331,\n
          1583611233,\n
          1583611272\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871990,\n
        "timestamp": "2012-01-09T10:38:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607885,\n
          1583607883,\n
          1583607886,\n
          1583607888,\n
          1583607885\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871991,\n
        "timestamp": "2012-01-09T10:38:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611275,\n
          1583611266,\n
          1583611291,\n
          1583611299,\n
          1583611275\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871995,\n
        "timestamp": "2012-01-09T10:38:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609684,\n
          1583609675,\n
          1583609649,\n
          1583609659,\n
          1583609684\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871998,\n
        "timestamp": "2012-01-09T10:38:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609306,\n
          1583609278,\n
          1583609260,\n
          1583609300,\n
          1583609306\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144871999,\n
        "timestamp": "2012-01-09T10:38:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609674,\n
          1583609692,\n
          1583609720,\n
          1583609714,\n
          1583609674\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872000,\n
        "timestamp": "2012-01-09T10:38:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609697,\n
          1583609710,\n
          1583609719,\n
          1583609711,\n
          1583609697\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872002,\n
        "timestamp": "2012-01-09T10:38:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608089,\n
          1583608096,\n
          1583608107,\n
          1583608095,\n
          1583608089\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872004,\n
        "timestamp": "2012-01-09T10:38:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608082,\n
          1583608094,\n
          1583608099,\n
          1583608084,\n
          1583608082\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872005,\n
        "timestamp": "2012-01-09T10:38:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610466,\n
          1583610438,\n
          1583610413,\n
          1583610442,\n
          1583610466\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872006,\n
        "timestamp": "2012-01-09T10:38:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610528,\n
          1583610534,\n
          1583610539,\n
          1583610538,\n
          1583610528\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872008,\n
        "timestamp": "2012-01-09T10:38:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612207,\n
          1583612192,\n
          1583612242,\n
          1583612250,\n
          1583612207\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872009,\n
        "timestamp": "2012-01-09T10:38:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613222,\n
          1583613208,\n
          1583613207,\n
          1583613219,\n
          1583613222\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872012,\n
        "timestamp": "2012-01-09T10:38:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607986,\n
          1583607984,\n
          1583607988,\n
          1583607991,\n
          1583607986\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872013,\n
        "timestamp": "2012-01-09T10:38:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608579,\n
          1583608578,\n
          1583608566,\n
          1583608571,\n
          1583608579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872016,\n
        "timestamp": "2012-01-09T10:38:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607960,\n
          1583607956,\n
          1583607950,\n
          1583607954,\n
          1583607960\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872017,\n
        "timestamp": "2012-01-09T10:38:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610660,\n
          1583610639,\n
          1583610703,\n
          1583610744,\n
          1583610660\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872019,\n
        "timestamp": "2012-01-09T10:38:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613280,\n
          1583613274,\n
          1583613262,\n
          1583613270,\n
          1583613280\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872021,\n
        "timestamp": "2012-01-09T10:38:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610460,\n
          1583610478,\n
          1583610512,\n
          1583610482,\n
          1583610460\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872024,\n
        "timestamp": "2012-01-09T10:38:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612226,\n
          1583612063,\n
          1583612145,\n
          1583612286,\n
          1583612226\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872027,\n
        "timestamp": "2012-01-09T10:38:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609018,\n
          1583609118,\n
          1583608994,\n
          1583608861,\n
          1583609018\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872028,\n
        "timestamp": "2012-01-09T10:38:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612762,\n
          1583612740,\n
          1583612717,\n
          1583612726,\n
          1583612762\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872030,\n
        "timestamp": "2012-01-09T10:38:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610473,\n
          1583610459,\n
          1583610470,\n
          1583610485,\n
          1583610473\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872031,\n
        "timestamp": "2012-01-09T10:38:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608332,\n
          1583608326,\n
          1583608334,\n
          1583608340,\n
          1583608332\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872035,\n
        "timestamp": "2012-01-09T10:38:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613185,\n
          1583613183,\n
          1583613169,\n
          1583613170,\n
          1583613185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872037,\n
        "timestamp": "2012-01-09T10:38:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608428,\n
          1583608448,\n
          1583608449,\n
          1583608429,\n
          1583608428\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872038,\n
        "timestamp": "2012-01-09T10:38:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611417,\n
          1583611333,\n
          1583611371,\n
          1583611462,\n
          1583611417\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872039,\n
        "timestamp": "2012-01-09T10:38:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611233,\n
          1583611208,\n
          1583611250,\n
          1583611272,\n
          1583611233\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872040,\n
        "timestamp": "2023-08-29T07:36:00Z",\n
        "version": 5,\n
        "changeset": 140526595,\n
        "user": "Roue-doudou",\n
        "uid": 10224323,\n
        "nodes": [\n
          1583611367,\n
          1583611349,\n
          1583611335,\n
          1583611348,\n
          1583611367\n
        ],\n
        "tags": {\n
          "building": "service",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "substation",\n
          "service": "utility",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "source:power": "Enedis",\n
          "substation": "minor_distribution",\n
          "voltage": "20000"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872041,\n
        "timestamp": "2012-01-09T10:38:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610735,\n
          1583610718,\n
          1583610772,\n
          1583610805,\n
          1583610735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872043,\n
        "timestamp": "2012-01-09T10:38:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608473,\n
          1583608534,\n
          1583608443,\n
          1583608407,\n
          1583608473\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872046,\n
        "timestamp": "2012-01-09T10:38:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608379,\n
          1583608384,\n
          1583608371,\n
          1583608366,\n
          1583608379\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872047,\n
        "timestamp": "2012-01-09T10:38:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611891,\n
          1583611918,\n
          1583611865,\n
          1583611856,\n
          1583611891\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872050,\n
        "timestamp": "2012-01-09T10:38:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609426,\n
          1583609448,\n
          1583609465,\n
          1583609437,\n
          1583609426\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872053,\n
        "timestamp": "2012-01-09T10:38:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610833,\n
          1583610860,\n
          1583610883,\n
          1583610856,\n
          1583610833\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872055,\n
        "timestamp": "2012-01-09T10:38:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607874,\n
          1583607873,\n
          1583607877,\n
          1583607881,\n
          1583607874\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872059,\n
        "timestamp": "2012-01-09T10:38:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612141,\n
          1583612180,\n
          1583612108,\n
          1583612061,\n
          1583612141\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872061,\n
        "timestamp": "2012-01-09T10:38:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611251,\n
          1583611235,\n
          1583611255,\n
          1583611273,\n
          1583611251\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872062,\n
        "timestamp": "2012-01-09T10:38:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608584,\n
          1583608575,\n
          1583608602,\n
          1583608616,\n
          1583608584\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872063,\n
        "timestamp": "2012-01-09T10:38:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610968,\n
          1583610834,\n
          1583610765,\n
          1583610891,\n
          1583610968\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872065,\n
        "timestamp": "2012-01-09T10:38:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608458,\n
          1583608461,\n
          1583608445,\n
          1583608436,\n
          1583608458\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872068,\n
        "timestamp": "2012-01-09T10:38:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611135,\n
          1583611184,\n
          1583611115,\n
          1583611034,\n
          1583611135\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872069,\n
        "timestamp": "2012-01-09T10:38:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610191,\n
          1583610266,\n
          1583610176,\n
          1583610057,\n
          1583610191\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872070,\n
        "timestamp": "2012-01-09T10:38:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609489,\n
          1583609481,\n
          1583609487,\n
          1583609498,\n
          1583609489\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872071,\n
        "timestamp": "2012-01-09T10:38:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612210,\n
          1583612109,\n
          1583612086,\n
          1583612191,\n
          1583612210\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872074,\n
        "timestamp": "2012-01-09T10:38:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608148,\n
          1583608156,\n
          1583608144,\n
          1583608134,\n
          1583608148\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872076,\n
        "timestamp": "2012-01-09T10:38:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612908,\n
          1583612929,\n
          1583612930,\n
          1583612910,\n
          1583612908\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872077,\n
        "timestamp": "2012-01-09T10:38:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612591,\n
          1583612707,\n
          1583612754,\n
          1583612635,\n
          1583612591\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872078,\n
        "timestamp": "2012-01-09T10:38:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609178,\n
          1583609242,\n
          1583609254,\n
          1583609220,\n
          1583609178\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872080,\n
        "timestamp": "2012-01-09T10:38:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612208,\n
          1583612125,\n
          1583612225,\n
          1583612289,\n
          1583612208\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872081,\n
        "timestamp": "2012-01-09T10:38:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609691,\n
          1583609696,\n
          1583609736,\n
          1583609727,\n
          1583609691\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872082,\n
        "timestamp": "2012-01-09T10:38:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610154,\n
          1583610178,\n
          1583610248,\n
          1583610229,\n
          1583610154\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872084,\n
        "timestamp": "2012-01-09T10:38:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609431,\n
          1583609449,\n
          1583609452,\n
          1583609434,\n
          1583609431\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872085,\n
        "timestamp": "2012-01-09T10:38:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609450,\n
          1583609444,\n
          1583609454,\n
          1583609466,\n
          1583609450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872087,\n
        "timestamp": "2012-01-09T10:38:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613023,\n
          1583613044,\n
          1583613019,\n
          1583613003,\n
          1583613023\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872088,\n
        "timestamp": "2012-01-09T10:38:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611571,\n
          1583611602,\n
          1583611517,\n
          1583611499,\n
          1583611571\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872089,\n
        "timestamp": "2012-01-09T10:38:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610565,\n
          1583610576,\n
          1583610583,\n
          1583610574,\n
          1583610565\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872092,\n
        "timestamp": "2012-01-09T10:38:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610497,\n
          1583610506,\n
          1583610543,\n
          1583610536,\n
          1583610497\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872093,\n
        "timestamp": "2012-01-09T10:38:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613099,\n
          1583613112,\n
          1583613107,\n
          1583613079,\n
          1583613099\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872094,\n
        "timestamp": "2012-01-09T10:38:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608527,\n
          1583608519,\n
          1583608535,\n
          1583608540,\n
          1583608527\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872095,\n
        "timestamp": "2012-01-09T10:38:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612806,\n
          1583612848,\n
          1583612722,\n
          1583612668,\n
          1583612806\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872096,\n
        "timestamp": "2012-01-09T10:38:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610599,\n
          1583610590,\n
          1583610622,\n
          1583610633,\n
          1583610599\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872098,\n
        "timestamp": "2012-01-09T10:38:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612751,\n
          1583612724,\n
          1583612680,\n
          1583612704,\n
          1583612751\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872100,\n
        "timestamp": "2012-01-09T10:38:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610335,\n
          1583610353,\n
          1583610386,\n
          1583610363,\n
          1583610335\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872101,\n
        "timestamp": "2012-01-09T10:38:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612557,\n
          1583612574,\n
          1583612558,\n
          1583612371,\n
          1583612557\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872102,\n
        "timestamp": "2012-01-09T10:38:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613564,\n
          1583613513,\n
          1583613482,\n
          1583613493,\n
          1583613564\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872104,\n
        "timestamp": "2012-01-09T10:38:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608345,\n
          1583608352,\n
          1583608360,\n
          1583608351,\n
          1583608345\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872106,\n
        "timestamp": "2012-01-09T10:38:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610417,\n
          1583610397,\n
          1583610405,\n
          1583610427,\n
          1583610417\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872107,\n
        "timestamp": "2012-10-15T10:28:11Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583609787,\n
          1583609743,\n
          1966482892,\n
          1583609798,\n
          1583609787\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872108,\n
        "timestamp": "2012-01-09T10:38:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608616,\n
          1583608602,\n
          1583608608,\n
          1583608644,\n
          1583608616\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872109,\n
        "timestamp": "2012-01-09T10:38:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609577,\n
          1583609590,\n
          1583609628,\n
          1583609614,\n
          1583609577\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872111,\n
        "timestamp": "2012-01-09T10:38:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611410,\n
          1583611473,\n
          1583611425,\n
          1583611372,\n
          1583611410\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872112,\n
        "timestamp": "2012-01-09T10:38:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608647,\n
          1583608655,\n
          1583608631,\n
          1583608619,\n
          1583608647\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872113,\n
        "timestamp": "2012-01-09T10:38:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609451,\n
          1583609438,\n
          1583609432,\n
          1583609439,\n
          1583609451\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872115,\n
        "timestamp": "2012-01-09T10:38:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609796,\n
          1583609898,\n
          1583609955,\n
          1583609866,\n
          1583609796\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872116,\n
        "timestamp": "2012-01-09T10:38:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609571,\n
          1583609642,\n
          1583609631,\n
          1583609567,\n
          1583609571\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872117,\n
        "timestamp": "2012-01-09T10:38:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607948,\n
          1583607931,\n
          1583607927,\n
          1583607937,\n
          1583607948\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872118,\n
        "timestamp": "2012-01-09T10:38:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608120,\n
          1583608130,\n
          1583608099,\n
          1583608094,\n
          1583608120\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872119,\n
        "timestamp": "2012-01-09T10:38:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613060,\n
          1583613063,\n
          1583613059,\n
          1583613057,\n
          1583613060\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872121,\n
        "timestamp": "2012-01-09T10:38:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610500,\n
          1583610488,\n
          1583610458,\n
          1583610471,\n
          1583610500\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872122,\n
        "timestamp": "2012-01-09T10:38:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608042,\n
          1583608039,\n
          1583608038,\n
          1583608041,\n
          1583608042\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872124,\n
        "timestamp": "2012-01-09T10:38:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610993,\n
          1583610971,\n
          1583610978,\n
          1583611004,\n
          1583610993\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872126,\n
        "timestamp": "2012-01-09T10:38:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610663,\n
          1583610740,\n
          1583610688,\n
          1583610631,\n
          1583610663\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872128,\n
        "timestamp": "2012-01-09T10:38:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607895,\n
          1583607884,\n
          1583607904,\n
          1583607928,\n
          1583607895\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872129,\n
        "timestamp": "2012-01-09T10:38:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607892,\n
          1583607889,\n
          1583607891,\n
          1583607893,\n
          1583607892\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872130,\n
        "timestamp": "2012-01-09T10:38:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607859,\n
          1583607861,\n
          1583607866,\n
          1583607865,\n
          1583607859\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872133,\n
        "timestamp": "2012-01-09T10:38:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612104,\n
          1583612044,\n
          1583612142,\n
          1583612200,\n
          1583612104\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872135,\n
        "timestamp": "2012-01-09T10:38:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612161,\n
          1583612099,\n
          1583612206,\n
          1583612262,\n
          1583612161\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872137,\n
        "timestamp": "2012-01-09T10:38:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612912,\n
          1583612928,\n
          1583612909,\n
          1583612900,\n
          1583612912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872138,\n
        "timestamp": "2012-01-09T10:38:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608301,\n
          1583608306,\n
          1583608309,\n
          1583608302,\n
          1583608301\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872144,\n
        "timestamp": "2012-01-09T10:38:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607962,\n
          1583607952,\n
          1583607939,\n
          1583607958,\n
          1583607962\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872145,\n
        "timestamp": "2012-01-09T10:38:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609301,\n
          1583609294,\n
          1583609287,\n
          1583609293,\n
          1583609301\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872146,\n
        "timestamp": "2012-01-09T10:38:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608441,\n
          1583608437,\n
          1583608447,\n
          1583608451,\n
          1583608441\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872147,\n
        "timestamp": "2012-01-09T10:38:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583614232,\n
          1583614282,\n
          1583614210,\n
          1583614132,\n
          1583614232\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872149,\n
        "timestamp": "2012-01-09T10:38:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608474,\n
          1583608468,\n
          1583608481,\n
          1583608484,\n
          1583608474\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872151,\n
        "timestamp": "2012-01-09T10:38:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611389,\n
          1583611424,\n
          1583611441,\n
          1583611392,\n
          1583611389\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872153,\n
        "timestamp": "2012-01-09T10:38:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610445,\n
          1583610440,\n
          1583610449,\n
          1583610452,\n
          1583610445\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872154,\n
        "timestamp": "2012-01-09T10:38:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612106,\n
          1583612157,\n
          1583612220,\n
          1583612170,\n
          1583612106\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872155,\n
        "timestamp": "2012-01-09T10:38:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612305,\n
          1583612367,\n
          1583612644,\n
          1583612384,\n
          1583612305\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872157,\n
        "timestamp": "2012-01-09T10:38:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608372,\n
          1583608387,\n
          1583608399,\n
          1583608386,\n
          1583608372\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872158,\n
        "timestamp": "2012-01-09T10:38:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610274,\n
          1583610255,\n
          1583610267,\n
          1583610286,\n
          1583610274\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872159,\n
        "timestamp": "2012-01-09T10:38:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610618,\n
          1583610641,\n
          1583610648,\n
          1583610627,\n
          1583610618\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872161,\n
        "timestamp": "2012-01-09T10:38:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611662,\n
          1583611633,\n
          1583611658,\n
          1583611682,\n
          1583611662\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872162,\n
        "timestamp": "2012-01-09T10:38:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611616,\n
          1583611631,\n
          1583611660,\n
          1583611621,\n
          1583611616\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872163,\n
        "timestamp": "2012-01-09T10:38:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612877,\n
          1583612885,\n
          1583612876,\n
          1583612861,\n
          1583612877\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872166,\n
        "timestamp": "2012-01-09T10:39:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609334,\n
          1583609341,\n
          1583609329,\n
          1583609325,\n
          1583609334\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872167,\n
        "timestamp": "2012-01-09T10:39:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610406,\n
          1583610441,\n
          1583610468,\n
          1583610439,\n
          1583610406\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872169,\n
        "timestamp": "2012-01-09T10:39:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612969,\n
          1583612971,\n
          1583612964,\n
          1583612945,\n
          1583612969\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872170,\n
        "timestamp": "2012-01-09T10:39:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610447,\n
          1583610450,\n
          1583610387,\n
          1583610377,\n
          1583610447\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872171,\n
        "timestamp": "2012-01-09T10:39:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610382,\n
          1583610359,\n
          1583610351,\n
          1583610373,\n
          1583610382\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872172,\n
        "timestamp": "2012-01-09T10:39:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610588,\n
          1583610597,\n
          1583610578,\n
          1583610572,\n
          1583610588\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872174,\n
        "timestamp": "2012-01-09T10:39:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611211,\n
          1583611271,\n
          1583611312,\n
          1583611253,\n
          1583611211\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872175,\n
        "timestamp": "2012-01-09T10:39:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611146,\n
          1583611090,\n
          1583610914,\n
          1583610960,\n
          1583611146\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872176,\n
        "timestamp": "2012-01-09T10:39:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611402,\n
          1583611456,\n
          1583611388,\n
          1583611330,\n
          1583611402\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872177,\n
        "timestamp": "2012-01-09T10:39:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609612,\n
          1583609548,\n
          1583609576,\n
          1583609646,\n
          1583609612\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872179,\n
        "timestamp": "2012-01-09T10:39:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608654,\n
          1583608696,\n
          1583608721,\n
          1583608683,\n
          1583608654\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872180,\n
        "timestamp": "2012-01-09T10:39:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610236,\n
          1583610109,\n
          1583610170,\n
          1583610269,\n
          1583610236\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872182,\n
        "timestamp": "2012-01-09T10:39:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609919,\n
          1583609993,\n
          1583609824,\n
          1583609761,\n
          1583609919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872185,\n
        "timestamp": "2012-01-09T10:39:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609718,\n
          1583609730,\n
          1583609762,\n
          1583609748,\n
          1583609718\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872187,\n
        "timestamp": "2012-01-09T10:39:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612935,\n
          1583612948,\n
          1583612934,\n
          1583612933,\n
          1583612935\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872189,\n
        "timestamp": "2012-01-09T10:39:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610425,\n
          1583610444,\n
          1583610469,\n
          1583610448,\n
          1583610425\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872191,\n
        "timestamp": "2012-10-15T10:29:19Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583609674,\n
          1583609623,\n
          1583609580,\n
          1583609603,\n
          1583609619,\n
          1583609625,\n
          1583609674\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872194,\n
        "timestamp": "2012-01-09T10:39:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609609,\n
          1583609676,\n
          1583609708,\n
          1583609629,\n
          1583609609\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872195,\n
        "timestamp": "2012-01-09T10:39:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609726,\n
          1583609758,\n
          1583609769,\n
          1583609741,\n
          1583609726\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872196,\n
        "timestamp": "2012-10-15T10:28:36Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583613350,\n
          1583613363,\n
          1583613357,\n
          1583613346,\n
          1583613348,\n
          1583613350\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872198,\n
        "timestamp": "2012-01-09T10:39:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609428,\n
          1583609425,\n
          1583609441,\n
          1583609443,\n
          1583609428\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872203,\n
        "timestamp": "2012-01-09T10:39:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611543,\n
          1583611563,\n
          1583611597,\n
          1583611567,\n
          1583611543\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872204,\n
        "timestamp": "2012-01-09T10:39:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611289,\n
          1583611332,\n
          1583611274,\n
          1583611212,\n
          1583611289\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872206,\n
        "timestamp": "2012-01-09T10:39:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608075,\n
          1583608078,\n
          1583608061,\n
          1583608058,\n
          1583608075\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872207,\n
        "timestamp": "2012-01-09T10:39:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607867,\n
          1583607860,\n
          1583607864,\n
          1583607868,\n
          1583607867\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872209,\n
        "timestamp": "2012-01-09T10:39:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610207,\n
          1583610222,\n
          1583610277,\n
          1583610268,\n
          1583610207\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872211,\n
        "timestamp": "2012-01-09T10:39:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608240,\n
          1583608210,\n
          1583608280,\n
          1583608300,\n
          1583608240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872213,\n
        "timestamp": "2012-01-09T10:39:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609657,\n
          1583609636,\n
          1583609635,\n
          1583609647,\n
          1583609657\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872215,\n
        "timestamp": "2012-01-09T10:39:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609868,\n
          1583610126,\n
          1583610174,\n
          1583609932,\n
          1583609868\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872220,\n
        "timestamp": "2012-01-09T10:39:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612949,\n
          1583612934,\n
          1583612948,\n
          1583612953,\n
          1583612949\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872221,\n
        "timestamp": "2012-01-09T10:39:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613098,\n
          1583613077,\n
          1583613094,\n
          1583613111,\n
          1583613098\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872225,\n
        "timestamp": "2012-01-09T10:39:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612866,\n
          1583612840,\n
          1583612856,\n
          1583612892,\n
          1583612866\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872237,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          1583610219,\n
          1583610244,\n
          1583610214,\n
          1583610199,\n
          8590195561,\n
          8590195562,\n
          1583610219\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872243,\n
        "timestamp": "2012-01-09T10:39:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612310,\n
          1583612338,\n
          1583612318,\n
          1583612301,\n
          1583612310\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872248,\n
        "timestamp": "2012-01-09T10:39:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613395,\n
          1583613392,\n
          1583613379,\n
          1583613387,\n
          1583613395\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872251,\n
        "timestamp": "2012-01-09T10:39:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609662,\n
          1583609702,\n
          1583609678,\n
          1583609641,\n
          1583609662\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872264,\n
        "timestamp": "2012-01-09T10:39:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608163,\n
          1583608160,\n
          1583608165,\n
          1583608167,\n
          1583608163\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872265,\n
        "timestamp": "2012-01-09T10:39:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610037,\n
          1583610145,\n
          1583610024,\n
          1583609950,\n
          1583610037\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872266,\n
        "timestamp": "2012-01-09T10:39:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613274,\n
          1583613280,\n
          1583613309,\n
          1583613294,\n
          1583613274\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872268,\n
        "timestamp": "2012-01-09T10:39:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609804,\n
          1583609812,\n
          1583609831,\n
          1583609819,\n
          1583609804\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872271,\n
        "timestamp": "2012-01-09T10:39:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608541,\n
          1583608536,\n
          1583608545,\n
          1583608553,\n
          1583608541\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872275,\n
        "timestamp": "2012-01-09T10:39:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613470,\n
          1583613466,\n
          1583613468,\n
          1583613472,\n
          1583613470\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872276,\n
        "timestamp": "2012-01-09T10:39:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611796,\n
          1583611676,\n
          1583611630,\n
          1583611749,\n
          1583611796\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872281,\n
        "timestamp": "2012-01-09T10:39:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611941,\n
          1583611989,\n
          1583612046,\n
          1583611980,\n
          1583611941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872282,\n
        "timestamp": "2012-01-09T10:39:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613236,\n
          1583613223,\n
          1583613238,\n
          1583613241,\n
          1583613236\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872283,\n
        "timestamp": "2012-01-09T10:39:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611613,\n
          1583611604,\n
          1583611587,\n
          1583611594,\n
          1583611613\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872284,\n
        "timestamp": "2012-01-09T10:39:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609603,\n
          1583609588,\n
          1583609598,\n
          1583609619,\n
          1583609603\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872286,\n
        "timestamp": "2012-01-09T10:39:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609327,\n
          1583609331,\n
          1583609320,\n
          1583609317,\n
          1583609327\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872287,\n
        "timestamp": "2012-01-09T10:39:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611569,\n
          1583611547,\n
          1583611479,\n
          1583611497,\n
          1583611569\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872290,\n
        "timestamp": "2012-01-09T10:39:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609648,\n
          1583609607,\n
          1583609622,\n
          1583609660,\n
          1583609648\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872298,\n
        "timestamp": "2012-01-09T10:39:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610855,\n
          1583610827,\n
          1583610836,\n
          1583610864,\n
          1583610855\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872301,\n
        "timestamp": "2012-01-09T10:39:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613442,\n
          1583613464,\n
          1583613461,\n
          1583613434,\n
          1583613442\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872307,\n
        "timestamp": "2012-01-09T10:39:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612183,\n
          1583612139,\n
          1583612326,\n
          1583612344,\n
          1583612183\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872312,\n
        "timestamp": "2012-01-09T10:39:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611480,\n
          1583611390,\n
          1583611492,\n
          1583611535,\n
          1583611480\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872315,\n
        "timestamp": "2012-01-09T10:39:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608526,\n
          1583608529,\n
          1583608521,\n
          1583608507,\n
          1583608526\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872319,\n
        "timestamp": "2012-01-09T10:39:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608502,\n
          1583608489,\n
          1583608500,\n
          1583608515,\n
          1583608502\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872320,\n
        "timestamp": "2012-01-09T10:39:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611595,\n
          1583611533,\n
          1583611553,\n
          1583611615,\n
          1583611595\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872324,\n
        "timestamp": "2012-01-09T10:39:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610589,\n
          1583610552,\n
          1583610575,\n
          1583610624,\n
          1583610589\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872326,\n
        "timestamp": "2012-01-09T10:39:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609520,\n
          1583609492,\n
          1583609500,\n
          1583609531,\n
          1583609520\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872327,\n
        "timestamp": "2012-01-09T10:39:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608859,\n
          1583608903,\n
          1583608932,\n
          1583608891,\n
          1583608859\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872330,\n
        "timestamp": "2012-01-09T10:39:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608335,\n
          1583608338,\n
          1583608329,\n
          1583608328,\n
          1583608335\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872331,\n
        "timestamp": "2012-01-09T10:39:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612927,\n
          1583612951,\n
          1583612967,\n
          1583612946,\n
          1583612927\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872333,\n
        "timestamp": "2012-01-09T10:39:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611804,\n
          1583611887,\n
          1583611767,\n
          1583611712,\n
          1583611804\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872338,\n
        "timestamp": "2012-01-09T10:39:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608090,\n
          1583608102,\n
          1583608110,\n
          1583608104,\n
          1583608090\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872339,\n
        "timestamp": "2012-01-09T10:39:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608350,\n
          1583608354,\n
          1583608364,\n
          1583608359,\n
          1583608350\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872343,\n
        "timestamp": "2012-01-09T10:39:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609369,\n
          1583609387,\n
          1583609384,\n
          1583609361,\n
          1583609369\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872346,\n
        "timestamp": "2012-01-09T10:39:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610451,\n
          1583610433,\n
          1583610443,\n
          1583610463,\n
          1583610451\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872347,\n
        "timestamp": "2012-01-09T10:39:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610545,\n
          1583610541,\n
          1583610542,\n
          1583610547,\n
          1583610545\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872348,\n
        "timestamp": "2012-01-09T10:39:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610645,\n
          1583610719,\n
          1583610741,\n
          1583610659,\n
          1583610645\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872349,\n
        "timestamp": "2012-01-09T10:39:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609558,\n
          1583609589,\n
          1583609605,\n
          1583609566,\n
          1583609558\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872354,\n
        "timestamp": "2012-01-09T10:39:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609181,\n
          1583609171,\n
          1583609146,\n
          1583609191,\n
          1583609222,\n
          1583609181\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872356,\n
        "timestamp": "2012-01-09T10:39:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613133,\n
          1583613131,\n
          1583613152,\n
          1583613154,\n
          1583613134,\n
          1583613133\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872358,\n
        "timestamp": "2012-01-09T10:39:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612109,\n
          1583612210,\n
          1583612242,\n
          1583612192,\n
          1583612144,\n
          1583612109\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872361,\n
        "timestamp": "2012-01-09T10:39:37Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612816,\n
          1583612831,\n
          1583612879,\n
          1583612828,\n
          1583612766,\n
          1583612816\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872367,\n
        "timestamp": "2012-01-09T10:39:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610965,\n
          1583611021,\n
          1583611000,\n
          1583610966,\n
          1583610953,\n
          1583610965\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872368,\n
        "timestamp": "2012-01-09T10:39:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610393,\n
          1583610369,\n
          1583610349,\n
          1583610371,\n
          1583610379,\n
          1583610393\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872371,\n
        "timestamp": "2012-01-09T10:39:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612558,\n
          1583612574,\n
          1583612600,\n
          1583612363,\n
          1583612327,\n
          1583612558\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872372,\n
        "timestamp": "2012-01-09T10:39:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611235,\n
          1583611203,\n
          1583611232,\n
          1583611268,\n
          1583611255,\n
          1583611235\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872376,\n
        "timestamp": "2012-01-09T10:39:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609919,\n
          1583609900,\n
          1583609953,\n
          1583610051,\n
          1583609993,\n
          1583609919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872378,\n
        "timestamp": "2012-01-09T10:39:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609456,\n
          1583609453,\n
          1583609476,\n
          1583609483,\n
          1583609485,\n
          1583609456\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872383,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          1583610279,\n
          1583610280,\n
          1583610268,\n
          1583610277,\n
          8590195568,\n
          8590195567,\n
          1583610318,\n
          1583610317,\n
          1583610288,\n
          1583610279\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872388,\n
        "timestamp": "2012-01-09T10:39:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612596,\n
          1583612648,\n
          1583612703,\n
          1583612690,\n
          1583612666,\n
          1583612596\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872389,\n
        "timestamp": "2012-10-15T10:29:19Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583608457,\n
          1583608454,\n
          1583608450,\n
          1583608462,\n
          1583608464,\n
          1583608469,\n
          1583608457\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872392,\n
        "timestamp": "2012-01-09T10:39:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609840,\n
          1583609811,\n
          1583609786,\n
          1583609809,\n
          1583609863,\n
          1583609840\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872393,\n
        "timestamp": "2012-01-09T10:39:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611730,\n
          1583611585,\n
          1583611580,\n
          1583611531,\n
          1583611649,\n
          1583611730\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872396,\n
        "timestamp": "2012-01-09T10:39:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608080,\n
          1583608097,\n
          1583608103,\n
          1583608105,\n
          1583608083,\n
          1583608080\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872401,\n
        "timestamp": "2012-01-09T10:39:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612009,\n
          1583611849,\n
          1583611817,\n
          1583611811,\n
          1583611922,\n
          1583612009\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872403,\n
        "timestamp": "2012-01-09T10:39:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612144,\n
          1583612192,\n
          1583612207,\n
          1583612209,\n
          1583612168,\n
          1583612144\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872405,\n
        "timestamp": "2012-01-09T10:39:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611849,\n
          1583611859,\n
          1583611771,\n
          1583611735,\n
          1583611817,\n
          1583611849\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872406,\n
        "timestamp": "2012-01-09T10:39:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610236,\n
          1583610269,\n
          1583610313,\n
          1583610296,\n
          1583610231,\n
          1583610236\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872407,\n
        "timestamp": "2012-01-09T10:39:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611161,\n
          1583611119,\n
          1583611147,\n
          1583611190,\n
          1583611180,\n
          1583611161\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872408,\n
        "timestamp": "2012-01-09T10:39:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610398,\n
          1583610426,\n
          1583610434,\n
          1583610442,\n
          1583610413,\n
          1583610398\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872409,\n
        "timestamp": "2012-01-09T10:39:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612969,\n
          1583612968,\n
          1583613005,\n
          1583613017,\n
          1583612971,\n
          1583612969\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872410,\n
        "timestamp": "2012-01-09T10:39:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612667,\n
          1583612684,\n
          1583612634,\n
          1583612610,\n
          1583612652,\n
          1583612667\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872411,\n
        "timestamp": "2012-01-09T10:39:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611637,\n
          1583611670,\n
          1583611619,\n
          1583611611,\n
          1583611632,\n
          1583611637\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872412,\n
        "timestamp": "2012-01-09T10:39:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609178,\n
          1583609141,\n
          1583609089,\n
          1583609217,\n
          1583609242,\n
          1583609178\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872413,\n
        "timestamp": "2012-01-09T10:39:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611334,\n
          1583611369,\n
          1583611424,\n
          1583611389,\n
          1583611339,\n
          1583611334\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872414,\n
        "timestamp": "2012-01-09T10:39:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612065,\n
          1583612122,\n
          1583612147,\n
          1583612248,\n
          1583612164,\n
          1583612065\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872417,\n
        "timestamp": "2012-01-09T10:39:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609792,\n
          1583609706,\n
          1583609750,\n
          1583609842,\n
          1583609861,\n
          1583609792\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872420,\n
        "timestamp": "2012-01-09T10:39:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612950,\n
          1583612963,\n
          1583612953,\n
          1583612948,\n
          1583612935,\n
          1583612950\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872424,\n
        "timestamp": "2012-01-09T10:39:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612240,\n
          1583612224,\n
          1583612166,\n
          1583612324,\n
          1583612361,\n
          1583612240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872427,\n
        "timestamp": "2012-01-09T10:39:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612223,\n
          1583612070,\n
          1583612092,\n
          1583612198,\n
          1583612299,\n
          1583612223\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872432,\n
        "timestamp": "2012-01-09T10:39:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613417,\n
          1583613406,\n
          1583613413,\n
          1583613437,\n
          1583613433,\n
          1583613417\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872433,\n
        "timestamp": "2012-01-09T10:39:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610587,\n
          1583610561,\n
          1583610607,\n
          1583610645,\n
          1583610625,\n
          1583610587\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872437,\n
        "timestamp": "2012-01-09T10:39:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609724,\n
          1583609640,\n
          1583609633,\n
          1583609652,\n
          1583609760,\n
          1583609724\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872440,\n
        "timestamp": "2012-01-09T10:39:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611915,\n
          1583612002,\n
          1583611819,\n
          1583611806,\n
          1583611775,\n
          1583611915\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872441,\n
        "timestamp": "2012-01-09T10:39:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609420,\n
          1583609422,\n
          1583609412,\n
          1583609410,\n
          1583609416,\n
          1583609420\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872445,\n
        "timestamp": "2012-01-09T10:39:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610653,\n
          1583610647,\n
          1583610632,\n
          1583610649,\n
          1583610682,\n
          1583610653\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872447,\n
        "timestamp": "2012-01-09T10:39:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609780,\n
          1583609729,\n
          1583609700,\n
          1583609881,\n
          1583609917,\n
          1583609780\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872448,\n
        "timestamp": "2012-01-09T10:39:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609663,\n
          1583609656,\n
          1583609582,\n
          1583609604,\n
          1583609699,\n
          1583609663\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872449,\n
        "timestamp": "2012-01-09T10:39:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608595,\n
          1583608589,\n
          1583608588,\n
          1583608604,\n
          1583608607,\n
          1583608595\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872452,\n
        "timestamp": "2012-01-09T10:39:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610934,\n
          1583610920,\n
          1583610976,\n
          1583610987,\n
          1583610940,\n
          1583610934\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872453,\n
        "timestamp": "2012-01-09T10:39:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610339,\n
          1583610316,\n
          1583610307,\n
          1583610333,\n
          1583610337,\n
          1583610339\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872454,\n
        "timestamp": "2012-01-09T10:39:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609608,\n
          1583609586,\n
          1583609570,\n
          1583609597,\n
          1583609626,\n
          1583609608\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872455,\n
        "timestamp": "2012-01-09T10:39:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610221,\n
          1583610213,\n
          1583610235,\n
          1583610243,\n
          1583610249,\n
          1583610221\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872461,\n
        "timestamp": "2012-01-09T10:39:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608085,\n
          1583608093,\n
          1583608109,\n
          1583608102,\n
          1583608090,\n
          1583608085\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872463,\n
        "timestamp": "2012-01-09T10:39:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609868,\n
          1583609932,\n
          1583609767,\n
          1583609753,\n
          1583609734,\n
          1583609868\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872464,\n
        "timestamp": "2012-01-09T10:39:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609469,\n
          1583609460,\n
          1583609455,\n
          1583609468,\n
          1583609475,\n
          1583609469\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872468,\n
        "timestamp": "2012-01-09T10:39:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608175,\n
          1583608155,\n
          1583608100,\n
          1583608136,\n
          1583608149,\n
          1583608175\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872469,\n
        "timestamp": "2012-01-09T10:39:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610911,\n
          1583610887,\n
          1583610831,\n
          1583610807,\n
          1583610861,\n
          1583610911\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872471,\n
        "timestamp": "2012-01-09T10:39:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609150,\n
          1583609221,\n
          1583609244,\n
          1583609198,\n
          1583609182,\n
          1583609150\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872472,\n
        "timestamp": "2012-01-09T10:40:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608796,\n
          1583608806,\n
          1583608824,\n
          1583608800,\n
          1583608778,\n
          1583608796\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872474,\n
        "timestamp": "2012-01-09T10:40:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613739,\n
          1583613762,\n
          1583613737,\n
          1583613729,\n
          1583613709,\n
          1583613739\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872475,\n
        "timestamp": "2012-01-09T10:40:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610400,\n
          1583610412,\n
          1583610423,\n
          1583610435,\n
          1583610420,\n
          1583610400\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872476,\n
        "timestamp": "2012-01-09T10:40:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611163,\n
          1583611188,\n
          1583611155,\n
          1583611044,\n
          1583611086,\n
          1583611163\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872477,\n
        "timestamp": "2012-01-09T10:40:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610189,\n
          1583610135,\n
          1583610092,\n
          1583610233,\n
          1583610262,\n
          1583610189\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872478,\n
        "timestamp": "2012-01-09T10:40:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610686,\n
          1583610652,\n
          1583610734,\n
          1583610773,\n
          1583610689,\n
          1583610686\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872481,\n
        "timestamp": "2012-01-09T10:40:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608202,\n
          1583608173,\n
          1583608164,\n
          1583608196,\n
          1583608207,\n
          1583608202\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872483,\n
        "timestamp": "2012-01-09T10:40:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609768,\n
          1583609781,\n
          1583609813,\n
          1583609715,\n
          1583609654,\n
          1583609768\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872485,\n
        "timestamp": "2012-01-09T10:40:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608361,\n
          1583608356,\n
          1583608370,\n
          1583608373,\n
          1583608363,\n
          1583608361\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872486,\n
        "timestamp": "2012-01-09T10:40:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608008,\n
          1583608004,\n
          1583608003,\n
          1583608006,\n
          1583608009,\n
          1583608008\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872488,\n
        "timestamp": "2012-01-09T10:40:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610446,\n
          1583610499,\n
          1583610514,\n
          1583610455,\n
          1583610453,\n
          1583610446\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872489,\n
        "timestamp": "2012-01-09T10:40:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608118,\n
          1583608115,\n
          1583608131,\n
          1583608150,\n
          1583608138,\n
          1583608118\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872491,\n
        "timestamp": "2012-01-09T10:40:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608175,\n
          1583608298,\n
          1583608317,\n
          1583608305,\n
          1583608199,\n
          1583608175\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872493,\n
        "timestamp": "2012-01-09T10:40:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608444,\n
          1583608435,\n
          1583608450,\n
          1583608454,\n
          1583608457,\n
          1583608444\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872494,\n
        "timestamp": "2012-01-09T10:40:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610304,\n
          1583610356,\n
          1583610364,\n
          1583610344,\n
          1583610295,\n
          1583610304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872495,\n
        "timestamp": "2012-01-09T10:40:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610130,\n
          1583610135,\n
          1583610189,\n
          1583610211,\n
          1583610162,\n
          1583610130\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872497,\n
        "timestamp": "2012-01-09T10:40:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609381,\n
          1583609404,\n
          1583609406,\n
          1583609419,\n
          1583609394,\n
          1583609381\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872499,\n
        "timestamp": "2012-01-09T10:40:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609632,\n
          1583609690,\n
          1583609751,\n
          1583609689,\n
          1583609630,\n
          1583609632\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872501,\n
        "timestamp": "2012-01-09T10:40:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609725,\n
          1583609712,\n
          1583609739,\n
          1583609772,\n
          1583609746,\n
          1583609725\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872502,\n
        "timestamp": "2012-01-09T10:40:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608804,\n
          1583608758,\n
          1583608863,\n
          1583608871,\n
          1583608991,\n
          1583608804\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872503,\n
        "timestamp": "2012-10-15T10:30:54Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583608531,\n
          1583608533,\n
          1583608530,\n
          1583608486,\n
          1583608483,\n
          1583608493,\n
          1583608498,\n
          1583608504,\n
          1583608524,\n
          1583608531\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872505,\n
        "timestamp": "2012-01-09T10:40:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613935,\n
          1583613899,\n
          1583613920,\n
          1583613998,\n
          1583613955,\n
          1583613935\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872506,\n
        "timestamp": "2012-01-09T10:40:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609923,\n
          1583609905,\n
          1583609961,\n
          1583609996,\n
          1583609944,\n
          1583609923\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872508,\n
        "timestamp": "2012-01-09T10:40:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612035,\n
          1583612011,\n
          1583611949,\n
          1583612037,\n
          1583612067,\n
          1583612035\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872509,\n
        "timestamp": "2012-01-09T10:40:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610574,\n
          1583610591,\n
          1583610581,\n
          1583610558,\n
          1583610565,\n
          1583610574\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872510,\n
        "timestamp": "2012-01-09T10:40:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612666,\n
          1583612690,\n
          1583612732,\n
          1583612715,\n
          1583612687,\n
          1583612666\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872512,\n
        "timestamp": "2012-01-09T10:40:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611028,\n
          1583611092,\n
          1583611140,\n
          1583611169,\n
          1583611114,\n
          1583611028\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872516,\n
        "timestamp": "2012-01-09T10:40:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609508,\n
          1583609542,\n
          1583609532,\n
          1583609507,\n
          1583609471,\n
          1583609508\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872517,\n
        "timestamp": "2012-01-09T10:40:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613133,\n
          1583613134,\n
          1583613145,\n
          1583613132,\n
          1583613125,\n
          1583613133\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872520,\n
        "timestamp": "2012-01-09T10:40:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609590,\n
          1583609579,\n
          1583609611,\n
          1583609653,\n
          1583609628,\n
          1583609590\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872522,\n
        "timestamp": "2012-01-09T10:40:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608182,\n
          1583608179,\n
          1583608154,\n
          1583608181,\n
          1583608184,\n
          1583608193,\n
          1583608201,\n
          1583608203,\n
          1583608209,\n
          1583608303,\n
          1583608310,\n
          1583608308,\n
          1583608311,\n
          1583608316,\n
          1583608322,\n
          1583608315,\n
          1583608320,\n
          1583608337,\n
          1583608324,\n
          1583608377,\n
          1583608392,\n
          1583608393,\n
          1583608401,\n
          1583608405,\n
          1583608430,\n
          1583608389,\n
          1583608374,\n
          1583608342,\n
          1583608344,\n
          1583608319,\n
          1583608312,\n
          1583608304,\n
          1583608297,\n
          1583608280,\n
          1583608210,\n
          1583608240,\n
          1583608249,\n
          1583608205,\n
          1583608206,\n
          1583608194,\n
          1583608191,\n
          1583608185,\n
          1583608186,\n
          1583608176,\n
          1583608174,\n
          1583608132,\n
          1583608122,\n
          1583608111,\n
          1583608097,\n
          1583608080,\n
          1583608055,\n
          1583608047,\n
          1583608049,\n
          1583608072,\n
          1583608079,\n
          1583608197,\n
          1583608183,\n
          1583608182\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872524,\n
        "timestamp": "2012-01-09T10:40:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610598,\n
          1583610571,\n
          1583610699,\n
          1583610771,\n
          1583610705,\n
          1583610698,\n
          1583610598\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872525,\n
        "timestamp": "2012-01-09T10:40:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611370,\n
          1583611442,\n
          1583611445,\n
          1583611507,\n
          1583611524,\n
          1583611436,\n
          1583611370\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872529,\n
        "timestamp": "2012-01-09T10:40:14Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610375,\n
          1583610388,\n
          1583610378,\n
          1583610390,\n
          1583610430,\n
          1583610410,\n
          1583610375\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872531,\n
        "timestamp": "2012-01-09T10:40:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608679,\n
          1583608703,\n
          1583608632,\n
          1583608669,\n
          1583608605,\n
          1583608592,\n
          1583608679\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872533,\n
        "timestamp": "2012-01-09T10:40:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613838,\n
          1583613821,\n
          1583613810,\n
          1583613822,\n
          1583613825,\n
          1583613842,\n
          1583613838\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872534,\n
        "timestamp": "2012-01-09T10:40:15Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608103,\n
          1583608097,\n
          1583608111,\n
          1583608116,\n
          1583608108,\n
          1583608106,\n
          1583608103\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872537,\n
        "timestamp": "2012-01-09T10:40:16Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611478,\n
          1583611515,\n
          1583611463,\n
          1583611427,\n
          1583611423,\n
          1583611475,\n
          1583611478\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872541,\n
        "timestamp": "2012-01-09T10:40:17Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609625,\n
          1583609686,\n
          1583609730,\n
          1583609718,\n
          1583609692,\n
          1583609674,\n
          1583609625\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872542,\n
        "timestamp": "2012-01-09T10:40:18Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608016,\n
          1583608015,\n
          1583608014,\n
          1583608012,\n
          1583608011,\n
          1583608013,\n
          1583608016\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872545,\n
        "timestamp": "2012-01-09T10:40:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611893,\n
          1583611786,\n
          1583611884,\n
          1583611974,\n
          1583612042,\n
          1583612102,\n
          1583611893\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872546,\n
        "timestamp": "2012-01-09T10:40:19Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609414,\n
          1583609429,\n
          1583609433,\n
          1583609436,\n
          1583609421,\n
          1583609417,\n
          1583609414\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872547,\n
        "timestamp": "2012-01-09T10:40:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613434,\n
          1583613421,\n
          1583613438,\n
          1583613440,\n
          1583613444,\n
          1583613442,\n
          1583613434\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872548,\n
        "timestamp": "2012-01-09T10:40:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610789,\n
          1583610722,\n
          1583610803,\n
          1583610838,\n
          1583610828,\n
          1583610833,\n
          1583610789\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872549,\n
        "timestamp": "2012-01-09T10:40:20Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610763,\n
          1583610737,\n
          1583610724,\n
          1583610656,\n
          1583610614,\n
          1583610669,\n
          1583610763\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872551,\n
        "timestamp": "2012-10-15T10:29:55Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583612208,\n
          1583612176,\n
          1583611959,\n
          1583611863,\n
          1583611890,\n
          1583611867,\n
          1583612125,\n
          1583612208\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872552,\n
        "timestamp": "2012-01-09T10:40:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612983,\n
          1583612982,\n
          1583612966,\n
          1583612987,\n
          1583613004,\n
          1583612985,\n
          1583612983\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872553,\n
        "timestamp": "2012-01-09T10:40:21Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610643,\n
          1583610568,\n
          1583610553,\n
          1583610562,\n
          1583610555,\n
          1583610605,\n
          1583610643\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872554,\n
        "timestamp": "2012-01-09T10:40:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611465,\n
          1583611404,\n
          1583611386,\n
          1583611408,\n
          1583611426,\n
          1583611461,\n
          1583611465\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872555,\n
        "timestamp": "2012-01-09T10:40:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610716,\n
          1583610759,\n
          1583610810,\n
          1583610893,\n
          1583610829,\n
          1583610794,\n
          1583610716\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872556,\n
        "timestamp": "2012-01-09T10:40:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612911,\n
          1583612873,\n
          1583612814,\n
          1583612819,\n
          1583612798,\n
          1583612868,\n
          1583612911\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872558,\n
        "timestamp": "2012-01-09T10:40:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609357,\n
          1583609332,\n
          1583609322,\n
          1583609371,\n
          1583609388,\n
          1583609359,\n
          1583609357\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872559,\n
        "timestamp": "2012-01-09T10:40:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609298,\n
          1583609281,\n
          1583609305,\n
          1583609314,\n
          1583609297,\n
          1583609304,\n
          1583609298\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872560,\n
        "timestamp": "2012-01-09T10:40:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613135,\n
          1583613114,\n
          1583613117,\n
          1583613129,\n
          1583613150,\n
          1583613172,\n
          1583613135\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872561,\n
        "timestamp": "2012-01-09T10:40:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612124,\n
          1583612006,\n
          1583612128,\n
          1583612227,\n
          1583612282,\n
          1583612203,\n
          1583612124\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872562,\n
        "timestamp": "2012-01-09T10:40:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611556,\n
          1583611593,\n
          1583611612,\n
          1583611634,\n
          1583611576,\n
          1583611518,\n
          1583611556\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872563,\n
        "timestamp": "2012-01-09T10:40:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609299,\n
          1583609327,\n
          1583609317,\n
          1583609313,\n
          1583609309,\n
          1583609288,\n
          1583609299\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872564,\n
        "timestamp": "2012-01-09T10:40:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608586,\n
          1583608581,\n
          1583608576,\n
          1583608564,\n
          1583608556,\n
          1583608574,\n
          1583608586\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872565,\n
        "timestamp": "2012-01-09T10:40:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609710,\n
          1583609697,\n
          1583609683,\n
          1583609650,\n
          1583609675,\n
          1583609684,\n
          1583609710\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872566,\n
        "timestamp": "2012-01-09T10:40:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613163,\n
          1583613116,\n
          1583613113,\n
          1583613130,\n
          1583613143,\n
          1583613149,\n
          1583613163\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872567,\n
        "timestamp": "2012-01-09T10:40:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613564,\n
          1583613570,\n
          1583613595,\n
          1583613628,\n
          1583613679,\n
          1583613650,\n
          1583613564\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872568,\n
        "timestamp": "2012-01-09T10:40:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607913,\n
          1583607909,\n
          1583607905,\n
          1583607901,\n
          1583607914,\n
          1583607933,\n
          1583607913\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872571,\n
        "timestamp": "2012-01-09T10:40:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608207,\n
          1583608318,\n
          1583608307,\n
          1583608211,\n
          1583608212,\n
          1583608202,\n
          1583608207\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872572,\n
        "timestamp": "2012-01-09T10:40:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613331,\n
          1583613326,\n
          1583613307,\n
          1583613315,\n
          1583613303,\n
          1583613305,\n
          1583613331\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872574,\n
        "timestamp": "2012-01-09T10:40:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612614,\n
          1583612597,\n
          1583612616,\n
          1583612630,\n
          1583612617,\n
          1583612629,\n
          1583612614\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872575,\n
        "timestamp": "2012-01-09T10:40:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608466,\n
          1583608470,\n
          1583608475,\n
          1583608492,\n
          1583608517,\n
          1583608479,\n
          1583608466\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872576,\n
        "timestamp": "2012-01-09T10:40:29Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608567,\n
          1583608539,\n
          1583608557,\n
          1583608590,\n
          1583608582,\n
          1583608577,\n
          1583608567\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872580,\n
        "timestamp": "2012-01-09T10:40:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613705,\n
          1583613677,\n
          1583613664,\n
          1583613620,\n
          1583613641,\n
          1583613649,\n
          1583613705\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872581,\n
        "timestamp": "2012-01-09T10:40:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609482,\n
          1583609501,\n
          1583609491,\n
          1583609494,\n
          1583609480,\n
          1583609458,\n
          1583609482\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872583,\n
        "timestamp": "2012-01-09T10:40:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611219,\n
          1583611306,\n
          1583611368,\n
          1583611313,\n
          1583611305,\n
          1583611290,\n
          1583611219\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872591,\n
        "timestamp": "2012-01-09T10:40:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610599,\n
          1583610633,\n
          1583610665,\n
          1583610613,\n
          1583610610,\n
          1583610579,\n
          1583610599\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872592,\n
        "timestamp": "2012-01-09T10:40:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609786,\n
          1583609811,\n
          1583609840,\n
          1583609887,\n
          1583609821,\n
          1583609771,\n
          1583609786\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872600,\n
        "timestamp": "2012-01-09T10:40:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609714,\n
          1583609720,\n
          1583609744,\n
          1583609740,\n
          1583609754,\n
          1583609749,\n
          1583609714\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872601,\n
        "timestamp": "2012-01-09T10:40:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608018,\n
          1583608030,\n
          1583608028,\n
          1583608024,\n
          1583608021,\n
          1583608017,\n
          1583608018\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872606,\n
        "timestamp": "2012-01-09T10:40:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609327,\n
          1583609299,\n
          1583609311,\n
          1583609347,\n
          1583609335,\n
          1583609331,\n
          1583609327\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872607,\n
        "timestamp": "2012-01-09T10:40:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607880,\n
          1583607882,\n
          1583607879,\n
          1583607875,\n
          1583607876,\n
          1583607878,\n
          1583607880\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872609,\n
        "timestamp": "2012-01-09T10:40:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610345,\n
          1583610230,\n
          1583610118,\n
          1583610326,\n
          1583610368,\n
          1583610367,\n
          1583610345\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872610,\n
        "timestamp": "2012-10-15T10:29:56Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583609896,\n
          1583609822,\n
          1583609805,\n
          1583609798,\n
          1966482892,\n
          1583609738,\n
          1583609774,\n
          1583609896\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872611,\n
        "timestamp": "2012-01-09T10:40:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613435,\n
          1583613415,\n
          1583613457,\n
          1583613465,\n
          1583613459,\n
          1583613446,\n
          1583613435\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872612,\n
        "timestamp": "2012-01-09T10:40:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613369,\n
          1583613372,\n
          1583613384,\n
          1583613376,\n
          1583613374,\n
          1583613366,\n
          1583613369\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872613,\n
        "timestamp": "2012-01-09T10:40:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607857,\n
          1583607859,\n
          1583607865,\n
          1583607862,\n
          1583607863,\n
          1583607858,\n
          1583607857\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872616,\n
        "timestamp": "2012-01-09T10:40:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609321,\n
          1583609328,\n
          1583609339,\n
          1583609379,\n
          1583609344,\n
          1583609310,\n
          1583609321\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872621,\n
        "timestamp": "2012-01-09T10:40:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608073,\n
          1583608070,\n
          1583608125,\n
          1583608135,\n
          1583608139,\n
          1583608145,\n
          1583608073\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872623,\n
        "timestamp": "2012-01-09T10:40:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611171,\n
          1583611058,\n
          1583611193,\n
          1583611230,\n
          1583611236,\n
          1583611270,\n
          1583611171\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872624,\n
        "timestamp": "2012-01-09T10:40:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611251,\n
          1583611273,\n
          1583611288,\n
          1583611303,\n
          1583611341,\n
          1583611308,\n
          1583611251\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872626,\n
        "timestamp": "2012-01-09T10:40:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610384,\n
          1583610365,\n
          1583610308,\n
          1583610324,\n
          1583610320,\n
          1583610322,\n
          1583610384\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872631,\n
        "timestamp": "2012-01-09T10:40:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612863,\n
          1583612771,\n
          1583612836,\n
          1583612883,\n
          1583612893,\n
          1583612898,\n
          1583612863\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872635,\n
        "timestamp": "2012-01-09T10:40:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609752,\n
          1583609795,\n
          1583609799,\n
          1583609920,\n
          1583609930,\n
          1583609841,\n
          1583609752\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872639,\n
        "timestamp": "2012-01-09T10:40:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608441,\n
          1583608451,\n
          1583608453,\n
          1583608455,\n
          1583608442,\n
          1583608434,\n
          1583608441\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872640,\n
        "timestamp": "2012-01-09T10:40:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610052,\n
          1583610069,\n
          1583610096,\n
          1583610105,\n
          1583610193,\n
          1583610166,\n
          1583610052\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872644,\n
        "timestamp": "2012-01-09T10:40:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611315,\n
          1583611254,\n
          1583611353,\n
          1583611407,\n
          1583611373,\n
          1583611405,\n
          1583611315\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872645,\n
        "timestamp": "2012-01-09T10:40:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609818,\n
          1583609830,\n
          1583609820,\n
          1583609838,\n
          1583609803,\n
          1583609783,\n
          1583609818\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872653,\n
        "timestamp": "2012-01-09T10:40:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610516,\n
          1583610508,\n
          1583610537,\n
          1583610550,\n
          1583610529,\n
          1583610507,\n
          1583610516\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872656,\n
        "timestamp": "2012-01-09T10:40:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609116,\n
          1583609035,\n
          1583609219,\n
          1583609234,\n
          1583609107,\n
          1583609139,\n
          1583609116\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872658,\n
        "timestamp": "2012-01-09T10:40:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612816,\n
          1583612801,\n
          1583612780,\n
          1583612763,\n
          1583612779,\n
          1583612831,\n
          1583612816\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872659,\n
        "timestamp": "2012-01-09T10:40:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610551,\n
          1583610533,\n
          1583610527,\n
          1583610513,\n
          1583610530,\n
          1583610557,\n
          1583610551\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872660,\n
        "timestamp": "2012-01-09T10:40:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611275,\n
          1583611299,\n
          1583611321,\n
          1583611120,\n
          1583611085,\n
          1583611041,\n
          1583611275\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872661,\n
        "timestamp": "2012-01-09T10:40:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610472,\n
          1583610477,\n
          1583610483,\n
          1583610496,\n
          1583610504,\n
          1583610495,\n
          1583610472\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872663,\n
        "timestamp": "2012-01-09T10:40:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610486,\n
          1583610481,\n
          1583610461,\n
          1583610464,\n
          1583610467,\n
          1583610475,\n
          1583610486\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872664,\n
        "timestamp": "2012-01-09T10:40:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608162,\n
          1583608159,\n
          1583608129,\n
          1583608141,\n
          1583608153,\n
          1583608172,\n
          1583608162\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872665,\n
        "timestamp": "2012-01-09T10:40:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607968,\n
          1583607964,\n
          1583607966,\n
          1583607975,\n
          1583607976,\n
          1583607978,\n
          1583607968\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872666,\n
        "timestamp": "2012-01-09T10:40:47Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612792,\n
          1583612734,\n
          1583612689,\n
          1583612612,\n
          1583612739,\n
          1583612804,\n
          1583612792\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872669,\n
        "timestamp": "2012-01-09T10:40:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609469,\n
          1583609495,\n
          1583609473,\n
          1583609445,\n
          1583609455,\n
          1583609460,\n
          1583609469\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872670,\n
        "timestamp": "2012-01-09T10:40:48Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610560,\n
          1583610556,\n
          1583610580,\n
          1583610602,\n
          1583610582,\n
          1583610570,\n
          1583610560\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872672,\n
        "timestamp": "2012-01-09T10:40:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608347,\n
          1583608339,\n
          1583608341,\n
          1583608336,\n
          1583608331,\n
          1583608343,\n
          1583608347\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872673,\n
        "timestamp": "2012-01-09T10:40:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610857,\n
          1583610946,\n
          1583610938,\n
          1583610983,\n
          1583610927,\n
          1583610800,\n
          1583610857\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872677,\n
        "timestamp": "2012-01-09T10:40:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612647,\n
          1583612633,\n
          1583612699,\n
          1583612744,\n
          1583612631,\n
          1583612579,\n
          1583612647\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872678,\n
        "timestamp": "2012-01-09T10:40:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611939,\n
          1583611734,\n
          1583611766,\n
          1583611830,\n
          1583611861,\n
          1583612058,\n
          1583611939\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872679,\n
        "timestamp": "2012-01-09T10:40:51Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611588,\n
          1583611635,\n
          1583611647,\n
          1583611755,\n
          1583611838,\n
          1583611737,\n
          1583611588\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872680,\n
        "timestamp": "2012-01-09T10:40:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610573,\n
          1583610662,\n
          1583610650,\n
          1583610603,\n
          1583610585,\n
          1583610554,\n
          1583610573\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872681,\n
        "timestamp": "2012-01-09T10:40:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613472,\n
          1583613486,\n
          1583613484,\n
          1583613511,\n
          1583613497,\n
          1583613470,\n
          1583613472\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872682,\n
        "timestamp": "2012-01-09T10:40:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610273,\n
          1583610239,\n
          1583610250,\n
          1583610224,\n
          1583610157,\n
          1583610215,\n
          1583610273\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872687,\n
        "timestamp": "2012-01-09T10:40:53Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613062,\n
          1583613021,\n
          1583613007,\n
          1583613026,\n
          1583613025,\n
          1583613045,\n
          1583613062\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872688,\n
        "timestamp": "2012-10-15T10:29:19Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583609735,\n
          1583609695,\n
          1583609681,\n
          1583609624,\n
          1583609636,\n
          1583609657,\n
          1583609735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872689,\n
        "timestamp": "2012-01-09T10:40:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610033,\n
          1583610027,\n
          1583609975,\n
          1583610013,\n
          1583610055,\n
          1583610041,\n
          1583610050,\n
          1583610033\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872693,\n
        "timestamp": "2012-01-09T10:40:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609827,\n
          1583609807,\n
          1583609788,\n
          1583609770,\n
          1583609766,\n
          1583609693,\n
          1583609731,\n
          1583609827\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872694,\n
        "timestamp": "2012-01-09T10:40:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612768,\n
          1583612686,\n
          1583612794,\n
          1583612846,\n
          1583612821,\n
          1583612838,\n
          1583612810,\n
          1583612768\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872698,\n
        "timestamp": "2012-01-09T10:40:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611266,\n
          1583611249,\n
          1583611217,\n
          1583611220,\n
          1583611213,\n
          1583611264,\n
          1583611291,\n
          1583611266\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872699,\n
        "timestamp": "2012-01-09T10:40:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609974,\n
          1583609977,\n
          1583609946,\n
          1583609855,\n
          1583609952,\n
          1583609989,\n
          1583609942,\n
          1583609974\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872700,\n
        "timestamp": "2012-01-09T10:40:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613259,\n
          1583613260,\n
          1583613263,\n
          1583613244,\n
          1583613243,\n
          1583613242,\n
          1583613257,\n
          1583613259\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872701,\n
        "timestamp": "2012-01-09T10:40:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607899,\n
          1583607893,\n
          1583607891,\n
          1583607889,\n
          1583607887,\n
          1583607900,\n
          1583607911,\n
          1583607899\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872702,\n
        "timestamp": "2012-01-09T10:40:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610595,\n
          1583610569,\n
          1583610567,\n
          1583610564,\n
          1583610642,\n
          1583610655,\n
          1583610635,\n
          1583610595\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872704,\n
        "timestamp": "2012-01-09T10:40:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608520,\n
          1583608508,\n
          1583608528,\n
          1583608537,\n
          1583608565,\n
          1583608580,\n
          1583608532,\n
          1583608520\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872706,\n
        "timestamp": "2012-01-09T10:40:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583614024,\n
          1583613941,\n
          1583613909,\n
          1583613888,\n
          1583613943,\n
          1583613913,\n
          1583613938,\n
          1583614024\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872708,\n
        "timestamp": "2012-01-09T10:40:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611237,\n
          1583611311,\n
          1583611319,\n
          1583611298,\n
          1583611231,\n
          1583611218,\n
          1583611199,\n
          1583611237\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872711,\n
        "timestamp": "2012-01-09T10:40:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608149,\n
          1583608136,\n
          1583608112,\n
          1583608143,\n
          1583608098,\n
          1583608113,\n
          1583608169,\n
          1583608149\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872712,\n
        "timestamp": "2012-01-09T10:40:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612243,\n
          1583612187,\n
          1583612266,\n
          1583612284,\n
          1583612564,\n
          1583612340,\n
          1583612264,\n
          1583612243\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872713,\n
        "timestamp": "2012-01-09T10:41:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608381,\n
          1583608398,\n
          1583608402,\n
          1583608414,\n
          1583608420,\n
          1583608406,\n
          1583608394,\n
          1583608381\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872714,\n
        "timestamp": "2012-01-09T10:41:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608710,\n
          1583608683,\n
          1583608721,\n
          1583608742,\n
          1583608818,\n
          1583608893,\n
          1583608739,\n
          1583608710\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872716,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          1583610520,\n
          1583610521,\n
          1583610501,\n
          1583610505,\n
          8590195518,\n
          1583610494,\n
          1583610479,\n
          1583610517,\n
          1583610520\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872719,\n
        "timestamp": "2012-01-09T10:41:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608568,\n
          1583608573,\n
          1583608587,\n
          1583608596,\n
          1583608585,\n
          1583608562,\n
          1583608570,\n
          1583608568\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872721,\n
        "timestamp": "2012-10-15T10:29:56Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583613333,\n
          1583613348,\n
          1583613346,\n
          1583613357,\n
          1583613338,\n
          1583613335,\n
          1583613320,\n
          1583613333\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872723,\n
        "timestamp": "2012-01-09T10:41:03Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613263,\n
          1583613260,\n
          1583613259,\n
          1583613276,\n
          1583613278,\n
          1583613317,\n
          1583613322,\n
          1583613263\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872724,\n
        "timestamp": "2012-01-09T10:41:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608463,\n
          1583608477,\n
          1583608485,\n
          1583608490,\n
          1583608495,\n
          1583608506,\n
          1583608480,\n
          1583608463\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872725,\n
        "timestamp": "2012-01-09T10:41:04Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610991,\n
          1583611173,\n
          1583611197,\n
          1583611201,\n
          1583611068,\n
          1583611040,\n
          1583611003,\n
          1583610991\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872726,\n
        "timestamp": "2012-01-09T10:41:05Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610207,\n
          1583610268,\n
          1583610280,\n
          1583610279,\n
          1583610237,\n
          1583610241,\n
          1583610202,\n
          1583610207\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872728,\n
        "timestamp": "2012-01-09T10:41:06Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612717,\n
          1583612685,\n
          1583612773,\n
          1583612850,\n
          1583612788,\n
          1583612762,\n
          1583612726,\n
          1583612717\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872731,\n
        "timestamp": "2012-01-09T10:41:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610100,\n
          1583610026,\n
          1583610155,\n
          1583610201,\n
          1583610204,\n
          1583610107,\n
          1583610168,\n
          1583610100\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872732,\n
        "timestamp": "2012-01-09T10:41:07Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611587,\n
          1583611604,\n
          1583611613,\n
          1583611648,\n
          1583611592,\n
          1583611519,\n
          1583611558,\n
          1583611587\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872734,\n
        "timestamp": "2012-01-09T10:41:08Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609781,\n
          1583609768,\n
          1583609747,\n
          1583609800,\n
          1583609810,\n
          1583609865,\n
          1583609895,\n
          1583609781\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872736,\n
        "timestamp": "2012-01-09T10:41:09Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608395,\n
          1583608391,\n
          1583608385,\n
          1583608397,\n
          1583608413,\n
          1583608403,\n
          1583608396,\n
          1583608395\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872737,\n
        "timestamp": "2012-01-09T10:41:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613850,\n
          1583613873,\n
          1583613882,\n
          1583613864,\n
          1583613855,\n
          1583613834,\n
          1583613809,\n
          1583613850\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872738,\n
        "timestamp": "2012-01-09T10:41:10Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611802,\n
          1583611731,\n
          1583611813,\n
          1583611717,\n
          1583611734,\n
          1583611939,\n
          1583612057,\n
          1583611802\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872739,\n
        "timestamp": "2012-01-09T10:41:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612275,\n
          1583612241,\n
          1583612323,\n
          1583612653,\n
          1583612598,\n
          1583612593,\n
          1583612346,\n
          1583612275\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872740,\n
        "timestamp": "2012-01-09T10:41:11Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612917,\n
          1583612914,\n
          1583612891,\n
          1583612908,\n
          1583612910,\n
          1583612930,\n
          1583612947,\n
          1583612917\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872741,\n
        "timestamp": "2012-01-09T10:41:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609502,\n
          1583609461,\n
          1583609488,\n
          1583609506,\n
          1583609534,\n
          1583609511,\n
          1583609526,\n
          1583609502\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872742,\n
        "timestamp": "2012-01-09T10:41:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610909,\n
          1583610896,\n
          1583610886,\n
          1583610912,\n
          1583611024,\n
          1583610998,\n
          1583610936,\n
          1583610909\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872743,\n
        "timestamp": "2012-01-09T10:41:12Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611038,\n
          1583611061,\n
          1583611118,\n
          1583611204,\n
          1583611234,\n
          1583611143,\n
          1583611057,\n
          1583611038\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872744,\n
        "timestamp": "2012-01-09T10:41:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608523,\n
          1583608503,\n
          1583608508,\n
          1583608520,\n
          1583608501,\n
          1583608488,\n
          1583608522,\n
          1583608523\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872745,\n
        "timestamp": "2012-01-09T10:41:13Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610447,\n
          1583610377,\n
          1583610376,\n
          1583610362,\n
          1583610431,\n
          1583610454,\n
          1583610465,\n
          1583610447\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872746,\n
        "timestamp": "2018-07-29T20:26:44Z",\n
        "version": 3,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179,\n
        "nodes": [\n
          1583609282,\n
          1583609275,\n
          1583609269,\n
          1583609261,\n
          1583609249,\n
          1583609224,\n
          1583609176,\n
          1583609144,\n
          1583609092,\n
          1583609055,\n
          1583609013,\n
          1583608978,\n
          1583609014,\n
          1583609031,\n
          1583609104,\n
          1583609163,\n
          1583609180,\n
          1583609228,\n
          1583609248,\n
          1583609257,\n
          1583609266,\n
          1583609270,\n
          1583609277,\n
          1583609284,\n
          1583609282\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "man_made": "wastewater_plant",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872748,\n
        "timestamp": "2016-07-05T13:25:19Z",\n
        "version": 3,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          1583608767,\n
          1583608764,\n
          1583608761,\n
          1583608762,\n
          1583608765,\n
          1583608771,\n
          1583608779,\n
          1583608788,\n
          1583608795,\n
          1583608807,\n
          1583608813,\n
          1583608823,\n
          1583608841,\n
          1583608864,\n
          1583608876,\n
          1583608909,\n
          1583608926,\n
          1583608953,\n
          1583608961,\n
          1583608955,\n
          1583608934,\n
          1583608925,\n
          1583608901,\n
          1583608874,\n
          1583608846,\n
          1583608840,\n
          1583608819,\n
          1583608812,\n
          1583608801,\n
          1583608793,\n
          1583608784,\n
          1583608777,\n
          1583608773,\n
          1583608767\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "man_made": "wastewater_plant",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872751,\n
        "timestamp": "2016-07-05T13:25:17Z",\n
        "version": 3,\n
        "changeset": 40499894,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          1583608740,\n
          1583608736,\n
          1583608729,\n
          1583608720,\n
          1583608707,\n
          1583608700,\n
          1583608687,\n
          1583608676,\n
          1583608656,\n
          1583608649,\n
          1583608640,\n
          1583608636,\n
          1583608626,\n
          1583608621,\n
          1583608613,\n
          1583608610,\n
          1583608618,\n
          1583608629,\n
          1583608637,\n
          1583608645,\n
          1583608650,\n
          1583608666,\n
          1583608678,\n
          1583608693,\n
          1583608701,\n
          1583608714,\n
          1583608722,\n
          1583608730,\n
          1583608735,\n
          1583608747,\n
          1583608744,\n
          1583608740\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "man_made": "wastewater_plant",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872752,\n
        "timestamp": "2012-01-09T10:41:22Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610826,\n
          1583610944,\n
          1583610923,\n
          1583610975,\n
          1583610942,\n
          1583610958,\n
          1583610948,\n
          1583610768,\n
          1583610826\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872754,\n
        "timestamp": "2012-01-09T10:41:23Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613322,\n
          1583613317,\n
          1583613316,\n
          1583613297,\n
          1583613314,\n
          1583613324,\n
          1583613335,\n
          1583613340,\n
          1583613322\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872756,\n
        "timestamp": "2012-01-09T10:41:24Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610304,\n
          1583610321,\n
          1583610352,\n
          1583610346,\n
          1583610357,\n
          1583610355,\n
          1583610360,\n
          1583610356,\n
          1583610304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872759,\n
        "timestamp": "2012-01-09T10:41:25Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608865,\n
          1583609044,\n
          1583609087,\n
          1583609203,\n
          1583609221,\n
          1583609150,\n
          1583609120,\n
          1583609106,\n
          1583608865\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872760,\n
        "timestamp": "2012-01-09T10:41:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611729,\n
          1583611697,\n
          1583611792,\n
          1583611833,\n
          1583611824,\n
          1583611841,\n
          1583611769,\n
          1583611753,\n
          1583611729\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872761,\n
        "timestamp": "2012-01-09T10:41:26Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608560,\n
          1583608550,\n
          1583608551,\n
          1583608547,\n
          1583608546,\n
          1583608543,\n
          1583608538,\n
          1583608555,\n
          1583608560\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872762,\n
        "timestamp": "2012-01-09T10:41:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611086,\n
          1583611144,\n
          1583611206,\n
          1583611186,\n
          1583611195,\n
          1583611192,\n
          1583611178,\n
          1583611163,\n
          1583611086\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872763,\n
        "timestamp": "2012-01-09T10:41:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613056,\n
          1583613080,\n
          1583613095,\n
          1583613093,\n
          1583613096,\n
          1583613073,\n
          1583613061,\n
          1583613058,\n
          1583613056\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872764,\n
        "timestamp": "2012-01-09T10:41:27Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611285,\n
          1583611215,\n
          1583611256,\n
          1583611252,\n
          1583611282,\n
          1583611292,\n
          1583611350,\n
          1583611383,\n
          1583611285\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872765,\n
        "timestamp": "2012-01-09T10:41:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610770,\n
          1583610680,\n
          1583610651,\n
          1583610683,\n
          1583610654,\n
          1583610661,\n
          1583610630,\n
          1583610646,\n
          1583610770\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872766,\n
        "timestamp": "2012-01-09T10:41:28Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608410,\n
          1583608425,\n
          1583608426,\n
          1583608418,\n
          1583608417,\n
          1583608415,\n
          1583608416,\n
          1583608412,\n
          1583608410\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872770,\n
        "timestamp": "2012-01-09T10:41:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613652,\n
          1583613703,\n
          1583613687,\n
          1583613803,\n
          1583613766,\n
          1583613638,\n
          1583613676,\n
          1583613630,\n
          1583613652\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872771,\n
        "timestamp": "2012-01-09T10:41:30Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610361,\n
          1583610327,\n
          1583610303,\n
          1583610299,\n
          1583610309,\n
          1583610330,\n
          1583610347,\n
          1583610350,\n
          1583610361\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872772,\n
        "timestamp": "2012-01-09T10:41:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610560,\n
          1583610570,\n
          1583610582,\n
          1583610602,\n
          1583610619,\n
          1583610608,\n
          1583610629,\n
          1583610594,\n
          1583610560\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872773,\n
        "timestamp": "2012-01-09T10:41:31Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609614,\n
          1583609589,\n
          1583609558,\n
          1583609545,\n
          1583609539,\n
          1583609547,\n
          1583609554,\n
          1583609577,\n
          1583609614\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872776,\n
        "timestamp": "2012-01-09T10:41:32Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608493,\n
          1583608483,\n
          1583608478,\n
          1583608465,\n
          1583608459,\n
          1583608467,\n
          1583608476,\n
          1583608487,\n
          1583608493\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872778,\n
        "timestamp": "2012-01-09T10:41:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610861,\n
          1583611017,\n
          1583611009,\n
          1583611030,\n
          1583610989,\n
          1583611046,\n
          1583611153,\n
          1583610911,\n
          1583610861\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872780,\n
        "timestamp": "2012-01-09T10:41:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608654,\n
          1583608683,\n
          1583608710,\n
          1583608658,\n
          1583608635,\n
          1583608603,\n
          1583608597,\n
          1583608642,\n
          1583608654\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872781,\n
        "timestamp": "2012-01-09T10:41:33Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608757,\n
          1583608753,\n
          1583608780,\n
          1583608688,\n
          1583608651,\n
          1583608723,\n
          1583608673,\n
          1583608719,\n
          1583608757\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872782,\n
        "timestamp": "2012-01-09T10:41:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610361,\n
          1583610350,\n
          1583610347,\n
          1583610404,\n
          1583610401,\n
          1583610408,\n
          1583610419,\n
          1583610407,\n
          1583610361\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872783,\n
        "timestamp": "2012-01-09T10:41:34Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609617,\n
          1583609615,\n
          1583609661,\n
          1583609701,\n
          1583609639,\n
          1583609645,\n
          1583609606,\n
          1583609572,\n
          1583609617\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872784,\n
        "timestamp": "2012-01-09T10:41:35Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609728,\n
          1583609687,\n
          1583609564,\n
          1583609583,\n
          1583609677,\n
          1583609658,\n
          1583609716,\n
          1583609764,\n
          1583609728\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872788,\n
        "timestamp": "2012-01-09T10:41:36Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612157,\n
          1583612106,\n
          1583611956,\n
          1583611853,\n
          1583611952,\n
          1583611892,\n
          1583611757,\n
          1583611947,\n
          1583612157\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872789,\n
        "timestamp": "2012-10-15T10:30:54Z",\n
        "version": 2,\n
        "changeset": 13503844,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1583613333,\n
          1583613334,\n
          1583613342,\n
          1583613344,\n
          1583613353,\n
          1583613352,\n
          1583613360,\n
          1583613350,\n
          1583613348,\n
          1583613333\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872792,\n
        "timestamp": "2012-01-09T10:41:38Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611391,\n
          1583611385,\n
          1583611400,\n
          1583611355,\n
          1583611387,\n
          1583611359,\n
          1583611446,\n
          1583611500,\n
          1583611391\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872795,\n
        "timestamp": "2012-01-09T10:41:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609337,\n
          1583609386,\n
          1583609400,\n
          1583609378,\n
          1583609403,\n
          1583609390,\n
          1583609402,\n
          1583609385,\n
          1583609337\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872796,\n
        "timestamp": "2012-01-09T10:41:39Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610542,\n
          1583610541,\n
          1583610545,\n
          1583610510,\n
          1583610486,\n
          1583610475,\n
          1583610509,\n
          1583610524,\n
          1583610542\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872797,\n
        "timestamp": "2012-01-09T10:41:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608369,\n
          1583608382,\n
          1583608368,\n
          1583608362,\n
          1583608358,\n
          1583608353,\n
          1583608357,\n
          1583608355,\n
          1583608369\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872798,\n
        "timestamp": "2012-01-09T10:41:40Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612185,\n
          1583612159,\n
          1583612079,\n
          1583612048,\n
          1583611943,\n
          1583611815,\n
          1583612041,\n
          1583612097,\n
          1583612185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872802,\n
        "timestamp": "2012-01-09T10:41:41Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608833,\n
          1583609148,\n
          1583609204,\n
          1583609169,\n
          1583609195,\n
          1583609137,\n
          1583609105,\n
          1583608965,\n
          1583608833\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872805,\n
        "timestamp": "2012-01-09T10:41:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608005,\n
          1583607999,\n
          1583608002,\n
          1583608001,\n
          1583608004,\n
          1583608008,\n
          1583608007,\n
          1583608010,\n
          1583608005\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872807,\n
        "timestamp": "2012-01-09T10:41:42Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613208,\n
          1583613222,\n
          1583613240,\n
          1583613217,\n
          1583613206,\n
          1583613182,\n
          1583613205,\n
          1583613199,\n
          1583613208\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872808,\n
        "timestamp": "2012-01-09T10:41:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608031,\n
          1583608037,\n
          1583608032,\n
          1583608020,\n
          1583608025,\n
          1583608023,\n
          1583608029,\n
          1583608026,\n
          1583608031\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872809,\n
        "timestamp": "2012-01-09T10:41:43Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609374,\n
          1583609368,\n
          1583609351,\n
          1583609365,\n
          1583609382,\n
          1583609392,\n
          1583609418,\n
          1583609395,\n
          1583609374\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872813,\n
        "timestamp": "2012-01-09T10:41:44Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610457,\n
          1583610474,\n
          1583610544,\n
          1583610526,\n
          1583610518,\n
          1583610532,\n
          1583610515,\n
          1583610502,\n
          1583610457\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872814,\n
        "timestamp": "2012-01-09T10:41:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610421,\n
          1583610432,\n
          1583610429,\n
          1583610434,\n
          1583610426,\n
          1583610416,\n
          1583610424,\n
          1583610402,\n
          1583610421\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872816,\n
        "timestamp": "2012-01-09T10:41:45Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612824,\n
          1583612896,\n
          1583612915,\n
          1583612859,\n
          1583612854,\n
          1583612833,\n
          1583612796,\n
          1583612826,\n
          1583612824\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872817,\n
        "timestamp": "2012-01-09T10:41:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609770,\n
          1583609788,\n
          1583609807,\n
          1583609827,\n
          1583609843,\n
          1583609817,\n
          1583609793,\n
          1583609784,\n
          1583609770\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872818,\n
        "timestamp": "2012-01-09T10:41:46Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611695,\n
          1583611599,\n
          1583611639,\n
          1583611747,\n
          1583611739,\n
          1583611788,\n
          1583611733,\n
          1583611700,\n
          1583611695\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872821,\n
        "timestamp": "2020-10-24T13:21:11Z",\n
        "version": 2,\n
        "changeset": 92987568,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          1583608085,\n
          1583608090,\n
          1583608104,\n
          1583608101,\n
          1583608066,\n
          1583608057,\n
          1583608051,\n
          1583608076,\n
          1583608085\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872823,\n
        "timestamp": "2020-10-24T13:21:34Z",\n
        "version": 2,\n
        "changeset": 92987568,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          1583608071,\n
          1583608074,\n
          1583608069,\n
          1583608068,\n
          1583608059,\n
          1583608054,\n
          1583608071\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872824,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 2,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          1583613912,\n
          1583613887,\n
          1583613994,\n
          1583614023,\n
          1583613952,\n
          8590195542,\n
          8590195541,\n
          1583613991,\n
          1583613932,\n
          1583613916,\n
          1583613912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872826,\n
        "timestamp": "2012-01-09T10:41:49Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610358,\n
          1583610348,\n
          1583610343,\n
          1583610341,\n
          1583610311,\n
          1583610319,\n
          1583610306,\n
          1583610315,\n
          1583610358\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872829,\n
        "timestamp": "2012-01-09T10:41:50Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609336,\n
          1583609366,\n
          1583609352,\n
          1583609364,\n
          1583609362,\n
          1583609374,\n
          1583609395,\n
          1583609342,\n
          1583609336\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872830,\n
        "timestamp": "2018-07-29T20:26:44Z",\n
        "version": 3,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179,\n
        "nodes": [\n
          1583608659,\n
          1583608665,\n
          1583608672,\n
          1583608690,\n
          1583608702,\n
          1583608728,\n
          1583608772,\n
          1583608808,\n
          1583608869,\n
          1583608969,\n
          1583609047,\n
          1583609076,\n
          1583609078,\n
          1583609053,\n
          1583609025,\n
          1583608980,\n
          1583608919,\n
          1583608843,\n
          1583608803,\n
          1583608776,\n
          1583608749,\n
          1583608724,\n
          1583608699,\n
          1583608686,\n
          1583608659\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "man_made": "wastewater_plant",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872833,\n
        "timestamp": "2012-01-09T10:41:52Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610652,\n
          1583610686,\n
          1583610640,\n
          1583610628,\n
          1583610611,\n
          1583610593,\n
          1583610606,\n
          1583610601,\n
          1583610623,\n
          1583610652\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872836,\n
        "timestamp": "2018-07-29T20:26:44Z",\n
        "version": 2,\n
        "changeset": 61173529,\n
        "user": "Aroche",\n
        "uid": 50179,\n
        "nodes": [\n
          1583608634,\n
          1583608699,\n
          1583608724,\n
          1583608749,\n
          1583608685,\n
          1583608634\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872839,\n
        "timestamp": "2012-01-09T10:41:54Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613899,\n
          1583613935,\n
          1583613896,\n
          1583613866,\n
          1583613869,\n
          1583613862,\n
          1583613871,\n
          1583613863,\n
          1583613880,\n
          1583613899\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872843,\n
        "timestamp": "2012-01-09T10:41:55Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612614,\n
          1583612646,\n
          1583612595,\n
          1583612611,\n
          1583612582,\n
          1583612576,\n
          1583612562,\n
          1583612373,\n
          1583612597,\n
          1583612614\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872844,\n
        "timestamp": "2021-04-03T18:34:09Z",\n
        "version": 2,\n
        "changeset": 102247568,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          1583611237,\n
          1583610917,\n
          1583611238,\n
          1583611287,\n
          1583611145,\n
          1583611166,\n
          8590217482,\n
          8590217481,\n
          1583611142,\n
          1583611406,\n
          8590217480,\n
          8590217479,\n
          1583611311,\n
          1583611237\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872846,\n
        "timestamp": "2012-01-09T10:41:56Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611559,\n
          1583611635,\n
          1583611588,\n
          1583611481,\n
          1583611509,\n
          1583611447,\n
          1583611439,\n
          1583611301,\n
          1583611351,\n
          1583611559\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872849,\n
        "timestamp": "2012-01-09T10:41:57Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583613166,\n
          1583613115,\n
          1583613127,\n
          1583613221,\n
          1583613220,\n
          1583613226,\n
          1583613225,\n
          1583613239,\n
          1583613234,\n
          1583613166\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872852,\n
        "timestamp": "2012-01-09T10:41:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609709,\n
          1583609703,\n
          1583609713,\n
          1583609679,\n
          1583609721,\n
          1583609757,\n
          1583609765,\n
          1583609834,\n
          1583609773,\n
          1583609709\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872853,\n
        "timestamp": "2012-01-09T10:41:58Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610860,\n
          1583610833,\n
          1583610828,\n
          1583610838,\n
          1583610803,\n
          1583610858,\n
          1583610797,\n
          1583610889,\n
          1583611011,\n
          1583610860\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872856,\n
        "timestamp": "2012-01-09T10:41:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583607991,\n
          1583607992,\n
          1583607998,\n
          1583607999,\n
          1583608005,\n
          1583608000,\n
          1583607993,\n
          1583607990,\n
          1583607986,\n
          1583607991\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872857,\n
        "timestamp": "2012-01-09T10:41:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609333,\n
          1583609292,\n
          1583609290,\n
          1583609295,\n
          1583609291,\n
          1583609312,\n
          1583609303,\n
          1583609315,\n
          1583609326,\n
          1583609333\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872858,\n
        "timestamp": "2012-01-09T10:41:59Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583609439,\n
          1583609456,\n
          1583609485,\n
          1583609493,\n
          1583609486,\n
          1583609509,\n
          1583609536,\n
          1583609524,\n
          1583609451,\n
          1583609439\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872859,\n
        "timestamp": "2012-01-09T10:42:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610015,\n
          1583610021,\n
          1583610294,\n
          1583610292,\n
          1583610212,\n
          1583610208,\n
          1583610172,\n
          1583610181,\n
          1583610003,\n
          1583610015\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872861,\n
        "timestamp": "2012-01-09T10:42:00Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583612371,\n
          1583612365,\n
          1583612336,\n
          1583612325,\n
          1583612297,\n
          1583612257,\n
          1583612178,\n
          1583612268,\n
          1583612557,\n
          1583612371\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872863,\n
        "timestamp": "2012-01-09T10:42:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583611578,\n
          1583611693,\n
          1583611748,\n
          1583611689,\n
          1583611715,\n
          1583611660,\n
          1583611631,\n
          1583611616,\n
          1583611614,\n
          1583611578\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872864,\n
        "timestamp": "2012-01-09T10:42:01Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608043,\n
          1583608046,\n
          1583608050,\n
          1583608044,\n
          1583608045,\n
          1583608042,\n
          1583608041,\n
          1583608038,\n
          1583608034,\n
          1583608043\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872865,\n
        "timestamp": "2012-01-09T10:42:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583608072,\n
          1583608077,\n
          1583608073,\n
          1583608145,\n
          1583608151,\n
          1583608182,\n
          1583608183,\n
          1583608197,\n
          1583608079,\n
          1583608072\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144872866,\n
        "timestamp": "2012-01-09T10:42:02Z",\n
        "version": 1,\n
        "changeset": 10340396,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1583610334,\n
          1583610314,\n
          1583610310,\n
          1583610302,\n
          1583610301,\n
          1583610316,\n
          1583610339,\n
          1583610340,\n
          1583610329,\n
          1583610334\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 925603923,\n
        "timestamp": "2021-04-03T17:19:59Z",\n
        "version": 1,\n
        "changeset": 102245286,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8590093917,\n
          8590093918,\n
          8590093919,\n
          8590093920,\n
          8590093917\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 925603924,\n
        "timestamp": "2021-04-03T17:19:59Z",\n
        "version": 1,\n
        "changeset": 102245286,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8590093921,\n
          8590093922,\n
          8590093923,\n
          8590093924,\n
          8590093921\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 925614705,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8590170510,\n
          8590170511,\n
          8590170512,\n
          8590170513,\n
          8590170514,\n
          8590170515,\n
          8590170516,\n
          8590195517,\n
          8590170510\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 925614706,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8590195519,\n
          8590195520,\n
          8590195521,\n
          8590195522,\n
          8590195523,\n
          8590195524,\n
          8590195525,\n
          8590195526,\n
          8590195519\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 925614707,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8590195527,\n
          8590195528,\n
          8590195529,\n
          8590195530,\n
          8590195531,\n
          8590195527\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 925614708,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8590195532,\n
          8590195533,\n
          8590195534,\n
          8590195535,\n
          8590195536,\n
          8590195532\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 925614709,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8590195537,\n
          8590195538,\n
          8590195539,\n
          8590195540,\n
          8590195537\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 925614710,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8590195543,\n
          8590195544,\n
          8590195545,\n
          8590195546,\n
          8590195547,\n
          8590195548,\n
          8590195549,\n
          8590195550,\n
          8590195551,\n
          8590195552,\n
          8590195553,\n
          8590195554,\n
          8590195555,\n
          8590195556,\n
          8590195557,\n
          8590195558,\n
          8590195559,\n
          8590195560,\n
          8590195543\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 925614711,\n
        "timestamp": "2021-04-03T18:15:44Z",\n
        "version": 1,\n
        "changeset": 102247062,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          8590195563,\n
          8590195564,\n
          1583610463,\n
          1583610451,\n
          8590195565,\n
          8590195566,\n
          8590195563\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 925618189,\n
        "timestamp": "2022-11-05T14:30:30Z",\n
        "version": 4,\n
        "changeset": 128523129,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          8590217476,\n
          1583609411,\n
          1583609405,\n
          1583609409,\n
          8590217477,\n
          1583609445,\n
          1583609455,\n
          1583609468,\n
          1583609570,\n
          1583609597,\n
          1583609626,\n
          1583609635,\n
          1583609636,\n
          1583609624,\n
          1583609681,\n
          8590217478,\n
          8590217476\n
        ],\n
        "tags": {\n
          "addr:city": "Alaincourt",\n
          "addr:housenumber": "7",\n
          "addr:postcode": "02240",\n
          "addr:street": "Rue des Écoles",\n
          "amenity": "school",\n
          "contact:email": "ce.0020313E@ac-amiens.fr",\n
          "contact:phone": "+33 323077539",\n
          "name": "École élémentaire",\n
          "operator:type": "public",\n
          "ref:FR:SIRET": "21020009300024",\n
          "ref:UAI": "0020313E",\n
          "school:FR": "primaire"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1094074798,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804,\n
        "nodes": [\n
          10020357924,\n
          10020357926,\n
          10020357933,\n
          10020357931,\n
          10020357922,\n
          10020357925,\n
          10020357932,\n
          10020357927,\n
          10020357924\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2022"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1094074799,\n
        "timestamp": "2022-09-13T08:56:02Z",\n
        "version": 1,\n
        "changeset": 126122049,\n
        "user": "maferikotupi",\n
        "uid": 2115804,\n
        "nodes": [\n
          10020357928,\n
          10020357929,\n
          10020357923,\n
          10020357930,\n
          10020357928\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2022"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]