GET https://osm-labo.cipherbliss.com/admin/stats/02023/followup-graph/camera

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"="02023"]->.searchArea;\n
      (\n
        nwr["emergency"="fire_hydrant"](area.searchArea);\n
        nwr["amenity"="charging_station"](area.searchArea);\n
        nwr["amenity"="toilets"](area.searchArea);\n
        nwr["highway"="bus_stop"](area.searchArea);\n
        nwr["emergency"="defibrillator"](area.searchArea);\n
        nwr["man_made"="surveillance"](area.searchArea);\n
        nwr["amenity"="recycling"](area.searchArea);\n
        nwr["power"="substation"](area.searchArea);\n
        nwr["healthcare"](area.searchArea);\n
        nwr["amenity"="doctors"](area.searchArea);\n
        nwr["amenity"="pharmacy"](area.searchArea);\n
        nwr["amenity"="hospital"](area.searchArea);\n
        nwr["amenity"="clinic"](area.searchArea);\n
        nwr["amenity"="social_facility"](area.searchArea);\n
        nwr["healthcare"="laboratory"](area.searchArea);\n
        nwr["amenity"="school"](area.searchArea);\n
        nwr["amenity"="police"](area.searchArea);\n
        nwr["amenity"="bicycle_parking"](area.searchArea);\n
        nwr["advertising"="board"]["message"="political"](area.searchArea);\n
        way["building"](area.searchArea);\n
        nwr["email"](area.searchArea);\n
        nwr["contact:email"](area.searchArea);\n
        nwr["amenity"="bench"](area.searchArea);\n
        nwr["amenity"="waste_basket"](area.searchArea);\n
        nwr["highway"="street_lamp"](area.searchArea);\n
        nwr["amenity"="drinking_water"](area.searchArea);\n
        nwr["natural"="tree"](area.searchArea);\n
        nw["power"="pole"](area.searchArea);\n
        nwr["manhole"](area.searchArea);\n
        nwr["amenity"="public_bookcase"](area.searchArea);\n
        nwr["leisure"="playground"](area.searchArea);\n
        nwr["amenity"="restaurant"](area.searchArea);\n
        nwr["ref:FR:RNB"](area.searchArea);\n
      );\n
      (._;>;);\n
      out meta;\n
      >;
      """
  ]
  "timeout" => 60
]
Response 200
[
  "info" => [
    "header_size" => 190
    "request_size" => 2613
    "total_time" => 8.173647
    "namelookup_time" => 0.000526
    "connect_time" => 0.019314
    "pretransfer_time" => 0.040985
    "size_upload" => 2410.0
    "size_download" => 17343.0
    "speed_download" => 2121.0
    "speed_upload" => 294.0
    "download_content_length" => 17343.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 8.154296
    "primary_ip" => "2a01:4f8:261:3c4f::2"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:8a2:77f0:88e4:cc06:423a:2464"
    "local_port" => 52154
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 40892
    "connect_time_us" => 19314
    "namelookup_time_us" => 526
    "pretransfer_time_us" => 40985
    "starttransfer_time_us" => 8154296
    "posttransfer_time_us" => 40983
    "total_time_us" => 8173647
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1770182804.6531
    "original_url" => "https://overpass-api.de/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1100
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1119 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#980 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass-api.de:443 was resolved.\n
      * IPv6: 2a01:4f8:261:3c4f::2, 2a01:4f9:3051:3e48::2\n
      * IPv4: 65.109.112.52, 162.55.144.139\n
      *   Trying [2a01:4f8:261:3c4f::2]:443...\n
      * ALPN: curl offers h2,http/1.1\n
      *  CAfile: /etc/ssl/certs/ca-certificates.crt\n
      *  CApath: /etc/ssl/certs\n
      * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / x25519 / id-ecPublicKey\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=gall.openstreetmap.de\n
      *  start date: Jan 21 16:56:04 2026 GMT\n
      *  expire date: Apr 21 16:56:03 2026 GMT\n
      *  subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n
      *  issuer: C=US; O=Let's Encrypt; CN=E7\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384\n
      *   Certificate level 1: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass-api.de (2a01:4f8:261:3c4f::2) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass-api.de\r\n
      Accept: */*\r\n
      Content-Type: application/x-www-form-urlencoded\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      Content-Length: 2410\r\n
      \r\n
      * upload completely sent off: 2410 bytes\n
      < HTTP/1.1 200 OK\r\n
      < Date: Wed, 04 Feb 2026 05:26:44 GMT\r\n
      < Server: Apache/2.4.66 (Debian)\r\n
      < Vary: Accept-Encoding\r\n
      < Content-Encoding: gzip\r\n
      < Content-Length: 17343\r\n
      < Content-Type: application/json\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Wed, 04 Feb 2026 05:26:44 GMT"
    "Server: Apache/2.4.66 (Debian)"
    "Vary: Accept-Encoding"
    "Content-Encoding: gzip"
    "Content-Length: 17343"
    "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-04T05:25:16Z",\n
          "timestamp_areas_base": "2026-01-22T23:45:51Z",\n
          "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n
        },\n
        "elements": [\n
      \n
      {\n
        "type": "node",\n
        "id": 2989809456,\n
        "lat": 49.1559690,\n
        "lon": 3.4003680,\n
        "timestamp": "2014-07-31T18:44:19Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809457,\n
        "lat": 49.1559780,\n
        "lon": 3.4004070,\n
        "timestamp": "2014-07-31T18:44:19Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809458,\n
        "lat": 49.1559920,\n
        "lon": 3.4003570,\n
        "timestamp": "2014-07-31T18:44:19Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809459,\n
        "lat": 49.1560030,\n
        "lon": 3.4003960,\n
        "timestamp": "2014-07-31T18:44:19Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809460,\n
        "lat": 49.1675640,\n
        "lon": 3.3802760,\n
        "timestamp": "2014-07-31T18:44:19Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809461,\n
        "lat": 49.1676040,\n
        "lon": 3.3804530,\n
        "timestamp": "2014-07-31T18:44:19Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809463,\n
        "lat": 49.1677750,\n
        "lon": 3.3801540,\n
        "timestamp": "2014-07-31T18:44:19Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809465,\n
        "lat": 49.1678150,\n
        "lon": 3.3803250,\n
        "timestamp": "2014-07-31T18:44:19Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809470,\n
        "lat": 49.1685900,\n
        "lon": 3.3790340,\n
        "timestamp": "2014-07-31T18:44:19Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809471,\n
        "lat": 49.1686090,\n
        "lon": 3.3789890,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809472,\n
        "lat": 49.1686140,\n
        "lon": 3.3790150,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809473,\n
        "lat": 49.1686140,\n
        "lon": 3.3791660,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809474,\n
        "lat": 49.1686160,\n
        "lon": 3.3790250,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809475,\n
        "lat": 49.1686400,\n
        "lon": 3.3791530,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809476,\n
        "lat": 49.1686438,\n
        "lon": 3.3793881,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809477,\n
        "lat": 49.1686490,\n
        "lon": 3.3789710,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809478,\n
        "lat": 49.1686560,\n
        "lon": 3.3789990,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809479,\n
        "lat": 49.1686590,\n
        "lon": 3.3790090,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809480,\n
        "lat": 49.1686808,\n
        "lon": 3.3793271,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809481,\n
        "lat": 49.1686838,\n
        "lon": 3.3793251,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809482,\n
        "lat": 49.1686898,\n
        "lon": 3.3793581,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809483,\n
        "lat": 49.1686918,\n
        "lon": 3.3795481,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809484,\n
        "lat": 49.1687268,\n
        "lon": 3.3792971,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809485,\n
        "lat": 49.1687300,\n
        "lon": 3.3790690,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809486,\n
        "lat": 49.1687308,\n
        "lon": 3.3793371,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809487,\n
        "lat": 49.1687358,\n
        "lon": 3.3793241,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809488,\n
        "lat": 49.1687440,\n
        "lon": 3.3789990,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809489,\n
        "lat": 49.1687458,\n
        "lon": 3.3793821,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809490,\n
        "lat": 49.1687570,\n
        "lon": 3.3790530,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809492,\n
        "lat": 49.1687720,\n
        "lon": 3.3792340,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809493,\n
        "lat": 49.1687798,\n
        "lon": 3.3793621,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809494,\n
        "lat": 49.1687970,\n
        "lon": 3.3792170,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809495,\n
        "lat": 49.1688098,\n
        "lon": 3.3794701,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809496,\n
        "lat": 49.1688120,\n
        "lon": 3.3789580,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809497,\n
        "lat": 49.1688230,\n
        "lon": 3.3789960,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809498,\n
        "lat": 49.1688320,\n
        "lon": 3.3790400,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809500,\n
        "lat": 49.1688400,\n
        "lon": 3.3789840,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809501,\n
        "lat": 49.1688430,\n
        "lon": 3.3794070,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809502,\n
        "lat": 49.1688530,\n
        "lon": 3.3790280,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809503,\n
        "lat": 49.1688580,\n
        "lon": 3.3791380,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809504,\n
        "lat": 49.1688880,\n
        "lon": 3.3790070,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809505,\n
        "lat": 49.1688910,\n
        "lon": 3.3792640,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809506,\n
        "lat": 49.1688920,\n
        "lon": 3.3793760,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809507,\n
        "lat": 49.1689050,\n
        "lon": 3.3794240,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809508,\n
        "lat": 49.1689110,\n
        "lon": 3.3792540,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809509,\n
        "lat": 49.1689130,\n
        "lon": 3.3791050,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809510,\n
        "lat": 49.1689240,\n
        "lon": 3.3792960,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809511,\n
        "lat": 49.1689280,\n
        "lon": 3.3792940,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809513,\n
        "lat": 49.1689530,\n
        "lon": 3.3793910,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809515,\n
        "lat": 49.1690970,\n
        "lon": 3.3791400,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809516,\n
        "lat": 49.1691030,\n
        "lon": 3.3793640,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809517,\n
        "lat": 49.1691220,\n
        "lon": 3.3791230,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809518,\n
        "lat": 49.1691260,\n
        "lon": 3.3792370,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809519,\n
        "lat": 49.1691340,\n
        "lon": 3.3794750,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809521,\n
        "lat": 49.1691460,\n
        "lon": 3.3795190,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809522,\n
        "lat": 49.1691520,\n
        "lon": 3.3793290,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809523,\n
        "lat": 49.1691520,\n
        "lon": 3.3795370,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809524,\n
        "lat": 49.1691570,\n
        "lon": 3.3790980,\n
        "timestamp": "2014-07-31T18:44:20Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809525,\n
        "lat": 49.1691580,\n
        "lon": 3.3795590,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809526,\n
        "lat": 49.1691680,\n
        "lon": 3.3795040,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809527,\n
        "lat": 49.1691720,\n
        "lon": 3.3794510,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809528,\n
        "lat": 49.1691720,\n
        "lon": 3.3795170,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809529,\n
        "lat": 49.1691800,\n
        "lon": 3.3795420,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809530,\n
        "lat": 49.1691810,\n
        "lon": 3.3791720,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809531,\n
        "lat": 49.1691860,\n
        "lon": 3.3791890,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989809532,\n
        "lat": 49.1691880,\n
        "lon": 3.3795060,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810233,\n
        "lat": 49.1692030,\n
        "lon": 3.3794950,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810235,\n
        "lat": 49.1692940,\n
        "lon": 3.3793720,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810236,\n
        "lat": 49.1693290,\n
        "lon": 3.3794800,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810237,\n
        "lat": 49.1693610,\n
        "lon": 3.3794020,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810238,\n
        "lat": 49.1693730,\n
        "lon": 3.3794470,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810239,\n
        "lat": 49.1693770,\n
        "lon": 3.3793100,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810240,\n
        "lat": 49.1694220,\n
        "lon": 3.3793550,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810241,\n
        "lat": 49.1694260,\n
        "lon": 3.3793660,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810242,\n
        "lat": 49.1694340,\n
        "lon": 3.3792670,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810243,\n
        "lat": 49.1694570,\n
        "lon": 3.3793440,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810269,\n
        "lat": 49.1783290,\n
        "lon": 3.3855010,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810270,\n
        "lat": 49.1784530,\n
        "lon": 3.3853610,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810271,\n
        "lat": 49.1784610,\n
        "lon": 3.3853800,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810272,\n
        "lat": 49.1784720,\n
        "lon": 3.3858340,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810273,\n
        "lat": 49.1784930,\n
        "lon": 3.3854550,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810275,\n
        "lat": 49.1785070,\n
        "lon": 3.3853090,\n
        "timestamp": "2014-07-31T18:44:21Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810276,\n
        "lat": 49.1785080,\n
        "lon": 3.3854410,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810277,\n
        "lat": 49.1785130,\n
        "lon": 3.3853220,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810278,\n
        "lat": 49.1785510,\n
        "lon": 3.3856510,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810279,\n
        "lat": 49.1785560,\n
        "lon": 3.3854230,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810280,\n
        "lat": 49.1785830,\n
        "lon": 3.3856170,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810281,\n
        "lat": 49.1785870,\n
        "lon": 3.3857300,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810282,\n
        "lat": 49.1786170,\n
        "lon": 3.3856980,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810283,\n
        "lat": 49.1786280,\n
        "lon": 3.3852180,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810284,\n
        "lat": 49.1786290,\n
        "lon": 3.3855790,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810286,\n
        "lat": 49.1786380,\n
        "lon": 3.3857460,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810287,\n
        "lat": 49.1786560,\n
        "lon": 3.3856360,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810288,\n
        "lat": 49.1786710,\n
        "lon": 3.3853200,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810290,\n
        "lat": 49.1787530,\n
        "lon": 3.3852450,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810291,\n
        "lat": 49.1787530,\n
        "lon": 3.3855810,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810292,\n
        "lat": 49.1787560,\n
        "lon": 3.3855940,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810293,\n
        "lat": 49.1787570,\n
        "lon": 3.3852550,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810294,\n
        "lat": 49.1787600,\n
        "lon": 3.3854960,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810295,\n
        "lat": 49.1787610,\n
        "lon": 3.3850910,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810296,\n
        "lat": 49.1787700,\n
        "lon": 3.3856460,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810297,\n
        "lat": 49.1787750,\n
        "lon": 3.3851110,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810298,\n
        "lat": 49.1787810,\n
        "lon": 3.3855790,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810299,\n
        "lat": 49.1788100,\n
        "lon": 3.3851910,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810300,\n
        "lat": 49.1788270,\n
        "lon": 3.3854520,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810301,\n
        "lat": 49.1788290,\n
        "lon": 3.3854570,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810302,\n
        "lat": 49.1788480,\n
        "lon": 3.3854390,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810303,\n
        "lat": 49.1788490,\n
        "lon": 3.3854420,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810304,\n
        "lat": 49.1788510,\n
        "lon": 3.3855390,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810305,\n
        "lat": 49.1788880,\n
        "lon": 3.3854790,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810306,\n
        "lat": 49.1788960,\n
        "lon": 3.3855130,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810307,\n
        "lat": 49.1789030,\n
        "lon": 3.3854030,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810308,\n
        "lat": 49.1789260,\n
        "lon": 3.3854560,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810309,\n
        "lat": 49.1789870,\n
        "lon": 3.3854200,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810310,\n
        "lat": 49.1790120,\n
        "lon": 3.3855050,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810311,\n
        "lat": 49.1790850,\n
        "lon": 3.3867900,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810312,\n
        "lat": 49.1791170,\n
        "lon": 3.3868640,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810313,\n
        "lat": 49.1791210,\n
        "lon": 3.3867510,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810314,\n
        "lat": 49.1791540,\n
        "lon": 3.3868130,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810315,\n
        "lat": 49.1791730,\n
        "lon": 3.3858170,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810316,\n
        "lat": 49.1791840,\n
        "lon": 3.3858570,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810317,\n
        "lat": 49.1792220,\n
        "lon": 3.3857820,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810318,\n
        "lat": 49.1792350,\n
        "lon": 3.3858230,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810319,\n
        "lat": 49.1793180,\n
        "lon": 3.3852900,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810320,\n
        "lat": 49.1793240,\n
        "lon": 3.3853110,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810321,\n
        "lat": 49.1793360,\n
        "lon": 3.3853070,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810322,\n
        "lat": 49.1793360,\n
        "lon": 3.3853510,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810323,\n
        "lat": 49.1793370,\n
        "lon": 3.3929470,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810324,\n
        "lat": 49.1793400,\n
        "lon": 3.3854540,\n
        "timestamp": "2014-07-31T18:44:22Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810325,\n
        "lat": 49.1793480,\n
        "lon": 3.3853420,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810326,\n
        "lat": 49.1793560,\n
        "lon": 3.3854180,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810327,\n
        "lat": 49.1793570,\n
        "lon": 3.3852780,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810328,\n
        "lat": 49.1793730,\n
        "lon": 3.3853240,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810329,\n
        "lat": 49.1793790,\n
        "lon": 3.3931800,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810330,\n
        "lat": 49.1793960,\n
        "lon": 3.3853900,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810331,\n
        "lat": 49.1793965,\n
        "lon": 3.3847991,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810332,\n
        "lat": 49.1794010,\n
        "lon": 3.3854060,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810333,\n
        "lat": 49.1794140,\n
        "lon": 3.3856810,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810334,\n
        "lat": 49.1794175,\n
        "lon": 3.3848641,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810335,\n
        "lat": 49.1794710,\n
        "lon": 3.3890360,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810336,\n
        "lat": 49.1794740,\n
        "lon": 3.3856330,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810337,\n
        "lat": 49.1794750,\n
        "lon": 3.3930870,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810338,\n
        "lat": 49.1794830,\n
        "lon": 3.3931360,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810340,\n
        "lat": 49.1794930,\n
        "lon": 3.3890770,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810341,\n
        "lat": 49.1794985,\n
        "lon": 3.3848051,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810342,\n
        "lat": 49.1795000,\n
        "lon": 3.3890900,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810343,\n
        "lat": 49.1795135,\n
        "lon": 3.3848521,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810344,\n
        "lat": 49.1795215,\n
        "lon": 3.3847081,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810345,\n
        "lat": 49.1795245,\n
        "lon": 3.3848431,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810346,\n
        "lat": 49.1795270,\n
        "lon": 3.3890710,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810347,\n
        "lat": 49.1795370,\n
        "lon": 3.3889560,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810348,\n
        "lat": 49.1795425,\n
        "lon": 3.3848971,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810349,\n
        "lat": 49.1795435,\n
        "lon": 3.3847721,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810350,\n
        "lat": 49.1795490,\n
        "lon": 3.3928570,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810351,\n
        "lat": 49.1795530,\n
        "lon": 3.3890360,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810352,\n
        "lat": 49.1795595,\n
        "lon": 3.3848171,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810353,\n
        "lat": 49.1795655,\n
        "lon": 3.3848361,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810354,\n
        "lat": 49.1795710,\n
        "lon": 3.3890120,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810355,\n
        "lat": 49.1795715,\n
        "lon": 3.3848081,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810356,\n
        "lat": 49.1795785,\n
        "lon": 3.3848271,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810357,\n
        "lat": 49.1795785,\n
        "lon": 3.3848721,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810358,\n
        "lat": 49.1795830,\n
        "lon": 3.3930420,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810359,\n
        "lat": 49.1795980,\n
        "lon": 3.3928370,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810360,\n
        "lat": 49.1796080,\n
        "lon": 3.3853100,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810361,\n
        "lat": 49.1796300,\n
        "lon": 3.3930230,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810362,\n
        "lat": 49.1796640,\n
        "lon": 3.3852710,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810363,\n
        "lat": 49.1796660,\n
        "lon": 3.3855000,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810364,\n
        "lat": 49.1797170,\n
        "lon": 3.3861730,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810365,\n
        "lat": 49.1797230,\n
        "lon": 3.3854550,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810366,\n
        "lat": 49.1797320,\n
        "lon": 3.3849380,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810367,\n
        "lat": 49.1797330,\n
        "lon": 3.3851650,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810368,\n
        "lat": 49.1797380,\n
        "lon": 3.3862000,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810369,\n
        "lat": 49.1797390,\n
        "lon": 3.3852050,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810370,\n
        "lat": 49.1797400,\n
        "lon": 3.3849820,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810371,\n
        "lat": 49.1797420,\n
        "lon": 3.3861260,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810372,\n
        "lat": 49.1797490,\n
        "lon": 3.3861790,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810373,\n
        "lat": 49.1797500,\n
        "lon": 3.3850510,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810374,\n
        "lat": 49.1797610,\n
        "lon": 3.3861570,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810375,\n
        "lat": 49.1797730,\n
        "lon": 3.3851960,\n
        "timestamp": "2014-07-31T18:44:23Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810376,\n
        "lat": 49.1797750,\n
        "lon": 3.3852070,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810377,\n
        "lat": 49.1798110,\n
        "lon": 3.3849120,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810378,\n
        "lat": 49.1798170,\n
        "lon": 3.3849550,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810379,\n
        "lat": 49.1798170,\n
        "lon": 3.3851440,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810380,\n
        "lat": 49.1798230,\n
        "lon": 3.3851930,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810381,\n
        "lat": 49.1798430,\n
        "lon": 3.3849460,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810382,\n
        "lat": 49.1798480,\n
        "lon": 3.3849630,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810383,\n
        "lat": 49.1798540,\n
        "lon": 3.3850150,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810384,\n
        "lat": 49.1799240,\n
        "lon": 3.3852820,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810385,\n
        "lat": 49.1799360,\n
        "lon": 3.3851850,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810386,\n
        "lat": 49.1799450,\n
        "lon": 3.3853580,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810387,\n
        "lat": 49.1799530,\n
        "lon": 3.3853500,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810388,\n
        "lat": 49.1799600,\n
        "lon": 3.3852460,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810389,\n
        "lat": 49.1799700,\n
        "lon": 3.3851490,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810390,\n
        "lat": 49.1799870,\n
        "lon": 3.3853130,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810391,\n
        "lat": 49.1800250,\n
        "lon": 3.3852730,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810392,\n
        "lat": 49.1800430,\n
        "lon": 3.3855700,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810393,\n
        "lat": 49.1800500,\n
        "lon": 3.3855840,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810394,\n
        "lat": 49.1800680,\n
        "lon": 3.3856230,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810395,\n
        "lat": 49.1800870,\n
        "lon": 3.3852500,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810396,\n
        "lat": 49.1800920,\n
        "lon": 3.3852810,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810397,\n
        "lat": 49.1800980,\n
        "lon": 3.3852760,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810398,\n
        "lat": 49.1801020,\n
        "lon": 3.3852300,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810399,\n
        "lat": 49.1801040,\n
        "lon": 3.3852350,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810400,\n
        "lat": 49.1801050,\n
        "lon": 3.3850070,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810401,\n
        "lat": 49.1801080,\n
        "lon": 3.3850140,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810402,\n
        "lat": 49.1801180,\n
        "lon": 3.3853360,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810403,\n
        "lat": 49.1801230,\n
        "lon": 3.3854930,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810404,\n
        "lat": 49.1801270,\n
        "lon": 3.3855020,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810405,\n
        "lat": 49.1801380,\n
        "lon": 3.3853090,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810406,\n
        "lat": 49.1801380,\n
        "lon": 3.3855490,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810407,\n
        "lat": 49.1801410,\n
        "lon": 3.3853160,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810408,\n
        "lat": 49.1801440,\n
        "lon": 3.3855420,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810409,\n
        "lat": 49.1801480,\n
        "lon": 3.3849690,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810411,\n
        "lat": 49.1801560,\n
        "lon": 3.3849850,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810412,\n
        "lat": 49.1801640,\n
        "lon": 3.3851500,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810413,\n
        "lat": 49.1801770,\n
        "lon": 3.3851660,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810414,\n
        "lat": 49.1801870,\n
        "lon": 3.3854100,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810415,\n
        "lat": 49.1801900,\n
        "lon": 3.3856670,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810416,\n
        "lat": 49.1801940,\n
        "lon": 3.3854250,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810417,\n
        "lat": 49.1801960,\n
        "lon": 3.3854320,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810418,\n
        "lat": 49.1802030,\n
        "lon": 3.3849610,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810419,\n
        "lat": 49.1802070,\n
        "lon": 3.3852450,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810420,\n
        "lat": 49.1802090,\n
        "lon": 3.3866910,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810421,\n
        "lat": 49.1802520,\n
        "lon": 3.3850680,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810422,\n
        "lat": 49.1802520,\n
        "lon": 3.3867580,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810423,\n
        "lat": 49.1802660,\n
        "lon": 3.3855910,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810424,\n
        "lat": 49.1803040,\n
        "lon": 3.3865590,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810425,\n
        "lat": 49.1803460,\n
        "lon": 3.3866250,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810426,\n
        "lat": 49.1803460,\n
        "lon": 3.3888560,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810427,\n
        "lat": 49.1803490,\n
        "lon": 3.3849150,\n
        "timestamp": "2014-07-31T18:44:24Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810428,\n
        "lat": 49.1803550,\n
        "lon": 3.3848790,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810430,\n
        "lat": 49.1803690,\n
        "lon": 3.3887930,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810431,\n
        "lat": 49.1803720,\n
        "lon": 3.3848700,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810432,\n
        "lat": 49.1803730,\n
        "lon": 3.3850000,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810434,\n
        "lat": 49.1803750,\n
        "lon": 3.3888020,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810435,\n
        "lat": 49.1803830,\n
        "lon": 3.3889070,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810436,\n
        "lat": 49.1804030,\n
        "lon": 3.3849800,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810437,\n
        "lat": 49.1804140,\n
        "lon": 3.3851830,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810438,\n
        "lat": 49.1804230,\n
        "lon": 3.3852040,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810439,\n
        "lat": 49.1804310,\n
        "lon": 3.3850760,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810440,\n
        "lat": 49.1804310,\n
        "lon": 3.3886820,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810445,\n
        "lat": 49.1804590,\n
        "lon": 3.3848230,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810447,\n
        "lat": 49.1804750,\n
        "lon": 3.3887400,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810448,\n
        "lat": 49.1804940,\n
        "lon": 3.3853650,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810450,\n
        "lat": 49.1805160,\n
        "lon": 3.3850290,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810452,\n
        "lat": 49.1806110,\n
        "lon": 3.3852480,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810453,\n
        "lat": 49.1806620,\n
        "lon": 3.3882950,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810454,\n
        "lat": 49.1806660,\n
        "lon": 3.3883510,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810455,\n
        "lat": 49.1806790,\n
        "lon": 3.3883360,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810456,\n
        "lat": 49.1806790,\n
        "lon": 3.3883830,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810457,\n
        "lat": 49.1806930,\n
        "lon": 3.3883690,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810458,\n
        "lat": 49.1806990,\n
        "lon": 3.3882430,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810459,\n
        "lat": 49.1807090,\n
        "lon": 3.3869430,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810460,\n
        "lat": 49.1807140,\n
        "lon": 3.3869310,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810461,\n
        "lat": 49.1807150,\n
        "lon": 3.3884230,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810462,\n
        "lat": 49.1807135,\n
        "lon": 3.3847605,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 2,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810463,\n
        "lat": 49.1807270,\n
        "lon": 3.3875750,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810464,\n
        "lat": 49.1807370,\n
        "lon": 3.3875610,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810465,\n
        "lat": 49.1807420,\n
        "lon": 3.3875530,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810466,\n
        "lat": 49.1807460,\n
        "lon": 3.3873750,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810467,\n
        "lat": 49.1807460,\n
        "lon": 3.3875540,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810468,\n
        "lat": 49.1807469,\n
        "lon": 3.3880332,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810469,\n
        "lat": 49.1807510,\n
        "lon": 3.3869820,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810470,\n
        "lat": 49.1807520,\n
        "lon": 3.3868320,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810471,\n
        "lat": 49.1807540,\n
        "lon": 3.3883780,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810472,\n
        "lat": 49.1807560,\n
        "lon": 3.3869690,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810473,\n
        "lat": 49.1807560,\n
        "lon": 3.3875680,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810475,\n
        "lat": 49.1807690,\n
        "lon": 3.3875470,\n
        "timestamp": "2014-07-31T18:44:25Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810478,\n
        "lat": 49.1807930,\n
        "lon": 3.3876870,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810480,\n
        "lat": 49.1807990,\n
        "lon": 3.3873050,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810481,\n
        "lat": 49.1808020,\n
        "lon": 3.3873050,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810482,\n
        "lat": 49.1808038,\n
        "lon": 3.3880048,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810483,\n
        "lat": 49.1808068,\n
        "lon": 3.3882813,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810485,\n
        "lat": 49.1808080,\n
        "lon": 3.3870170,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810488,\n
        "lat": 49.1808240,\n
        "lon": 3.3876310,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810490,\n
        "lat": 49.1808275,\n
        "lon": 3.3846781,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 2,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810491,\n
        "lat": 49.1808460,\n
        "lon": 3.3869170,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810493,\n
        "lat": 49.1808289,\n
        "lon": 3.3851345,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 2,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810494,\n
        "lat": 49.1808590,\n
        "lon": 3.3875680,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810495,\n
        "lat": 49.1808638,\n
        "lon": 3.3882499,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810497,\n
        "lat": 49.1809050,\n
        "lon": 3.3874860,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810499,\n
        "lat": 49.1809560,\n
        "lon": 3.3871350,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810500,\n
        "lat": 49.1809430,\n
        "lon": 3.3850521,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 2,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810501,\n
        "lat": 49.1809760,\n
        "lon": 3.3872140,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810502,\n
        "lat": 49.1810320,\n
        "lon": 3.3870940,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810503,\n
        "lat": 49.1810370,\n
        "lon": 3.3871160,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810505,\n
        "lat": 49.1811200,\n
        "lon": 3.3870760,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810506,\n
        "lat": 49.1811330,\n
        "lon": 3.3871410,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810508,\n
        "lat": 49.1812090,\n
        "lon": 3.3836230,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810509,\n
        "lat": 49.1812130,\n
        "lon": 3.3871090,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810510,\n
        "lat": 49.1812240,\n
        "lon": 3.3871850,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810511,\n
        "lat": 49.1812380,\n
        "lon": 3.3871000,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810512,\n
        "lat": 49.1812390,\n
        "lon": 3.3836960,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810513,\n
        "lat": 49.1812540,\n
        "lon": 3.3870930,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810514,\n
        "lat": 49.1812670,\n
        "lon": 3.3870890,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810515,\n
        "lat": 49.1812680,\n
        "lon": 3.3870920,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810516,\n
        "lat": 49.1812860,\n
        "lon": 3.3871610,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810517,\n
        "lat": 49.1812910,\n
        "lon": 3.3871590,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810519,\n
        "lat": 49.1813260,\n
        "lon": 3.3835190,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810520,\n
        "lat": 49.1813260,\n
        "lon": 3.3836540,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810521,\n
        "lat": 49.1813400,\n
        "lon": 3.3872280,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810522,\n
        "lat": 49.1813510,\n
        "lon": 3.3837810,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810523,\n
        "lat": 49.1813530,\n
        "lon": 3.3873040,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810524,\n
        "lat": 49.1813550,\n
        "lon": 3.3835960,\n
        "timestamp": "2014-07-31T18:44:26Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810526,\n
        "lat": 49.1813680,\n
        "lon": 3.3869120,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810527,\n
        "lat": 49.1813790,\n
        "lon": 3.3837720,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810528,\n
        "lat": 49.1813810,\n
        "lon": 3.3870150,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810529,\n
        "lat": 49.1813830,\n
        "lon": 3.3837950,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810530,\n
        "lat": 49.1813910,\n
        "lon": 3.3872070,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810531,\n
        "lat": 49.1813960,\n
        "lon": 3.3842130,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810532,\n
        "lat": 49.1814010,\n
        "lon": 3.3870830,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810533,\n
        "lat": 49.1814060,\n
        "lon": 3.3872830,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810534,\n
        "lat": 49.1814110,\n
        "lon": 3.3868800,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810535,\n
        "lat": 49.1814230,\n
        "lon": 3.3836070,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810536,\n
        "lat": 49.1814230,\n
        "lon": 3.3836100,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810537,\n
        "lat": 49.1814270,\n
        "lon": 3.3870530,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810538,\n
        "lat": 49.1814350,\n
        "lon": 3.3843090,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810539,\n
        "lat": 49.1814520,\n
        "lon": 3.3869820,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810540,\n
        "lat": 49.1814730,\n
        "lon": 3.3841420,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810541,\n
        "lat": 49.1814850,\n
        "lon": 3.3841720,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810542,\n
        "lat": 49.1815000,\n
        "lon": 3.3870660,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810544,\n
        "lat": 49.1815120,\n
        "lon": 3.3842380,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810545,\n
        "lat": 49.1815130,\n
        "lon": 3.3836070,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810546,\n
        "lat": 49.1815140,\n
        "lon": 3.3870940,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810547,\n
        "lat": 49.1815180,\n
        "lon": 3.3841430,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810548,\n
        "lat": 49.1815220,\n
        "lon": 3.3835430,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810549,\n
        "lat": 49.1815300,\n
        "lon": 3.3841740,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810550,\n
        "lat": 49.1815330,\n
        "lon": 3.3870910,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810551,\n
        "lat": 49.1815340,\n
        "lon": 3.3839570,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810552,\n
        "lat": 49.1815390,\n
        "lon": 3.3828350,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810553,\n
        "lat": 49.1815440,\n
        "lon": 3.3842080,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810554,\n
        "lat": 49.1815450,\n
        "lon": 3.3837260,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810555,\n
        "lat": 49.1815490,\n
        "lon": 3.3828690,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810556,\n
        "lat": 49.1815490,\n
        "lon": 3.3839900,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810557,\n
        "lat": 49.1815530,\n
        "lon": 3.3869820,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810558,\n
        "lat": 49.1815690,\n
        "lon": 3.3828090,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810559,\n
        "lat": 49.1815710,\n
        "lon": 3.3826800,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810560,\n
        "lat": 49.1815760,\n
        "lon": 3.3870200,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810561,\n
        "lat": 49.1815810,\n
        "lon": 3.3828410,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810562,\n
        "lat": 49.1815840,\n
        "lon": 3.3843040,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810563,\n
        "lat": 49.1815860,\n
        "lon": 3.3835520,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810564,\n
        "lat": 49.1815870,\n
        "lon": 3.3827240,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810565,\n
        "lat": 49.1815930,\n
        "lon": 3.3828080,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810566,\n
        "lat": 49.1816030,\n
        "lon": 3.3835980,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810567,\n
        "lat": 49.1816060,\n
        "lon": 3.3828480,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810568,\n
        "lat": 49.1816060,\n
        "lon": 3.3839390,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810569,\n
        "lat": 49.1816070,\n
        "lon": 3.3865380,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810570,\n
        "lat": 49.1816080,\n
        "lon": 3.3826500,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810571,\n
        "lat": 49.1816080,\n
        "lon": 3.3827950,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810572,\n
        "lat": 49.1816110,\n
        "lon": 3.3839520,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810573,\n
        "lat": 49.1816152,\n
        "lon": 3.3872193,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810574,\n
        "lat": 49.1816210,\n
        "lon": 3.3828370,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810575,\n
        "lat": 49.1816220,\n
        "lon": 3.3841880,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810576,\n
        "lat": 49.1816230,\n
        "lon": 3.3826930,\n
        "timestamp": "2014-07-31T18:44:27Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810577,\n
        "lat": 49.1816240,\n
        "lon": 3.3831010,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810578,\n
        "lat": 49.1816280,\n
        "lon": 3.3826890,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810579,\n
        "lat": 49.1816280,\n
        "lon": 3.3838730,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810580,\n
        "lat": 49.1816300,\n
        "lon": 3.3830950,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810581,\n
        "lat": 49.1816320,\n
        "lon": 3.3865130,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810582,\n
        "lat": 49.1816350,\n
        "lon": 3.3842210,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810583,\n
        "lat": 49.1816450,\n
        "lon": 3.3839200,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810584,\n
        "lat": 49.1816450,\n
        "lon": 3.3842470,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810585,\n
        "lat": 49.1816460,\n
        "lon": 3.3865370,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810586,\n
        "lat": 49.1816470,\n
        "lon": 3.3831830,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810587,\n
        "lat": 49.1816490,\n
        "lon": 3.3829330,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810588,\n
        "lat": 49.1816540,\n
        "lon": 3.3831730,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810589,\n
        "lat": 49.1816560,\n
        "lon": 3.3832060,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810590,\n
        "lat": 49.1816572,\n
        "lon": 3.3874283,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810591,\n
        "lat": 49.1816680,\n
        "lon": 3.3830530,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810592,\n
        "lat": 49.1816730,\n
        "lon": 3.3865110,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810593,\n
        "lat": 49.1816752,\n
        "lon": 3.3871913,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810594,\n
        "lat": 49.1816820,\n
        "lon": 3.3867100,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810595,\n
        "lat": 49.1816840,\n
        "lon": 3.3841310,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810596,\n
        "lat": 49.1816880,\n
        "lon": 3.3828560,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810597,\n
        "lat": 49.1816890,\n
        "lon": 3.3865370,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810598,\n
        "lat": 49.1816900,\n
        "lon": 3.3840320,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810599,\n
        "lat": 49.1816950,\n
        "lon": 3.3830250,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810600,\n
        "lat": 49.1816970,\n
        "lon": 3.3841640,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810601,\n
        "lat": 49.1817030,\n
        "lon": 3.3828990,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810602,\n
        "lat": 49.1817080,\n
        "lon": 3.3831520,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810603,\n
        "lat": 49.1817140,\n
        "lon": 3.3873360,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810604,\n
        "lat": 49.1817160,\n
        "lon": 3.3868860,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810605,\n
        "lat": 49.1817180,\n
        "lon": 3.3841000,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810606,\n
        "lat": 49.1817182,\n
        "lon": 3.3874003,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810607,\n
        "lat": 49.1817190,\n
        "lon": 3.3865050,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810608,\n
        "lat": 49.1817320,\n
        "lon": 3.3865280,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810609,\n
        "lat": 49.1817340,\n
        "lon": 3.3829830,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810610,\n
        "lat": 49.1817340,\n
        "lon": 3.3866470,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810611,\n
        "lat": 49.1817370,\n
        "lon": 3.3829790,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810612,\n
        "lat": 49.1817370,\n
        "lon": 3.3837900,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810613,\n
        "lat": 49.1817450,\n
        "lon": 3.3870520,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810614,\n
        "lat": 49.1817470,\n
        "lon": 3.3874030,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810615,\n
        "lat": 49.1817480,\n
        "lon": 3.3871700,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810616,\n
        "lat": 49.1817510,\n
        "lon": 3.3830230,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810617,\n
        "lat": 49.1817510,\n
        "lon": 3.3830320,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810618,\n
        "lat": 49.1817510,\n
        "lon": 3.3874920,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810619,\n
        "lat": 49.1817520,\n
        "lon": 3.3871860,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810620,\n
        "lat": 49.1817520,\n
        "lon": 3.3874220,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810621,\n
        "lat": 49.1817530,\n
        "lon": 3.3873140,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810622,\n
        "lat": 49.1817580,\n
        "lon": 3.3875200,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810623,\n
        "lat": 49.1817590,\n
        "lon": 3.3870490,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810624,\n
        "lat": 49.1817610,\n
        "lon": 3.3871650,\n
        "timestamp": "2014-07-31T18:44:28Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810625,\n
        "lat": 49.1817630,\n
        "lon": 3.3838600,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810626,\n
        "lat": 49.1817650,\n
        "lon": 3.3871800,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810627,\n
        "lat": 49.1817670,\n
        "lon": 3.3868660,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810628,\n
        "lat": 49.1817670,\n
        "lon": 3.3874810,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810629,\n
        "lat": 49.1817680,\n
        "lon": 3.3868710,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810630,\n
        "lat": 49.1817700,\n
        "lon": 3.3833530,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810631,\n
        "lat": 49.1817720,\n
        "lon": 3.3873890,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810632,\n
        "lat": 49.1817740,\n
        "lon": 3.3874080,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810633,\n
        "lat": 49.1817740,\n
        "lon": 3.3875090,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810634,\n
        "lat": 49.1817850,\n
        "lon": 3.3833410,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810635,\n
        "lat": 49.1817860,\n
        "lon": 3.3829880,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810636,\n
        "lat": 49.1817910,\n
        "lon": 3.3831190,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810637,\n
        "lat": 49.1817920,\n
        "lon": 3.3864320,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810638,\n
        "lat": 49.1817940,\n
        "lon": 3.3874770,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810639,\n
        "lat": 49.1817980,\n
        "lon": 3.3870300,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810640,\n
        "lat": 49.1817980,\n
        "lon": 3.3874930,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810641,\n
        "lat": 49.1818140,\n
        "lon": 3.3830350,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810642,\n
        "lat": 49.1818160,\n
        "lon": 3.3834320,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810643,\n
        "lat": 49.1818180,\n
        "lon": 3.3837310,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810644,\n
        "lat": 49.1818250,\n
        "lon": 3.3831790,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810645,\n
        "lat": 49.1818250,\n
        "lon": 3.3865010,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810646,\n
        "lat": 49.1818270,\n
        "lon": 3.3831430,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810647,\n
        "lat": 49.1818320,\n
        "lon": 3.3830730,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810648,\n
        "lat": 49.1818380,\n
        "lon": 3.3829140,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810649,\n
        "lat": 49.1818410,\n
        "lon": 3.3837970,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810650,\n
        "lat": 49.1818470,\n
        "lon": 3.3829930,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810651,\n
        "lat": 49.1818470,\n
        "lon": 3.3831800,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810652,\n
        "lat": 49.1818490,\n
        "lon": 3.3831450,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810653,\n
        "lat": 49.1818540,\n
        "lon": 3.3829420,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810654,\n
        "lat": 49.1818540,\n
        "lon": 3.3833390,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810655,\n
        "lat": 49.1818560,\n
        "lon": 3.3833800,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810656,\n
        "lat": 49.1818600,\n
        "lon": 3.3829340,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810657,\n
        "lat": 49.1818600,\n
        "lon": 3.3830110,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810658,\n
        "lat": 49.1818680,\n
        "lon": 3.3829670,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810659,\n
        "lat": 49.1818740,\n
        "lon": 3.3829580,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810660,\n
        "lat": 49.1818740,\n
        "lon": 3.3874230,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810661,\n
        "lat": 49.1818760,\n
        "lon": 3.3874270,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810662,\n
        "lat": 49.1818790,\n
        "lon": 3.3829860,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810663,\n
        "lat": 49.1818840,\n
        "lon": 3.3855340,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810664,\n
        "lat": 49.1818930,\n
        "lon": 3.3873310,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810665,\n
        "lat": 49.1818940,\n
        "lon": 3.3833330,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810666,\n
        "lat": 49.1818970,\n
        "lon": 3.3833720,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810667,\n
        "lat": 49.1819050,\n
        "lon": 3.3870260,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810668,\n
        "lat": 49.1819080,\n
        "lon": 3.3868900,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810669,\n
        "lat": 49.1819090,\n
        "lon": 3.3873990,\n
        "timestamp": "2014-07-31T18:44:29Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810670,\n
        "lat": 49.1819130,\n
        "lon": 3.3832630,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810671,\n
        "lat": 49.1819130,\n
        "lon": 3.3855030,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810672,\n
        "lat": 49.1819160,\n
        "lon": 3.3832060,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810673,\n
        "lat": 49.1819220,\n
        "lon": 3.3856230,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810674,\n
        "lat": 49.1819310,\n
        "lon": 3.3832980,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810675,\n
        "lat": 49.1819330,\n
        "lon": 3.3832650,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810676,\n
        "lat": 49.1819360,\n
        "lon": 3.3832060,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810677,\n
        "lat": 49.1819390,\n
        "lon": 3.3831560,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810678,\n
        "lat": 49.1819520,\n
        "lon": 3.3855920,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810679,\n
        "lat": 49.1819560,\n
        "lon": 3.3824600,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810680,\n
        "lat": 49.1819670,\n
        "lon": 3.3854470,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810681,\n
        "lat": 49.1819790,\n
        "lon": 3.3833040,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810682,\n
        "lat": 49.1819870,\n
        "lon": 3.3831620,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810683,\n
        "lat": 49.1819910,\n
        "lon": 3.3823960,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810684,\n
        "lat": 49.1819970,\n
        "lon": 3.3854160,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810685,\n
        "lat": 49.1820050,\n
        "lon": 3.3855370,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810686,\n
        "lat": 49.1820270,\n
        "lon": 3.3825420,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810687,\n
        "lat": 49.1820350,\n
        "lon": 3.3824760,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810688,\n
        "lat": 49.1820360,\n
        "lon": 3.3855050,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810689,\n
        "lat": 49.1820380,\n
        "lon": 3.3870380,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810690,\n
        "lat": 49.1820390,\n
        "lon": 3.3869860,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810691,\n
        "lat": 49.1820410,\n
        "lon": 3.3869000,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810692,\n
        "lat": 49.1820430,\n
        "lon": 3.3824620,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810693,\n
        "lat": 49.1820520,\n
        "lon": 3.3822840,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810694,\n
        "lat": 49.1820520,\n
        "lon": 3.3824980,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810695,\n
        "lat": 49.1821040,\n
        "lon": 3.3823500,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810696,\n
        "lat": 49.1821110,\n
        "lon": 3.3863730,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810697,\n
        "lat": 49.1821250,\n
        "lon": 3.3869930,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810698,\n
        "lat": 49.1821270,\n
        "lon": 3.3864240,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810699,\n
        "lat": 49.1821270,\n
        "lon": 3.3869060,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810700,\n
        "lat": 49.1821370,\n
        "lon": 3.3863560,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810701,\n
        "lat": 49.1821440,\n
        "lon": 3.3863790,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810702,\n
        "lat": 49.1821510,\n
        "lon": 3.3864050,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810703,\n
        "lat": 49.1821600,\n
        "lon": 3.3865270,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810704,\n
        "lat": 49.1821640,\n
        "lon": 3.3798840,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810705,\n
        "lat": 49.1821960,\n
        "lon": 3.3801990,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810706,\n
        "lat": 49.1821990,\n
        "lon": 3.3863100,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810707,\n
        "lat": 49.1822020,\n
        "lon": 3.3802140,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810708,\n
        "lat": 49.1822060,\n
        "lon": 3.3863350,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810709,\n
        "lat": 49.1822320,\n
        "lon": 3.3862860,\n
        "timestamp": "2014-07-31T18:44:30Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810710,\n
        "lat": 49.1822810,\n
        "lon": 3.3864420,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810711,\n
        "lat": 49.1823170,\n
        "lon": 3.3825740,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810712,\n
        "lat": 49.1823180,\n
        "lon": 3.3869470,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810713,\n
        "lat": 49.1823230,\n
        "lon": 3.3798490,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810714,\n
        "lat": 49.1823440,\n
        "lon": 3.3870630,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810715,\n
        "lat": 49.1823580,\n
        "lon": 3.3801810,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810716,\n
        "lat": 49.1823680,\n
        "lon": 3.3869260,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810717,\n
        "lat": 49.1823740,\n
        "lon": 3.3869510,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810718,\n
        "lat": 49.1823780,\n
        "lon": 3.3869660,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810719,\n
        "lat": 49.1823830,\n
        "lon": 3.3826600,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810720,\n
        "lat": 49.1823850,\n
        "lon": 3.3869450,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810721,\n
        "lat": 49.1823860,\n
        "lon": 3.3824340,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810722,\n
        "lat": 49.1823870,\n
        "lon": 3.3831170,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810723,\n
        "lat": 49.1823890,\n
        "lon": 3.3869610,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810724,\n
        "lat": 49.1824010,\n
        "lon": 3.3831720,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810725,\n
        "lat": 49.1824040,\n
        "lon": 3.3854320,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810726,\n
        "lat": 49.1824110,\n
        "lon": 3.3831510,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810727,\n
        "lat": 49.1824120,\n
        "lon": 3.3834990,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810728,\n
        "lat": 49.1824150,\n
        "lon": 3.3855040,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810729,\n
        "lat": 49.1824240,\n
        "lon": 3.3830540,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810730,\n
        "lat": 49.1824440,\n
        "lon": 3.3869360,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810731,\n
        "lat": 49.1824540,\n
        "lon": 3.3825220,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810732,\n
        "lat": 49.1824590,\n
        "lon": 3.3870090,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810733,\n
        "lat": 49.1824660,\n
        "lon": 3.3868960,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810734,\n
        "lat": 49.1824720,\n
        "lon": 3.3869230,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810735,\n
        "lat": 49.1824730,\n
        "lon": 3.3835830,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810736,\n
        "lat": 49.1824780,\n
        "lon": 3.3868900,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810737,\n
        "lat": 49.1824810,\n
        "lon": 3.3854040,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810738,\n
        "lat": 49.1824820,\n
        "lon": 3.3834370,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810739,\n
        "lat": 49.1824820,\n
        "lon": 3.3869080,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810740,\n
        "lat": 49.1824890,\n
        "lon": 3.3869950,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810741,\n
        "lat": 49.1824930,\n
        "lon": 3.3854790,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810742,\n
        "lat": 49.1825100,\n
        "lon": 3.3833120,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810743,\n
        "lat": 49.1825120,\n
        "lon": 3.3833190,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810744,\n
        "lat": 49.1825160,\n
        "lon": 3.3868930,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810745,\n
        "lat": 49.1825180,\n
        "lon": 3.3869020,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810746,\n
        "lat": 49.1825220,\n
        "lon": 3.3834920,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810747,\n
        "lat": 49.1825260,\n
        "lon": 3.3869360,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810748,\n
        "lat": 49.1825340,\n
        "lon": 3.3833330,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810749,\n
        "lat": 49.1825340,\n
        "lon": 3.3869740,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810750,\n
        "lat": 49.1825350,\n
        "lon": 3.3870350,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810751,\n
        "lat": 49.1825360,\n
        "lon": 3.3833370,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810752,\n
        "lat": 49.1825400,\n
        "lon": 3.3870720,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810753,\n
        "lat": 49.1825450,\n
        "lon": 3.3868920,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810754,\n
        "lat": 49.1825520,\n
        "lon": 3.3869240,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810755,\n
        "lat": 49.1825700,\n
        "lon": 3.3832500,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810756,\n
        "lat": 49.1825900,\n
        "lon": 3.3850560,\n
        "timestamp": "2014-07-31T18:44:31Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810757,\n
        "lat": 49.1825960,\n
        "lon": 3.3870010,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810758,\n
        "lat": 49.1825980,\n
        "lon": 3.3870130,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810759,\n
        "lat": 49.1826040,\n
        "lon": 3.3870540,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810760,\n
        "lat": 49.1826330,\n
        "lon": 3.3852060,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810761,\n
        "lat": 49.1826330,\n
        "lon": 3.3868530,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810762,\n
        "lat": 49.1826460,\n
        "lon": 3.3869240,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810763,\n
        "lat": 49.1826470,\n
        "lon": 3.3851910,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810764,\n
        "lat": 49.1826540,\n
        "lon": 3.3849960,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810765,\n
        "lat": 49.1826710,\n
        "lon": 3.3852980,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810766,\n
        "lat": 49.1826720,\n
        "lon": 3.3868300,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810767,\n
        "lat": 49.1826730,\n
        "lon": 3.3868360,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810768,\n
        "lat": 49.1826750,\n
        "lon": 3.3869820,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810769,\n
        "lat": 49.1826830,\n
        "lon": 3.3870320,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810770,\n
        "lat": 49.1826860,\n
        "lon": 3.3869070,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810771,\n
        "lat": 49.1826910,\n
        "lon": 3.3869310,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810772,\n
        "lat": 49.1827070,\n
        "lon": 3.3851980,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810773,\n
        "lat": 49.1827130,\n
        "lon": 3.3868130,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810774,\n
        "lat": 49.1827180,\n
        "lon": 3.3868110,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810775,\n
        "lat": 49.1827260,\n
        "lon": 3.3852460,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810776,\n
        "lat": 49.1827290,\n
        "lon": 3.3851780,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810777,\n
        "lat": 49.1827380,\n
        "lon": 3.3869110,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810778,\n
        "lat": 49.1827410,\n
        "lon": 3.3872700,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810779,\n
        "lat": 49.1827540,\n
        "lon": 3.3873140,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810780,\n
        "lat": 49.1827800,\n
        "lon": 3.3867570,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810781,\n
        "lat": 49.1827850,\n
        "lon": 3.3867830,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810782,\n
        "lat": 49.1827940,\n
        "lon": 3.3867500,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810783,\n
        "lat": 49.1827940,\n
        "lon": 3.3872370,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810784,\n
        "lat": 49.1827970,\n
        "lon": 3.3867780,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810785,\n
        "lat": 49.1828010,\n
        "lon": 3.3872640,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810786,\n
        "lat": 49.1828110,\n
        "lon": 3.3866020,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810787,\n
        "lat": 49.1828110,\n
        "lon": 3.3867420,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810788,\n
        "lat": 49.1828140,\n
        "lon": 3.3868790,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810789,\n
        "lat": 49.1828160,\n
        "lon": 3.3867700,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810790,\n
        "lat": 49.1828260,\n
        "lon": 3.3872480,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810791,\n
        "lat": 49.1828300,\n
        "lon": 3.3866840,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810792,\n
        "lat": 49.1828330,\n
        "lon": 3.3872750,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810793,\n
        "lat": 49.1828390,\n
        "lon": 3.3871110,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810794,\n
        "lat": 49.1828450,\n
        "lon": 3.3865850,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810795,\n
        "lat": 49.1828470,\n
        "lon": 3.3867570,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810796,\n
        "lat": 49.1828630,\n
        "lon": 3.3866660,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810797,\n
        "lat": 49.1828660,\n
        "lon": 3.3869200,\n
        "timestamp": "2014-07-31T18:44:32Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810798,\n
        "lat": 49.1828680,\n
        "lon": 3.3868570,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810799,\n
        "lat": 49.1828680,\n
        "lon": 3.3872140,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810800,\n
        "lat": 49.1828710,\n
        "lon": 3.3869470,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810801,\n
        "lat": 49.1828720,\n
        "lon": 3.3867470,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810802,\n
        "lat": 49.1828790,\n
        "lon": 3.3869140,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810803,\n
        "lat": 49.1828830,\n
        "lon": 3.3870870,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810804,\n
        "lat": 49.1828900,\n
        "lon": 3.3868480,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810805,\n
        "lat": 49.1829030,\n
        "lon": 3.3869260,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810806,\n
        "lat": 49.1829100,\n
        "lon": 3.3871920,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810807,\n
        "lat": 49.1829330,\n
        "lon": 3.3866100,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810808,\n
        "lat": 49.1829450,\n
        "lon": 3.3871530,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810809,\n
        "lat": 49.1829480,\n
        "lon": 3.3871730,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810810,\n
        "lat": 49.1829500,\n
        "lon": 3.3867830,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810811,\n
        "lat": 49.1829540,\n
        "lon": 3.3865980,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810812,\n
        "lat": 49.1829600,\n
        "lon": 3.3869830,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810813,\n
        "lat": 49.1829610,\n
        "lon": 3.3866290,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810814,\n
        "lat": 49.1829690,\n
        "lon": 3.3844690,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810815,\n
        "lat": 49.1829720,\n
        "lon": 3.3870390,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810816,\n
        "lat": 49.1829740,\n
        "lon": 3.3867630,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810817,\n
        "lat": 49.1829780,\n
        "lon": 3.3868680,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810818,\n
        "lat": 49.1829900,\n
        "lon": 3.3871230,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810819,\n
        "lat": 49.1829930,\n
        "lon": 3.3871000,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810820,\n
        "lat": 49.1829980,\n
        "lon": 3.3845080,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810821,\n
        "lat": 49.1830020,\n
        "lon": 3.3866100,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810822,\n
        "lat": 49.1830140,\n
        "lon": 3.3868410,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810823,\n
        "lat": 49.1830170,\n
        "lon": 3.3843900,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810824,\n
        "lat": 49.1830340,\n
        "lon": 3.3845600,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810825,\n
        "lat": 49.1830470,\n
        "lon": 3.3844330,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810826,\n
        "lat": 49.1830530,\n
        "lon": 3.3868040,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810827,\n
        "lat": 49.1830610,\n
        "lon": 3.3865450,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810828,\n
        "lat": 49.1830830,\n
        "lon": 3.3841480,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810829,\n
        "lat": 49.1830850,\n
        "lon": 3.3870320,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810830,\n
        "lat": 49.1830880,\n
        "lon": 3.3870440,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810831,\n
        "lat": 49.1831050,\n
        "lon": 3.3865040,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810832,\n
        "lat": 49.1831050,\n
        "lon": 3.3870170,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810833,\n
        "lat": 49.1831080,\n
        "lon": 3.3870310,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810834,\n
        "lat": 49.1831110,\n
        "lon": 3.3841660,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810835,\n
        "lat": 49.1831110,\n
        "lon": 3.3846770,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810836,\n
        "lat": 49.1831160,\n
        "lon": 3.3840490,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810837,\n
        "lat": 49.1831350,\n
        "lon": 3.3867270,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810838,\n
        "lat": 49.1831380,\n
        "lon": 3.3840640,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810839,\n
        "lat": 49.1831490,\n
        "lon": 3.3866090,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810840,\n
        "lat": 49.1831580,\n
        "lon": 3.3866010,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810841,\n
        "lat": 49.1831630,\n
        "lon": 3.3847790,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810842,\n
        "lat": 49.1831750,\n
        "lon": 3.3846130,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810843,\n
        "lat": 49.1831860,\n
        "lon": 3.3852390,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810844,\n
        "lat": 49.1831900,\n
        "lon": 3.3866750,\n
        "timestamp": "2014-07-31T18:44:33Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810845,\n
        "lat": 49.1832030,\n
        "lon": 3.3868070,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810846,\n
        "lat": 49.1832050,\n
        "lon": 3.3853510,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810847,\n
        "lat": 49.1832210,\n
        "lon": 3.3847080,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810848,\n
        "lat": 49.1832290,\n
        "lon": 3.3849110,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810849,\n
        "lat": 49.1832360,\n
        "lon": 3.3869200,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810850,\n
        "lat": 49.1832480,\n
        "lon": 3.3853330,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810851,\n
        "lat": 49.1832530,\n
        "lon": 3.3853320,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810852,\n
        "lat": 49.1832600,\n
        "lon": 3.3853290,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810853,\n
        "lat": 49.1832910,\n
        "lon": 3.3848500,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810854,\n
        "lat": 49.1833070,\n
        "lon": 3.3855630,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810855,\n
        "lat": 49.1833090,\n
        "lon": 3.3851890,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810856,\n
        "lat": 49.1833120,\n
        "lon": 3.3852050,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810857,\n
        "lat": 49.1833170,\n
        "lon": 3.3855540,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810858,\n
        "lat": 49.1833200,\n
        "lon": 3.3855940,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810859,\n
        "lat": 49.1833290,\n
        "lon": 3.3851980,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810860,\n
        "lat": 49.1833290,\n
        "lon": 3.3855850,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810861,\n
        "lat": 49.1833310,\n
        "lon": 3.3852990,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810862,\n
        "lat": 49.1833310,\n
        "lon": 3.3855890,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810863,\n
        "lat": 49.1833460,\n
        "lon": 3.3851740,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810864,\n
        "lat": 49.1833480,\n
        "lon": 3.3852920,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810865,\n
        "lat": 49.1833590,\n
        "lon": 3.3852470,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810866,\n
        "lat": 49.1833590,\n
        "lon": 3.3856570,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810867,\n
        "lat": 49.1833640,\n
        "lon": 3.3855590,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810868,\n
        "lat": 49.1833820,\n
        "lon": 3.3851590,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810869,\n
        "lat": 49.1833910,\n
        "lon": 3.3856300,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810870,\n
        "lat": 49.1833930,\n
        "lon": 3.3852320,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810871,\n
        "lat": 49.1834110,\n
        "lon": 3.3854240,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810872,\n
        "lat": 49.1834210,\n
        "lon": 3.3862300,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810873,\n
        "lat": 49.1834500,\n
        "lon": 3.3855300,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810874,\n
        "lat": 49.1834610,\n
        "lon": 3.3863370,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810875,\n
        "lat": 49.1834780,\n
        "lon": 3.3861800,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810876,\n
        "lat": 49.1834810,\n
        "lon": 3.3853610,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810877,\n
        "lat": 49.1835170,\n
        "lon": 3.3862850,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810878,\n
        "lat": 49.1835200,\n
        "lon": 3.3854680,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810879,\n
        "lat": 49.1835270,\n
        "lon": 3.3862840,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810880,\n
        "lat": 49.1835350,\n
        "lon": 3.3852230,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810881,\n
        "lat": 49.1835390,\n
        "lon": 3.3854510,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810882,\n
        "lat": 49.1835400,\n
        "lon": 3.3863730,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810883,\n
        "lat": 49.1835430,\n
        "lon": 3.3850360,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810884,\n
        "lat": 49.1835440,\n
        "lon": 3.3853040,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810885,\n
        "lat": 49.1835460,\n
        "lon": 3.3851970,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810886,\n
        "lat": 49.1835470,\n
        "lon": 3.3862670,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810887,\n
        "lat": 49.1835520,\n
        "lon": 3.3852010,\n
        "timestamp": "2014-07-31T18:44:34Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810888,\n
        "lat": 49.1835520,\n
        "lon": 3.3854910,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810889,\n
        "lat": 49.1835600,\n
        "lon": 3.3863550,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810890,\n
        "lat": 49.1835710,\n
        "lon": 3.3852560,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810891,\n
        "lat": 49.1835880,\n
        "lon": 3.3852430,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810892,\n
        "lat": 49.1835970,\n
        "lon": 3.3854520,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810893,\n
        "lat": 49.1836040,\n
        "lon": 3.3849760,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810894,\n
        "lat": 49.1836090,\n
        "lon": 3.3849640,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810895,\n
        "lat": 49.1836240,\n
        "lon": 3.3851130,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810896,\n
        "lat": 49.1836580,\n
        "lon": 3.3855000,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810897,\n
        "lat": 49.1836640,\n
        "lon": 3.3850110,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810898,\n
        "lat": 49.1836660,\n
        "lon": 3.3851570,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810899,\n
        "lat": 49.1836810,\n
        "lon": 3.3849700,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810900,\n
        "lat": 49.1837250,\n
        "lon": 3.3854070,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810901,\n
        "lat": 49.1837300,\n
        "lon": 3.3856150,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810903,\n
        "lat": 49.1837490,\n
        "lon": 3.3852280,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810904,\n
        "lat": 49.1837590,\n
        "lon": 3.3846900,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810905,\n
        "lat": 49.1837650,\n
        "lon": 3.3846850,\n
        "timestamp": "2014-07-31T18:44:35Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810908,\n
        "lat": 49.1837790,\n
        "lon": 3.3851520,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810909,\n
        "lat": 49.1837900,\n
        "lon": 3.3852620,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810910,\n
        "lat": 49.1837980,\n
        "lon": 3.3848050,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810911,\n
        "lat": 49.1838000,\n
        "lon": 3.3855270,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810912,\n
        "lat": 49.1838030,\n
        "lon": 3.3852520,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810913,\n
        "lat": 49.1838060,\n
        "lon": 3.3850850,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810914,\n
        "lat": 49.1838220,\n
        "lon": 3.3846460,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810915,\n
        "lat": 49.1838250,\n
        "lon": 3.3851910,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810916,\n
        "lat": 49.1838560,\n
        "lon": 3.3847610,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810917,\n
        "lat": 49.1838910,\n
        "lon": 3.3847360,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810918,\n
        "lat": 49.1839100,\n
        "lon": 3.3847630,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810919,\n
        "lat": 49.1839120,\n
        "lon": 3.3847610,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810920,\n
        "lat": 49.1839180,\n
        "lon": 3.3856940,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810921,\n
        "lat": 49.1839350,\n
        "lon": 3.3847030,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810922,\n
        "lat": 49.1839380,\n
        "lon": 3.3857850,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810923,\n
        "lat": 49.1839400,\n
        "lon": 3.3848200,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810924,\n
        "lat": 49.1839460,\n
        "lon": 3.3847260,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810925,\n
        "lat": 49.1839460,\n
        "lon": 3.3858030,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810926,\n
        "lat": 49.1839520,\n
        "lon": 3.3848100,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810927,\n
        "lat": 49.1839730,\n
        "lon": 3.3848560,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810928,\n
        "lat": 49.1839750,\n
        "lon": 3.3847840,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810930,\n
        "lat": 49.1839900,\n
        "lon": 3.3847710,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810931,\n
        "lat": 49.1840090,\n
        "lon": 3.3848220,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810932,\n
        "lat": 49.1840160,\n
        "lon": 3.3855480,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810933,\n
        "lat": 49.1840250,\n
        "lon": 3.3855840,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810934,\n
        "lat": 49.1840290,\n
        "lon": 3.3855290,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810935,\n
        "lat": 49.1840310,\n
        "lon": 3.3857140,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810936,\n
        "lat": 49.1840400,\n
        "lon": 3.3857340,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810937,\n
        "lat": 49.1840420,\n
        "lon": 3.3856010,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810938,\n
        "lat": 49.1840560,\n
        "lon": 3.3856880,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810939,\n
        "lat": 49.1840610,\n
        "lon": 3.3855800,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810940,\n
        "lat": 49.1840650,\n
        "lon": 3.3857080,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810941,\n
        "lat": 49.1840660,\n
        "lon": 3.3852280,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810942,\n
        "lat": 49.1840670,\n
        "lon": 3.3856760,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810943,\n
        "lat": 49.1840700,\n
        "lon": 3.3852360,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810944,\n
        "lat": 49.1840723,\n
        "lon": 3.3852398,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810945,\n
        "lat": 49.1840750,\n
        "lon": 3.3852170,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810946,\n
        "lat": 49.1840780,\n
        "lon": 3.3852220,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810947,\n
        "lat": 49.1840860,\n
        "lon": 3.3852140,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810948,\n
        "lat": 49.1841090,\n
        "lon": 3.3851770,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810949,\n
        "lat": 49.1841120,\n
        "lon": 3.3851820,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810950,\n
        "lat": 49.1841210,\n
        "lon": 3.3851610,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810951,\n
        "lat": 49.1841260,\n
        "lon": 3.3851690,\n
        "timestamp": "2014-07-31T18:44:37Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810953,\n
        "lat": 49.1841420,\n
        "lon": 3.3853560,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810954,\n
        "lat": 49.1841510,\n
        "lon": 3.3851420,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810955,\n
        "lat": 49.1841510,\n
        "lon": 3.3853820,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810956,\n
        "lat": 49.1841700,\n
        "lon": 3.3854250,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810957,\n
        "lat": 49.1841720,\n
        "lon": 3.3854200,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810958,\n
        "lat": 49.1841750,\n
        "lon": 3.3854340,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810959,\n
        "lat": 49.1841780,\n
        "lon": 3.3854300,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810960,\n
        "lat": 49.1842010,\n
        "lon": 3.3854700,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810962,\n
        "lat": 49.1842230,\n
        "lon": 3.3852640,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810963,\n
        "lat": 49.1842240,\n
        "lon": 3.3852790,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810964,\n
        "lat": 49.1842280,\n
        "lon": 3.3852750,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810965,\n
        "lat": 49.1842290,\n
        "lon": 3.3852570,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810966,\n
        "lat": 49.1842340,\n
        "lon": 3.3852660,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810967,\n
        "lat": 49.1842380,\n
        "lon": 3.3852620,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810968,\n
        "lat": 49.1842390,\n
        "lon": 3.3852770,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810969,\n
        "lat": 49.1842440,\n
        "lon": 3.3852710,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810970,\n
        "lat": 49.1842470,\n
        "lon": 3.3853950,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810971,\n
        "lat": 49.1842540,\n
        "lon": 3.3854080,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810972,\n
        "lat": 49.1842570,\n
        "lon": 3.3853440,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810973,\n
        "lat": 49.1842600,\n
        "lon": 3.3853400,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810974,\n
        "lat": 49.1842630,\n
        "lon": 3.3853200,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810975,\n
        "lat": 49.1842640,\n
        "lon": 3.3853470,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810976,\n
        "lat": 49.1842670,\n
        "lon": 3.3853150,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810977,\n
        "lat": 49.1842680,\n
        "lon": 3.3853310,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810978,\n
        "lat": 49.1842690,\n
        "lon": 3.3853660,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810979,\n
        "lat": 49.1842720,\n
        "lon": 3.3853250,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810980,\n
        "lat": 49.1842720,\n
        "lon": 3.3853380,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810981,\n
        "lat": 49.1843148,\n
        "lon": 3.3969750,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810982,\n
        "lat": 49.1843182,\n
        "lon": 3.3969526,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810983,\n
        "lat": 49.1843207,\n
        "lon": 3.3969962,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810984,\n
        "lat": 49.1843296,\n
        "lon": 3.3969374,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810985,\n
        "lat": 49.1843336,\n
        "lon": 3.3970081,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810986,\n
        "lat": 49.1843446,\n
        "lon": 3.3969354,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810987,\n
        "lat": 49.1843486,\n
        "lon": 3.3970061,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810988,\n
        "lat": 49.1843575,\n
        "lon": 3.3969473,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810989,\n
        "lat": 49.1843600,\n
        "lon": 3.3969910,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810990,\n
        "lat": 49.1843634,\n
        "lon": 3.3969685,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810991,\n
        "lat": 49.1844350,\n
        "lon": 3.3850940,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810992,\n
        "lat": 49.1844410,\n
        "lon": 3.3851010,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810993,\n
        "lat": 49.1844480,\n
        "lon": 3.3851450,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810994,\n
        "lat": 49.1844540,\n
        "lon": 3.3851930,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810995,\n
        "lat": 49.1844590,\n
        "lon": 3.3851220,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810996,\n
        "lat": 49.1844660,\n
        "lon": 3.3851300,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810997,\n
        "lat": 49.1844670,\n
        "lon": 3.3851690,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810998,\n
        "lat": 49.1844700,\n
        "lon": 3.3850220,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989810999,\n
        "lat": 49.1844710,\n
        "lon": 3.3851200,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811000,\n
        "lat": 49.1844790,\n
        "lon": 3.3851450,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811001,\n
        "lat": 49.1844830,\n
        "lon": 3.3851370,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811002,\n
        "lat": 49.1845020,\n
        "lon": 3.3850590,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811003,\n
        "lat": 49.1845050,\n
        "lon": 3.3852540,\n
        "timestamp": "2014-07-31T18:44:38Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811004,\n
        "lat": 49.1845120,\n
        "lon": 3.3852630,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811005,\n
        "lat": 49.1845380,\n
        "lon": 3.3852120,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811009,\n
        "lat": 49.1849910,\n
        "lon": 3.3826630,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811010,\n
        "lat": 49.1850040,\n
        "lon": 3.3826280,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811011,\n
        "lat": 49.1850060,\n
        "lon": 3.3826590,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811012,\n
        "lat": 49.1850210,\n
        "lon": 3.3826240,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811013,\n
        "lat": 49.1850230,\n
        "lon": 3.3826540,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811015,\n
        "lat": 49.1850390,\n
        "lon": 3.3830110,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811016,\n
        "lat": 49.1850490,\n
        "lon": 3.3826180,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811017,\n
        "lat": 49.1850710,\n
        "lon": 3.3826190,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811018,\n
        "lat": 49.1850770,\n
        "lon": 3.3825800,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811019,\n
        "lat": 49.1850790,\n
        "lon": 3.3825130,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811020,\n
        "lat": 49.1850800,\n
        "lon": 3.3825000,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811021,\n
        "lat": 49.1850860,\n
        "lon": 3.3825180,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811022,\n
        "lat": 49.1850940,\n
        "lon": 3.3829960,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811023,\n
        "lat": 49.1850980,\n
        "lon": 3.3829790,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811024,\n
        "lat": 49.1851090,\n
        "lon": 3.3826160,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811025,\n
        "lat": 49.1851090,\n
        "lon": 3.3826720,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811026,\n
        "lat": 49.1851090,\n
        "lon": 3.3830030,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811027,\n
        "lat": 49.1851190,\n
        "lon": 3.3830720,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811028,\n
        "lat": 49.1851310,\n
        "lon": 3.3831580,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811029,\n
        "lat": 49.1851640,\n
        "lon": 3.3824940,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811030,\n
        "lat": 49.1851650,\n
        "lon": 3.3824460,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811031,\n
        "lat": 49.1852180,\n
        "lon": 3.3824440,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811032,\n
        "lat": 49.1852190,\n
        "lon": 3.3824880,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811033,\n
        "lat": 49.1852420,\n
        "lon": 3.3829360,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811034,\n
        "lat": 49.1852440,\n
        "lon": 3.3830320,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811035,\n
        "lat": 49.1852500,\n
        "lon": 3.3830080,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811036,\n
        "lat": 49.1852520,\n
        "lon": 3.3830290,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811037,\n
        "lat": 49.1852550,\n
        "lon": 3.3831160,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811038,\n
        "lat": 49.1852660,\n
        "lon": 3.3829290,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811039,\n
        "lat": 49.1852740,\n
        "lon": 3.3830010,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811040,\n
        "lat": 49.1852820,\n
        "lon": 3.3824860,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811041,\n
        "lat": 49.1852840,\n
        "lon": 3.3824370,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811042,\n
        "lat": 49.1853250,\n
        "lon": 3.3824360,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811043,\n
        "lat": 49.1853280,\n
        "lon": 3.3824780,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811044,\n
        "lat": 49.1853340,\n
        "lon": 3.3826540,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811045,\n
        "lat": 49.1853350,\n
        "lon": 3.3825990,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811046,\n
        "lat": 49.1853710,\n
        "lon": 3.3834420,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811051,\n
        "lat": 49.1853990,\n
        "lon": 3.3829800,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811052,\n
        "lat": 49.1854130,\n
        "lon": 3.3830610,\n
        "timestamp": "2014-07-31T18:44:39Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811056,\n
        "lat": 49.1854210,\n
        "lon": 3.3836030,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811057,\n
        "lat": 49.1854440,\n
        "lon": 3.3833890,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811060,\n
        "lat": 49.1854480,\n
        "lon": 3.3830410,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811061,\n
        "lat": 49.1854490,\n
        "lon": 3.3829680,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811062,\n
        "lat": 49.1854490,\n
        "lon": 3.3830460,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811064,\n
        "lat": 49.1854530,\n
        "lon": 3.3829520,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811066,\n
        "lat": 49.1854560,\n
        "lon": 3.3829640,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811067,\n
        "lat": 49.1854600,\n
        "lon": 3.3830360,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811068,\n
        "lat": 49.1854610,\n
        "lon": 3.3834440,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811071,\n
        "lat": 49.1854750,\n
        "lon": 3.3834340,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811072,\n
        "lat": 49.1854780,\n
        "lon": 3.3834970,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811074,\n
        "lat": 49.1854920,\n
        "lon": 3.3834870,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811075,\n
        "lat": 49.1854940,\n
        "lon": 3.3835490,\n
        "timestamp": "2014-07-31T18:44:40Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811102,\n
        "lat": 49.1855630,\n
        "lon": 3.3834840,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811104,\n
        "lat": 49.1855730,\n
        "lon": 3.3835250,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811109,\n
        "lat": 49.1855930,\n
        "lon": 3.3835080,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811112,\n
        "lat": 49.1856170,\n
        "lon": 3.3837170,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811116,\n
        "lat": 49.1856390,\n
        "lon": 3.3834310,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811117,\n
        "lat": 49.1856410,\n
        "lon": 3.3837020,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811118,\n
        "lat": 49.1856460,\n
        "lon": 3.3837200,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811120,\n
        "lat": 49.1856550,\n
        "lon": 3.3837640,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811121,\n
        "lat": 49.1856590,\n
        "lon": 3.3837820,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811123,\n
        "lat": 49.1856620,\n
        "lon": 3.3835160,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811128,\n
        "lat": 49.1856850,\n
        "lon": 3.3839170,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811129,\n
        "lat": 49.1856860,\n
        "lon": 3.3835060,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811130,\n
        "lat": 49.1856950,\n
        "lon": 3.3837460,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811131,\n
        "lat": 49.1857160,\n
        "lon": 3.3837370,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811132,\n
        "lat": 49.1857200,\n
        "lon": 3.3837520,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811133,\n
        "lat": 49.1857280,\n
        "lon": 3.3839000,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811134,\n
        "lat": 49.1857360,\n
        "lon": 3.3830100,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811135,\n
        "lat": 49.1857420,\n
        "lon": 3.3837400,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811141,\n
        "lat": 49.1857720,\n
        "lon": 3.3838780,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811142,\n
        "lat": 49.1857740,\n
        "lon": 3.3834020,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811143,\n
        "lat": 49.1857820,\n
        "lon": 3.3832400,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811145,\n
        "lat": 49.1857960,\n
        "lon": 3.3829830,\n
        "timestamp": "2014-07-31T18:44:41Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811150,\n
        "lat": 49.1858140,\n
        "lon": 3.3835590,\n
        "timestamp": "2014-07-31T18:44:42Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811161,\n
        "lat": 49.1858410,\n
        "lon": 3.3832140,\n
        "timestamp": "2014-07-31T18:44:42Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811174,\n
        "lat": 49.1858740,\n
        "lon": 3.3837370,\n
        "timestamp": "2014-07-31T18:44:42Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811180,\n
        "lat": 49.1858920,\n
        "lon": 3.3838220,\n
        "timestamp": "2014-07-31T18:44:42Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811181,\n
        "lat": 49.1859100,\n
        "lon": 3.3829310,\n
        "timestamp": "2014-07-31T18:44:42Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811182,\n
        "lat": 49.1859560,\n
        "lon": 3.3837010,\n
        "timestamp": "2014-07-31T18:44:42Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811183,\n
        "lat": 49.1859730,\n
        "lon": 3.3829030,\n
        "timestamp": "2014-07-31T18:44:42Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811184,\n
        "lat": 49.1859750,\n
        "lon": 3.3837840,\n
        "timestamp": "2014-07-31T18:44:42Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811185,\n
        "lat": 49.1859880,\n
        "lon": 3.3833010,\n
        "timestamp": "2014-07-31T18:44:42Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811186,\n
        "lat": 49.1860010,\n
        "lon": 3.3832950,\n
        "timestamp": "2014-07-31T18:44:42Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811187,\n
        "lat": 49.1860310,\n
        "lon": 3.3834660,\n
        "timestamp": "2014-07-31T18:44:42Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811188,\n
        "lat": 49.1860630,\n
        "lon": 3.3832660,\n
        "timestamp": "2014-07-31T18:44:42Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811189,\n
        "lat": 49.1860780,\n
        "lon": 3.3836480,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811190,\n
        "lat": 49.1860990,\n
        "lon": 3.3837280,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811192,\n
        "lat": 49.1861740,\n
        "lon": 3.3836940,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811193,\n
        "lat": 49.1872190,\n
        "lon": 3.3843440,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811194,\n
        "lat": 49.1872670,\n
        "lon": 3.3844850,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811195,\n
        "lat": 49.1872760,\n
        "lon": 3.3842990,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811196,\n
        "lat": 49.1872870,\n
        "lon": 3.3844710,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811197,\n
        "lat": 49.1872910,\n
        "lon": 3.3844880,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811198,\n
        "lat": 49.1872950,\n
        "lon": 3.3843610,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811199,\n
        "lat": 49.1873010,\n
        "lon": 3.3844560,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811200,\n
        "lat": 49.1873070,\n
        "lon": 3.3844760,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811201,\n
        "lat": 49.1873090,\n
        "lon": 3.3844260,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811202,\n
        "lat": 49.1873110,\n
        "lon": 3.3843520,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811203,\n
        "lat": 49.1873160,\n
        "lon": 3.3844470,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811204,\n
        "lat": 49.1873350,\n
        "lon": 3.3843380,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811205,\n
        "lat": 49.1873480,\n
        "lon": 3.3843990,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811207,\n
        "lat": 49.1901490,\n
        "lon": 3.3808610,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811208,\n
        "lat": 49.1901520,\n
        "lon": 3.3809750,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811209,\n
        "lat": 49.1901720,\n
        "lon": 3.3803440,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811210,\n
        "lat": 49.1901760,\n
        "lon": 3.3808610,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811211,\n
        "lat": 49.1901770,\n
        "lon": 3.3806880,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811212,\n
        "lat": 49.1901780,\n
        "lon": 3.3809460,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811213,\n
        "lat": 49.1901980,\n
        "lon": 3.3809780,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811214,\n
        "lat": 49.1902060,\n
        "lon": 3.3803430,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811215,\n
        "lat": 49.1902190,\n
        "lon": 3.3809500,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811216,\n
        "lat": 49.1902200,\n
        "lon": 3.3809790,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811217,\n
        "lat": 49.1902210,\n
        "lon": 3.3810040,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811218,\n
        "lat": 49.1902220,\n
        "lon": 3.3810810,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811219,\n
        "lat": 49.1902270,\n
        "lon": 3.3803420,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811220,\n
        "lat": 49.1902310,\n
        "lon": 3.3806850,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811221,\n
        "lat": 49.1902330,\n
        "lon": 3.3803650,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811222,\n
        "lat": 49.1902340,\n
        "lon": 3.3804060,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811223,\n
        "lat": 49.1902520,\n
        "lon": 3.3803650,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811224,\n
        "lat": 49.1902520,\n
        "lon": 3.3804040,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811225,\n
        "lat": 49.1902730,\n
        "lon": 3.3810040,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811226,\n
        "lat": 49.1902830,\n
        "lon": 3.3810780,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811227,\n
        "lat": 49.1903050,\n
        "lon": 3.3807080,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811228,\n
        "lat": 49.1903130,\n
        "lon": 3.3810730,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811229,\n
        "lat": 49.1903170,\n
        "lon": 3.3803390,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811230,\n
        "lat": 49.1903720,\n
        "lon": 3.3803370,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 2989811231,\n
        "lat": 49.1903730,\n
        "lon": 3.3810650,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089\n
      },\n
      {\n
        "type": "node",\n
        "id": 3058481863,\n
        "lat": 49.1819875,\n
        "lon": 3.3835942,\n
        "timestamp": "2014-09-04T04:47:14Z",\n
        "version": 1,\n
        "changeset": 25218724,\n
        "user": "vincent_95",\n
        "uid": 49047,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:position": "green",\n
          "fire_hydrant:type": "pillar",\n
          "source": "survey"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 3058481864,\n
        "lat": 49.1836946,\n
        "lon": 3.3853577,\n
        "timestamp": "2017-12-15T12:14:00Z",\n
        "version": 2,\n
        "changeset": 54651757,\n
        "user": "vincent_95",\n
        "uid": 49047,\n
        "tags": {\n
          "emergency": "fire_hydrant",\n
          "fire_hydrant:position": "sidewalk",\n
          "fire_hydrant:type": "pillar",\n
          "ref": "3",\n
          "source": "survey"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 5285779970,\n
        "lat": 49.1835632,\n
        "lon": 3.3852141,\n
        "timestamp": "2017-12-15T12:14:00Z",\n
        "version": 1,\n
        "changeset": 54651757,\n
        "user": "vincent_95",\n
        "uid": 49047,\n
        "tags": {\n
          "amenity": "post_box",\n
          "source": "survey 2016"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600142,\n
        "lat": 49.1873811,\n
        "lon": 3.3937894,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600143,\n
        "lat": 49.1868109,\n
        "lon": 3.3916772,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600144,\n
        "lat": 49.1862776,\n
        "lon": 3.3897911,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600145,\n
        "lat": 49.1857351,\n
        "lon": 3.3878485,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600146,\n
        "lat": 49.1852318,\n
        "lon": 3.3861107,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600147,\n
        "lat": 49.1848636,\n
        "lon": 3.3848092,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600149,\n
        "lat": 49.1848139,\n
        "lon": 3.3845984,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600150,\n
        "lat": 49.1847952,\n
        "lon": 3.3846177,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600151,\n
        "lat": 49.1847821,\n
        "lon": 3.3845880,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600152,\n
        "lat": 49.1848008,\n
        "lon": 3.3845687,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600156,\n
        "lat": 49.1840587,\n
        "lon": 3.3851267,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600157,\n
        "lat": 49.1840183,\n
        "lon": 3.3850623,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600158,\n
        "lat": 49.1839525,\n
        "lon": 3.3851647,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600159,\n
        "lat": 49.1839912,\n
        "lon": 3.3852221,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600161,\n
        "lat": 49.1840947,\n
        "lon": 3.3867647,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600162,\n
        "lat": 49.1827435,\n
        "lon": 3.3873674,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600163,\n
        "lat": 49.1816269,\n
        "lon": 3.3870900,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole",\n
          "transformer": "distribution"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600164,\n
        "lat": 49.1809141,\n
        "lon": 3.3845114,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole",\n
          "transformer": "distribution"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600165,\n
        "lat": 49.1811109,\n
        "lon": 3.3856114,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600166,\n
        "lat": 49.1809021,\n
        "lon": 3.3851357,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600167,\n
        "lat": 49.1806546,\n
        "lon": 3.3853128,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600168,\n
        "lat": 49.1807269,\n
        "lon": 3.3855481,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600169,\n
        "lat": 49.1809775,\n
        "lon": 3.3853710,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600179,\n
        "lat": 49.1813535,\n
        "lon": 3.3858686,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600180,\n
        "lat": 49.1813211,\n
        "lon": 3.3858008,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600181,\n
        "lat": 49.1812635,\n
        "lon": 3.3858670,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600182,\n
        "lat": 49.1812985,\n
        "lon": 3.3859326,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600183,\n
        "lat": 49.1813350,\n
        "lon": 3.3857853,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600184,\n
        "lat": 49.1813673,\n
        "lon": 3.3858531,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600185,\n
        "lat": 49.1812531,\n
        "lon": 3.3875015,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600186,\n
        "lat": 49.1812288,\n
        "lon": 3.3874308,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600187,\n
        "lat": 49.1811590,\n
        "lon": 3.3874847,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600188,\n
        "lat": 49.1811809,\n
        "lon": 3.3875580,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600189,\n
        "lat": 49.1862853,\n
        "lon": 3.3868001,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600190,\n
        "lat": 49.1868640,\n
        "lon": 3.3857351,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600191,\n
        "lat": 49.1875098,\n
        "lon": 3.3845257,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600192,\n
        "lat": 49.1885226,\n
        "lon": 3.3844838,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 10729600193,\n
        "lat": 49.1895324,\n
        "lon": 3.3844768,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "pole",\n
          "transformer": "distribution"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277648,\n
        "timestamp": "2014-08-03T07:57:38Z",\n
        "version": 2,\n
        "changeset": 24510179,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          2989810448,\n
          2989810452,\n
          2989810450,\n
          2989810439,\n
          2989810437,\n
          2989810438,\n
          2989810448\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277649,\n
        "timestamp": "2014-07-31T18:44:43Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810413,\n
          2989810398,\n
          2989810399,\n
          2989810395,\n
          2989810397,\n
          2989810396,\n
          2989810402,\n
          2989810407,\n
          2989810405,\n
          2989810419,\n
          2989810413\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277650,\n
        "timestamp": "2014-07-31T18:44:44Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810852,\n
          2989810861,\n
          2989810864,\n
          2989810859,\n
          2989810856,\n
          2989810855,\n
          2989810843,\n
          2989810846,\n
          2989810850,\n
          2989810851,\n
          2989810852\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277651,\n
        "timestamp": "2014-07-31T18:44:44Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810989,\n
          2989810990,\n
          2989810988,\n
          2989810986,\n
          2989810984,\n
          2989810982,\n
          2989810981,\n
          2989810983,\n
          2989810985,\n
          2989810987,\n
          2989810989\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "man_made": "water_tower",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277652,\n
        "timestamp": "2014-07-31T18:44:44Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810574,\n
          2989810587,\n
          2989810599,\n
          2989810609,\n
          2989810611,\n
          2989810601,\n
          2989810596,\n
          2989810578,\n
          2989810576,\n
          2989810564,\n
          2989810571,\n
          2989810574\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277653,\n
        "timestamp": "2014-07-31T18:44:44Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810788,\n
          2989810798,\n
          2989810804,\n
          2989810801,\n
          2989810795,\n
          2989810789,\n
          2989810787,\n
          2989810782,\n
          2989810780,\n
          2989810781,\n
          2989810784,\n
          2989810788\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277654,\n
        "timestamp": "2014-07-31T18:44:44Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989809481,\n
          2989809480,\n
          2989809482,\n
          2989809476,\n
          2989809483,\n
          2989809495,\n
          2989809493,\n
          2989809489,\n
          2989809486,\n
          2989809487,\n
          2989809484,\n
          2989809481\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277655,\n
        "timestamp": "2014-07-31T18:44:44Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810594,\n
          2989810610,\n
          2989810645,\n
          2989810637,\n
          2989810608,\n
          2989810607,\n
          2989810597,\n
          2989810592,\n
          2989810585,\n
          2989810581,\n
          2989810569,\n
          2989810594\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277656,\n
        "timestamp": "2014-07-31T18:44:44Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810740,\n
          2989810749,\n
          2989810747,\n
          2989810754,\n
          2989810753,\n
          2989810745,\n
          2989810744,\n
          2989810739,\n
          2989810736,\n
          2989810733,\n
          2989810734,\n
          2989810730,\n
          2989810732,\n
          2989810740\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277657,\n
        "timestamp": "2014-07-31T18:44:44Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811104,\n
          2989811109,\n
          2989811117,\n
          2989811118,\n
          2989811120,\n
          2989811130,\n
          2989811131,\n
          2989811132,\n
          2989811135,\n
          2989811129,\n
          2989811123,\n
          2989811116,\n
          2989811102,\n
          2989811104\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277658,\n
        "timestamp": "2014-07-31T18:44:44Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811193,\n
          2989811194,\n
          2989811196,\n
          2989811197,\n
          2989811200,\n
          2989811199,\n
          2989811203,\n
          2989811201,\n
          2989811205,\n
          2989811204,\n
          2989811202,\n
          2989811198,\n
          2989811195,\n
          2989811193\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277659,\n
        "timestamp": "2014-07-31T18:44:44Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810735,\n
          2989810746,\n
          2989810738,\n
          2989810751,\n
          2989810748,\n
          2989810755,\n
          2989810729,\n
          2989810722,\n
          2989810726,\n
          2989810724,\n
          2989810742,\n
          2989810743,\n
          2989810727,\n
          2989810735\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277660,\n
        "timestamp": "2014-07-31T18:44:44Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811012,\n
          2989811013,\n
          2989811011,\n
          2989811009,\n
          2989811015,\n
          2989811022,\n
          2989811026,\n
          2989811027,\n
          2989811034,\n
          2989811036,\n
          2989811035,\n
          2989811033,\n
          2989811023,\n
          2989811016,\n
          2989811012\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277661,\n
        "timestamp": "2014-07-31T18:44:44Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810548,\n
          2989810535,\n
          2989810536,\n
          2989810520,\n
          2989810522,\n
          2989810527,\n
          2989810529,\n
          2989810554,\n
          2989810545,\n
          2989810563,\n
          2989810566,\n
          2989810642,\n
          2989810634,\n
          2989810630,\n
          2989810548\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277662,\n
        "timestamp": "2014-07-31T18:44:45Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810616,\n
          2989810617,\n
          2989810636,\n
          2989810647,\n
          2989810641,\n
          2989810650,\n
          2989810657,\n
          2989810662,\n
          2989810658,\n
          2989810659,\n
          2989810656,\n
          2989810653,\n
          2989810648,\n
          2989810635,\n
          2989810616\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277663,\n
        "timestamp": "2014-07-31T18:44:45Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811024,\n
          2989811045,\n
          2989811043,\n
          2989811042,\n
          2989811041,\n
          2989811040,\n
          2989811032,\n
          2989811031,\n
          2989811030,\n
          2989811029,\n
          2989811020,\n
          2989811019,\n
          2989811021,\n
          2989811018,\n
          2989811017,\n
          2989811024\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277664,\n
        "timestamp": "2014-07-31T18:44:45Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989809494,\n
          2989809501,\n
          2989809506,\n
          2989809507,\n
          2989809513,\n
          2989809511,\n
          2989809510,\n
          2989809508,\n
          2989809505,\n
          2989809503,\n
          2989809498,\n
          2989809502,\n
          2989809500,\n
          2989809497,\n
          2989809496,\n
          2989809488,\n
          2989809490,\n
          2989809494\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277665,\n
        "timestamp": "2014-07-31T18:44:45Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810283,\n
          2989810277,\n
          2989810275,\n
          2989810270,\n
          2989810271,\n
          2989810273,\n
          2989810276,\n
          2989810280,\n
          2989810278,\n
          2989810281,\n
          2989810282,\n
          2989810286,\n
          2989810296,\n
          2989810292,\n
          2989810291,\n
          2989810287,\n
          2989810284,\n
          2989810279,\n
          2989810288,\n
          2989810283\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277666,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 4,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          2989810971,\n
          2989810970,\n
          2989810978,\n
          2989810972,\n
          2989810973,\n
          2989810975,\n
          2989810980,\n
          2989810977,\n
          2989810979,\n
          2989810976,\n
          2989810974,\n
          2989810968,\n
          2989810969,\n
          2989810967,\n
          2989810966,\n
          2989810965,\n
          2989810962,\n
          2989810964,\n
          2989810963,\n
          2989810954,\n
          2989810951,\n
          2989810950,\n
          2989810948,\n
          2989810949,\n
          2989810947,\n
          2989810946,\n
          2989810945,\n
          2989810941,\n
          2989810943,\n
          2989810944,\n
          2989810953,\n
          2989810955,\n
          2989810957,\n
          2989810956,\n
          2989810958,\n
          2989810959,\n
          2989810960,\n
          2989810971\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Martin",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wikidata": "Q3582608"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277667,\n
        "timestamp": "2014-07-31T18:44:45Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810615,\n
          2989810619,\n
          2989810626,\n
          2989810624,\n
          2989810615\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277668,\n
        "timestamp": "2014-07-31T18:44:45Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810523,\n
          2989810533,\n
          2989810530,\n
          2989810521,\n
          2989810523\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277669,\n
        "timestamp": "2014-07-31T18:44:45Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810834,\n
          2989810838,\n
          2989810836,\n
          2989810828,\n
          2989810834\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277670,\n
        "timestamp": "2014-07-31T18:44:45Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810571,\n
          2989810565,\n
          2989810567,\n
          2989810574,\n
          2989810571\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277671,\n
        "timestamp": "2014-07-31T18:44:45Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810316,\n
          2989810318,\n
          2989810317,\n
          2989810315,\n
          2989810316\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277673,\n
        "timestamp": "2014-07-31T18:44:45Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810690,\n
          2989810697,\n
          2989810699,\n
          2989810691,\n
          2989810690\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277674,\n
        "timestamp": "2014-07-31T18:44:45Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811185,\n
          2989811142,\n
          2989811150,\n
          2989811187,\n
          2989811185\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277675,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810370,\n
          2989810378,\n
          2989810377,\n
          2989810366,\n
          2989810370\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277677,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810573,\n
          2989810590,\n
          2989810606,\n
          2989810593,\n
          2989810573\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277679,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811028,\n
          2989811037,\n
          2989811034,\n
          2989811027,\n
          2989811028\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277681,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811184,\n
          2989811190,\n
          2989811189,\n
          2989811182,\n
          2989811184\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277682,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810644,\n
          2989810651,\n
          2989810652,\n
          2989810646,\n
          2989810644\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277683,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811104,\n
          2989811112,\n
          2989811117,\n
          2989811109,\n
          2989811104\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277684,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810900,\n
          2989810896,\n
          2989810901,\n
          2989810911,\n
          2989810900\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277685,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810728,\n
          2989810741,\n
          2989810737,\n
          2989810725,\n
          2989810728\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277686,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810876,\n
          2989810871,\n
          2989810873,\n
          2989810878,\n
          2989810876\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277687,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810655,\n
          2989810666,\n
          2989810665,\n
          2989810654,\n
          2989810655\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277688,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810483,\n
          2989810495,\n
          2989810482,\n
          2989810468,\n
          2989810483\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277689,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810759,\n
          2989810758,\n
          2989810750,\n
          2989810752,\n
          2989810759\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277690,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810841,\n
          2989810847,\n
          2989810842,\n
          2989810835,\n
          2989810841\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277691,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810558,\n
          2989810552,\n
          2989810555,\n
          2989810561,\n
          2989810558\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277692,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811217,\n
          2989811218,\n
          2989811226,\n
          2989811225,\n
          2989811217\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277693,\n
        "timestamp": "2014-07-31T18:44:46Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810332,\n
          2989810324,\n
          2989810333,\n
          2989810336,\n
          2989810332\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277694,\n
        "timestamp": "2014-07-31T18:44:47Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811180,\n
          2989811184,\n
          2989811182,\n
          2989811174,\n
          2989811180\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277695,\n
        "timestamp": "2014-07-31T18:44:47Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810692,\n
          2989810695,\n
          2989810693,\n
          2989810683,\n
          2989810692\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277696,\n
        "timestamp": "2014-07-31T18:44:47Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811068,\n
          2989811072,\n
          2989811074,\n
          2989811071,\n
          2989811068\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277698,\n
        "timestamp": "2014-07-31T18:44:47Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810353,\n
          2989810356,\n
          2989810355,\n
          2989810352,\n
          2989810353\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277699,\n
        "timestamp": "2014-07-31T18:44:47Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810526,\n
          2989810537,\n
          2989810539,\n
          2989810534,\n
          2989810526\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277700,\n
        "timestamp": "2014-07-31T18:44:47Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810875,\n
          2989810872,\n
          2989810874,\n
          2989810877,\n
          2989810875\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277701,\n
        "timestamp": "2014-07-31T18:44:47Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810803,\n
          2989810793,\n
          2989810799,\n
          2989810806,\n
          2989810803\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277702,\n
        "timestamp": "2014-07-31T18:44:47Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989809463,\n
          2989809460,\n
          2989809461,\n
          2989809465,\n
          2989809463\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277703,\n
        "timestamp": "2014-07-31T18:44:47Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811011,\n
          2989811013,\n
          2989811012,\n
          2989811010,\n
          2989811011\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277704,\n
        "timestamp": "2014-07-31T18:44:47Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810841,\n
          2989810848,\n
          2989810853,\n
          2989810847,\n
          2989810841\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277705,\n
        "timestamp": "2014-07-31T18:44:47Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989809474,\n
          2989809470,\n
          2989809473,\n
          2989809475,\n
          2989809474\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277706,\n
        "timestamp": "2014-07-31T18:44:47Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810312,\n
          2989810314,\n
          2989810313,\n
          2989810311,\n
          2989810312\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277709,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811221,\n
          2989811222,\n
          2989811224,\n
          2989811223,\n
          2989811221\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277710,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811181,\n
          2989811186,\n
          2989811188,\n
          2989811183,\n
          2989811181\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277711,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810934,\n
          2989810932,\n
          2989810937,\n
          2989810939,\n
          2989810934\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277712,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810424,\n
          2989810420,\n
          2989810422,\n
          2989810425,\n
          2989810424\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277714,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810820,\n
          2989810825,\n
          2989810823,\n
          2989810814,\n
          2989810820\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277715,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810582,\n
          2989810600,\n
          2989810595,\n
          2989810575,\n
          2989810582\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277716,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810363,\n
          2989810365,\n
          2989810362,\n
          2989810360,\n
          2989810363\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277717,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810676,\n
          2989810672,\n
          2989810670,\n
          2989810675,\n
          2989810676\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277718,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810622,\n
          2989810633,\n
          2989810628,\n
          2989810618,\n
          2989810622\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277719,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810387,\n
          2989810390,\n
          2989810388,\n
          2989810384,\n
          2989810387\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277720,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810512,\n
          2989810524,\n
          2989810519,\n
          2989810508,\n
          2989810512\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277721,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989809490,\n
          2989809485,\n
          2989809492,\n
          2989809494,\n
          2989809490\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277722,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810721,\n
          2989810711,\n
          2989810719,\n
          2989810731,\n
          2989810721\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277723,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810866,\n
          2989810869,\n
          2989810867,\n
          2989810862,\n
          2989810866\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277724,\n
        "timestamp": "2014-07-31T18:44:48Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989809458,\n
          2989809456,\n
          2989809457,\n
          2989809459,\n
          2989809458\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277725,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810791,\n
          2989810796,\n
          2989810794,\n
          2989810786,\n
          2989810791\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277726,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810680,\n
          2989810685,\n
          2989810688,\n
          2989810684,\n
          2989810680\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277727,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811134,\n
          2989811143,\n
          2989811161,\n
          2989811145,\n
          2989811134\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277728,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810889,\n
          2989810886,\n
          2989810879,\n
          2989810882,\n
          2989810889\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277729,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810612,\n
          2989810625,\n
          2989810649,\n
          2989810643,\n
          2989810612\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277730,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811024,\n
          2989811025,\n
          2989811044,\n
          2989811045,\n
          2989811024\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277732,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810860,\n
          2989810857,\n
          2989810854,\n
          2989810858,\n
          2989810860\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277733,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810358,\n
          2989810361,\n
          2989810359,\n
          2989810350,\n
          2989810358\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277734,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810460,\n
          2989810459,\n
          2989810469,\n
          2989810472,\n
          2989810460\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277735,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810717,\n
          2989810718,\n
          2989810723,\n
          2989810720,\n
          2989810717\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277736,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811035,\n
          2989811039,\n
          2989811038,\n
          2989811033,\n
          2989811035\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277737,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810564,\n
          2989810576,\n
          2989810570,\n
          2989810559,\n
          2989810564\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277738,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810865,\n
          2989810870,\n
          2989810868,\n
          2989810863,\n
          2989810865\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277739,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810671,\n
          2989810663,\n
          2989810673,\n
          2989810678,\n
          2989810671\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277740,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811211,\n
          2989811220,\n
          2989811219,\n
          2989811214,\n
          2989811209,\n
          2989811211\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277741,\n
        "timestamp": "2014-07-31T18:44:49Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810325,\n
          2989810322,\n
          2989810326,\n
          2989810330,\n
          2989810328,\n
          2989810325\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277742,\n
        "timestamp": "2017-12-15T12:14:00Z",\n
        "version": 2,\n
        "changeset": 54651757,\n
        "user": "vincent_95",\n
        "uid": 49047,\n
        "nodes": [\n
          2989810885,\n
          2989810880,\n
          2989810890,\n
          2989810891,\n
          5285779970,\n
          2989810887,\n
          2989810885\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277743,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810345,\n
          2989810352,\n
          2989810349,\n
          2989810341,\n
          2989810343,\n
          2989810345\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277744,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810777,\n
          2989810788,\n
          2989810784,\n
          2989810781,\n
          2989810774,\n
          2989810777\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277745,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810472,\n
          2989810485,\n
          2989810491,\n
          2989810470,\n
          2989810460,\n
          2989810472\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277746,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810544,\n
          2989810553,\n
          2989810549,\n
          2989810547,\n
          2989810541,\n
          2989810544\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277747,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810689,\n
          2989810690,\n
          2989810691,\n
          2989810668,\n
          2989810667,\n
          2989810689\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277748,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989809503,\n
          2989809509,\n
          2989809504,\n
          2989809502,\n
          2989809498,\n
          2989809503\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277749,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810372,\n
          2989810374,\n
          2989810371,\n
          2989810364,\n
          2989810368,\n
          2989810372\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277750,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810698,\n
          2989810702,\n
          2989810701,\n
          2989810700,\n
          2989810696,\n
          2989810698\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277751,\n
        "timestamp": "2014-08-03T07:57:38Z",\n
        "version": 2,\n
        "changeset": 24510179,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          2989810423,\n
          2989810448,\n
          2989810438,\n
          2989810437,\n
          2989810414,\n
          2989810416,\n
          2989810417,\n
          2989810423\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277752,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810895,\n
          2989810897,\n
          2989810894,\n
          2989810893,\n
          2989810883,\n
          2989810895\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277753,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811120,\n
          2989811121,\n
          2989811128,\n
          2989811133,\n
          2989811130,\n
          2989811120\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277754,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 2,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "nodes": [\n
          2989810490,\n
          2989810462,\n
          2989810493,\n
          2989810500,\n
          2989810490\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277755,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810903,\n
          2989810909,\n
          2989810912,\n
          2989810915,\n
          2989810908,\n
          2989810903\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277756,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810480,\n
          2989810466,\n
          2989810494,\n
          2989810497,\n
          2989810481,\n
          2989810480\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277757,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810345,\n
          2989810348,\n
          2989810357,\n
          2989810353,\n
          2989810352,\n
          2989810345\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277758,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810820,\n
          2989810824,\n
          2989810835,\n
          2989810842,\n
          2989810825,\n
          2989810820\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277759,\n
        "timestamp": "2014-07-31T18:44:50Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810916,\n
          2989810914,\n
          2989810905,\n
          2989810904,\n
          2989810910,\n
          2989810916\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277760,\n
        "timestamp": "2014-07-31T18:44:51Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810550,\n
          2989810560,\n
          2989810557,\n
          2989810542,\n
          2989810546,\n
          2989810550\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277762,\n
        "timestamp": "2014-07-31T18:44:51Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810759,\n
          2989810769,\n
          2989810768,\n
          2989810757,\n
          2989810758,\n
          2989810759\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277763,\n
        "timestamp": "2014-07-31T18:44:51Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811228,\n
          2989811231,\n
          2989811230,\n
          2989811229,\n
          2989811227,\n
          2989811228\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277764,\n
        "timestamp": "2014-07-31T18:44:51Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810293,\n
          2989810302,\n
          2989810303,\n
          2989810307,\n
          2989810299,\n
          2989810293\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277765,\n
        "timestamp": "2014-07-31T18:44:51Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810428,\n
          2989810427,\n
          2989810432,\n
          2989810436,\n
          2989810431,\n
          2989810428\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277766,\n
        "timestamp": "2014-07-31T18:44:51Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810713,\n
          2989810704,\n
          2989810705,\n
          2989810707,\n
          2989810715,\n
          2989810713\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277767,\n
        "timestamp": "2014-08-03T07:57:38Z",\n
        "version": 2,\n
        "changeset": 24510179,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          2989810393,\n
          2989810394,\n
          2989810406,\n
          2989810408,\n
          2989810404,\n
          2989810403,\n
          2989810392,\n
          2989810393\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277768,\n
        "timestamp": "2014-07-31T18:44:51Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810516,\n
          2989810517,\n
          2989810532,\n
          2989810528,\n
          2989810515,\n
          2989810516\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277769,\n
        "timestamp": "2014-07-31T18:44:51Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810541,\n
          2989810540,\n
          2989810531,\n
          2989810538,\n
          2989810544,\n
          2989810541\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277770,\n
        "timestamp": "2014-07-31T18:44:51Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810919,\n
          2989810924,\n
          2989810921,\n
          2989810917,\n
          2989810918,\n
          2989810919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277771,\n
        "timestamp": "2014-07-31T18:44:51Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810388,\n
          2989810390,\n
          2989810391,\n
          2989810389,\n
          2989810385,\n
          2989810388\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277772,\n
        "timestamp": "2014-07-31T18:44:51Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810344,\n
          2989810331,\n
          2989810334,\n
          2989810341,\n
          2989810349,\n
          2989810344\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277773,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989809478,\n
          2989809477,\n
          2989809471,\n
          2989809472,\n
          2989809474,\n
          2989809479,\n
          2989809478\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277775,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810638,\n
          2989810661,\n
          2989810660,\n
          2989810669,\n
          2989810664,\n
          2989810632,\n
          2989810638\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277776,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810551,\n
          2989810556,\n
          2989810568,\n
          2989810572,\n
          2989810583,\n
          2989810579,\n
          2989810551\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277777,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810506,\n
          2989810505,\n
          2989810503,\n
          2989810502,\n
          2989810499,\n
          2989810501,\n
          2989810506\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277778,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811056,\n
          2989811075,\n
          2989811072,\n
          2989811068,\n
          2989811057,\n
          2989811046,\n
          2989811056\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277779,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989809523,\n
          2989809525,\n
          2989809529,\n
          2989809528,\n
          2989809526,\n
          2989809521,\n
          2989809523\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277780,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810287,\n
          2989810291,\n
          2989810292,\n
          2989810298,\n
          2989810294,\n
          2989810284,\n
          2989810287\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277781,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810792,\n
          2989810790,\n
          2989810785,\n
          2989810783,\n
          2989810778,\n
          2989810779,\n
          2989810792\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277782,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810675,\n
          2989810674,\n
          2989810681,\n
          2989810682,\n
          2989810677,\n
          2989810676,\n
          2989810675\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277783,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810392,\n
          2989810403,\n
          2989810391,\n
          2989810390,\n
          2989810387,\n
          2989810386,\n
          2989810392\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277784,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810370,\n
          2989810373,\n
          2989810383,\n
          2989810382,\n
          2989810381,\n
          2989810378,\n
          2989810370\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277785,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810683,\n
          2989810679,\n
          2989810686,\n
          2989810694,\n
          2989810687,\n
          2989810692,\n
          2989810683\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277786,\n
        "timestamp": "2014-07-31T18:44:52Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810367,\n
          2989810369,\n
          2989810375,\n
          2989810376,\n
          2989810380,\n
          2989810379,\n
          2989810367\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277787,\n
        "timestamp": "2014-07-31T18:44:53Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810997,\n
          2989810994,\n
          2989811003,\n
          2989811004,\n
          2989811005,\n
          2989811000,\n
          2989810997\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277788,\n
        "timestamp": "2014-07-31T18:44:53Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810613,\n
          2989810623,\n
          2989810639,\n
          2989810629,\n
          2989810627,\n
          2989810604,\n
          2989810613\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277789,\n
        "timestamp": "2014-07-31T18:44:53Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810350,\n
          2989810323,\n
          2989810329,\n
          2989810338,\n
          2989810337,\n
          2989810358,\n
          2989810350\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277790,\n
        "timestamp": "2014-07-31T18:44:53Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811133,\n
          2989811141,\n
          2989811135,\n
          2989811132,\n
          2989811131,\n
          2989811130,\n
          2989811133\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277791,\n
        "timestamp": "2025-05-08T17:21:11Z",\n
        "version": 3,\n
        "changeset": 165994979,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          2989810878,\n
          2989810881,\n
          2989810888,\n
          2989810892,\n
          2989810884,\n
          2989810876,\n
          2989810878\n
        ],\n
        "tags": {\n
          "addr:street": "Rue du Pont",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "mairie.armentieres02@orange.fr",\n
          "contact:phone": "+33 3 23 55 19 82",\n
          "name": "Mairie d'Armentières-sur-Ourcq",\n
          "opening_hours": "We 15:00-16:00",\n
          "ref:FR:SIRET": "21020023400016",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014;Service-Public.fr - 03/2025",\n
          "source:addr": "https://lannuaire.service-public.fr/hauts-de-france/aisne"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277792,\n
        "timestamp": "2014-07-31T18:44:53Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810805,\n
          2989810804,\n
          2989810798,\n
          2989810802,\n
          2989810797,\n
          2989810800,\n
          2989810805\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277793,\n
        "timestamp": "2014-07-31T18:44:53Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810844,\n
          2989810840,\n
          2989810839,\n
          2989810831,\n
          2989810827,\n
          2989810837,\n
          2989810844\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277794,\n
        "timestamp": "2014-07-31T18:44:53Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810325,\n
          2989810328,\n
          2989810327,\n
          2989810319,\n
          2989810320,\n
          2989810321,\n
          2989810325\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277795,\n
        "timestamp": "2014-07-31T18:44:53Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810633,\n
          2989810640,\n
          2989810638,\n
          2989810632,\n
          2989810620,\n
          2989810628,\n
          2989810633\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277796,\n
        "timestamp": "2014-07-31T18:44:53Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810406,\n
          2989810415,\n
          2989810423,\n
          2989810417,\n
          2989810404,\n
          2989810408,\n
          2989810406\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277797,\n
        "timestamp": "2014-07-31T18:44:53Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810806,\n
          2989810809,\n
          2989810808,\n
          2989810818,\n
          2989810815,\n
          2989810803,\n
          2989810806\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277798,\n
        "timestamp": "2014-07-31T18:44:53Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989809517,\n
          2989809515,\n
          2989809518,\n
          2989809531,\n
          2989809530,\n
          2989809524,\n
          2989809517\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277799,\n
        "timestamp": "2014-07-31T18:44:53Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810426,\n
          2989810435,\n
          2989810447,\n
          2989810440,\n
          2989810430,\n
          2989810434,\n
          2989810426\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277800,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989809532,\n
          2989810233,\n
          2989809522,\n
          2989809516,\n
          2989809519,\n
          2989809527,\n
          2989809532\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277801,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810999,\n
          2989811002,\n
          2989810998,\n
          2989810991,\n
          2989810992,\n
          2989810995,\n
          2989810996,\n
          2989810999\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277803,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810293,\n
          2989810299,\n
          2989810297,\n
          2989810295,\n
          2989810283,\n
          2989810288,\n
          2989810290,\n
          2989810293\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277804,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810995,\n
          2989810993,\n
          2989810997,\n
          2989811000,\n
          2989811001,\n
          2989810999,\n
          2989810996,\n
          2989810995\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277805,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810516,\n
          2989810515,\n
          2989810514,\n
          2989810513,\n
          2989810511,\n
          2989810509,\n
          2989810510,\n
          2989810516\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277806,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811190,\n
          2989811192,\n
          2989811188,\n
          2989811186,\n
          2989811185,\n
          2989811187,\n
          2989811189,\n
          2989811190\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277807,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810401,\n
          2989810412,\n
          2989810421,\n
          2989810418,\n
          2989810411,\n
          2989810409,\n
          2989810400,\n
          2989810401\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277808,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810342,\n
          2989810346,\n
          2989810351,\n
          2989810354,\n
          2989810347,\n
          2989810335,\n
          2989810340,\n
          2989810342\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277809,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810621,\n
          2989810603,\n
          2989810618,\n
          2989810628,\n
          2989810620,\n
          2989810614,\n
          2989810631,\n
          2989810621\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277810,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811213,\n
          2989811216,\n
          2989811215,\n
          2989811212,\n
          2989811210,\n
          2989811207,\n
          2989811208,\n
          2989811213\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277811,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810580,\n
          2989810577,\n
          2989810588,\n
          2989810586,\n
          2989810589,\n
          2989810602,\n
          2989810591,\n
          2989810580\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277812,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810895,\n
          2989810898,\n
          2989810903,\n
          2989810908,\n
          2989810913,\n
          2989810899,\n
          2989810897,\n
          2989810895\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277813,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810464,\n
          2989810463,\n
          2989810478,\n
          2989810488,\n
          2989810475,\n
          2989810473,\n
          2989810467,\n
          2989810465,\n
          2989810464\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277814,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810919,\n
          2989810923,\n
          2989810926,\n
          2989810927,\n
          2989810931,\n
          2989810930,\n
          2989810928,\n
          2989810924,\n
          2989810919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277815,\n
        "timestamp": "2014-07-31T18:44:54Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989811052,\n
          2989811062,\n
          2989811060,\n
          2989811067,\n
          2989811061,\n
          2989811066,\n
          2989811064,\n
          2989811051,\n
          2989811052\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277816,\n
        "timestamp": "2014-07-31T18:44:55Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810849,\n
          2989810845,\n
          2989810812,\n
          2989810819,\n
          2989810829,\n
          2989810830,\n
          2989810833,\n
          2989810832,\n
          2989810849\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277817,\n
        "timestamp": "2014-07-31T18:44:55Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810756,\n
          2989810763,\n
          2989810760,\n
          2989810765,\n
          2989810775,\n
          2989810772,\n
          2989810776,\n
          2989810764,\n
          2989810756\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277818,\n
        "timestamp": "2014-07-31T18:44:55Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810698,\n
          2989810703,\n
          2989810710,\n
          2989810709,\n
          2989810706,\n
          2989810708,\n
          2989810701,\n
          2989810702,\n
          2989810698\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277819,\n
        "timestamp": "2014-07-31T18:44:55Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810453,\n
          2989810455,\n
          2989810454,\n
          2989810456,\n
          2989810457,\n
          2989810461,\n
          2989810471,\n
          2989810458,\n
          2989810453\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277820,\n
        "timestamp": "2014-07-31T18:44:55Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810712,\n
          2989810714,\n
          2989810732,\n
          2989810730,\n
          2989810723,\n
          2989810718,\n
          2989810717,\n
          2989810716,\n
          2989810712\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277821,\n
        "timestamp": "2014-07-31T18:44:55Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810281,\n
          2989810278,\n
          2989810280,\n
          2989810276,\n
          2989810273,\n
          2989810271,\n
          2989810269,\n
          2989810272,\n
          2989810281\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277823,\n
        "timestamp": "2014-07-31T18:44:55Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810242,\n
          2989810239,\n
          2989810235,\n
          2989810236,\n
          2989810238,\n
          2989810237,\n
          2989810240,\n
          2989810241,\n
          2989810243,\n
          2989810242\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277824,\n
        "timestamp": "2014-07-31T18:44:55Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810925,\n
          2989810935,\n
          2989810936,\n
          2989810940,\n
          2989810938,\n
          2989810942,\n
          2989810933,\n
          2989810920,\n
          2989810922,\n
          2989810925\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277825,\n
        "timestamp": "2014-07-31T18:44:55Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810562,\n
          2989810584,\n
          2989810582,\n
          2989810575,\n
          2989810595,\n
          2989810605,\n
          2989810598,\n
          2989810549,\n
          2989810553,\n
          2989810562\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277826,\n
        "timestamp": "2014-07-31T18:44:55Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810304,\n
          2989810306,\n
          2989810305,\n
          2989810308,\n
          2989810307,\n
          2989810303,\n
          2989810302,\n
          2989810300,\n
          2989810301,\n
          2989810304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277827,\n
        "timestamp": "2014-07-31T18:44:55Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810308,\n
          2989810305,\n
          2989810306,\n
          2989810304,\n
          2989810298,\n
          2989810292,\n
          2989810296,\n
          2989810310,\n
          2989810309,\n
          2989810308\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277828,\n
        "timestamp": "2014-08-03T07:57:38Z",\n
        "version": 2,\n
        "changeset": 24510179,\n
        "user": "botdidier2020",\n
        "uid": 870861,\n
        "nodes": [\n
          2989810450,\n
          2989810445,\n
          2989810431,\n
          2989810436,\n
          2989810439,\n
          2989810450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 295277829,\n
        "timestamp": "2014-07-31T18:44:56Z",\n
        "version": 1,\n
        "changeset": 24468422,\n
        "user": "GeorgeKaplan",\n
        "uid": 1198089,\n
        "nodes": [\n
          2989810777,\n
          2989810774,\n
          2989810773,\n
          2989810766,\n
          2989810767,\n
          2989810761,\n
          2989810762,\n
          2989810770,\n
          2989810771,\n
          2989810777\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 317795598,\n
        "timestamp": "2014-12-18T13:32:18Z",\n
        "version": 1,\n
        "changeset": 27550551,\n
        "user": "JBacc1",\n
        "uid": 704348,\n
        "nodes": [\n
          2989810822,\n
          2989810826,\n
          2989810821,\n
          2989810813,\n
          2989810811,\n
          2989810807,\n
          2989810816,\n
          2989810810,\n
          2989810817,\n
          2989810822\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2014"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1153718587,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "nodes": [\n
          10729600149,\n
          10729600150,\n
          10729600151,\n
          10729600152,\n
          10729600149\n
        ],\n
        "tags": {\n
          "building": "transformer_tower",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "substation",\n
          "substation": "minor_distribution"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1153718588,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "nodes": [\n
          10729600156,\n
          10729600157,\n
          10729600158,\n
          10729600159,\n
          10729600156\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1153718590,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "nodes": [\n
          10729600166,\n
          10729600167,\n
          10729600168,\n
          10729600169,\n
          10729600166\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1153718592,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "nodes": [\n
          10729600179,\n
          10729600180,\n
          10729600181,\n
          10729600182,\n
          10729600179\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1153718593,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "nodes": [\n
          10729600180,\n
          10729600183,\n
          10729600184,\n
          10729600179,\n
          10729600180\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1153718594,\n
        "timestamp": "2023-03-12T10:57:47Z",\n
        "version": 1,\n
        "changeset": 133581564,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "nodes": [\n
          10729600185,\n
          10729600186,\n
          10729600187,\n
          10729600188,\n
          10729600185\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]