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

HTTP Client

1 Total requests
0 HTTP errors

Clients

http_client 1

Requests

POST https://overpass-api.de/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="02345"]->.searchArea;\n
      (\n
        nwr["emergency"="fire_hydrant"](area.searchArea);\n
        nwr["amenity"="charging_station"](area.searchArea);\n
        nwr["amenity"="toilets"](area.searchArea);\n
        nwr["highway"="bus_stop"](area.searchArea);\n
        nwr["emergency"="defibrillator"](area.searchArea);\n
        nwr["man_made"="surveillance"](area.searchArea);\n
        nwr["amenity"="recycling"](area.searchArea);\n
        nwr["power"="substation"](area.searchArea);\n
        nwr["healthcare"](area.searchArea);\n
        nwr["amenity"="doctors"](area.searchArea);\n
        nwr["amenity"="pharmacy"](area.searchArea);\n
        nwr["amenity"="hospital"](area.searchArea);\n
        nwr["amenity"="clinic"](area.searchArea);\n
        nwr["amenity"="social_facility"](area.searchArea);\n
        nwr["healthcare"="laboratory"](area.searchArea);\n
        nwr["amenity"="school"](area.searchArea);\n
        nwr["amenity"="police"](area.searchArea);\n
        nwr["amenity"="bicycle_parking"](area.searchArea);\n
        nwr["advertising"="board"]["message"="political"](area.searchArea);\n
        way["building"](area.searchArea);\n
        nwr["email"](area.searchArea);\n
        nwr["contact:email"](area.searchArea);\n
        nwr["amenity"="bench"](area.searchArea);\n
        nwr["amenity"="waste_basket"](area.searchArea);\n
        nwr["highway"="street_lamp"](area.searchArea);\n
        nwr["amenity"="drinking_water"](area.searchArea);\n
        nwr["natural"="tree"](area.searchArea);\n
        nw["power"="pole"](area.searchArea);\n
        nwr["manhole"](area.searchArea);\n
        nwr["amenity"="public_bookcase"](area.searchArea);\n
        nwr["leisure"="playground"](area.searchArea);\n
        nwr["amenity"="restaurant"](area.searchArea);\n
        nwr["ref:FR:RNB"](area.searchArea);\n
      );\n
      (._;>;);\n
      out meta;\n
      >;
      """
  ]
  "timeout" => 60
]
Response 200
[
  "info" => [
    "header_size" => 189
    "request_size" => 2613
    "total_time" => 5.549277
    "namelookup_time" => 0.000584
    "connect_time" => 0.019198
    "pretransfer_time" => 0.041279
    "size_upload" => 2410.0
    "size_download" => 8947.0
    "speed_download" => 1612.0
    "speed_upload" => 434.0
    "download_content_length" => 8947.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 5.548896
    "primary_ip" => "2a01:4f8:261:3c4f::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:88e4:cc06:423a:2464"
    "local_port" => 59768
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 41148
    "connect_time_us" => 19198
    "namelookup_time_us" => 584
    "pretransfer_time_us" => 41279
    "starttransfer_time_us" => 5548896
    "posttransfer_time_us" => 41278
    "total_time_us" => 5549277
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770166977.6594
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1058
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1031 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1042 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f8:261:3c4f::2, 2a01:4f9:3051:3e48::2\n
      * IPv4: 162.55.144.139, 65.109.112.52\n
      *   Trying [2a01:4f8:261:3c4f::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=gall.openstreetmap.de\n
      *  start date: Jan 21 16:56:04 2026 GMT\n
      *  expire date: Apr 21 16:56:03 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f8:261:3c4f::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Wed, 04 Feb 2026 01:02:57 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 8947\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Wed, 04 Feb 2026 01:02:57 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 8947"
    "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-04T01:01:45Z",\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": 1577267774,\n
        "lat": 49.7339230,\n
        "lon": 3.2849890,\n
        "timestamp": "2012-01-04T20:49:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267779,\n
        "lat": 49.7339430,\n
        "lon": 3.2849680,\n
        "timestamp": "2012-01-04T20:49:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267783,\n
        "lat": 49.7340040,\n
        "lon": 3.2851980,\n
        "timestamp": "2012-01-04T20:49:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267788,\n
        "lat": 49.7340100,\n
        "lon": 3.2851910,\n
        "timestamp": "2012-01-04T20:49:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267791,\n
        "lat": 49.7340200,\n
        "lon": 3.2851770,\n
        "timestamp": "2012-01-04T20:49:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267794,\n
        "lat": 49.7340290,\n
        "lon": 3.2852440,\n
        "timestamp": "2012-01-04T20:49:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267800,\n
        "lat": 49.7340380,\n
        "lon": 3.2852650,\n
        "timestamp": "2012-01-04T20:49:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267802,\n
        "lat": 49.7340390,\n
        "lon": 3.2852340,\n
        "timestamp": "2012-01-04T20:49:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267809,\n
        "lat": 49.7340460,\n
        "lon": 3.2852870,\n
        "timestamp": "2012-01-04T20:49:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267814,\n
        "lat": 49.7340470,\n
        "lon": 3.2852540,\n
        "timestamp": "2012-01-04T20:49:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267818,\n
        "lat": 49.7340550,\n
        "lon": 3.2853120,\n
        "timestamp": "2012-01-04T20:49:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267856,\n
        "lat": 49.7340560,\n
        "lon": 3.2852790,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267861,\n
        "lat": 49.7340650,\n
        "lon": 3.2853020,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267864,\n
        "lat": 49.7340800,\n
        "lon": 3.2849530,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267868,\n
        "lat": 49.7340980,\n
        "lon": 3.2849320,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267871,\n
        "lat": 49.7340990,\n
        "lon": 3.2849370,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267873,\n
        "lat": 49.7341080,\n
        "lon": 3.2850330,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267875,\n
        "lat": 49.7341270,\n
        "lon": 3.2850160,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267877,\n
        "lat": 49.7341390,\n
        "lon": 3.2850420,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267879,\n
        "lat": 49.7341650,\n
        "lon": 3.2850160,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267881,\n
        "lat": 49.7341670,\n
        "lon": 3.2848720,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267883,\n
        "lat": 49.7341690,\n
        "lon": 3.2850250,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267885,\n
        "lat": 49.7341840,\n
        "lon": 3.2850100,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267887,\n
        "lat": 49.7341910,\n
        "lon": 3.2850240,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267889,\n
        "lat": 49.7341960,\n
        "lon": 3.2849930,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267890,\n
        "lat": 49.7342040,\n
        "lon": 3.2850120,\n
        "timestamp": "2012-01-04T20:49:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267920,\n
        "lat": 49.7342080,\n
        "lon": 3.2849800,\n
        "timestamp": "2012-01-04T20:49:44Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267933,\n
        "lat": 49.7348220,\n
        "lon": 3.2855710,\n
        "timestamp": "2012-01-04T20:49:44Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267936,\n
        "lat": 49.7348270,\n
        "lon": 3.2855660,\n
        "timestamp": "2012-01-04T20:49:44Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267939,\n
        "lat": 49.7348460,\n
        "lon": 3.2864420,\n
        "timestamp": "2012-01-04T20:49:44Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267942,\n
        "lat": 49.7348860,\n
        "lon": 3.2857240,\n
        "timestamp": "2012-01-04T20:49:44Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267945,\n
        "lat": 49.7348900,\n
        "lon": 3.2864030,\n
        "timestamp": "2012-01-04T20:49:44Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267947,\n
        "lat": 49.7348980,\n
        "lon": 3.2865750,\n
        "timestamp": "2012-01-04T20:49:44Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267950,\n
        "lat": 49.7349010,\n
        "lon": 3.2864280,\n
        "timestamp": "2012-01-04T20:49:44Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267953,\n
        "lat": 49.7349020,\n
        "lon": 3.2865710,\n
        "timestamp": "2012-01-04T20:49:44Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267954,\n
        "lat": 49.7349070,\n
        "lon": 3.2865880,\n
        "timestamp": "2012-01-04T20:49:44Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267955,\n
        "lat": 49.7349090,\n
        "lon": 3.2865860,\n
        "timestamp": "2012-01-04T20:49:44Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267971,\n
        "lat": 49.7349160,\n
        "lon": 3.2866080,\n
        "timestamp": "2012-01-04T20:49:45Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267973,\n
        "lat": 49.7349420,\n
        "lon": 3.2856730,\n
        "timestamp": "2012-01-04T20:49:45Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267975,\n
        "lat": 49.7349440,\n
        "lon": 3.2856870,\n
        "timestamp": "2012-01-04T20:49:45Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267979,\n
        "lat": 49.7349460,\n
        "lon": 3.2856850,\n
        "timestamp": "2012-01-04T20:49:45Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267982,\n
        "lat": 49.7349460,\n
        "lon": 3.2863510,\n
        "timestamp": "2012-01-04T20:49:45Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267985,\n
        "lat": 49.7349560,\n
        "lon": 3.2863740,\n
        "timestamp": "2012-01-04T20:49:45Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267986,\n
        "lat": 49.7349590,\n
        "lon": 3.2857230,\n
        "timestamp": "2012-01-04T20:49:46Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267987,\n
        "lat": 49.7349680,\n
        "lon": 3.2866070,\n
        "timestamp": "2012-01-04T20:49:46Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267988,\n
        "lat": 49.7349770,\n
        "lon": 3.2866020,\n
        "timestamp": "2012-01-04T20:49:46Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267989,\n
        "lat": 49.7349800,\n
        "lon": 3.2857740,\n
        "timestamp": "2012-01-04T20:49:46Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267990,\n
        "lat": 49.7349810,\n
        "lon": 3.2854390,\n
        "timestamp": "2012-01-04T20:49:46Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267991,\n
        "lat": 49.7349830,\n
        "lon": 3.2857710,\n
        "timestamp": "2012-01-04T20:49:46Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267992,\n
        "lat": 49.7349860,\n
        "lon": 3.2866080,\n
        "timestamp": "2012-01-04T20:49:46Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267993,\n
        "lat": 49.7349890,\n
        "lon": 3.2863120,\n
        "timestamp": "2012-01-04T20:49:46Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577267994,\n
        "lat": 49.7350010,\n
        "lon": 3.2863140,\n
        "timestamp": "2012-01-04T20:49:46Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268004,\n
        "lat": 49.7350010,\n
        "lon": 3.2863390,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268006,\n
        "lat": 49.7350050,\n
        "lon": 3.2858320,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268007,\n
        "lat": 49.7350070,\n
        "lon": 3.2858300,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268008,\n
        "lat": 49.7350090,\n
        "lon": 3.2863300,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268010,\n
        "lat": 49.7350180,\n
        "lon": 3.2865640,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268012,\n
        "lat": 49.7350200,\n
        "lon": 3.2865760,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268014,\n
        "lat": 49.7350230,\n
        "lon": 3.2865590,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268016,\n
        "lat": 49.7350320,\n
        "lon": 3.2864150,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268018,\n
        "lat": 49.7350330,\n
        "lon": 3.2864530,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268020,\n
        "lat": 49.7350340,\n
        "lon": 3.2862840,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268022,\n
        "lat": 49.7350420,\n
        "lon": 3.2863860,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268024,\n
        "lat": 49.7350420,\n
        "lon": 3.2864410,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268025,\n
        "lat": 49.7350470,\n
        "lon": 3.2863990,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268026,\n
        "lat": 49.7350470,\n
        "lon": 3.2864850,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268027,\n
        "lat": 49.7350510,\n
        "lon": 3.2861210,\n
        "timestamp": "2012-01-04T20:49:47Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268037,\n
        "lat": 49.7350610,\n
        "lon": 3.2861480,\n
        "timestamp": "2012-01-04T20:49:48Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268039,\n
        "lat": 49.7350650,\n
        "lon": 3.2863620,\n
        "timestamp": "2012-01-04T20:49:48Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268041,\n
        "lat": 49.7350700,\n
        "lon": 3.2859920,\n
        "timestamp": "2012-01-04T20:49:48Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268043,\n
        "lat": 49.7350730,\n
        "lon": 3.2853640,\n
        "timestamp": "2012-01-04T20:49:48Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268045,\n
        "lat": 49.7350730,\n
        "lon": 3.2859870,\n
        "timestamp": "2012-01-04T20:49:48Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268047,\n
        "lat": 49.7350780,\n
        "lon": 3.2861330,\n
        "timestamp": "2012-01-04T20:49:48Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268049,\n
        "lat": 49.7350930,\n
        "lon": 3.2860450,\n
        "timestamp": "2012-01-04T20:49:48Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268051,\n
        "lat": 49.7350940,\n
        "lon": 3.2861650,\n
        "timestamp": "2012-01-04T20:49:48Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268053,\n
        "lat": 49.7350960,\n
        "lon": 3.2860420,\n
        "timestamp": "2012-01-04T20:49:48Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268055,\n
        "lat": 49.7351060,\n
        "lon": 3.2861060,\n
        "timestamp": "2012-01-04T20:49:48Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268056,\n
        "lat": 49.7351140,\n
        "lon": 3.2860980,\n
        "timestamp": "2012-01-04T20:49:48Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268057,\n
        "lat": 49.7351210,\n
        "lon": 3.2861650,\n
        "timestamp": "2012-01-04T20:49:49Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268058,\n
        "lat": 49.7351330,\n
        "lon": 3.2861510,\n
        "timestamp": "2012-01-04T20:49:49Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268059,\n
        "lat": 49.7351520,\n
        "lon": 3.2861840,\n
        "timestamp": "2012-01-04T20:49:49Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268060,\n
        "lat": 49.7351650,\n
        "lon": 3.2861690,\n
        "timestamp": "2012-01-04T20:49:49Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268065,\n
        "lat": 49.7351740,\n
        "lon": 3.2861840,\n
        "timestamp": "2012-01-04T20:49:49Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268066,\n
        "lat": 49.7351920,\n
        "lon": 3.2861620,\n
        "timestamp": "2012-01-04T20:49:49Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268067,\n
        "lat": 49.7352440,\n
        "lon": 3.2863310,\n
        "timestamp": "2012-01-04T20:49:49Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268068,\n
        "lat": 49.7352530,\n
        "lon": 3.2862580,\n
        "timestamp": "2012-01-04T20:49:49Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268069,\n
        "lat": 49.7352620,\n
        "lon": 3.2854740,\n
        "timestamp": "2012-01-04T20:49:49Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268070,\n
        "lat": 49.7352670,\n
        "lon": 3.2864000,\n
        "timestamp": "2012-01-04T20:49:49Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268071,\n
        "lat": 49.7352770,\n
        "lon": 3.2853980,\n
        "timestamp": "2012-01-04T20:49:49Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268072,\n
        "lat": 49.7352880,\n
        "lon": 3.2863850,\n
        "timestamp": "2012-01-04T20:49:50Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268073,\n
        "lat": 49.7352960,\n
        "lon": 3.2862050,\n
        "timestamp": "2012-01-04T20:49:50Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268074,\n
        "lat": 49.7352970,\n
        "lon": 3.2851810,\n
        "timestamp": "2012-01-04T20:49:50Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268075,\n
        "lat": 49.7352970,\n
        "lon": 3.2854460,\n
        "timestamp": "2012-01-04T20:49:50Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268076,\n
        "lat": 49.7353010,\n
        "lon": 3.2862200,\n
        "timestamp": "2012-01-04T20:49:50Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268077,\n
        "lat": 49.7353060,\n
        "lon": 3.2863860,\n
        "timestamp": "2012-01-04T20:49:50Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268078,\n
        "lat": 49.7353190,\n
        "lon": 3.2852340,\n
        "timestamp": "2012-01-04T20:49:50Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268079,\n
        "lat": 49.7353590,\n
        "lon": 3.2853250,\n
        "timestamp": "2012-01-04T20:49:50Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268080,\n
        "lat": 49.7353690,\n
        "lon": 3.2851890,\n
        "timestamp": "2012-01-04T20:49:50Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268081,\n
        "lat": 49.7353800,\n
        "lon": 3.2861420,\n
        "timestamp": "2012-01-04T20:49:50Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268082,\n
        "lat": 49.7353840,\n
        "lon": 3.2861550,\n
        "timestamp": "2012-01-04T20:49:50Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268083,\n
        "lat": 49.7353890,\n
        "lon": 3.2857700,\n
        "timestamp": "2012-01-04T20:49:51Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268084,\n
        "lat": 49.7354150,\n
        "lon": 3.2858750,\n
        "timestamp": "2012-01-04T20:49:51Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268085,\n
        "lat": 49.7354200,\n
        "lon": 3.2858540,\n
        "timestamp": "2012-01-04T20:49:51Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268086,\n
        "lat": 49.7354210,\n
        "lon": 3.2857370,\n
        "timestamp": "2012-01-04T20:49:51Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268087,\n
        "lat": 49.7354240,\n
        "lon": 3.2857900,\n
        "timestamp": "2012-01-04T20:49:51Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268088,\n
        "lat": 49.7354260,\n
        "lon": 3.2859010,\n
        "timestamp": "2012-01-04T20:49:51Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268089,\n
        "lat": 49.7354360,\n
        "lon": 3.2862850,\n
        "timestamp": "2012-01-04T20:49:51Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268090,\n
        "lat": 49.7354370,\n
        "lon": 3.2857760,\n
        "timestamp": "2012-01-04T20:49:51Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268091,\n
        "lat": 49.7354400,\n
        "lon": 3.2859000,\n
        "timestamp": "2012-01-04T20:49:51Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268092,\n
        "lat": 49.7354410,\n
        "lon": 3.2858310,\n
        "timestamp": "2012-01-04T20:49:51Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268093,\n
        "lat": 49.7354490,\n
        "lon": 3.2863220,\n
        "timestamp": "2012-01-04T20:49:51Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268094,\n
        "lat": 49.7354730,\n
        "lon": 3.2859720,\n
        "timestamp": "2012-01-04T20:49:51Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268095,\n
        "lat": 49.7354760,\n
        "lon": 3.2859690,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268096,\n
        "lat": 49.7354850,\n
        "lon": 3.2857290,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268097,\n
        "lat": 49.7354920,\n
        "lon": 3.2850780,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268098,\n
        "lat": 49.7355030,\n
        "lon": 3.2857710,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268099,\n
        "lat": 49.7355040,\n
        "lon": 3.2856520,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268100,\n
        "lat": 49.7355140,\n
        "lon": 3.2860530,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268101,\n
        "lat": 49.7355180,\n
        "lon": 3.2851480,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268102,\n
        "lat": 49.7355210,\n
        "lon": 3.2858160,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268103,\n
        "lat": 49.7355220,\n
        "lon": 3.2856940,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268104,\n
        "lat": 49.7355300,\n
        "lon": 3.2858060,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268105,\n
        "lat": 49.7355310,\n
        "lon": 3.2858410,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268106,\n
        "lat": 49.7355330,\n
        "lon": 3.2861100,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268107,\n
        "lat": 49.7355380,\n
        "lon": 3.2861070,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268108,\n
        "lat": 49.7355410,\n
        "lon": 3.2858300,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268109,\n
        "lat": 49.7355480,\n
        "lon": 3.2856090,\n
        "timestamp": "2012-01-04T20:49:52Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268110,\n
        "lat": 49.7355530,\n
        "lon": 3.2858900,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268111,\n
        "lat": 49.7355550,\n
        "lon": 3.2861740,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268112,\n
        "lat": 49.7355710,\n
        "lon": 3.2862230,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268113,\n
        "lat": 49.7356070,\n
        "lon": 3.2849720,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268114,\n
        "lat": 49.7356340,\n
        "lon": 3.2850410,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268115,\n
        "lat": 49.7357020,\n
        "lon": 3.2848860,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268116,\n
        "lat": 49.7357250,\n
        "lon": 3.2849450,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268117,\n
        "lat": 49.7357410,\n
        "lon": 3.2848540,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268118,\n
        "lat": 49.7357570,\n
        "lon": 3.2849160,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268119,\n
        "lat": 49.7357640,\n
        "lon": 3.2859320,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268120,\n
        "lat": 49.7357760,\n
        "lon": 3.2841820,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268121,\n
        "lat": 49.7357770,\n
        "lon": 3.2843150,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268122,\n
        "lat": 49.7357860,\n
        "lon": 3.2859930,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268123,\n
        "lat": 49.7358160,\n
        "lon": 3.2856520,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268124,\n
        "lat": 49.7358290,\n
        "lon": 3.2857110,\n
        "timestamp": "2012-01-04T20:49:53Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268125,\n
        "lat": 49.7358390,\n
        "lon": 3.2841820,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268126,\n
        "lat": 49.7358400,\n
        "lon": 3.2841890,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268127,\n
        "lat": 49.7358420,\n
        "lon": 3.2855050,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268128,\n
        "lat": 49.7358440,\n
        "lon": 3.2850160,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268129,\n
        "lat": 49.7358450,\n
        "lon": 3.2858680,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268130,\n
        "lat": 49.7358480,\n
        "lon": 3.2856310,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268131,\n
        "lat": 49.7358490,\n
        "lon": 3.2832410,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268132,\n
        "lat": 49.7358530,\n
        "lon": 3.2832750,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268133,\n
        "lat": 49.7358610,\n
        "lon": 3.2856890,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268134,\n
        "lat": 49.7358640,\n
        "lon": 3.2855920,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268135,\n
        "lat": 49.7358660,\n
        "lon": 3.2853500,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268136,\n
        "lat": 49.7358670,\n
        "lon": 3.2832360,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268137,\n
        "lat": 49.7358670,\n
        "lon": 3.2859340,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268138,\n
        "lat": 49.7358720,\n
        "lon": 3.2832700,\n
        "timestamp": "2012-01-04T20:49:54Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268139,\n
        "lat": 49.7358760,\n
        "lon": 3.2851290,\n
        "timestamp": "2012-01-04T20:49:55Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268140,\n
        "lat": 49.7358910,\n
        "lon": 3.2854760,\n
        "timestamp": "2012-01-04T20:49:55Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268141,\n
        "lat": 49.7359020,\n
        "lon": 3.2841810,\n
        "timestamp": "2012-01-04T20:49:55Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268142,\n
        "lat": 49.7359020,\n
        "lon": 3.2843150,\n
        "timestamp": "2012-01-04T20:49:55Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268143,\n
        "lat": 49.7359030,\n
        "lon": 3.2841900,\n
        "timestamp": "2012-01-04T20:49:55Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268144,\n
        "lat": 49.7359090,\n
        "lon": 3.2858160,\n
        "timestamp": "2012-01-04T20:49:55Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268145,\n
        "lat": 49.7359100,\n
        "lon": 3.2850920,\n
        "timestamp": "2012-01-04T20:49:55Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268146,\n
        "lat": 49.7359130,\n
        "lon": 3.2851050,\n
        "timestamp": "2012-01-04T20:49:55Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268147,\n
        "lat": 49.7359160,\n
        "lon": 3.2853200,\n
        "timestamp": "2012-01-04T20:49:55Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268148,\n
        "lat": 49.7359330,\n
        "lon": 3.2858860,\n
        "timestamp": "2012-01-04T20:49:55Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268149,\n
        "lat": 49.7359390,\n
        "lon": 3.2849530,\n
        "timestamp": "2012-01-04T20:49:55Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268150,\n
        "lat": 49.7359410,\n
        "lon": 3.2854460,\n
        "timestamp": "2012-01-04T20:49:56Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268151,\n
        "lat": 49.7359590,\n
        "lon": 3.2855360,\n
        "timestamp": "2012-01-04T20:49:56Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268152,\n
        "lat": 49.7359670,\n
        "lon": 3.2850530,\n
        "timestamp": "2012-01-04T20:49:56Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268153,\n
        "lat": 49.7360130,\n
        "lon": 3.2836180,\n
        "timestamp": "2012-01-04T20:49:56Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268156,\n
        "lat": 49.7360190,\n
        "lon": 3.2835480,\n
        "timestamp": "2012-01-04T20:49:56Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268158,\n
        "lat": 49.7360240,\n
        "lon": 3.2838200,\n
        "timestamp": "2012-01-04T20:49:56Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268159,\n
        "lat": 49.7360330,\n
        "lon": 3.2836930,\n
        "timestamp": "2012-01-04T20:49:56Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268161,\n
        "lat": 49.7360380,\n
        "lon": 3.2836250,\n
        "timestamp": "2012-01-04T20:49:56Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268163,\n
        "lat": 49.7360390,\n
        "lon": 3.2836230,\n
        "timestamp": "2012-01-04T20:49:57Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268164,\n
        "lat": 49.7360440,\n
        "lon": 3.2835610,\n
        "timestamp": "2012-01-04T20:49:57Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268165,\n
        "lat": 49.7360450,\n
        "lon": 3.2835530,\n
        "timestamp": "2012-01-04T20:49:57Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268166,\n
        "lat": 49.7360660,\n
        "lon": 3.2838570,\n
        "timestamp": "2012-01-04T20:49:57Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268167,\n
        "lat": 49.7360690,\n
        "lon": 3.2837360,\n
        "timestamp": "2012-01-04T20:49:57Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268168,\n
        "lat": 49.7360690,\n
        "lon": 3.2838290,\n
        "timestamp": "2012-01-04T20:49:57Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268169,\n
        "lat": 49.7360710,\n
        "lon": 3.2836990,\n
        "timestamp": "2012-01-04T20:49:57Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268170,\n
        "lat": 49.7360920,\n
        "lon": 3.2837390,\n
        "timestamp": "2012-01-04T20:49:57Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268171,\n
        "lat": 49.7360940,\n
        "lon": 3.2837190,\n
        "timestamp": "2012-01-04T20:49:57Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268173,\n
        "lat": 49.7361000,\n
        "lon": 3.2838600,\n
        "timestamp": "2012-01-04T20:49:57Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268175,\n
        "lat": 49.7361100,\n
        "lon": 3.2837210,\n
        "timestamp": "2012-01-04T20:49:57Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268184,\n
        "lat": 49.7361160,\n
        "lon": 3.2836380,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268185,\n
        "lat": 49.7361190,\n
        "lon": 3.2837450,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268186,\n
        "lat": 49.7361200,\n
        "lon": 3.2835760,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268187,\n
        "lat": 49.7361210,\n
        "lon": 3.2837230,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268189,\n
        "lat": 49.7361330,\n
        "lon": 3.2838640,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268191,\n
        "lat": 49.7361350,\n
        "lon": 3.2838360,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268193,\n
        "lat": 49.7361760,\n
        "lon": 3.2838420,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268195,\n
        "lat": 49.7361820,\n
        "lon": 3.2837540,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268197,\n
        "lat": 49.7361870,\n
        "lon": 3.2836490,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268199,\n
        "lat": 49.7361900,\n
        "lon": 3.2835880,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268201,\n
        "lat": 49.7361900,\n
        "lon": 3.2836040,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268203,\n
        "lat": 49.7361940,\n
        "lon": 3.2836040,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268205,\n
        "lat": 49.7362460,\n
        "lon": 3.2838760,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268207,\n
        "lat": 49.7362470,\n
        "lon": 3.2838550,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268208,\n
        "lat": 49.7362530,\n
        "lon": 3.2837660,\n
        "timestamp": "2012-01-04T20:49:58Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268215,\n
        "lat": 49.7362560,\n
        "lon": 3.2843950,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268217,\n
        "lat": 49.7362570,\n
        "lon": 3.2842450,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268220,\n
        "lat": 49.7362630,\n
        "lon": 3.2843170,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268222,\n
        "lat": 49.7362660,\n
        "lon": 3.2845240,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268223,\n
        "lat": 49.7362680,\n
        "lon": 3.2843740,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268224,\n
        "lat": 49.7362690,\n
        "lon": 3.2843920,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268225,\n
        "lat": 49.7362730,\n
        "lon": 3.2842430,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268226,\n
        "lat": 49.7362780,\n
        "lon": 3.2842420,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268227,\n
        "lat": 49.7362870,\n
        "lon": 3.2843690,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268228,\n
        "lat": 49.7362890,\n
        "lon": 3.2838820,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268229,\n
        "lat": 49.7362890,\n
        "lon": 3.2838890,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268230,\n
        "lat": 49.7363000,\n
        "lon": 3.2845000,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268231,\n
        "lat": 49.7363010,\n
        "lon": 3.2845140,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268233,\n
        "lat": 49.7363150,\n
        "lon": 3.2837740,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268235,\n
        "lat": 49.7363160,\n
        "lon": 3.2843800,\n
        "timestamp": "2012-01-04T20:49:59Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268247,\n
        "lat": 49.7363170,\n
        "lon": 3.2837510,\n
        "timestamp": "2012-01-04T20:50:00Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268249,\n
        "lat": 49.7363210,\n
        "lon": 3.2838930,\n
        "timestamp": "2012-01-04T20:50:00Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268251,\n
        "lat": 49.7363230,\n
        "lon": 3.2845420,\n
        "timestamp": "2012-01-04T20:50:00Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268253,\n
        "lat": 49.7363270,\n
        "lon": 3.2844950,\n
        "timestamp": "2012-01-04T20:50:00Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268255,\n
        "lat": 49.7363290,\n
        "lon": 3.2837490,\n
        "timestamp": "2012-01-04T20:50:00Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268257,\n
        "lat": 49.7363290,\n
        "lon": 3.2837520,\n
        "timestamp": "2012-01-04T20:50:00Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268260,\n
        "lat": 49.7363310,\n
        "lon": 3.2845380,\n
        "timestamp": "2012-01-04T20:50:00Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268261,\n
        "lat": 49.7363440,\n
        "lon": 3.2846470,\n
        "timestamp": "2012-01-04T20:50:00Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268262,\n
        "lat": 49.7363560,\n
        "lon": 3.2855400,\n
        "timestamp": "2012-01-04T20:50:00Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268263,\n
        "lat": 49.7363570,\n
        "lon": 3.2838960,\n
        "timestamp": "2012-01-04T20:50:00Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268264,\n
        "lat": 49.7363600,\n
        "lon": 3.2838710,\n
        "timestamp": "2012-01-04T20:50:00Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268265,\n
        "lat": 49.7363620,\n
        "lon": 3.2855100,\n
        "timestamp": "2012-01-04T20:50:01Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268266,\n
        "lat": 49.7363660,\n
        "lon": 3.2841780,\n
        "timestamp": "2012-01-04T20:50:01Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268267,\n
        "lat": 49.7363690,\n
        "lon": 3.2855270,\n
        "timestamp": "2012-01-04T20:50:01Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268269,\n
        "lat": 49.7363690,\n
        "lon": 3.2855870,\n
        "timestamp": "2012-01-04T20:50:01Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268271,\n
        "lat": 49.7363720,\n
        "lon": 3.2855840,\n
        "timestamp": "2012-01-04T20:50:01Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268272,\n
        "lat": 49.7363760,\n
        "lon": 3.2854950,\n
        "timestamp": "2012-01-04T20:50:01Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268273,\n
        "lat": 49.7363810,\n
        "lon": 3.2842420,\n
        "timestamp": "2012-01-04T20:50:01Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268274,\n
        "lat": 49.7363810,\n
        "lon": 3.2856210,\n
        "timestamp": "2012-01-04T20:50:02Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268275,\n
        "lat": 49.7363840,\n
        "lon": 3.2856180,\n
        "timestamp": "2012-01-04T20:50:02Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268276,\n
        "lat": 49.7363850,\n
        "lon": 3.2841410,\n
        "timestamp": "2012-01-04T20:50:02Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268277,\n
        "lat": 49.7363850,\n
        "lon": 3.2855150,\n
        "timestamp": "2012-01-04T20:50:02Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268278,\n
        "lat": 49.7363870,\n
        "lon": 3.2842340,\n
        "timestamp": "2012-01-04T20:50:02Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268279,\n
        "lat": 49.7363900,\n
        "lon": 3.2841550,\n
        "timestamp": "2012-01-04T20:50:02Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268280,\n
        "lat": 49.7363960,\n
        "lon": 3.2841300,\n
        "timestamp": "2012-01-04T20:50:02Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268281,\n
        "lat": 49.7363990,\n
        "lon": 3.2838740,\n
        "timestamp": "2012-01-04T20:50:02Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268282,\n
        "lat": 49.7364010,\n
        "lon": 3.2856610,\n
        "timestamp": "2012-01-04T20:50:02Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268283,\n
        "lat": 49.7364040,\n
        "lon": 3.2841460,\n
        "timestamp": "2012-01-04T20:50:02Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268284,\n
        "lat": 49.7364060,\n
        "lon": 3.2843070,\n
        "timestamp": "2012-01-04T20:50:02Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268285,\n
        "lat": 49.7364070,\n
        "lon": 3.2837600,\n
        "timestamp": "2012-01-04T20:50:02Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268286,\n
        "lat": 49.7364170,\n
        "lon": 3.2842960,\n
        "timestamp": "2012-01-04T20:50:03Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268287,\n
        "lat": 49.7364220,\n
        "lon": 3.2841270,\n
        "timestamp": "2012-01-04T20:50:03Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268288,\n
        "lat": 49.7364260,\n
        "lon": 3.2854760,\n
        "timestamp": "2012-01-04T20:50:03Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268289,\n
        "lat": 49.7364330,\n
        "lon": 3.2846010,\n
        "timestamp": "2012-01-04T20:50:03Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268290,\n
        "lat": 49.7364370,\n
        "lon": 3.2843450,\n
        "timestamp": "2012-01-04T20:50:03Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268291,\n
        "lat": 49.7364380,\n
        "lon": 3.2855040,\n
        "timestamp": "2012-01-04T20:50:03Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268292,\n
        "lat": 49.7364540,\n
        "lon": 3.2854890,\n
        "timestamp": "2012-01-04T20:50:03Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268293,\n
        "lat": 49.7364670,\n
        "lon": 3.2858610,\n
        "timestamp": "2012-01-04T20:50:03Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268294,\n
        "lat": 49.7364710,\n
        "lon": 3.2854340,\n
        "timestamp": "2012-01-04T20:50:03Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268295,\n
        "lat": 49.7364880,\n
        "lon": 3.2842990,\n
        "timestamp": "2012-01-04T20:50:03Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268296,\n
        "lat": 49.7364880,\n
        "lon": 3.2855810,\n
        "timestamp": "2012-01-04T20:50:03Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268297,\n
        "lat": 49.7364900,\n
        "lon": 3.2854050,\n
        "timestamp": "2012-01-04T20:50:03Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268298,\n
        "lat": 49.7364940,\n
        "lon": 3.2844570,\n
        "timestamp": "2012-01-04T20:50:04Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268299,\n
        "lat": 49.7365160,\n
        "lon": 3.2845590,\n
        "timestamp": "2012-01-04T20:50:04Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268301,\n
        "lat": 49.7365300,\n
        "lon": 3.2855330,\n
        "timestamp": "2012-01-04T20:50:04Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268302,\n
        "lat": 49.7365380,\n
        "lon": 3.2858020,\n
        "timestamp": "2012-01-04T20:50:04Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268303,\n
        "lat": 49.7365500,\n
        "lon": 3.2855080,\n
        "timestamp": "2012-01-04T20:50:04Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268304,\n
        "lat": 49.7365520,\n
        "lon": 3.2861080,\n
        "timestamp": "2012-01-04T20:50:04Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268306,\n
        "lat": 49.7366250,\n
        "lon": 3.2860430,\n
        "timestamp": "2012-01-04T20:50:04Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268308,\n
        "lat": 49.7366754,\n
        "lon": 3.2846401,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268309,\n
        "lat": 49.7367044,\n
        "lon": 3.2846861,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268310,\n
        "lat": 49.7367044,\n
        "lon": 3.2847071,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268311,\n
        "lat": 49.7367104,\n
        "lon": 3.2845851,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268312,\n
        "lat": 49.7367234,\n
        "lon": 3.2847351,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268314,\n
        "lat": 49.7367304,\n
        "lon": 3.2846151,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268315,\n
        "lat": 49.7367384,\n
        "lon": 3.2847411,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268316,\n
        "lat": 49.7367510,\n
        "lon": 3.2859620,\n
        "timestamp": "2012-01-04T20:50:05Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268317,\n
        "lat": 49.7367654,\n
        "lon": 3.2847011,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268318,\n
        "lat": 49.7367570,\n
        "lon": 3.2828050,\n
        "timestamp": "2012-01-04T20:50:06Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268319,\n
        "lat": 49.7367600,\n
        "lon": 3.2828370,\n
        "timestamp": "2012-01-04T20:50:06Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268320,\n
        "lat": 49.7367714,\n
        "lon": 3.2847111,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268321,\n
        "lat": 49.7367954,\n
        "lon": 3.2845021,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268322,\n
        "lat": 49.7367870,\n
        "lon": 3.2859160,\n
        "timestamp": "2012-01-04T20:50:06Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268323,\n
        "lat": 49.7368004,\n
        "lon": 3.2845121,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268324,\n
        "lat": 49.7367910,\n
        "lon": 3.2827930,\n
        "timestamp": "2012-01-04T20:50:06Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268325,\n
        "lat": 49.7367910,\n
        "lon": 3.2860320,\n
        "timestamp": "2012-01-04T20:50:06Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268326,\n
        "lat": 49.7367960,\n
        "lon": 3.2828260,\n
        "timestamp": "2012-01-04T20:50:06Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268327,\n
        "lat": 49.7368030,\n
        "lon": 3.2830990,\n
        "timestamp": "2012-01-04T20:50:06Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268328,\n
        "lat": 49.7368144,\n
        "lon": 3.2844731,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268329,\n
        "lat": 49.7368130,\n
        "lon": 3.2830540,\n
        "timestamp": "2012-01-04T20:50:06Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268330,\n
        "lat": 49.7368130,\n
        "lon": 3.2849630,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268331,\n
        "lat": 49.7368140,\n
        "lon": 3.2830520,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268332,\n
        "lat": 49.7368230,\n
        "lon": 3.2830800,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268333,\n
        "lat": 49.7368280,\n
        "lon": 3.2859850,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268334,\n
        "lat": 49.7368330,\n
        "lon": 3.2827810,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268335,\n
        "lat": 49.7368370,\n
        "lon": 3.2828600,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268336,\n
        "lat": 49.7368390,\n
        "lon": 3.2828590,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268337,\n
        "lat": 49.7368410,\n
        "lon": 3.2828880,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268338,\n
        "lat": 49.7368410,\n
        "lon": 3.2850070,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268339,\n
        "lat": 49.7368544,\n
        "lon": 3.2845881,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268340,\n
        "lat": 49.7368584,\n
        "lon": 3.2845951,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268341,\n
        "lat": 49.7368490,\n
        "lon": 3.2830190,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268342,\n
        "lat": 49.7368490,\n
        "lon": 3.2832080,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268343,\n
        "lat": 49.7368580,\n
        "lon": 3.2830470,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268344,\n
        "lat": 49.7368670,\n
        "lon": 3.2831910,\n
        "timestamp": "2012-01-04T20:50:07Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268345,\n
        "lat": 49.7368670,\n
        "lon": 3.2832230,\n
        "timestamp": "2012-01-04T20:50:08Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268346,\n
        "lat": 49.7368774,\n
        "lon": 3.2845671,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268347,\n
        "lat": 49.7368760,\n
        "lon": 3.2832140,\n
        "timestamp": "2012-01-04T20:50:08Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268348,\n
        "lat": 49.7369000,\n
        "lon": 3.2833080,\n
        "timestamp": "2012-01-04T20:50:08Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268349,\n
        "lat": 49.7369140,\n
        "lon": 3.2827700,\n
        "timestamp": "2012-01-04T20:50:08Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268350,\n
        "lat": 49.7369150,\n
        "lon": 3.2828500,\n
        "timestamp": "2012-01-04T20:50:08Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268351,\n
        "lat": 49.7369160,\n
        "lon": 3.2828780,\n
        "timestamp": "2012-01-04T20:50:08Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268352,\n
        "lat": 49.7369180,\n
        "lon": 3.2828490,\n
        "timestamp": "2012-01-04T20:50:08Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268353,\n
        "lat": 49.7369380,\n
        "lon": 3.2832480,\n
        "timestamp": "2012-01-04T20:50:08Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268354,\n
        "lat": 49.7369410,\n
        "lon": 3.2847720,\n
        "timestamp": "2012-01-04T20:50:08Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268355,\n
        "lat": 49.7369580,\n
        "lon": 3.2848310,\n
        "timestamp": "2012-01-04T20:50:09Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268357,\n
        "lat": 49.7369680,\n
        "lon": 3.2828480,\n
        "timestamp": "2012-01-04T20:50:09Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268358,\n
        "lat": 49.7369990,\n
        "lon": 3.2827490,\n
        "timestamp": "2012-01-04T20:50:09Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268360,\n
        "lat": 49.7370050,\n
        "lon": 3.2850050,\n
        "timestamp": "2012-01-04T20:50:09Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268362,\n
        "lat": 49.7370230,\n
        "lon": 3.2846490,\n
        "timestamp": "2012-01-04T20:50:09Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268371,\n
        "lat": 49.7370540,\n
        "lon": 3.2847250,\n
        "timestamp": "2012-01-04T20:50:09Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268373,\n
        "lat": 49.7370620,\n
        "lon": 3.2847130,\n
        "timestamp": "2012-01-04T20:50:09Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268375,\n
        "lat": 49.7370630,\n
        "lon": 3.2829180,\n
        "timestamp": "2012-01-04T20:50:09Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268377,\n
        "lat": 49.7370940,\n
        "lon": 3.2828190,\n
        "timestamp": "2012-01-04T20:50:09Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268378,\n
        "lat": 49.7371050,\n
        "lon": 3.2845270,\n
        "timestamp": "2012-01-04T20:50:09Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268379,\n
        "lat": 49.7371120,\n
        "lon": 3.2849350,\n
        "timestamp": "2012-01-04T20:50:10Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268380,\n
        "lat": 49.7371210,\n
        "lon": 3.2846080,\n
        "timestamp": "2012-01-04T20:50:10Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268381,\n
        "lat": 49.7371210,\n
        "lon": 3.2849680,\n
        "timestamp": "2012-01-04T20:50:10Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268382,\n
        "lat": 49.7371250,\n
        "lon": 3.2846180,\n
        "timestamp": "2012-01-04T20:50:10Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268383,\n
        "lat": 49.7371390,\n
        "lon": 3.2845810,\n
        "timestamp": "2012-01-04T20:50:10Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268384,\n
        "lat": 49.7371420,\n
        "lon": 3.2850430,\n
        "timestamp": "2012-01-04T20:50:10Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268385,\n
        "lat": 49.7371630,\n
        "lon": 3.2821550,\n
        "timestamp": "2012-01-04T20:50:10Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268387,\n
        "lat": 49.7371700,\n
        "lon": 3.2820990,\n
        "timestamp": "2012-01-04T20:50:10Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268388,\n
        "lat": 49.7372140,\n
        "lon": 3.2848900,\n
        "timestamp": "2012-01-04T20:50:10Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268390,\n
        "lat": 49.7372190,\n
        "lon": 3.2821680,\n
        "timestamp": "2012-01-04T20:50:10Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268400,\n
        "lat": 49.7372190,\n
        "lon": 3.2849050,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268402,\n
        "lat": 49.7372240,\n
        "lon": 3.2821120,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268404,\n
        "lat": 49.7372240,\n
        "lon": 3.2848840,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268406,\n
        "lat": 49.7372290,\n
        "lon": 3.2848990,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268408,\n
        "lat": 49.7372310,\n
        "lon": 3.2848980,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268410,\n
        "lat": 49.7372370,\n
        "lon": 3.2849140,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268413,\n
        "lat": 49.7372540,\n
        "lon": 3.2849680,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268415,\n
        "lat": 49.7372570,\n
        "lon": 3.2842530,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268417,\n
        "lat": 49.7372580,\n
        "lon": 3.2849000,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268418,\n
        "lat": 49.7372610,\n
        "lon": 3.2842700,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268419,\n
        "lat": 49.7372710,\n
        "lon": 3.2850290,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268420,\n
        "lat": 49.7372720,\n
        "lon": 3.2842450,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268421,\n
        "lat": 49.7372760,\n
        "lon": 3.2842620,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268422,\n
        "lat": 49.7372920,\n
        "lon": 3.2850150,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268423,\n
        "lat": 49.7373170,\n
        "lon": 3.2848370,\n
        "timestamp": "2012-01-04T20:50:11Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268433,\n
        "lat": 49.7373460,\n
        "lon": 3.2849380,\n
        "timestamp": "2012-01-04T20:50:12Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268434,\n
        "lat": 49.7373663,\n
        "lon": 3.2834796,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268436,\n
        "lat": 49.7373650,\n
        "lon": 3.2845930,\n
        "timestamp": "2012-01-04T20:50:12Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268437,\n
        "lat": 49.7373710,\n
        "lon": 3.2849200,\n
        "timestamp": "2012-01-04T20:50:12Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268438,\n
        "lat": 49.7373750,\n
        "lon": 3.2849330,\n
        "timestamp": "2012-01-04T20:50:12Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268440,\n
        "lat": 49.7373790,\n
        "lon": 3.2846410,\n
        "timestamp": "2012-01-04T20:50:12Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268442,\n
        "lat": 49.7374013,\n
        "lon": 3.2836466,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268444,\n
        "lat": 49.7373840,\n
        "lon": 3.2846360,\n
        "timestamp": "2012-01-04T20:50:12Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268446,\n
        "lat": 49.7373900,\n
        "lon": 3.2846660,\n
        "timestamp": "2012-01-04T20:50:12Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268448,\n
        "lat": 49.7374083,\n
        "lon": 3.2834416,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268450,\n
        "lat": 49.7374103,\n
        "lon": 3.2834406,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268452,\n
        "lat": 49.7373930,\n
        "lon": 3.2849060,\n
        "timestamp": "2012-01-04T20:50:12Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268454,\n
        "lat": 49.7373970,\n
        "lon": 3.2849190,\n
        "timestamp": "2012-01-04T20:50:12Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268456,\n
        "lat": 49.7374000,\n
        "lon": 3.2846540,\n
        "timestamp": "2012-01-04T20:50:12Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268457,\n
        "lat": 49.7374020,\n
        "lon": 3.2849000,\n
        "timestamp": "2012-01-04T20:50:12Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268467,\n
        "lat": 49.7374060,\n
        "lon": 3.2849150,\n
        "timestamp": "2012-01-04T20:50:13Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268469,\n
        "lat": 49.7374130,\n
        "lon": 3.2805960,\n
        "timestamp": "2012-01-04T20:50:13Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268470,\n
        "lat": 49.7374130,\n
        "lon": 3.2806320,\n
        "timestamp": "2012-01-04T20:50:13Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268471,\n
        "lat": 49.7374130,\n
        "lon": 3.2806430,\n
        "timestamp": "2012-01-04T20:50:13Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268472,\n
        "lat": 49.7374130,\n
        "lon": 3.2806640,\n
        "timestamp": "2012-01-04T20:50:13Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268473,\n
        "lat": 49.7374315,\n
        "lon": 3.2836305,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 3,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268474,\n
        "lat": 49.7374140,\n
        "lon": 3.2849100,\n
        "timestamp": "2012-01-04T20:50:13Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268475,\n
        "lat": 49.7374325,\n
        "lon": 3.2833488,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268476,\n
        "lat": 49.7374343,\n
        "lon": 3.2836456,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268477,\n
        "lat": 49.7374170,\n
        "lon": 3.2849210,\n
        "timestamp": "2012-01-04T20:50:13Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268480,\n
        "lat": 49.7374180,\n
        "lon": 3.2846940,\n
        "timestamp": "2012-01-04T20:50:13Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268482,\n
        "lat": 49.7374200,\n
        "lon": 3.2805460,\n
        "timestamp": "2012-01-04T20:50:13Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268484,\n
        "lat": 49.7374200,\n
        "lon": 3.2805950,\n
        "timestamp": "2012-01-04T20:50:13Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268486,\n
        "lat": 49.7374365,\n
        "lon": 3.2833628,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268488,\n
        "lat": 49.7374418,\n
        "lon": 3.2831296,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268498,\n
        "lat": 49.7374220,\n
        "lon": 3.2806330,\n
        "timestamp": "2012-01-04T20:50:14Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268500,\n
        "lat": 49.7374220,\n
        "lon": 3.2806430,\n
        "timestamp": "2012-01-04T20:50:14Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268502,\n
        "lat": 49.7374220,\n
        "lon": 3.2806650,\n
        "timestamp": "2012-01-04T20:50:14Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268504,\n
        "lat": 49.7374220,\n
        "lon": 3.2806890,\n
        "timestamp": "2012-01-04T20:50:14Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268506,\n
        "lat": 49.7374240,\n
        "lon": 3.2847910,\n
        "timestamp": "2012-01-04T20:50:14Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268508,\n
        "lat": 49.7374250,\n
        "lon": 3.2845350,\n
        "timestamp": "2012-01-04T20:50:14Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268509,\n
        "lat": 49.7374463,\n
        "lon": 3.2836226,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268510,\n
        "lat": 49.7374465,\n
        "lon": 3.2833898,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268511,\n
        "lat": 49.7374493,\n
        "lon": 3.2836386,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268512,\n
        "lat": 49.7374320,\n
        "lon": 3.2847640,\n
        "timestamp": "2012-01-04T20:50:14Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268513,\n
        "lat": 49.7374370,\n
        "lon": 3.2847830,\n
        "timestamp": "2012-01-04T20:50:14Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268514,\n
        "lat": 49.7374555,\n
        "lon": 3.2833448,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268515,\n
        "lat": 49.7374410,\n
        "lon": 3.2848780,\n
        "timestamp": "2012-01-04T20:50:14Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268516,\n
        "lat": 49.7374460,\n
        "lon": 3.2848750,\n
        "timestamp": "2012-01-04T20:50:14Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268527,\n
        "lat": 49.7374480,\n
        "lon": 3.2849040,\n
        "timestamp": "2012-01-04T20:50:15Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268528,\n
        "lat": 49.7374665,\n
        "lon": 3.2833708,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268529,\n
        "lat": 49.7374728,\n
        "lon": 3.2832146,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268530,\n
        "lat": 49.7374695,\n
        "lon": 3.2833148,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268531,\n
        "lat": 49.7374845,\n
        "lon": 3.2833538,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268532,\n
        "lat": 49.7374710,\n
        "lon": 3.2846370,\n
        "timestamp": "2012-01-04T20:50:15Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268533,\n
        "lat": 49.7374740,\n
        "lon": 3.2845770,\n
        "timestamp": "2012-01-04T20:50:15Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268534,\n
        "lat": 49.7374830,\n
        "lon": 3.2808510,\n
        "timestamp": "2012-01-04T20:50:15Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268536,\n
        "lat": 49.7374890,\n
        "lon": 3.2805160,\n
        "timestamp": "2012-01-04T20:50:15Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268537,\n
        "lat": 49.7374900,\n
        "lon": 3.2805390,\n
        "timestamp": "2012-01-04T20:50:15Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268539,\n
        "lat": 49.7375108,\n
        "lon": 3.2831786,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268540,\n
        "lat": 49.7375138,\n
        "lon": 3.2833206,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268542,\n
        "lat": 49.7374940,\n
        "lon": 3.2805640,\n
        "timestamp": "2012-01-04T20:50:15Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268544,\n
        "lat": 49.7374950,\n
        "lon": 3.2806850,\n
        "timestamp": "2012-01-04T20:50:15Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268546,\n
        "lat": 49.7374950,\n
        "lon": 3.2808910,\n
        "timestamp": "2012-01-04T20:50:15Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268553,\n
        "lat": 49.7374970,\n
        "lon": 3.2808970,\n
        "timestamp": "2012-01-04T20:50:16Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268555,\n
        "lat": 49.7375188,\n
        "lon": 3.2830626,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268557,\n
        "lat": 49.7375198,\n
        "lon": 3.2830646,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268558,\n
        "lat": 49.7375228,\n
        "lon": 3.2833506,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268560,\n
        "lat": 49.7375020,\n
        "lon": 3.2835350,\n
        "timestamp": "2012-01-04T20:50:16Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268562,\n
        "lat": 49.7375278,\n
        "lon": 3.2831026,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268564,\n
        "lat": 49.7375090,\n
        "lon": 3.2846660,\n
        "timestamp": "2012-01-04T20:50:16Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268566,\n
        "lat": 49.7375110,\n
        "lon": 3.2811750,\n
        "timestamp": "2012-01-04T20:50:16Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268567,\n
        "lat": 49.7375110,\n
        "lon": 3.2812180,\n
        "timestamp": "2012-01-04T20:50:16Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268569,\n
        "lat": 49.7375110,\n
        "lon": 3.2835710,\n
        "timestamp": "2012-01-04T20:50:16Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268571,\n
        "lat": 49.7375197,\n
        "lon": 3.2812131,\n
        "timestamp": "2012-10-15T09:29:48Z",\n
        "version": 2,\n
        "changeset": 13503170,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268573,\n
        "lat": 49.7375200,\n
        "lon": 3.2812570,\n
        "timestamp": "2012-01-04T20:50:16Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268574,\n
        "lat": 49.7375240,\n
        "lon": 3.2808200,\n
        "timestamp": "2012-01-04T20:50:16Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268575,\n
        "lat": 49.7375240,\n
        "lon": 3.2845350,\n
        "timestamp": "2012-01-04T20:50:16Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268576,\n
        "lat": 49.7375260,\n
        "lon": 3.2845430,\n
        "timestamp": "2012-01-04T20:50:17Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268590,\n
        "lat": 49.7375488,\n
        "lon": 3.2832926,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268592,\n
        "lat": 49.7375286,\n
        "lon": 3.2812521,\n
        "timestamp": "2012-10-15T09:29:48Z",\n
        "version": 2,\n
        "changeset": 13503170,\n
        "user": "botdidier2020",\n
        "uid": 870861\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268593,\n
        "lat": 49.7375320,\n
        "lon": 3.2808450,\n
        "timestamp": "2012-01-04T20:50:17Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268594,\n
        "lat": 49.7375528,\n
        "lon": 3.2832876,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268595,\n
        "lat": 49.7375360,\n
        "lon": 3.2845200,\n
        "timestamp": "2012-01-04T20:50:17Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268596,\n
        "lat": 49.7375370,\n
        "lon": 3.2845260,\n
        "timestamp": "2012-01-04T20:50:17Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268597,\n
        "lat": 49.7375588,\n
        "lon": 3.2833176,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268598,\n
        "lat": 49.7375380,\n
        "lon": 3.2835110,\n
        "timestamp": "2012-01-04T20:50:17Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268599,\n
        "lat": 49.7375380,\n
        "lon": 3.2846470,\n
        "timestamp": "2012-01-04T20:50:17Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268600,\n
        "lat": 49.7375430,\n
        "lon": 3.2808370,\n
        "timestamp": "2012-01-04T20:50:17Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268601,\n
        "lat": 49.7375450,\n
        "lon": 3.2837070,\n
        "timestamp": "2012-01-04T20:50:17Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268603,\n
        "lat": 49.7375470,\n
        "lon": 3.2813330,\n
        "timestamp": "2012-01-04T20:50:17Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268605,\n
        "lat": 49.7375480,\n
        "lon": 3.2808520,\n
        "timestamp": "2012-01-04T20:50:17Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268606,\n
        "lat": 49.7375490,\n
        "lon": 3.2835490,\n
        "timestamp": "2012-01-04T20:50:17Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268608,\n
        "lat": 49.7375500,\n
        "lon": 3.2808560,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268616,\n
        "lat": 49.7375888,\n
        "lon": 3.2832576,\n
        "timestamp": "2016-08-06T07:11:15Z",\n
        "version": 2,\n
        "changeset": 41282606,\n
        "user": "Pichasso",\n
        "uid": 512235\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268618,\n
        "lat": 49.7375800,\n
        "lon": 3.2811380,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268620,\n
        "lat": 49.7375870,\n
        "lon": 3.2836900,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268622,\n
        "lat": 49.7375980,\n
        "lon": 3.2846080,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268624,\n
        "lat": 49.7375990,\n
        "lon": 3.2846120,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268626,\n
        "lat": 49.7376020,\n
        "lon": 3.2804710,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268628,\n
        "lat": 49.7376080,\n
        "lon": 3.2805250,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268630,\n
        "lat": 49.7376080,\n
        "lon": 3.2844770,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268632,\n
        "lat": 49.7376160,\n
        "lon": 3.2812960,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268634,\n
        "lat": 49.7376380,\n
        "lon": 3.2845830,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268636,\n
        "lat": 49.7376700,\n
        "lon": 3.2837600,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268637,\n
        "lat": 49.7376950,\n
        "lon": 3.2804120,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268638,\n
        "lat": 49.7377010,\n
        "lon": 3.2804340,\n
        "timestamp": "2012-01-04T20:50:18Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268639,\n
        "lat": 49.7377100,\n
        "lon": 3.2804850,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268640,\n
        "lat": 49.7377270,\n
        "lon": 3.2841630,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268651,\n
        "lat": 49.7377400,\n
        "lon": 3.2806170,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268652,\n
        "lat": 49.7377440,\n
        "lon": 3.2805220,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268653,\n
        "lat": 49.7377570,\n
        "lon": 3.2803810,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268654,\n
        "lat": 49.7377590,\n
        "lon": 3.2806860,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268655,\n
        "lat": 49.7377630,\n
        "lon": 3.2804020,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268656,\n
        "lat": 49.7377650,\n
        "lon": 3.2805970,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268658,\n
        "lat": 49.7377660,\n
        "lon": 3.2805050,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268660,\n
        "lat": 49.7378090,\n
        "lon": 3.2806520,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268662,\n
        "lat": 49.7378290,\n
        "lon": 3.2837000,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268664,\n
        "lat": 49.7378320,\n
        "lon": 3.2832590,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268665,\n
        "lat": 49.7378930,\n
        "lon": 3.2841070,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268667,\n
        "lat": 49.7378940,\n
        "lon": 3.2836750,\n
        "timestamp": "2012-01-04T20:50:19Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268669,\n
        "lat": 49.7379910,\n
        "lon": 3.2832020,\n
        "timestamp": "2012-01-04T20:50:20Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 1577268671,\n
        "lat": 49.7380530,\n
        "lon": 3.2836180,\n
        "timestamp": "2012-01-04T20:50:20Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689\n
      },\n
      {\n
        "type": "node",\n
        "id": 4749311729,\n
        "lat": 49.7360149,\n
        "lon": 3.2832981,\n
        "timestamp": "2017-03-22T18:18:08Z",\n
        "version": 1,\n
        "changeset": 47075237,\n
        "user": "floquet nicolas",\n
        "uid": 934949\n
      },\n
      {\n
        "type": "node",\n
        "id": 4749311730,\n
        "lat": 49.7360241,\n
        "lon": 3.2831983,\n
        "timestamp": "2017-03-22T18:18:08Z",\n
        "version": 1,\n
        "changeset": 47075237,\n
        "user": "floquet nicolas",\n
        "uid": 934949\n
      },\n
      {\n
        "type": "node",\n
        "id": 4749311731,\n
        "lat": 49.7361286,\n
        "lon": 3.2832214,\n
        "timestamp": "2017-03-22T18:18:08Z",\n
        "version": 1,\n
        "changeset": 47075237,\n
        "user": "floquet nicolas",\n
        "uid": 934949\n
      },\n
      {\n
        "type": "node",\n
        "id": 4749311732,\n
        "lat": 49.7361194,\n
        "lon": 3.2833212,\n
        "timestamp": "2017-03-22T18:18:08Z",\n
        "version": 1,\n
        "changeset": 47075237,\n
        "user": "floquet nicolas",\n
        "uid": 934949\n
      },\n
      {\n
        "type": "node",\n
        "id": 13521555883,\n
        "lat": 49.7349709,\n
        "lon": 3.2854473,\n
        "timestamp": "2026-02-03T11:33:38Z",\n
        "version": 1,\n
        "changeset": 178046399,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147209,\n
        "timestamp": "2012-01-04T20:50:20Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268175,\n
          1577268171,\n
          1577268170,\n
          1577268167,\n
          1577268169,\n
          1577268159,\n
          1577268158,\n
          1577268168,\n
          1577268166,\n
          1577268173,\n
          1577268175\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147210,\n
        "timestamp": "2012-01-04T20:50:20Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268353,\n
          1577268343,\n
          1577268341,\n
          1577268331,\n
          1577268329,\n
          1577268332,\n
          1577268344,\n
          1577268347,\n
          1577268345,\n
          1577268348,\n
          1577268353\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147211,\n
        "timestamp": "2012-01-04T20:50:20Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268624,\n
          1577268622,\n
          1577268634,\n
          1577268630,\n
          1577268595,\n
          1577268596,\n
          1577268575,\n
          1577268576,\n
          1577268533,\n
          1577268564,\n
          1577268599,\n
          1577268624\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147213,\n
        "timestamp": "2012-01-04T20:50:21Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268419,\n
          1577268422,\n
          1577268417,\n
          1577268410,\n
          1577268408,\n
          1577268406,\n
          1577268404,\n
          1577268388,\n
          1577268400,\n
          1577268381,\n
          1577268384,\n
          1577268413,\n
          1577268419\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147214,\n
        "timestamp": "2012-01-04T20:50:21Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268287,\n
          1577268283,\n
          1577268280,\n
          1577268276,\n
          1577268279,\n
          1577268266,\n
          1577268278,\n
          1577268273,\n
          1577268284,\n
          1577268286,\n
          1577268290,\n
          1577268295,\n
          1577268287\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147215,\n
        "timestamp": "2012-01-04T20:50:21Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268059,\n
          1577268067,\n
          1577268106,\n
          1577268107,\n
          1577268100,\n
          1577268082,\n
          1577268081,\n
          1577268073,\n
          1577268076,\n
          1577268068,\n
          1577268066,\n
          1577268065,\n
          1577268060,\n
          1577268059\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147216,\n
        "timestamp": "2012-01-04T20:50:22Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268291,\n
          1577268288,\n
          1577268277,\n
          1577268272,\n
          1577268265,\n
          1577268267,\n
          1577268262,\n
          1577268271,\n
          1577268269,\n
          1577268274,\n
          1577268275,\n
          1577268282,\n
          1577268296,\n
          1577268292,\n
          1577268291\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147217,\n
        "timestamp": "2026-02-03T11:33:38Z",\n
        "version": 3,\n
        "changeset": 178046399,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          1577267942,\n
          1577267973,\n
          1577267979,\n
          1577267975,\n
          1577267986,\n
          1577268069,\n
          1577268075,\n
          1577268071,\n
          1577268079,\n
          1577268078,\n
          1577268074,\n
          1577268043,\n
          1577267990,\n
          13521555883,\n
          1577267936,\n
          1577267933,\n
          1577267942\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": 144147218,\n
        "timestamp": "2012-01-04T20:50:23Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577267920,\n
          1577267881,\n
          1577267868,\n
          1577267871,\n
          1577267864,\n
          1577267873,\n
          1577267875,\n
          1577267877,\n
          1577267879,\n
          1577267883,\n
          1577267885,\n
          1577267887,\n
          1577267890,\n
          1577267889,\n
          1577267920\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147219,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 3,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          1577268308,\n
          1577268309,\n
          1577268310,\n
          1577268312,\n
          1577268315,\n
          1577268317,\n
          1577268320,\n
          1577268339,\n
          1577268340,\n
          1577268346,\n
          1577268328,\n
          1577268321,\n
          1577268323,\n
          1577268314,\n
          1577268311,\n
          1577268308\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Quentin",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012",\n
          "wikidata": "Q3584245"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147220,\n
        "timestamp": "2012-01-04T20:50:23Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268098,\n
          1577268096,\n
          1577268090,\n
          1577268087,\n
          1577268092,\n
          1577268085,\n
          1577268084,\n
          1577268088,\n
          1577268091,\n
          1577268094,\n
          1577268095,\n
          1577268110,\n
          1577268105,\n
          1577268108,\n
          1577268104,\n
          1577268102,\n
          1577268098\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147221,\n
        "timestamp": "2012-01-04T20:50:24Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268628,\n
          1577268626,\n
          1577268536,\n
          1577268537,\n
          1577268482,\n
          1577268484,\n
          1577268469,\n
          1577268470,\n
          1577268498,\n
          1577268500,\n
          1577268471,\n
          1577268472,\n
          1577268502,\n
          1577268504,\n
          1577268544,\n
          1577268542,\n
          1577268628\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147222,\n
        "timestamp": "2012-01-04T20:50:24Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268433,\n
          1577268437,\n
          1577268438,\n
          1577268454,\n
          1577268452,\n
          1577268457,\n
          1577268467,\n
          1577268474,\n
          1577268477,\n
          1577268527,\n
          1577268515,\n
          1577268516,\n
          1577268506,\n
          1577268513,\n
          1577268512,\n
          1577268423,\n
          1577268433\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147223,\n
        "timestamp": "2012-01-04T20:50:24Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577267942,\n
          1577268027,\n
          1577268037,\n
          1577268047,\n
          1577268055,\n
          1577268056,\n
          1577268049,\n
          1577268053,\n
          1577268045,\n
          1577268041,\n
          1577268006,\n
          1577268007,\n
          1577267991,\n
          1577267989,\n
          1577267986,\n
          1577267975,\n
          1577267979,\n
          1577267973,\n
          1577267942\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147224,\n
        "timestamp": "2012-01-04T20:50:25Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577267982,\n
          1577267985,\n
          1577267950,\n
          1577267945,\n
          1577267939,\n
          1577267947,\n
          1577267953,\n
          1577267955,\n
          1577267954,\n
          1577267971,\n
          1577267987,\n
          1577267988,\n
          1577267992,\n
          1577268012,\n
          1577268010,\n
          1577268014,\n
          1577268026,\n
          1577268018,\n
          1577268024,\n
          1577268016,\n
          1577268025,\n
          1577268022,\n
          1577268039,\n
          1577268020,\n
          1577267994,\n
          1577268008,\n
          1577268004,\n
          1577267993,\n
          1577267982\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147225,\n
        "timestamp": "2012-10-15T09:26:13Z",\n
        "version": 2,\n
        "changeset": 13503170,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1577268509,\n
          1577268473,\n
          1577268476,\n
          1577268511,\n
          1577268509\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": 144147226,\n
        "timestamp": "2012-01-04T20:50:26Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268303,\n
          1577268297,\n
          1577268294,\n
          1577268301,\n
          1577268303\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": 144147227,\n
        "timestamp": "2012-01-04T20:50:26Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268304,\n
          1577268306,\n
          1577268302,\n
          1577268293,\n
          1577268304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147228,\n
        "timestamp": "2012-01-04T20:50:26Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268137,\n
          1577268129,\n
          1577268119,\n
          1577268122,\n
          1577268137\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": 144147229,\n
        "timestamp": "2012-01-04T20:50:27Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268637,\n
          1577268638,\n
          1577268655,\n
          1577268653,\n
          1577268637\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147230,\n
        "timestamp": "2012-01-04T20:50:27Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268344,\n
          1577268332,\n
          1577268327,\n
          1577268342,\n
          1577268344\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": 144147231,\n
        "timestamp": "2012-01-04T20:50:27Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268598,\n
          1577268560,\n
          1577268569,\n
          1577268606,\n
          1577268598\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": 144147232,\n
        "timestamp": "2012-01-04T20:50:28Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268115,\n
          1577268116,\n
          1577268118,\n
          1577268117,\n
          1577268115\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147233,\n
        "timestamp": "2012-01-04T20:50:28Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268086,\n
          1577268075,\n
          1577268069,\n
          1577268083,\n
          1577268086\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": 144147234,\n
        "timestamp": "2012-01-04T20:50:28Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268567,\n
          1577268573,\n
          1577268592,\n
          1577268571,\n
          1577268567\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": 144147235,\n
        "timestamp": "2012-01-04T20:50:29Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268402,\n
          1577268387,\n
          1577268385,\n
          1577268390,\n
          1577268402\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147236,\n
        "timestamp": "2012-01-04T20:50:29Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268350,\n
          1577268336,\n
          1577268337,\n
          1577268351,\n
          1577268350\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": 144147237,\n
        "timestamp": "2012-01-04T20:50:29Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268138,\n
          1577268136,\n
          1577268131,\n
          1577268132,\n
          1577268138\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147238,\n
        "timestamp": "2012-01-04T20:50:30Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268636,\n
          1577268640,\n
          1577268665,\n
          1577268662,\n
          1577268636\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147239,\n
        "timestamp": "2012-01-04T20:50:30Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268354,\n
          1577268330,\n
          1577268338,\n
          1577268355,\n
          1577268354\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147240,\n
        "timestamp": "2012-01-04T20:50:30Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268420,\n
          1577268415,\n
          1577268418,\n
          1577268421,\n
          1577268420\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": 144147241,\n
        "timestamp": "2012-01-04T20:50:30Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268097,\n
          1577268101,\n
          1577268114,\n
          1577268113,\n
          1577268097\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147242,\n
        "timestamp": "2012-01-04T20:50:30Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268144,\n
          1577268129,\n
          1577268137,\n
          1577268148,\n
          1577268144\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147243,\n
        "timestamp": "2012-01-04T20:50:31Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268638,\n
          1577268626,\n
          1577268628,\n
          1577268639,\n
          1577268638\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": 144147244,\n
        "timestamp": "2012-01-04T20:50:31Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268486,\n
          1577268510,\n
          1577268528,\n
          1577268514,\n
          1577268486\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147245,\n
        "timestamp": "2012-01-04T20:50:31Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268667,\n
          1577268671,\n
          1577268669,\n
          1577268664,\n
          1577268667\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147247,\n
        "timestamp": "2012-01-04T20:50:31Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268601,\n
          1577268620,\n
          1577268606,\n
          1577268569,\n
          1577268601\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147251,\n
        "timestamp": "2012-01-04T20:50:32Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268590,\n
          1577268540,\n
          1577268558,\n
          1577268597,\n
          1577268590\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": 144147252,\n
        "timestamp": "2012-01-04T20:50:32Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577267809,\n
          1577267818,\n
          1577267861,\n
          1577267856,\n
          1577267809\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147253,\n
        "timestamp": "2012-01-04T20:50:32Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577267794,\n
          1577267800,\n
          1577267814,\n
          1577267802,\n
          1577267794\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147255,\n
        "timestamp": "2012-01-04T20:50:33Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268123,\n
          1577268124,\n
          1577268133,\n
          1577268130,\n
          1577268123\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147256,\n
        "timestamp": "2012-01-04T20:50:33Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268125,\n
          1577268126,\n
          1577268143,\n
          1577268141,\n
          1577268125\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": 144147259,\n
        "timestamp": "2012-10-15T09:27:22Z",\n
        "version": 2,\n
        "changeset": 13503170,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1577268566,\n
          1577268571,\n
          1577268592,\n
          1577268603,\n
          1577268632,\n
          1577268618,\n
          1577268566\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147261,\n
        "timestamp": "2012-01-04T20:50:34Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268318,\n
          1577268319,\n
          1577268326,\n
          1577268324,\n
          1577268318\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147263,\n
        "timestamp": "2012-01-04T20:50:34Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268322,\n
          1577268316,\n
          1577268325,\n
          1577268333,\n
          1577268322\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147264,\n
        "timestamp": "2012-01-04T20:50:34Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268358,\n
          1577268357,\n
          1577268375,\n
          1577268377,\n
          1577268358\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147265,\n
        "timestamp": "2012-01-04T20:50:35Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268078,\n
          1577268079,\n
          1577268099,\n
          1577268109,\n
          1577268080,\n
          1577268078\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": 144147266,\n
        "timestamp": "2012-01-04T20:50:35Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268540,\n
          1577268590,\n
          1577268594,\n
          1577268539,\n
          1577268529,\n
          1577268540\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": 144147267,\n
        "timestamp": "2012-01-04T20:50:35Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268099,\n
          1577268086,\n
          1577268090,\n
          1577268096,\n
          1577268103,\n
          1577268099\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": 144147268,\n
        "timestamp": "2012-01-04T20:50:36Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268163,\n
          1577268164,\n
          1577268165,\n
          1577268156,\n
          1577268153,\n
          1577268163\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": 144147269,\n
        "timestamp": "2012-01-04T20:50:36Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268047,\n
          1577268051,\n
          1577268057,\n
          1577268058,\n
          1577268055,\n
          1577268047\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147270,\n
        "timestamp": "2012-01-04T20:50:37Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268079,\n
          1577268071,\n
          1577268075,\n
          1577268086,\n
          1577268099,\n
          1577268079\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147271,\n
        "timestamp": "2012-01-04T20:50:37Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577267774,\n
          1577267783,\n
          1577267788,\n
          1577267791,\n
          1577267779,\n
          1577267774\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": 144147272,\n
        "timestamp": "2012-10-15T09:27:22Z",\n
        "version": 2,\n
        "changeset": 13503170,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          1577268448,\n
          1577268434,\n
          1577268442,\n
          1577268473,\n
          1577268509,\n
          1577268450,\n
          1577268448\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147273,\n
        "timestamp": "2012-01-04T20:50:38Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268184,\n
          1577268186,\n
          1577268164,\n
          1577268163,\n
          1577268161,\n
          1577268184\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147274,\n
        "timestamp": "2012-01-04T20:50:38Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268186,\n
          1577268184,\n
          1577268197,\n
          1577268201,\n
          1577268203,\n
          1577268199,\n
          1577268186\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147275,\n
        "timestamp": "2012-01-04T20:50:38Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268373,\n
          1577268382,\n
          1577268380,\n
          1577268383,\n
          1577268378,\n
          1577268362,\n
          1577268373\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147276,\n
        "timestamp": "2012-01-04T20:50:38Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268260,\n
          1577268251,\n
          1577268261,\n
          1577268289,\n
          1577268299,\n
          1577268298,\n
          1577268260\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147279,\n
        "timestamp": "2012-01-04T20:50:39Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268654,\n
          1577268660,\n
          1577268658,\n
          1577268652,\n
          1577268656,\n
          1577268651,\n
          1577268654\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147281,\n
        "timestamp": "2012-01-04T20:50:39Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268486,\n
          1577268514,\n
          1577268528,\n
          1577268531,\n
          1577268530,\n
          1577268475,\n
          1577268486\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": 144147282,\n
        "timestamp": "2012-01-04T20:50:39Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268335,\n
          1577268336,\n
          1577268350,\n
          1577268352,\n
          1577268349,\n
          1577268334,\n
          1577268335\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147283,\n
        "timestamp": "2012-01-04T20:50:39Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268149,\n
          1577268128,\n
          1577268139,\n
          1577268146,\n
          1577268145,\n
          1577268152,\n
          1577268149\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147287,\n
        "timestamp": "2012-01-04T20:50:40Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268143,\n
          1577268126,\n
          1577268125,\n
          1577268120,\n
          1577268121,\n
          1577268142,\n
          1577268143\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147289,\n
        "timestamp": "2012-01-04T20:50:40Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268223,\n
          1577268227,\n
          1577268226,\n
          1577268225,\n
          1577268217,\n
          1577268220,\n
          1577268223\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147291,\n
        "timestamp": "2012-01-04T20:50:40Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268147,\n
          1577268135,\n
          1577268140,\n
          1577268127,\n
          1577268134,\n
          1577268151,\n
          1577268150,\n
          1577268147\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147294,\n
        "timestamp": "2012-01-04T20:50:41Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268224,\n
          1577268215,\n
          1577268222,\n
          1577268231,\n
          1577268230,\n
          1577268253,\n
          1577268235,\n
          1577268224\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147296,\n
        "timestamp": "2012-01-04T20:50:41Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268373,\n
          1577268362,\n
          1577268354,\n
          1577268355,\n
          1577268360,\n
          1577268379,\n
          1577268371,\n
          1577268373\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": 144147298,\n
        "timestamp": "2012-01-04T20:50:41Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268257,\n
          1577268249,\n
          1577268263,\n
          1577268264,\n
          1577268281,\n
          1577268285,\n
          1577268255,\n
          1577268257\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147299,\n
        "timestamp": "2025-05-08T17:22:28Z",\n
        "version": 3,\n
        "changeset": 165995038,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          1577268616,\n
          1577268562,\n
          1577268557,\n
          1577268555,\n
          1577268488,\n
          1577268529,\n
          1577268539,\n
          1577268594,\n
          1577268616\n
        ],\n
        "tags": {\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairie.gibercourt02@laposte.net",\n
          "contact:phone": "+33 6 62 87 61 96",\n
          "name": "Mairie de Gibercourt",\n
          "opening_hours": "Th 18:00-19:30",\n
          "ref:FR:SIRET": "21020326100016",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012;Service-Public.fr - 03/2025"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147304,\n
        "timestamp": "2012-01-04T20:50:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268456,\n
          1577268480,\n
          1577268532,\n
          1577268508,\n
          1577268436,\n
          1577268444,\n
          1577268440,\n
          1577268446,\n
          1577268456\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147305,\n
        "timestamp": "2012-01-04T20:50:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268546,\n
          1577268553,\n
          1577268608,\n
          1577268605,\n
          1577268600,\n
          1577268593,\n
          1577268574,\n
          1577268534,\n
          1577268546\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147306,\n
        "timestamp": "2012-01-04T20:50:42Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268175,\n
          1577268173,\n
          1577268189,\n
          1577268191,\n
          1577268193,\n
          1577268195,\n
          1577268185,\n
          1577268187,\n
          1577268175\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147308,\n
        "timestamp": "2012-01-04T20:50:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268106,\n
          1577268067,\n
          1577268070,\n
          1577268072,\n
          1577268077,\n
          1577268089,\n
          1577268093,\n
          1577268112,\n
          1577268111,\n
          1577268106\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 144147312,\n
        "timestamp": "2012-01-04T20:50:43Z",\n
        "version": 1,\n
        "changeset": 10295194,\n
        "user": "foxandpotatoes",\n
        "uid": 117689,\n
        "nodes": [\n
          1577268208,\n
          1577268207,\n
          1577268205,\n
          1577268228,\n
          1577268229,\n
          1577268249,\n
          1577268257,\n
          1577268247,\n
          1577268233,\n
          1577268208\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Impôts - Cadastre. Mise à jour : 2012"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 482054425,\n
        "timestamp": "2017-03-22T18:18:09Z",\n
        "version": 1,\n
        "changeset": 47075237,\n
        "user": "floquet nicolas",\n
        "uid": 934949,\n
        "nodes": [\n
          4749311729,\n
          4749311730,\n
          4749311731,\n
          4749311732,\n
          4749311729\n
        ],\n
        "tags": {\n
          "building": "house"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]