GET https://osm-labo.cipherbliss.com/admin/stats/62096/followup-graph/bicycle_parking

HTTP Client

1 Total requests
0 HTTP errors

Clients

http_client 1

Requests

POST https://overpass.private.coffee/api/interpreter
Request options
[
  "body" => [
    "data" => """
      [out:json][timeout:60];\n
      area["ref:INSEE"="62096"]->.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" => 188
    "request_size" => 2621
    "total_time" => 27.615598
    "namelookup_time" => 0.000576
    "connect_time" => 0.025206
    "pretransfer_time" => 0.052885
    "size_upload" => 2410.0
    "size_download" => 1151363.0
    "speed_download" => 41692.0
    "speed_upload" => 87.0
    "upload_content_length" => 2410.0
    "starttransfer_time" => 26.891198
    "primary_ip" => "2a0d:f302:126:78ea::1"
    "primary_port" => 443
    "local_ip" => "2a01:e0a:f65:eda0:19bb:a96a:38f8:c2fd"
    "local_port" => 35292
    "http_version" => 2
    "protocol" => 2
    "scheme" => "https"
    "appconnect_time_us" => 52812
    "connect_time_us" => 25206
    "namelookup_time_us" => 576
    "pretransfer_time_us" => 52885
    "starttransfer_time_us" => 26891198
    "posttransfer_time_us" => 52884
    "total_time_us" => 27615598
    "effective_method" => "POST"
    "capath" => "/etc/ssl/certs"
    "cainfo" => "/etc/ssl/certs/ca-certificates.crt"
    "start_time" => 1774194791.3619
    "original_url" => "https://overpass.private.coffee/api/interpreter"
    "pause_handler" => Closure(float $duration) {#1385
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#1373 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#1387 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      * Host overpass.private.coffee:443 was resolved.\n
      * IPv6: 2a0d:f302:126:78ea::1\n
      * IPv4: 193.219.97.30\n
      *   Trying [2a0d:f302:126:78ea::1]: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 / RSASSA-PSS\n
      * ALPN: server accepted http/1.1\n
      * Server certificate:\n
      *  subject: CN=overpass.kumi.systems\n
      *  start date: Feb  2 09:11:03 2026 GMT\n
      *  expire date: May  3 09:11:02 2026 GMT\n
      *  subjectAltName: host "overpass.private.coffee" matched cert's "overpass.private.coffee"\n
      *  issuer: C=US; O=Let's Encrypt; CN=R13\n
      *  SSL certificate verify ok.\n
      *   Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption\n
      *   Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n
      * Connected to overpass.private.coffee (2a0d:f302:126:78ea::1) port 443\n
      * using HTTP/1.x\n
      > POST /api/interpreter HTTP/1.1\r\n
      Host: overpass.private.coffee\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
      < Server: nginx/1.18.0\r\n
      < Date: Sun, 22 Mar 2026 15:53:38 GMT\r\n
      < Content-Type: application/json\r\n
      < Transfer-Encoding: chunked\r\n
      < Connection: keep-alive\r\n
      < Kumi-Overpass-Worker: h9\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Server: nginx/1.18.0"
    "Date: Sun, 22 Mar 2026 15:53:38 GMT"
    "Content-Type: application/json"
    "Transfer-Encoding: chunked"
    "Connection: keep-alive"
    "Kumi-Overpass-Worker: h9"
  ]
  "response_content" => [
    """
      {\n
        "version": 0.6,\n
        "generator": "Overpass API 0.7.61.8 b1080abd",\n
        "osm3s": {\n
          "timestamp_osm_base": "2026-02-15T14:44:30Z",\n
          "timestamp_areas_base": "2026-02-15T14:44:30Z",\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": 2541115697,\n
        "lat": 50.1134820,\n
        "lon": 2.9898790,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115698,\n
        "lat": 50.1134890,\n
        "lon": 2.9899590,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115699,\n
        "lat": 50.1135270,\n
        "lon": 2.9898790,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115700,\n
        "lat": 50.1135310,\n
        "lon": 2.9899560,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115701,\n
        "lat": 50.1150070,\n
        "lon": 2.9886650,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115702,\n
        "lat": 50.1150220,\n
        "lon": 2.9887010,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115703,\n
        "lat": 50.1150490,\n
        "lon": 2.9886300,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115704,\n
        "lat": 50.1150600,\n
        "lon": 2.9886680,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115705,\n
        "lat": 50.1150990,\n
        "lon": 2.9820140,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115706,\n
        "lat": 50.1150990,\n
        "lon": 2.9819770,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115707,\n
        "lat": 50.1151080,\n
        "lon": 2.9820390,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115708,\n
        "lat": 50.1151130,\n
        "lon": 2.9819480,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115709,\n
        "lat": 50.1151220,\n
        "lon": 2.9820540,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115710,\n
        "lat": 50.1151300,\n
        "lon": 2.9819400,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115711,\n
        "lat": 50.1151410,\n
        "lon": 2.9820550,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115712,\n
        "lat": 50.1151530,\n
        "lon": 2.9819430,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115713,\n
        "lat": 50.1151630,\n
        "lon": 2.9820400,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115714,\n
        "lat": 50.1151700,\n
        "lon": 2.9819670,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115715,\n
        "lat": 50.1151730,\n
        "lon": 2.9820090,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115716,\n
        "lat": 50.1171380,\n
        "lon": 2.9837250,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115717,\n
        "lat": 50.1171630,\n
        "lon": 2.9836250,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115718,\n
        "lat": 50.1172420,\n
        "lon": 2.9837870,\n
        "timestamp": "2013-11-20T10:41:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115719,\n
        "lat": 50.1172660,\n
        "lon": 2.9836880,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115720,\n
        "lat": 50.1172720,\n
        "lon": 2.9839070,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115721,\n
        "lat": 50.1173060,\n
        "lon": 2.9837830,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115722,\n
        "lat": 50.1173250,\n
        "lon": 2.9839430,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115723,\n
        "lat": 50.1173580,\n
        "lon": 2.9838170,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115724,\n
        "lat": 50.1173920,\n
        "lon": 2.9839880,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115725,\n
        "lat": 50.1174270,\n
        "lon": 2.9838640,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115726,\n
        "lat": 50.1174320,\n
        "lon": 2.9840310,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115727,\n
        "lat": 50.1174710,\n
        "lon": 2.9839260,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115728,\n
        "lat": 50.1174960,\n
        "lon": 2.9840900,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115729,\n
        "lat": 50.1175270,\n
        "lon": 2.9839770,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115730,\n
        "lat": 50.1175290,\n
        "lon": 2.9839830,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115731,\n
        "lat": 50.1175300,\n
        "lon": 2.9841210,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115732,\n
        "lat": 50.1175300,\n
        "lon": 2.9839710,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115733,\n
        "lat": 50.1175320,\n
        "lon": 2.9839730,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115734,\n
        "lat": 50.1175720,\n
        "lon": 2.9840100,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115735,\n
        "lat": 50.1176540,\n
        "lon": 2.9857750,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115736,\n
        "lat": 50.1176590,\n
        "lon": 2.9842440,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115737,\n
        "lat": 50.1176670,\n
        "lon": 2.9842520,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115738,\n
        "lat": 50.1176770,\n
        "lon": 2.9841980,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115739,\n
        "lat": 50.1176830,\n
        "lon": 2.9842040,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115740,\n
        "lat": 50.1176910,\n
        "lon": 2.9857770,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115741,\n
        "lat": 50.1177090,\n
        "lon": 2.9858630,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115742,\n
        "lat": 50.1177150,\n
        "lon": 2.9843010,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115743,\n
        "lat": 50.1177170,\n
        "lon": 2.9840940,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115744,\n
        "lat": 50.1177200,\n
        "lon": 2.9840930,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115745,\n
        "lat": 50.1177250,\n
        "lon": 2.9843110,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115746,\n
        "lat": 50.1177280,\n
        "lon": 2.9858350,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115747,\n
        "lat": 50.1177280,\n
        "lon": 2.9856620,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115748,\n
        "lat": 50.1177280,\n
        "lon": 2.9840900,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115749,\n
        "lat": 50.1177300,\n
        "lon": 2.9844630,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115750,\n
        "lat": 50.1177310,\n
        "lon": 2.9842500,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115751,\n
        "lat": 50.1177410,\n
        "lon": 2.9844280,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115752,\n
        "lat": 50.1177420,\n
        "lon": 2.9859150,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115753,\n
        "lat": 50.1177470,\n
        "lon": 2.9856920,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115754,\n
        "lat": 50.1177520,\n
        "lon": 2.9857000,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115755,\n
        "lat": 50.1177520,\n
        "lon": 2.9841170,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115756,\n
        "lat": 50.1177550,\n
        "lon": 2.9844910,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115758,\n
        "lat": 50.1177550,\n
        "lon": 2.9841340,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115760,\n
        "lat": 50.1177600,\n
        "lon": 2.9858860,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115762,\n
        "lat": 50.1177630,\n
        "lon": 2.9859490,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115763,\n
        "lat": 50.1177630,\n
        "lon": 2.9856990,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115764,\n
        "lat": 50.1177640,\n
        "lon": 2.9843490,\n
        "timestamp": "2013-11-20T10:41:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115765,\n
        "lat": 50.1177700,\n
        "lon": 2.9844530,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115766,\n
        "lat": 50.1177700,\n
        "lon": 2.9836270,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115767,\n
        "lat": 50.1177760,\n
        "lon": 2.9841520,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115768,\n
        "lat": 50.1177770,\n
        "lon": 2.9857390,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115769,\n
        "lat": 50.1177780,\n
        "lon": 2.9857230,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115770,\n
        "lat": 50.1177810,\n
        "lon": 2.9841490,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115771,\n
        "lat": 50.1177820,\n
        "lon": 2.9859210,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115772,\n
        "lat": 50.1177840,\n
        "lon": 2.9857490,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115773,\n
        "lat": 50.1177980,\n
        "lon": 2.9860050,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115774,\n
        "lat": 50.1178020,\n
        "lon": 2.9836570,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115775,\n
        "lat": 50.1178070,\n
        "lon": 2.9836450,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115776,\n
        "lat": 50.1178090,\n
        "lon": 2.9835230,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115777,\n
        "lat": 50.1178160,\n
        "lon": 2.9858010,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115778,\n
        "lat": 50.1178190,\n
        "lon": 2.9858670,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115779,\n
        "lat": 50.1178270,\n
        "lon": 2.9841940,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115780,\n
        "lat": 50.1178380,\n
        "lon": 2.9858370,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115781,\n
        "lat": 50.1178540,\n
        "lon": 2.9859220,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115782,\n
        "lat": 50.1178630,\n
        "lon": 2.9836960,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115783,\n
        "lat": 50.1178640,\n
        "lon": 2.9836970,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115784,\n
        "lat": 50.1178920,\n
        "lon": 2.9836000,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115785,\n
        "lat": 50.1178950,\n
        "lon": 2.9861630,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115786,\n
        "lat": 50.1178970,\n
        "lon": 2.9836050,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115787,\n
        "lat": 50.1179230,\n
        "lon": 2.9861200,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115789,\n
        "lat": 50.1179250,\n
        "lon": 2.9862140,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115790,\n
        "lat": 50.1179530,\n
        "lon": 2.9861710,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115792,\n
        "lat": 50.1179560,\n
        "lon": 2.9860700,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115794,\n
        "lat": 50.1179580,\n
        "lon": 2.9883380,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115795,\n
        "lat": 50.1179590,\n
        "lon": 2.9883360,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115797,\n
        "lat": 50.1179790,\n
        "lon": 2.9839080,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115799,\n
        "lat": 50.1179870,\n
        "lon": 2.9861200,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115801,\n
        "lat": 50.1179920,\n
        "lon": 2.9882850,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115803,\n
        "lat": 50.1179990,\n
        "lon": 2.9882960,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115805,\n
        "lat": 50.1180140,\n
        "lon": 2.9882710,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115807,\n
        "lat": 50.1180160,\n
        "lon": 2.9861520,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115809,\n
        "lat": 50.1180170,\n
        "lon": 2.9860740,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115811,\n
        "lat": 50.1180240,\n
        "lon": 2.9837800,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115812,\n
        "lat": 50.1180280,\n
        "lon": 2.9882920,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115814,\n
        "lat": 50.1180290,\n
        "lon": 2.9839510,\n
        "timestamp": "2013-11-20T10:41:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115816,\n
        "lat": 50.1180380,\n
        "lon": 2.9859450,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115818,\n
        "lat": 50.1180410,\n
        "lon": 2.9883130,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115820,\n
        "lat": 50.1180420,\n
        "lon": 2.9861110,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115822,\n
        "lat": 50.1180550,\n
        "lon": 2.9882930,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115824,\n
        "lat": 50.1180600,\n
        "lon": 2.9839780,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115826,\n
        "lat": 50.1180600,\n
        "lon": 2.9838280,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115828,\n
        "lat": 50.1180620,\n
        "lon": 2.9860830,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115830,\n
        "lat": 50.1180640,\n
        "lon": 2.9838110,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115831,\n
        "lat": 50.1180680,\n
        "lon": 2.9885160,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115833,\n
        "lat": 50.1180690,\n
        "lon": 2.9859950,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115835,\n
        "lat": 50.1180790,\n
        "lon": 2.9883670,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115837,\n
        "lat": 50.1180870,\n
        "lon": 2.9865830,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115839,\n
        "lat": 50.1180900,\n
        "lon": 2.9883490,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115841,\n
        "lat": 50.1180910,\n
        "lon": 2.9865770,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115843,\n
        "lat": 50.1180920,\n
        "lon": 2.9838530,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115844,\n
        "lat": 50.1180960,\n
        "lon": 2.9838360,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115846,\n
        "lat": 50.1181010,\n
        "lon": 2.9866050,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115848,\n
        "lat": 50.1181030,\n
        "lon": 2.9865550,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115850,\n
        "lat": 50.1181040,\n
        "lon": 2.9866000,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115852,\n
        "lat": 50.1181170,\n
        "lon": 2.9865750,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115854,\n
        "lat": 50.1181210,\n
        "lon": 2.9884370,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115856,\n
        "lat": 50.1181210,\n
        "lon": 2.9865260,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115858,\n
        "lat": 50.1181250,\n
        "lon": 2.9861740,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115860,\n
        "lat": 50.1181340,\n
        "lon": 2.9865450,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115862,\n
        "lat": 50.1181370,\n
        "lon": 2.9864960,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115864,\n
        "lat": 50.1181410,\n
        "lon": 2.9840450,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115866,\n
        "lat": 50.1181450,\n
        "lon": 2.9864830,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115868,\n
        "lat": 50.1181520,\n
        "lon": 2.9861280,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115870,\n
        "lat": 50.1181540,\n
        "lon": 2.9839030,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115872,\n
        "lat": 50.1181590,\n
        "lon": 2.9838840,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115874,\n
        "lat": 50.1181600,\n
        "lon": 2.9864560,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115876,\n
        "lat": 50.1181610,\n
        "lon": 2.9865850,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115877,\n
        "lat": 50.1181640,\n
        "lon": 2.9883030,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115879,\n
        "lat": 50.1181700,\n
        "lon": 2.9865450,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115880,\n
        "lat": 50.1181710,\n
        "lon": 2.9839160,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115881,\n
        "lat": 50.1181910,\n
        "lon": 2.9844460,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115882,\n
        "lat": 50.1181940,\n
        "lon": 2.9865060,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115883,\n
        "lat": 50.1181970,\n
        "lon": 2.9884150,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115884,\n
        "lat": 50.1182020,\n
        "lon": 2.9869830,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115885,\n
        "lat": 50.1182020,\n
        "lon": 2.9865180,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115886,\n
        "lat": 50.1182040,\n
        "lon": 2.9864900,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115887,\n
        "lat": 50.1182080,\n
        "lon": 2.9846230,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115888,\n
        "lat": 50.1182090,\n
        "lon": 2.9860500,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115889,\n
        "lat": 50.1182160,\n
        "lon": 2.9843880,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115890,\n
        "lat": 50.1182210,\n
        "lon": 2.9869570,\n
        "timestamp": "2013-11-20T10:41:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115891,\n
        "lat": 50.1182290,\n
        "lon": 2.9845680,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115892,\n
        "lat": 50.1182300,\n
        "lon": 2.9880810,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115893,\n
        "lat": 50.1182310,\n
        "lon": 2.9846470,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115894,\n
        "lat": 50.1182350,\n
        "lon": 2.9864420,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115895,\n
        "lat": 50.1182380,\n
        "lon": 2.9863370,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115896,\n
        "lat": 50.1182400,\n
        "lon": 2.9837510,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115897,\n
        "lat": 50.1182500,\n
        "lon": 2.9861020,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115899,\n
        "lat": 50.1182500,\n
        "lon": 2.9846680,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115900,\n
        "lat": 50.1182520,\n
        "lon": 2.9845890,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115902,\n
        "lat": 50.1182540,\n
        "lon": 2.9845410,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115904,\n
        "lat": 50.1182550,\n
        "lon": 2.9861350,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115906,\n
        "lat": 50.1182630,\n
        "lon": 2.9845140,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115907,\n
        "lat": 50.1182700,\n
        "lon": 2.9868890,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115908,\n
        "lat": 50.1182740,\n
        "lon": 2.9880780,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115909,\n
        "lat": 50.1182740,\n
        "lon": 2.9846090,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115910,\n
        "lat": 50.1182770,\n
        "lon": 2.9882240,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115911,\n
        "lat": 50.1182830,\n
        "lon": 2.9835810,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115912,\n
        "lat": 50.1182860,\n
        "lon": 2.9844540,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115913,\n
        "lat": 50.1182890,\n
        "lon": 2.9845740,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115914,\n
        "lat": 50.1182900,\n
        "lon": 2.9881580,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115915,\n
        "lat": 50.1182910,\n
        "lon": 2.9871420,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115916,\n
        "lat": 50.1182950,\n
        "lon": 2.9861860,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115917,\n
        "lat": 50.1182950,\n
        "lon": 2.9837860,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115918,\n
        "lat": 50.1182960,\n
        "lon": 2.9881540,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115919,\n
        "lat": 50.1183100,\n
        "lon": 2.9880170,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115920,\n
        "lat": 50.1183120,\n
        "lon": 2.9869620,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115921,\n
        "lat": 50.1183130,\n
        "lon": 2.9883320,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115922,\n
        "lat": 50.1183150,\n
        "lon": 2.9862120,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115923,\n
        "lat": 50.1183180,\n
        "lon": 2.9880420,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115924,\n
        "lat": 50.1183240,\n
        "lon": 2.9880070,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115925,\n
        "lat": 50.1183240,\n
        "lon": 2.9844900,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115926,\n
        "lat": 50.1183310,\n
        "lon": 2.9880310,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115927,\n
        "lat": 50.1183350,\n
        "lon": 2.9865820,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115928,\n
        "lat": 50.1183370,\n
        "lon": 2.9857960,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115929,\n
        "lat": 50.1183370,\n
        "lon": 2.9836170,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115930,\n
        "lat": 50.1183410,\n
        "lon": 2.9862870,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115931,\n
        "lat": 50.1183440,\n
        "lon": 2.9883270,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115932,\n
        "lat": 50.1183450,\n
        "lon": 2.9884290,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115933,\n
        "lat": 50.1183590,\n
        "lon": 2.9870480,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115934,\n
        "lat": 50.1183590,\n
        "lon": 2.9845920,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115935,\n
        "lat": 50.1183680,\n
        "lon": 2.9865290,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115936,\n
        "lat": 50.1183680,\n
        "lon": 2.9860420,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115937,\n
        "lat": 50.1183680,\n
        "lon": 2.9845620,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115938,\n
        "lat": 50.1183770,\n
        "lon": 2.9883020,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115939,\n
        "lat": 50.1183780,\n
        "lon": 2.9862250,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115940,\n
        "lat": 50.1183800,\n
        "lon": 2.9859930,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115941,\n
        "lat": 50.1183800,\n
        "lon": 2.9858470,\n
        "timestamp": "2013-11-20T10:41:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115942,\n
        "lat": 50.1183800,\n
        "lon": 2.9845700,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115943,\n
        "lat": 50.1183880,\n
        "lon": 2.9860670,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115944,\n
        "lat": 50.1183880,\n
        "lon": 2.9860010,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115945,\n
        "lat": 50.1183950,\n
        "lon": 2.9862480,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115946,\n
        "lat": 50.1183980,\n
        "lon": 2.9858510,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115947,\n
        "lat": 50.1184020,\n
        "lon": 2.9889320,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115948,\n
        "lat": 50.1184030,\n
        "lon": 2.9883830,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115949,\n
        "lat": 50.1184050,\n
        "lon": 2.9870910,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115950,\n
        "lat": 50.1184050,\n
        "lon": 2.9844880,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115951,\n
        "lat": 50.1184060,\n
        "lon": 2.9841630,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115952,\n
        "lat": 50.1184100,\n
        "lon": 2.9862170,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115953,\n
        "lat": 50.1184210,\n
        "lon": 2.9862830,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115954,\n
        "lat": 50.1184260,\n
        "lon": 2.9840500,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115955,\n
        "lat": 50.1184310,\n
        "lon": 2.9871500,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115956,\n
        "lat": 50.1184310,\n
        "lon": 2.9858910,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115957,\n
        "lat": 50.1184350,\n
        "lon": 2.9862560,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115958,\n
        "lat": 50.1184390,\n
        "lon": 2.9888670,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115959,\n
        "lat": 50.1184430,\n
        "lon": 2.9863130,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115960,\n
        "lat": 50.1184450,\n
        "lon": 2.9890530,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115961,\n
        "lat": 50.1184470,\n
        "lon": 2.9888940,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115962,\n
        "lat": 50.1184530,\n
        "lon": 2.9864390,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115963,\n
        "lat": 50.1184550,\n
        "lon": 2.9864460,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115964,\n
        "lat": 50.1184680,\n
        "lon": 2.9838120,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115965,\n
        "lat": 50.1184730,\n
        "lon": 2.9866060,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115966,\n
        "lat": 50.1184730,\n
        "lon": 2.9860350,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115967,\n
        "lat": 50.1184790,\n
        "lon": 2.9846150,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115968,\n
        "lat": 50.1184830,\n
        "lon": 2.9864820,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115969,\n
        "lat": 50.1184850,\n
        "lon": 2.9888240,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115970,\n
        "lat": 50.1184860,\n
        "lon": 2.9837030,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115971,\n
        "lat": 50.1184880,\n
        "lon": 2.9846810,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115972,\n
        "lat": 50.1184920,\n
        "lon": 2.9847290,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115973,\n
        "lat": 50.1184940,\n
        "lon": 2.9862120,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115974,\n
        "lat": 50.1184940,\n
        "lon": 2.9841150,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115975,\n
        "lat": 50.1184960,\n
        "lon": 2.9845530,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115976,\n
        "lat": 50.1184970,\n
        "lon": 2.9847110,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115977,\n
        "lat": 50.1184980,\n
        "lon": 2.9862190,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115978,\n
        "lat": 50.1184980,\n
        "lon": 2.9840710,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115979,\n
        "lat": 50.1185020,\n
        "lon": 2.9846340,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115980,\n
        "lat": 50.1185050,\n
        "lon": 2.9863380,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115981,\n
        "lat": 50.1185050,\n
        "lon": 2.9859700,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115982,\n
        "lat": 50.1185060,\n
        "lon": 2.9866910,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115983,\n
        "lat": 50.1185100,\n
        "lon": 2.9838280,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115984,\n
        "lat": 50.1185150,\n
        "lon": 2.9846450,\n
        "timestamp": "2013-11-20T10:41:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115985,\n
        "lat": 50.1185200,\n
        "lon": 2.9837690,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115986,\n
        "lat": 50.1185230,\n
        "lon": 2.9867340,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115987,\n
        "lat": 50.1185280,\n
        "lon": 2.9867240,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115988,\n
        "lat": 50.1185380,\n
        "lon": 2.9889660,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115989,\n
        "lat": 50.1185380,\n
        "lon": 2.9837230,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115990,\n
        "lat": 50.1185400,\n
        "lon": 2.9871850,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115991,\n
        "lat": 50.1185400,\n
        "lon": 2.9869230,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115992,\n
        "lat": 50.1185410,\n
        "lon": 2.9863840,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115993,\n
        "lat": 50.1185440,\n
        "lon": 2.9848150,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115994,\n
        "lat": 50.1185450,\n
        "lon": 2.9861190,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115995,\n
        "lat": 50.1185470,\n
        "lon": 2.9842080,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115996,\n
        "lat": 50.1185490,\n
        "lon": 2.9867670,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115997,\n
        "lat": 50.1185550,\n
        "lon": 2.9841350,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115998,\n
        "lat": 50.1185570,\n
        "lon": 2.9847730,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541115999,\n
        "lat": 50.1185620,\n
        "lon": 2.9847570,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116000,\n
        "lat": 50.1185630,\n
        "lon": 2.9872410,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116001,\n
        "lat": 50.1185670,\n
        "lon": 2.9870370,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116002,\n
        "lat": 50.1185680,\n
        "lon": 2.9867370,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116003,\n
        "lat": 50.1185700,\n
        "lon": 2.9869780,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116004,\n
        "lat": 50.1185740,\n
        "lon": 2.9847180,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116005,\n
        "lat": 50.1185740,\n
        "lon": 2.9842170,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116006,\n
        "lat": 50.1185780,\n
        "lon": 2.9870250,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116007,\n
        "lat": 50.1185820,\n
        "lon": 2.9846890,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116008,\n
        "lat": 50.1185820,\n
        "lon": 2.9838380,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116009,\n
        "lat": 50.1185870,\n
        "lon": 2.9837950,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116010,\n
        "lat": 50.1185880,\n
        "lon": 2.9866210,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116011,\n
        "lat": 50.1185890,\n
        "lon": 2.9841420,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116012,\n
        "lat": 50.1185950,\n
        "lon": 2.9838450,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116013,\n
        "lat": 50.1186000,\n
        "lon": 2.9838220,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116014,\n
        "lat": 50.1186040,\n
        "lon": 2.9871120,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116015,\n
        "lat": 50.1186050,\n
        "lon": 2.9881620,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116016,\n
        "lat": 50.1186120,\n
        "lon": 2.9860990,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116017,\n
        "lat": 50.1186120,\n
        "lon": 2.9837490,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116018,\n
        "lat": 50.1186190,\n
        "lon": 2.9870950,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116019,\n
        "lat": 50.1186250,\n
        "lon": 2.9869660,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116020,\n
        "lat": 50.1186280,\n
        "lon": 2.9871130,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116021,\n
        "lat": 50.1186280,\n
        "lon": 2.9839440,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116022,\n
        "lat": 50.1186400,\n
        "lon": 2.9882860,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116023,\n
        "lat": 50.1186430,\n
        "lon": 2.9865120,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116024,\n
        "lat": 50.1186440,\n
        "lon": 2.9871500,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116025,\n
        "lat": 50.1186450,\n
        "lon": 2.9881350,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116026,\n
        "lat": 50.1186450,\n
        "lon": 2.9842370,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116027,\n
        "lat": 50.1186530,\n
        "lon": 2.9881630,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116028,\n
        "lat": 50.1186560,\n
        "lon": 2.9841760,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116029,\n
        "lat": 50.1186630,\n
        "lon": 2.9841500,\n
        "timestamp": "2013-11-20T10:41:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116030,\n
        "lat": 50.1186650,\n
        "lon": 2.9849020,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116031,\n
        "lat": 50.1186670,\n
        "lon": 2.9839590,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116032,\n
        "lat": 50.1186690,\n
        "lon": 2.9875130,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116033,\n
        "lat": 50.1186730,\n
        "lon": 2.9839290,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116034,\n
        "lat": 50.1186750,\n
        "lon": 2.9870550,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116035,\n
        "lat": 50.1186810,\n
        "lon": 2.9882580,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116036,\n
        "lat": 50.1186820,\n
        "lon": 2.9839650,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116037,\n
        "lat": 50.1186820,\n
        "lon": 2.9837750,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116038,\n
        "lat": 50.1186860,\n
        "lon": 2.9837390,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116039,\n
        "lat": 50.1186880,\n
        "lon": 2.9875660,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116040,\n
        "lat": 50.1186890,\n
        "lon": 2.9839320,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116041,\n
        "lat": 50.1186940,\n
        "lon": 2.9874900,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116042,\n
        "lat": 50.1186970,\n
        "lon": 2.9838670,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116043,\n
        "lat": 50.1186980,\n
        "lon": 2.9839730,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116044,\n
        "lat": 50.1187000,\n
        "lon": 2.9874850,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116045,\n
        "lat": 50.1187020,\n
        "lon": 2.9838680,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116046,\n
        "lat": 50.1187030,\n
        "lon": 2.9848010,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116047,\n
        "lat": 50.1187050,\n
        "lon": 2.9838580,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116048,\n
        "lat": 50.1187070,\n
        "lon": 2.9837980,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116049,\n
        "lat": 50.1187090,\n
        "lon": 2.9846220,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116050,\n
        "lat": 50.1187150,\n
        "lon": 2.9838550,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116051,\n
        "lat": 50.1187170,\n
        "lon": 2.9838470,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116052,\n
        "lat": 50.1187190,\n
        "lon": 2.9875370,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116053,\n
        "lat": 50.1187240,\n
        "lon": 2.9850370,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116054,\n
        "lat": 50.1187250,\n
        "lon": 2.9838480,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116055,\n
        "lat": 50.1187260,\n
        "lon": 2.9838010,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116056,\n
        "lat": 50.1187290,\n
        "lon": 2.9873600,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116057,\n
        "lat": 50.1187330,\n
        "lon": 2.9837570,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116058,\n
        "lat": 50.1187370,\n
        "lon": 2.9838040,\n
        "timestamp": "2013-11-20T10:41:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116059,\n
        "lat": 50.1187480,\n
        "lon": 2.9846380,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116060,\n
        "lat": 50.1187520,\n
        "lon": 2.9881830,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116061,\n
        "lat": 50.1187550,\n
        "lon": 2.9843930,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116062,\n
        "lat": 50.1187560,\n
        "lon": 2.9846410,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116063,\n
        "lat": 50.1187560,\n
        "lon": 2.9837360,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116064,\n
        "lat": 50.1187610,\n
        "lon": 2.9874310,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116065,\n
        "lat": 50.1187670,\n
        "lon": 2.9874250,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116066,\n
        "lat": 50.1187710,\n
        "lon": 2.9882500,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116067,\n
        "lat": 50.1187710,\n
        "lon": 2.9850720,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116068,\n
        "lat": 50.1187720,\n
        "lon": 2.9872950,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116069,\n
        "lat": 50.1187780,\n
        "lon": 2.9874830,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116070,\n
        "lat": 50.1187810,\n
        "lon": 2.9873800,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116071,\n
        "lat": 50.1187810,\n
        "lon": 2.9838820,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116072,\n
        "lat": 50.1187830,\n
        "lon": 2.9848310,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116073,\n
        "lat": 50.1187880,\n
        "lon": 2.9874060,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116074,\n
        "lat": 50.1187920,\n
        "lon": 2.9837450,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116075,\n
        "lat": 50.1187940,\n
        "lon": 2.9848420,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116076,\n
        "lat": 50.1187950,\n
        "lon": 2.9838850,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116077,\n
        "lat": 50.1187980,\n
        "lon": 2.9846060,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116078,\n
        "lat": 50.1188000,\n
        "lon": 2.9841380,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116079,\n
        "lat": 50.1188020,\n
        "lon": 2.9849840,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116080,\n
        "lat": 50.1188020,\n
        "lon": 2.9842210,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116081,\n
        "lat": 50.1188040,\n
        "lon": 2.9873470,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116082,\n
        "lat": 50.1188060,\n
        "lon": 2.9843850,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116083,\n
        "lat": 50.1188070,\n
        "lon": 2.9837480,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116084,\n
        "lat": 50.1188110,\n
        "lon": 2.9871980,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116085,\n
        "lat": 50.1188150,\n
        "lon": 2.9846940,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116086,\n
        "lat": 50.1188180,\n
        "lon": 2.9881390,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116087,\n
        "lat": 50.1188210,\n
        "lon": 2.9872160,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116088,\n
        "lat": 50.1188210,\n
        "lon": 2.9846970,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116089,\n
        "lat": 50.1188260,\n
        "lon": 2.9849830,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116090,\n
        "lat": 50.1188290,\n
        "lon": 2.9871770,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116091,\n
        "lat": 50.1188320,\n
        "lon": 2.9873370,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116092,\n
        "lat": 50.1188350,\n
        "lon": 2.9848790,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116093,\n
        "lat": 50.1188360,\n
        "lon": 2.9871910,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116094,\n
        "lat": 50.1188370,\n
        "lon": 2.9846280,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116095,\n
        "lat": 50.1188410,\n
        "lon": 2.9882030,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116096,\n
        "lat": 50.1188450,\n
        "lon": 2.9843970,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116097,\n
        "lat": 50.1188530,\n
        "lon": 2.9875760,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116098,\n
        "lat": 50.1188530,\n
        "lon": 2.9841540,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116099,\n
        "lat": 50.1188540,\n
        "lon": 2.9842150,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116100,\n
        "lat": 50.1188630,\n
        "lon": 2.9872860,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116101,\n
        "lat": 50.1188640,\n
        "lon": 2.9871470,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116102,\n
        "lat": 50.1188700,\n
        "lon": 2.9874420,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116103,\n
        "lat": 50.1188720,\n
        "lon": 2.9840430,\n
        "timestamp": "2013-11-20T10:41:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116104,\n
        "lat": 50.1188740,\n
        "lon": 2.9847260,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116105,\n
        "lat": 50.1188740,\n
        "lon": 2.9841530,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116106,\n
        "lat": 50.1188770,\n
        "lon": 2.9842120,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116107,\n
        "lat": 50.1188780,\n
        "lon": 2.9868880,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116108,\n
        "lat": 50.1188800,\n
        "lon": 2.9879940,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116109,\n
        "lat": 50.1188870,\n
        "lon": 2.9874130,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116110,\n
        "lat": 50.1188930,\n
        "lon": 2.9846590,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116111,\n
        "lat": 50.1188940,\n
        "lon": 2.9839040,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116112,\n
        "lat": 50.1188980,\n
        "lon": 2.9874790,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116113,\n
        "lat": 50.1189030,\n
        "lon": 2.9872020,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116114,\n
        "lat": 50.1189040,\n
        "lon": 2.9877010,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116115,\n
        "lat": 50.1189040,\n
        "lon": 2.9837710,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116116,\n
        "lat": 50.1189050,\n
        "lon": 2.9837670,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116117,\n
        "lat": 50.1189060,\n
        "lon": 2.9880790,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116118,\n
        "lat": 50.1189100,\n
        "lon": 2.9846820,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116119,\n
        "lat": 50.1189130,\n
        "lon": 2.9874520,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116120,\n
        "lat": 50.1189170,\n
        "lon": 2.9868010,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116121,\n
        "lat": 50.1189190,\n
        "lon": 2.9876870,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116122,\n
        "lat": 50.1189220,\n
        "lon": 2.9875100,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116123,\n
        "lat": 50.1189230,\n
        "lon": 2.9879640,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116124,\n
        "lat": 50.1189230,\n
        "lon": 2.9874620,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116125,\n
        "lat": 50.1189240,\n
        "lon": 2.9850450,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116126,\n
        "lat": 50.1189240,\n
        "lon": 2.9834020,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116127,\n
        "lat": 50.1189290,\n
        "lon": 2.9869600,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116128,\n
        "lat": 50.1189320,\n
        "lon": 2.9837060,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116129,\n
        "lat": 50.1189340,\n
        "lon": 2.9869490,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116130,\n
        "lat": 50.1189340,\n
        "lon": 2.9844420,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116131,\n
        "lat": 50.1189410,\n
        "lon": 2.9880560,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116132,\n
        "lat": 50.1189430,\n
        "lon": 2.9877490,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116133,\n
        "lat": 50.1189460,\n
        "lon": 2.9850600,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116134,\n
        "lat": 50.1189470,\n
        "lon": 2.9833450,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116135,\n
        "lat": 50.1189480,\n
        "lon": 2.9880510,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116136,\n
        "lat": 50.1189530,\n
        "lon": 2.9874140,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116137,\n
        "lat": 50.1189600,\n
        "lon": 2.9881240,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116138,\n
        "lat": 50.1189600,\n
        "lon": 2.9837350,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116139,\n
        "lat": 50.1189610,\n
        "lon": 2.9850130,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116140,\n
        "lat": 50.1189650,\n
        "lon": 2.9869980,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116141,\n
        "lat": 50.1189700,\n
        "lon": 2.9876260,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116142,\n
        "lat": 50.1189700,\n
        "lon": 2.9838460,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116143,\n
        "lat": 50.1189710,\n
        "lon": 2.9848880,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116144,\n
        "lat": 50.1189740,\n
        "lon": 2.9847670,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116145,\n
        "lat": 50.1189790,\n
        "lon": 2.9846710,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116146,\n
        "lat": 50.1189840,\n
        "lon": 2.9847260,\n
        "timestamp": "2013-11-20T10:41:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116147,\n
        "lat": 50.1189880,\n
        "lon": 2.9876100,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116148,\n
        "lat": 50.1189900,\n
        "lon": 2.9849040,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116149,\n
        "lat": 50.1189920,\n
        "lon": 2.9847800,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116150,\n
        "lat": 50.1189940,\n
        "lon": 2.9846930,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116151,\n
        "lat": 50.1190020,\n
        "lon": 2.9846590,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116152,\n
        "lat": 50.1190020,\n
        "lon": 2.9844320,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116153,\n
        "lat": 50.1190040,\n
        "lon": 2.9847120,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116154,\n
        "lat": 50.1190080,\n
        "lon": 2.9868980,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116155,\n
        "lat": 50.1190090,\n
        "lon": 2.9847210,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116156,\n
        "lat": 50.1190090,\n
        "lon": 2.9846890,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116157,\n
        "lat": 50.1190090,\n
        "lon": 2.9845310,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116158,\n
        "lat": 50.1190110,\n
        "lon": 2.9843910,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116159,\n
        "lat": 50.1190140,\n
        "lon": 2.9846780,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116160,\n
        "lat": 50.1190150,\n
        "lon": 2.9847000,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116161,\n
        "lat": 50.1190170,\n
        "lon": 2.9876800,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116162,\n
        "lat": 50.1190170,\n
        "lon": 2.9848080,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116163,\n
        "lat": 50.1190180,\n
        "lon": 2.9844940,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116164,\n
        "lat": 50.1190250,\n
        "lon": 2.9845550,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116165,\n
        "lat": 50.1190290,\n
        "lon": 2.9844480,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116166,\n
        "lat": 50.1190310,\n
        "lon": 2.9847570,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116167,\n
        "lat": 50.1190310,\n
        "lon": 2.9835880,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116168,\n
        "lat": 50.1190380,\n
        "lon": 2.9844060,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116169,\n
        "lat": 50.1190440,\n
        "lon": 2.9837030,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116170,\n
        "lat": 50.1190460,\n
        "lon": 2.9845090,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116171,\n
        "lat": 50.1190540,\n
        "lon": 2.9814780,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116172,\n
        "lat": 50.1190570,\n
        "lon": 2.9872990,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116173,\n
        "lat": 50.1190580,\n
        "lon": 2.9871930,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116174,\n
        "lat": 50.1190580,\n
        "lon": 2.9840300,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116175,\n
        "lat": 50.1190590,\n
        "lon": 2.9846540,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116176,\n
        "lat": 50.1190620,\n
        "lon": 2.9848370,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116177,\n
        "lat": 50.1190620,\n
        "lon": 2.9834650,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116178,\n
        "lat": 50.1190640,\n
        "lon": 2.9841930,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116179,\n
        "lat": 50.1190740,\n
        "lon": 2.9847850,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116180,\n
        "lat": 50.1190760,\n
        "lon": 2.9845870,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116181,\n
        "lat": 50.1190810,\n
        "lon": 2.9843740,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116182,\n
        "lat": 50.1190820,\n
        "lon": 2.9847900,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116183,\n
        "lat": 50.1190820,\n
        "lon": 2.9815010,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116184,\n
        "lat": 50.1190870,\n
        "lon": 2.9813950,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116185,\n
        "lat": 50.1190880,\n
        "lon": 2.9872390,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116186,\n
        "lat": 50.1190880,\n
        "lon": 2.9839520,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116187,\n
        "lat": 50.1190920,\n
        "lon": 2.9835740,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116188,\n
        "lat": 50.1191030,\n
        "lon": 2.9872540,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116189,\n
        "lat": 50.1191060,\n
        "lon": 2.9840390,\n
        "timestamp": "2013-11-20T10:41:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116190,\n
        "lat": 50.1191080,\n
        "lon": 2.9836660,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116191,\n
        "lat": 50.1191090,\n
        "lon": 2.9846870,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116192,\n
        "lat": 50.1191100,\n
        "lon": 2.9813360,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116193,\n
        "lat": 50.1191120,\n
        "lon": 2.9814190,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116194,\n
        "lat": 50.1191130,\n
        "lon": 2.9839610,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116195,\n
        "lat": 50.1191140,\n
        "lon": 2.9841350,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116196,\n
        "lat": 50.1191150,\n
        "lon": 2.9837910,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116197,\n
        "lat": 50.1191150,\n
        "lon": 2.9835220,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116198,\n
        "lat": 50.1191190,\n
        "lon": 2.9839070,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116199,\n
        "lat": 50.1191210,\n
        "lon": 2.9869930,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116200,\n
        "lat": 50.1191220,\n
        "lon": 2.9837000,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116201,\n
        "lat": 50.1191230,\n
        "lon": 2.9839080,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116202,\n
        "lat": 50.1191230,\n
        "lon": 2.9837970,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116203,\n
        "lat": 50.1191270,\n
        "lon": 2.9836890,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116204,\n
        "lat": 50.1191280,\n
        "lon": 2.9850200,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116205,\n
        "lat": 50.1191280,\n
        "lon": 2.9812910,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116206,\n
        "lat": 50.1191320,\n
        "lon": 2.9838540,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116207,\n
        "lat": 50.1191330,\n
        "lon": 2.9843700,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116208,\n
        "lat": 50.1191390,\n
        "lon": 2.9838080,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116209,\n
        "lat": 50.1191440,\n
        "lon": 2.9839150,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116210,\n
        "lat": 50.1191440,\n
        "lon": 2.9835930,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116211,\n
        "lat": 50.1191510,\n
        "lon": 2.9838650,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116212,\n
        "lat": 50.1191520,\n
        "lon": 2.9837350,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116213,\n
        "lat": 50.1191530,\n
        "lon": 2.9849010,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116214,\n
        "lat": 50.1191540,\n
        "lon": 2.9846350,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116215,\n
        "lat": 50.1191620,\n
        "lon": 2.9840300,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116216,\n
        "lat": 50.1191650,\n
        "lon": 2.9836190,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116217,\n
        "lat": 50.1191660,\n
        "lon": 2.9813920,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116218,\n
        "lat": 50.1191670,\n
        "lon": 2.9845730,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116219,\n
        "lat": 50.1191670,\n
        "lon": 2.9814700,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116220,\n
        "lat": 50.1191690,\n
        "lon": 2.9841280,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116221,\n
        "lat": 50.1191720,\n
        "lon": 2.9870290,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116222,\n
        "lat": 50.1191780,\n
        "lon": 2.9814050,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116223,\n
        "lat": 50.1191790,\n
        "lon": 2.9881400,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116224,\n
        "lat": 50.1191820,\n
        "lon": 2.9813930,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116225,\n
        "lat": 50.1191840,\n
        "lon": 2.9813460,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116226,\n
        "lat": 50.1191880,\n
        "lon": 2.9814140,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116227,\n
        "lat": 50.1191960,\n
        "lon": 2.9832900,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116228,\n
        "lat": 50.1191990,\n
        "lon": 2.9881130,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116229,\n
        "lat": 50.1192010,\n
        "lon": 2.9881950,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116230,\n
        "lat": 50.1192010,\n
        "lon": 2.9875030,\n
        "timestamp": "2013-11-20T10:41:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116231,\n
        "lat": 50.1192040,\n
        "lon": 2.9846610,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116232,\n
        "lat": 50.1192080,\n
        "lon": 2.9813340,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116233,\n
        "lat": 50.1192120,\n
        "lon": 2.9854320,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116234,\n
        "lat": 50.1192140,\n
        "lon": 2.9843670,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116235,\n
        "lat": 50.1192180,\n
        "lon": 2.9845990,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116236,\n
        "lat": 50.1192220,\n
        "lon": 2.9835170,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116237,\n
        "lat": 50.1192250,\n
        "lon": 2.9881740,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116238,\n
        "lat": 50.1192270,\n
        "lon": 2.9832260,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116239,\n
        "lat": 50.1192300,\n
        "lon": 2.9839130,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116240,\n
        "lat": 50.1192350,\n
        "lon": 2.9852060,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116241,\n
        "lat": 50.1192360,\n
        "lon": 2.9874380,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116242,\n
        "lat": 50.1192370,\n
        "lon": 2.9849420,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116243,\n
        "lat": 50.1192490,\n
        "lon": 2.9848780,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116244,\n
        "lat": 50.1192550,\n
        "lon": 2.9834560,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116245,\n
        "lat": 50.1192600,\n
        "lon": 2.9850850,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116246,\n
        "lat": 50.1192630,\n
        "lon": 2.9843930,\n
        "timestamp": "2013-11-20T10:41:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116247,\n
        "lat": 50.1192690,\n
        "lon": 2.9848880,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116248,\n
        "lat": 50.1192720,\n
        "lon": 2.9852250,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116249,\n
        "lat": 50.1192720,\n
        "lon": 2.9814800,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116250,\n
        "lat": 50.1192730,\n
        "lon": 2.9848740,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116251,\n
        "lat": 50.1192770,\n
        "lon": 2.9850070,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116252,\n
        "lat": 50.1192770,\n
        "lon": 2.9831210,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116253,\n
        "lat": 50.1192790,\n
        "lon": 2.9875520,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116254,\n
        "lat": 50.1192830,\n
        "lon": 2.9827020,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116255,\n
        "lat": 50.1192870,\n
        "lon": 2.9814490,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116256,\n
        "lat": 50.1192880,\n
        "lon": 2.9852350,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116257,\n
        "lat": 50.1192980,\n
        "lon": 2.9814190,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116258,\n
        "lat": 50.1193020,\n
        "lon": 2.9848880,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116259,\n
        "lat": 50.1193020,\n
        "lon": 2.9815550,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116260,\n
        "lat": 50.1193030,\n
        "lon": 2.9840140,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116261,\n
        "lat": 50.1193050,\n
        "lon": 2.9830620,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116262,\n
        "lat": 50.1193070,\n
        "lon": 2.9826410,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116263,\n
        "lat": 50.1193090,\n
        "lon": 2.9847700,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116264,\n
        "lat": 50.1193090,\n
        "lon": 2.9846410,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116265,\n
        "lat": 50.1193090,\n
        "lon": 2.9828140,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116266,\n
        "lat": 50.1193110,\n
        "lon": 2.9845790,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116267,\n
        "lat": 50.1193110,\n
        "lon": 2.9834220,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116268,\n
        "lat": 50.1193120,\n
        "lon": 2.9814660,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116269,\n
        "lat": 50.1193130,\n
        "lon": 2.9815230,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116270,\n
        "lat": 50.1193210,\n
        "lon": 2.9845860,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116271,\n
        "lat": 50.1193210,\n
        "lon": 2.9818730,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116272,\n
        "lat": 50.1193250,\n
        "lon": 2.9847780,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116273,\n
        "lat": 50.1193250,\n
        "lon": 2.9814830,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116274,\n
        "lat": 50.1193270,\n
        "lon": 2.9827580,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116275,\n
        "lat": 50.1193320,\n
        "lon": 2.9875890,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116276,\n
        "lat": 50.1193320,\n
        "lon": 2.9850330,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116277,\n
        "lat": 50.1193330,\n
        "lon": 2.9846520,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116278,\n
        "lat": 50.1193340,\n
        "lon": 2.9813300,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116279,\n
        "lat": 50.1193410,\n
        "lon": 2.9833580,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116280,\n
        "lat": 50.1193450,\n
        "lon": 2.9836360,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116281,\n
        "lat": 50.1193540,\n
        "lon": 2.9843800,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116282,\n
        "lat": 50.1193550,\n
        "lon": 2.9838220,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116283,\n
        "lat": 50.1193550,\n
        "lon": 2.9815580,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116284,\n
        "lat": 50.1193560,\n
        "lon": 2.9836190,\n
        "timestamp": "2013-11-20T10:41:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116285,\n
        "lat": 50.1193570,\n
        "lon": 2.9813500,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116286,\n
        "lat": 50.1193600,\n
        "lon": 2.9819030,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116287,\n
        "lat": 50.1193620,\n
        "lon": 2.9836210,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116288,\n
        "lat": 50.1193630,\n
        "lon": 2.9815500,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116289,\n
        "lat": 50.1193640,\n
        "lon": 2.9835660,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116290,\n
        "lat": 50.1193700,\n
        "lon": 2.9847610,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116291,\n
        "lat": 50.1193700,\n
        "lon": 2.9827680,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116292,\n
        "lat": 50.1193730,\n
        "lon": 2.9871680,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116293,\n
        "lat": 50.1193740,\n
        "lon": 2.9855620,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116294,\n
        "lat": 50.1193740,\n
        "lon": 2.9815240,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116295,\n
        "lat": 50.1193750,\n
        "lon": 2.9845450,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116296,\n
        "lat": 50.1193750,\n
        "lon": 2.9835140,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116297,\n
        "lat": 50.1193770,\n
        "lon": 2.9866000,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116298,\n
        "lat": 50.1193830,\n
        "lon": 2.9824250,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116299,\n
        "lat": 50.1193840,\n
        "lon": 2.9836510,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116300,\n
        "lat": 50.1193850,\n
        "lon": 2.9835270,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116301,\n
        "lat": 50.1193860,\n
        "lon": 2.9830830,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116302,\n
        "lat": 50.1193880,\n
        "lon": 2.9876540,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116303,\n
        "lat": 50.1193880,\n
        "lon": 2.9815880,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116304,\n
        "lat": 50.1193880,\n
        "lon": 2.9815710,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116305,\n
        "lat": 50.1193890,\n
        "lon": 2.9847710,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116306,\n
        "lat": 50.1193890,\n
        "lon": 2.9816290,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116307,\n
        "lat": 50.1193910,\n
        "lon": 2.9838710,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116308,\n
        "lat": 50.1193910,\n
        "lon": 2.9832520,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116309,\n
        "lat": 50.1193960,\n
        "lon": 2.9816060,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116310,\n
        "lat": 50.1193990,\n
        "lon": 2.9815980,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116311,\n
        "lat": 50.1194060,\n
        "lon": 2.9875870,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116312,\n
        "lat": 50.1194080,\n
        "lon": 2.9843870,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116313,\n
        "lat": 50.1194080,\n
        "lon": 2.9816140,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116314,\n
        "lat": 50.1194100,\n
        "lon": 2.9814060,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116315,\n
        "lat": 50.1194110,\n
        "lon": 2.9845620,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116316,\n
        "lat": 50.1194120,\n
        "lon": 2.9834450,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116317,\n
        "lat": 50.1194120,\n
        "lon": 2.9830190,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116318,\n
        "lat": 50.1194180,\n
        "lon": 2.9831930,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116319,\n
        "lat": 50.1194240,\n
        "lon": 2.9875160,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116320,\n
        "lat": 50.1194310,\n
        "lon": 2.9872060,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116321,\n
        "lat": 50.1194340,\n
        "lon": 2.9865180,\n
        "timestamp": "2013-11-20T10:41:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116322,\n
        "lat": 50.1194370,\n
        "lon": 2.9853590,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116323,\n
        "lat": 50.1194430,\n
        "lon": 2.9874430,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116324,\n
        "lat": 50.1194440,\n
        "lon": 2.9829280,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116325,\n
        "lat": 50.1194470,\n
        "lon": 2.9845170,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116326,\n
        "lat": 50.1194470,\n
        "lon": 2.9836670,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116327,\n
        "lat": 50.1194470,\n
        "lon": 2.9831440,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116328,\n
        "lat": 50.1194500,\n
        "lon": 2.9814380,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116329,\n
        "lat": 50.1194510,\n
        "lon": 2.9878680,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116330,\n
        "lat": 50.1194510,\n
        "lon": 2.9867220,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116331,\n
        "lat": 50.1194590,\n
        "lon": 2.9851800,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116332,\n
        "lat": 50.1194600,\n
        "lon": 2.9865690,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116333,\n
        "lat": 50.1194610,\n
        "lon": 2.9819890,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116334,\n
        "lat": 50.1194630,\n
        "lon": 2.9865660,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116335,\n
        "lat": 50.1194630,\n
        "lon": 2.9828730,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116336,\n
        "lat": 50.1194660,\n
        "lon": 2.9824880,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116337,\n
        "lat": 50.1194680,\n
        "lon": 2.9878850,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116338,\n
        "lat": 50.1194700,\n
        "lon": 2.9819160,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116339,\n
        "lat": 50.1194720,\n
        "lon": 2.9843930,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116340,\n
        "lat": 50.1194740,\n
        "lon": 2.9865930,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116341,\n
        "lat": 50.1194770,\n
        "lon": 2.9865890,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116342,\n
        "lat": 50.1194780,\n
        "lon": 2.9830780,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116343,\n
        "lat": 50.1194810,\n
        "lon": 2.9839740,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116344,\n
        "lat": 50.1194860,\n
        "lon": 2.9877540,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116345,\n
        "lat": 50.1194930,\n
        "lon": 2.9859770,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116346,\n
        "lat": 50.1195030,\n
        "lon": 2.9848810,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116347,\n
        "lat": 50.1195030,\n
        "lon": 2.9820270,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116348,\n
        "lat": 50.1195080,\n
        "lon": 2.9866420,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116349,\n
        "lat": 50.1195080,\n
        "lon": 2.9859940,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116350,\n
        "lat": 50.1195120,\n
        "lon": 2.9876940,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116351,\n
        "lat": 50.1195120,\n
        "lon": 2.9852160,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116352,\n
        "lat": 50.1195120,\n
        "lon": 2.9831160,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116353,\n
        "lat": 50.1195120,\n
        "lon": 2.9817890,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116354,\n
        "lat": 50.1195130,\n
        "lon": 2.9877550,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116355,\n
        "lat": 50.1195150,\n
        "lon": 2.9840030,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116356,\n
        "lat": 50.1195160,\n
        "lon": 2.9847370,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116357,\n
        "lat": 50.1195160,\n
        "lon": 2.9838690,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116358,\n
        "lat": 50.1195170,\n
        "lon": 2.9848230,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116359,\n
        "lat": 50.1195180,\n
        "lon": 2.9836740,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116360,\n
        "lat": 50.1195190,\n
        "lon": 2.9859210,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116361,\n
        "lat": 50.1195210,\n
        "lon": 2.9839880,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116362,\n
        "lat": 50.1195240,\n
        "lon": 2.9819690,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116363,\n
        "lat": 50.1195280,\n
        "lon": 2.9877130,\n
        "timestamp": "2013-11-20T10:41:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116364,\n
        "lat": 50.1195320,\n
        "lon": 2.9848990,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116365,\n
        "lat": 50.1195330,\n
        "lon": 2.9859370,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116366,\n
        "lat": 50.1195340,\n
        "lon": 2.9876230,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116367,\n
        "lat": 50.1195370,\n
        "lon": 2.9876880,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116368,\n
        "lat": 50.1195370,\n
        "lon": 2.9840010,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116369,\n
        "lat": 50.1195430,\n
        "lon": 2.9848380,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116370,\n
        "lat": 50.1195430,\n
        "lon": 2.9842240,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116371,\n
        "lat": 50.1195430,\n
        "lon": 2.9839890,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116372,\n
        "lat": 50.1195440,\n
        "lon": 2.9858680,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116373,\n
        "lat": 50.1195450,\n
        "lon": 2.9859490,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116374,\n
        "lat": 50.1195460,\n
        "lon": 2.9832570,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116375,\n
        "lat": 50.1195500,\n
        "lon": 2.9861920,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116376,\n
        "lat": 50.1195500,\n
        "lon": 2.9847390,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116377,\n
        "lat": 50.1195560,\n
        "lon": 2.9832380,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116378,\n
        "lat": 50.1195570,\n
        "lon": 2.9817460,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116379,\n
        "lat": 50.1195590,\n
        "lon": 2.9838000,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116380,\n
        "lat": 50.1195600,\n
        "lon": 2.9836180,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116381,\n
        "lat": 50.1195610,\n
        "lon": 2.9877080,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116382,\n
        "lat": 50.1195610,\n
        "lon": 2.9862030,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116383,\n
        "lat": 50.1195630,\n
        "lon": 2.9861460,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116384,\n
        "lat": 50.1195650,\n
        "lon": 2.9861900,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116385,\n
        "lat": 50.1195660,\n
        "lon": 2.9862380,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116386,\n
        "lat": 50.1195660,\n
        "lon": 2.9846600,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116387,\n
        "lat": 50.1195680,\n
        "lon": 2.9874350,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116388,\n
        "lat": 50.1195680,\n
        "lon": 2.9858990,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116389,\n
        "lat": 50.1195680,\n
        "lon": 2.9858150,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116390,\n
        "lat": 50.1195690,\n
        "lon": 2.9845760,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116391,\n
        "lat": 50.1195710,\n
        "lon": 2.9870880,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116392,\n
        "lat": 50.1195730,\n
        "lon": 2.9875750,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116393,\n
        "lat": 50.1195750,\n
        "lon": 2.9861970,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116394,\n
        "lat": 50.1195770,\n
        "lon": 2.9876690,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116395,\n
        "lat": 50.1195770,\n
        "lon": 2.9842400,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116396,\n
        "lat": 50.1195780,\n
        "lon": 2.9860940,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116397,\n
        "lat": 50.1195830,\n
        "lon": 2.9845850,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116398,\n
        "lat": 50.1195840,\n
        "lon": 2.9842420,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116399,\n
        "lat": 50.1195840,\n
        "lon": 2.9840920,\n
        "timestamp": "2013-11-20T10:41:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116400,\n
        "lat": 50.1195870,\n
        "lon": 2.9840250,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116401,\n
        "lat": 50.1195880,\n
        "lon": 2.9861140,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116402,\n
        "lat": 50.1195890,\n
        "lon": 2.9861020,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116403,\n
        "lat": 50.1195900,\n
        "lon": 2.9840150,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116404,\n
        "lat": 50.1195910,\n
        "lon": 2.9849520,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116405,\n
        "lat": 50.1195920,\n
        "lon": 2.9846740,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116406,\n
        "lat": 50.1195920,\n
        "lon": 2.9841710,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116407,\n
        "lat": 50.1195950,\n
        "lon": 2.9873520,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116408,\n
        "lat": 50.1195950,\n
        "lon": 2.9844550,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116409,\n
        "lat": 50.1195970,\n
        "lon": 2.9857490,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116410,\n
        "lat": 50.1195970,\n
        "lon": 2.9841740,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116411,\n
        "lat": 50.1195980,\n
        "lon": 2.9840970,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116412,\n
        "lat": 50.1195990,\n
        "lon": 2.9861210,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116413,\n
        "lat": 50.1196020,\n
        "lon": 2.9872860,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116414,\n
        "lat": 50.1196030,\n
        "lon": 2.9834050,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116415,\n
        "lat": 50.1196060,\n
        "lon": 2.9871230,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116416,\n
        "lat": 50.1196060,\n
        "lon": 2.9840830,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116417,\n
        "lat": 50.1196060,\n
        "lon": 2.9817950,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116418,\n
        "lat": 50.1196060,\n
        "lon": 2.9816330,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116419,\n
        "lat": 50.1196070,\n
        "lon": 2.9848710,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116420,\n
        "lat": 50.1196070,\n
        "lon": 2.9845970,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116421,\n
        "lat": 50.1196090,\n
        "lon": 2.9860860,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116422,\n
        "lat": 50.1196100,\n
        "lon": 2.9874710,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116423,\n
        "lat": 50.1196100,\n
        "lon": 2.9837290,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116424,\n
        "lat": 50.1196110,\n
        "lon": 2.9848730,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116425,\n
        "lat": 50.1196120,\n
        "lon": 2.9872960,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116426,\n
        "lat": 50.1196130,\n
        "lon": 2.9840890,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116427,\n
        "lat": 50.1196130,\n
        "lon": 2.9832360,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116428,\n
        "lat": 50.1196150,\n
        "lon": 2.9871010,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116429,\n
        "lat": 50.1196160,\n
        "lon": 2.9879900,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116430,\n
        "lat": 50.1196160,\n
        "lon": 2.9824120,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116431,\n
        "lat": 50.1196170,\n
        "lon": 2.9872430,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116432,\n
        "lat": 50.1196200,\n
        "lon": 2.9840390,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116433,\n
        "lat": 50.1196250,\n
        "lon": 2.9824210,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116434,\n
        "lat": 50.1196260,\n
        "lon": 2.9833200,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116435,\n
        "lat": 50.1196270,\n
        "lon": 2.9872520,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116436,\n
        "lat": 50.1196270,\n
        "lon": 2.9849720,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116437,\n
        "lat": 50.1196280,\n
        "lon": 2.9840450,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116439,\n
        "lat": 50.1196280,\n
        "lon": 2.9815840,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116440,\n
        "lat": 50.1196300,\n
        "lon": 2.9839120,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116441,\n
        "lat": 50.1196300,\n
        "lon": 2.9823770,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116442,\n
        "lat": 50.1196310,\n
        "lon": 2.9824260,\n
        "timestamp": "2013-11-20T10:41:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116443,\n
        "lat": 50.1196330,\n
        "lon": 2.9849460,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116445,\n
        "lat": 50.1196340,\n
        "lon": 2.9871940,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116447,\n
        "lat": 50.1196350,\n
        "lon": 2.9845240,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116449,\n
        "lat": 50.1196350,\n
        "lon": 2.9826660,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116451,\n
        "lat": 50.1196360,\n
        "lon": 2.9873890,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116453,\n
        "lat": 50.1196390,\n
        "lon": 2.9862910,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116454,\n
        "lat": 50.1196400,\n
        "lon": 2.9850680,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116456,\n
        "lat": 50.1196400,\n
        "lon": 2.9823480,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116459,\n
        "lat": 50.1196410,\n
        "lon": 2.9838940,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116462,\n
        "lat": 50.1196430,\n
        "lon": 2.9823920,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116465,\n
        "lat": 50.1196440,\n
        "lon": 2.9872030,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116468,\n
        "lat": 50.1196440,\n
        "lon": 2.9841990,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116471,\n
        "lat": 50.1196450,\n
        "lon": 2.9819590,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116474,\n
        "lat": 50.1196460,\n
        "lon": 2.9826330,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116478,\n
        "lat": 50.1196480,\n
        "lon": 2.9871360,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116481,\n
        "lat": 50.1196480,\n
        "lon": 2.9844600,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116484,\n
        "lat": 50.1196480,\n
        "lon": 2.9839870,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116487,\n
        "lat": 50.1196480,\n
        "lon": 2.9826770,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116490,\n
        "lat": 50.1196490,\n
        "lon": 2.9832770,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116494,\n
        "lat": 50.1196490,\n
        "lon": 2.9819480,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116497,\n
        "lat": 50.1196510,\n
        "lon": 2.9868720,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116500,\n
        "lat": 50.1196510,\n
        "lon": 2.9834890,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116503,\n
        "lat": 50.1196530,\n
        "lon": 2.9877360,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116507,\n
        "lat": 50.1196540,\n
        "lon": 2.9878910,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116510,\n
        "lat": 50.1196540,\n
        "lon": 2.9827410,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116513,\n
        "lat": 50.1196550,\n
        "lon": 2.9823600,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116516,\n
        "lat": 50.1196560,\n
        "lon": 2.9857990,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116518,\n
        "lat": 50.1196560,\n
        "lon": 2.9819700,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116521,\n
        "lat": 50.1196570,\n
        "lon": 2.9832600,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116525,\n
        "lat": 50.1196580,\n
        "lon": 2.9826460,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116528,\n
        "lat": 50.1196580,\n
        "lon": 2.9816840,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116531,\n
        "lat": 50.1196590,\n
        "lon": 2.9862150,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116534,\n
        "lat": 50.1196600,\n
        "lon": 2.9841260,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116538,\n
        "lat": 50.1196600,\n
        "lon": 2.9819610,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116541,\n
        "lat": 50.1196630,\n
        "lon": 2.9849600,\n
        "timestamp": "2013-11-20T10:41:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116555,\n
        "lat": 50.1196640,\n
        "lon": 2.9839280,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116558,\n
        "lat": 50.1196650,\n
        "lon": 2.9866240,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116562,\n
        "lat": 50.1196680,\n
        "lon": 2.9822790,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116565,\n
        "lat": 50.1196690,\n
        "lon": 2.9857740,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116568,\n
        "lat": 50.1196690,\n
        "lon": 2.9849380,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116570,\n
        "lat": 50.1196700,\n
        "lon": 2.9852050,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116571,\n
        "lat": 50.1196700,\n
        "lon": 2.9836620,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116572,\n
        "lat": 50.1196720,\n
        "lon": 2.9877540,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116573,\n
        "lat": 50.1196730,\n
        "lon": 2.9832790,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116575,\n
        "lat": 50.1196740,\n
        "lon": 2.9849070,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116577,\n
        "lat": 50.1196750,\n
        "lon": 2.9833070,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116579,\n
        "lat": 50.1196760,\n
        "lon": 2.9831720,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116581,\n
        "lat": 50.1196780,\n
        "lon": 2.9832150,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116583,\n
        "lat": 50.1196800,\n
        "lon": 2.9878250,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116585,\n
        "lat": 50.1196800,\n
        "lon": 2.9840550,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116587,\n
        "lat": 50.1196800,\n
        "lon": 2.9826660,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116589,\n
        "lat": 50.1196810,\n
        "lon": 2.9861360,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116591,\n
        "lat": 50.1196820,\n
        "lon": 2.9876570,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116593,\n
        "lat": 50.1196820,\n
        "lon": 2.9858660,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116596,\n
        "lat": 50.1196830,\n
        "lon": 2.9878140,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116599,\n
        "lat": 50.1196840,\n
        "lon": 2.9872380,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116602,\n
        "lat": 50.1196860,\n
        "lon": 2.9858570,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116605,\n
        "lat": 50.1196860,\n
        "lon": 2.9831990,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116608,\n
        "lat": 50.1196870,\n
        "lon": 2.9869130,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116611,\n
        "lat": 50.1196890,\n
        "lon": 2.9838890,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116614,\n
        "lat": 50.1196900,\n
        "lon": 2.9858420,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116617,\n
        "lat": 50.1196900,\n
        "lon": 2.9821270,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116620,\n
        "lat": 50.1196910,\n
        "lon": 2.9831880,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116623,\n
        "lat": 50.1196910,\n
        "lon": 2.9822180,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116626,\n
        "lat": 50.1196940,\n
        "lon": 2.9850960,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116631,\n
        "lat": 50.1196950,\n
        "lon": 2.9832300,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116634,\n
        "lat": 50.1196960,\n
        "lon": 2.9859680,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116637,\n
        "lat": 50.1196990,\n
        "lon": 2.9831190,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116640,\n
        "lat": 50.1197010,\n
        "lon": 2.9876700,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116643,\n
        "lat": 50.1197020,\n
        "lon": 2.9869980,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116646,\n
        "lat": 50.1197020,\n
        "lon": 2.9838680,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116649,\n
        "lat": 50.1197020,\n
        "lon": 2.9837390,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116653,\n
        "lat": 50.1197020,\n
        "lon": 2.9832150,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116656,\n
        "lat": 50.1197030,\n
        "lon": 2.9858180,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116659,\n
        "lat": 50.1197040,\n
        "lon": 2.9842990,\n
        "timestamp": "2013-11-20T10:41:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116662,\n
        "lat": 50.1197040,\n
        "lon": 2.9819070,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116665,\n
        "lat": 50.1197060,\n
        "lon": 2.9832060,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116668,\n
        "lat": 50.1197080,\n
        "lon": 2.9840310,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116672,\n
        "lat": 50.1197090,\n
        "lon": 2.9837270,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116675,\n
        "lat": 50.1197090,\n
        "lon": 2.9833170,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116678,\n
        "lat": 50.1197110,\n
        "lon": 2.9858660,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116682,\n
        "lat": 50.1197120,\n
        "lon": 2.9878360,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116685,\n
        "lat": 50.1197120,\n
        "lon": 2.9865180,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116688,\n
        "lat": 50.1197120,\n
        "lon": 2.9820700,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116691,\n
        "lat": 50.1197130,\n
        "lon": 2.9856730,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116694,\n
        "lat": 50.1197140,\n
        "lon": 2.9831340,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116697,\n
        "lat": 50.1197150,\n
        "lon": 2.9820280,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116700,\n
        "lat": 50.1197160,\n
        "lon": 2.9842380,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116703,\n
        "lat": 50.1197170,\n
        "lon": 2.9889960,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116706,\n
        "lat": 50.1197180,\n
        "lon": 2.9838920,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116710,\n
        "lat": 50.1197190,\n
        "lon": 2.9820750,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116713,\n
        "lat": 50.1197200,\n
        "lon": 2.9839950,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116716,\n
        "lat": 50.1197210,\n
        "lon": 2.9869470,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116719,\n
        "lat": 50.1197220,\n
        "lon": 2.9839890,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116722,\n
        "lat": 50.1197240,\n
        "lon": 2.9859160,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116725,\n
        "lat": 50.1197270,\n
        "lon": 2.9832810,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116728,\n
        "lat": 50.1197300,\n
        "lon": 2.9876900,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116731,\n
        "lat": 50.1197310,\n
        "lon": 2.9839130,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116733,\n
        "lat": 50.1197310,\n
        "lon": 2.9837720,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116735,\n
        "lat": 50.1197320,\n
        "lon": 2.9856020,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116737,\n
        "lat": 50.1197330,\n
        "lon": 2.9819930,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116739,\n
        "lat": 50.1197330,\n
        "lon": 2.9816770,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116741,\n
        "lat": 50.1197340,\n
        "lon": 2.9881020,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116743,\n
        "lat": 50.1197370,\n
        "lon": 2.9877660,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116745,\n
        "lat": 50.1197370,\n
        "lon": 2.9840920,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116748,\n
        "lat": 50.1197390,\n
        "lon": 2.9860200,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116751,\n
        "lat": 50.1197390,\n
        "lon": 2.9856120,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116754,\n
        "lat": 50.1197400,\n
        "lon": 2.9833830,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116757,\n
        "lat": 50.1197410,\n
        "lon": 2.9843170,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116760,\n
        "lat": 50.1197420,\n
        "lon": 2.9858070,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116763,\n
        "lat": 50.1197420,\n
        "lon": 2.9820950,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116766,\n
        "lat": 50.1197430,\n
        "lon": 2.9835810,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116770,\n
        "lat": 50.1197440,\n
        "lon": 2.9839310,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116773,\n
        "lat": 50.1197460,\n
        "lon": 2.9870440,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116776,\n
        "lat": 50.1197460,\n
        "lon": 2.9820070,\n
        "timestamp": "2013-11-20T10:41:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116779,\n
        "lat": 50.1197500,\n
        "lon": 2.9840570,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116782,\n
        "lat": 50.1197510,\n
        "lon": 2.9867120,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116785,\n
        "lat": 50.1197510,\n
        "lon": 2.9856230,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116788,\n
        "lat": 50.1197520,\n
        "lon": 2.9855440,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116791,\n
        "lat": 50.1197520,\n
        "lon": 2.9852510,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116794,\n
        "lat": 50.1197530,\n
        "lon": 2.9833650,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116798,\n
        "lat": 50.1197540,\n
        "lon": 2.9821920,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116802,\n
        "lat": 50.1197550,\n
        "lon": 2.9886360,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116804,\n
        "lat": 50.1197570,\n
        "lon": 2.9841840,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116806,\n
        "lat": 50.1197610,\n
        "lon": 2.9838250,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116808,\n
        "lat": 50.1197620,\n
        "lon": 2.9855220,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116810,\n
        "lat": 50.1197630,\n
        "lon": 2.9869950,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116822,\n
        "lat": 50.1197630,\n
        "lon": 2.9840230,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116826,\n
        "lat": 50.1197650,\n
        "lon": 2.9841540,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116829,\n
        "lat": 50.1197670,\n
        "lon": 2.9866760,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116832,\n
        "lat": 50.1197690,\n
        "lon": 2.9855550,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116835,\n
        "lat": 50.1197690,\n
        "lon": 2.9854980,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116838,\n
        "lat": 50.1197690,\n
        "lon": 2.9835510,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116841,\n
        "lat": 50.1197700,\n
        "lon": 2.9864470,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116844,\n
        "lat": 50.1197700,\n
        "lon": 2.9859580,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116849,\n
        "lat": 50.1197700,\n
        "lon": 2.9856460,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116852,\n
        "lat": 50.1197700,\n
        "lon": 2.9839700,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116855,\n
        "lat": 50.1197710,\n
        "lon": 2.9888780,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116858,\n
        "lat": 50.1197710,\n
        "lon": 2.9880030,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116861,\n
        "lat": 50.1197710,\n
        "lon": 2.9841950,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116865,\n
        "lat": 50.1197720,\n
        "lon": 2.9819940,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116868,\n
        "lat": 50.1197740,\n
        "lon": 2.9819980,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116870,\n
        "lat": 50.1197750,\n
        "lon": 2.9859490,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116872,\n
        "lat": 50.1197760,\n
        "lon": 2.9851400,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116874,\n
        "lat": 50.1197760,\n
        "lon": 2.9833270,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116877,\n
        "lat": 50.1197770,\n
        "lon": 2.9868790,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116880,\n
        "lat": 50.1197770,\n
        "lon": 2.9855350,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116883,\n
        "lat": 50.1197780,\n
        "lon": 2.9890630,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116886,\n
        "lat": 50.1197780,\n
        "lon": 2.9877980,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116889,\n
        "lat": 50.1197790,\n
        "lon": 2.9819200,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116891,\n
        "lat": 50.1197800,\n
        "lon": 2.9839840,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116893,\n
        "lat": 50.1197800,\n
        "lon": 2.9831840,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116895,\n
        "lat": 50.1197820,\n
        "lon": 2.9865880,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116897,\n
        "lat": 50.1197830,\n
        "lon": 2.9855100,\n
        "timestamp": "2013-11-20T10:42:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116899,\n
        "lat": 50.1197830,\n
        "lon": 2.9843360,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116901,\n
        "lat": 50.1197850,\n
        "lon": 2.9838700,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116904,\n
        "lat": 50.1197870,\n
        "lon": 2.9846970,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116906,\n
        "lat": 50.1197880,\n
        "lon": 2.9823910,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116908,\n
        "lat": 50.1197910,\n
        "lon": 2.9835260,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116910,\n
        "lat": 50.1197920,\n
        "lon": 2.9823820,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116912,\n
        "lat": 50.1197930,\n
        "lon": 2.9867530,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116914,\n
        "lat": 50.1197940,\n
        "lon": 2.9866000,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116916,\n
        "lat": 50.1197950,\n
        "lon": 2.9879400,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116919,\n
        "lat": 50.1197950,\n
        "lon": 2.9832980,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116921,\n
        "lat": 50.1197960,\n
        "lon": 2.9877460,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116923,\n
        "lat": 50.1197960,\n
        "lon": 2.9855500,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116925,\n
        "lat": 50.1197970,\n
        "lon": 2.9819440,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116927,\n
        "lat": 50.1198000,\n
        "lon": 2.9836840,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116930,\n
        "lat": 50.1198050,\n
        "lon": 2.9863290,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116932,\n
        "lat": 50.1198050,\n
        "lon": 2.9854310,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116934,\n
        "lat": 50.1198060,\n
        "lon": 2.9885230,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116936,\n
        "lat": 50.1198060,\n
        "lon": 2.9846060,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116938,\n
        "lat": 50.1198060,\n
        "lon": 2.9821550,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116941,\n
        "lat": 50.1198060,\n
        "lon": 2.9818730,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116943,\n
        "lat": 50.1198070,\n
        "lon": 2.9867170,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116945,\n
        "lat": 50.1198070,\n
        "lon": 2.9858870,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116947,\n
        "lat": 50.1198080,\n
        "lon": 2.9847090,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116949,\n
        "lat": 50.1198080,\n
        "lon": 2.9837040,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116952,\n
        "lat": 50.1198090,\n
        "lon": 2.9866160,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116954,\n
        "lat": 50.1198100,\n
        "lon": 2.9839130,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116956,\n
        "lat": 50.1198100,\n
        "lon": 2.9832710,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116960,\n
        "lat": 50.1198110,\n
        "lon": 2.9834940,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116962,\n
        "lat": 50.1198130,\n
        "lon": 2.9877740,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116964,\n
        "lat": 50.1198140,\n
        "lon": 2.9823290,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116967,\n
        "lat": 50.1198150,\n
        "lon": 2.9878060,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116969,\n
        "lat": 50.1198150,\n
        "lon": 2.9869150,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116971,\n
        "lat": 50.1198160,\n
        "lon": 2.9877650,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116973,\n
        "lat": 50.1198160,\n
        "lon": 2.9867800,\n
        "timestamp": "2013-11-20T10:42:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116975,\n
        "lat": 50.1198160,\n
        "lon": 2.9843510,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116978,\n
        "lat": 50.1198190,\n
        "lon": 2.9864880,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116980,\n
        "lat": 50.1198190,\n
        "lon": 2.9841870,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116982,\n
        "lat": 50.1198200,\n
        "lon": 2.9823130,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116984,\n
        "lat": 50.1198210,\n
        "lon": 2.9856810,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116987,\n
        "lat": 50.1198220,\n
        "lon": 2.9877830,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116989,\n
        "lat": 50.1198220,\n
        "lon": 2.9832440,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116991,\n
        "lat": 50.1198260,\n
        "lon": 2.9877430,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116993,\n
        "lat": 50.1198270,\n
        "lon": 2.9832300,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116995,\n
        "lat": 50.1198290,\n
        "lon": 2.9885620,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541116997,\n
        "lat": 50.1198290,\n
        "lon": 2.9830640,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117000,\n
        "lat": 50.1198300,\n
        "lon": 2.9836690,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117002,\n
        "lat": 50.1198310,\n
        "lon": 2.9885520,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117005,\n
        "lat": 50.1198320,\n
        "lon": 2.9889450,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117007,\n
        "lat": 50.1198320,\n
        "lon": 2.9854190,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117009,\n
        "lat": 50.1198330,\n
        "lon": 2.9853270,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117011,\n
        "lat": 50.1198350,\n
        "lon": 2.9866430,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117013,\n
        "lat": 50.1198350,\n
        "lon": 2.9858090,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117016,\n
        "lat": 50.1198400,\n
        "lon": 2.9827030,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117018,\n
        "lat": 50.1198420,\n
        "lon": 2.9820640,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117020,\n
        "lat": 50.1198430,\n
        "lon": 2.9856310,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117022,\n
        "lat": 50.1198440,\n
        "lon": 2.9845530,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117025,\n
        "lat": 50.1198470,\n
        "lon": 2.9852660,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117027,\n
        "lat": 50.1198470,\n
        "lon": 2.9830160,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117029,\n
        "lat": 50.1198490,\n
        "lon": 2.9826750,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117031,\n
        "lat": 50.1198500,\n
        "lon": 2.9842060,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117033,\n
        "lat": 50.1198510,\n
        "lon": 2.9839050,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117035,\n
        "lat": 50.1198530,\n
        "lon": 2.9868190,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117038,\n
        "lat": 50.1198550,\n
        "lon": 2.9863690,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117046,\n
        "lat": 50.1198570,\n
        "lon": 2.9831580,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117048,\n
        "lat": 50.1198600,\n
        "lon": 2.9881340,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117050,\n
        "lat": 50.1198610,\n
        "lon": 2.9887480,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117052,\n
        "lat": 50.1198610,\n
        "lon": 2.9866140,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117055,\n
        "lat": 50.1198620,\n
        "lon": 2.9857460,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117057,\n
        "lat": 50.1198630,\n
        "lon": 2.9835330,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117059,\n
        "lat": 50.1198630,\n
        "lon": 2.9822070,\n
        "timestamp": "2013-11-20T10:42:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117061,\n
        "lat": 50.1198640,\n
        "lon": 2.9846430,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117064,\n
        "lat": 50.1198650,\n
        "lon": 2.9878610,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117066,\n
        "lat": 50.1198660,\n
        "lon": 2.9851830,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117068,\n
        "lat": 50.1198660,\n
        "lon": 2.9826250,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117070,\n
        "lat": 50.1198670,\n
        "lon": 2.9857310,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117072,\n
        "lat": 50.1198670,\n
        "lon": 2.9850300,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117074,\n
        "lat": 50.1198680,\n
        "lon": 2.9864910,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117077,\n
        "lat": 50.1198680,\n
        "lon": 2.9838440,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117079,\n
        "lat": 50.1198680,\n
        "lon": 2.9827220,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117081,\n
        "lat": 50.1198690,\n
        "lon": 2.9867810,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117083,\n
        "lat": 50.1198710,\n
        "lon": 2.9878500,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117085,\n
        "lat": 50.1198710,\n
        "lon": 2.9835970,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117087,\n
        "lat": 50.1198730,\n
        "lon": 2.9821790,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117090,\n
        "lat": 50.1198750,\n
        "lon": 2.9838520,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117091,\n
        "lat": 50.1198760,\n
        "lon": 2.9838310,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117093,\n
        "lat": 50.1198760,\n
        "lon": 2.9831060,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117095,\n
        "lat": 50.1198770,\n
        "lon": 2.9879640,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117097,\n
        "lat": 50.1198770,\n
        "lon": 2.9826950,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117100,\n
        "lat": 50.1198780,\n
        "lon": 2.9845620,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117102,\n
        "lat": 50.1198800,\n
        "lon": 2.9865730,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117104,\n
        "lat": 50.1198810,\n
        "lon": 2.9817850,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117107,\n
        "lat": 50.1198850,\n
        "lon": 2.9867970,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117109,\n
        "lat": 50.1198870,\n
        "lon": 2.9835690,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117111,\n
        "lat": 50.1198880,\n
        "lon": 2.9856800,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117113,\n
        "lat": 50.1198890,\n
        "lon": 2.9878100,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117116,\n
        "lat": 50.1198890,\n
        "lon": 2.9833410,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117118,\n
        "lat": 50.1198890,\n
        "lon": 2.9822310,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117120,\n
        "lat": 50.1198900,\n
        "lon": 2.9864440,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117122,\n
        "lat": 50.1198920,\n
        "lon": 2.9826480,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117124,\n
        "lat": 50.1198930,\n
        "lon": 2.9867260,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117126,\n
        "lat": 50.1198930,\n
        "lon": 2.9830580,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117127,\n
        "lat": 50.1198950,\n
        "lon": 2.9827860,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117128,\n
        "lat": 50.1198950,\n
        "lon": 2.9825470,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117129,\n
        "lat": 50.1198950,\n
        "lon": 2.9824740,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117130,\n
        "lat": 50.1198980,\n
        "lon": 2.9879890,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117131,\n
        "lat": 50.1198980,\n
        "lon": 2.9867070,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117132,\n
        "lat": 50.1198980,\n
        "lon": 2.9859280,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117133,\n
        "lat": 50.1199000,\n
        "lon": 2.9822040,\n
        "timestamp": "2013-11-20T10:42:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117134,\n
        "lat": 50.1199010,\n
        "lon": 2.9837990,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117135,\n
        "lat": 50.1199020,\n
        "lon": 2.9834570,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117136,\n
        "lat": 50.1199030,\n
        "lon": 2.9827530,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117137,\n
        "lat": 50.1199060,\n
        "lon": 2.9886460,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117139,\n
        "lat": 50.1199060,\n
        "lon": 2.9881940,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117140,\n
        "lat": 50.1199070,\n
        "lon": 2.9880460,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117143,\n
        "lat": 50.1199080,\n
        "lon": 2.9866610,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117145,\n
        "lat": 50.1199080,\n
        "lon": 2.9835370,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117147,\n
        "lat": 50.1199080,\n
        "lon": 2.9828290,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117149,\n
        "lat": 50.1199080,\n
        "lon": 2.9828160,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117151,\n
        "lat": 50.1199090,\n
        "lon": 2.9878880,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117153,\n
        "lat": 50.1199090,\n
        "lon": 2.9867410,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117155,\n
        "lat": 50.1199100,\n
        "lon": 2.9864030,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117157,\n
        "lat": 50.1199100,\n
        "lon": 2.9858510,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117159,\n
        "lat": 50.1199100,\n
        "lon": 2.9824490,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117162,\n
        "lat": 50.1199110,\n
        "lon": 2.9878920,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117164,\n
        "lat": 50.1199170,\n
        "lon": 2.9878980,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117166,\n
        "lat": 50.1199210,\n
        "lon": 2.9829790,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117168,\n
        "lat": 50.1199220,\n
        "lon": 2.9866130,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117170,\n
        "lat": 50.1199250,\n
        "lon": 2.9858690,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117172,\n
        "lat": 50.1199260,\n
        "lon": 2.9822650,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117174,\n
        "lat": 50.1199270,\n
        "lon": 2.9878510,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117176,\n
        "lat": 50.1199280,\n
        "lon": 2.9849120,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117178,\n
        "lat": 50.1199290,\n
        "lon": 2.9824680,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117180,\n
        "lat": 50.1199290,\n
        "lon": 2.9823460,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117182,\n
        "lat": 50.1199310,\n
        "lon": 2.9834970,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117184,\n
        "lat": 50.1199330,\n
        "lon": 2.9865660,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117186,\n
        "lat": 50.1199340,\n
        "lon": 2.9835000,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117188,\n
        "lat": 50.1199350,\n
        "lon": 2.9857880,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117191,\n
        "lat": 50.1199380,\n
        "lon": 2.9870140,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117193,\n
        "lat": 50.1199400,\n
        "lon": 2.9865050,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117195,\n
        "lat": 50.1199400,\n
        "lon": 2.9849190,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117197,\n
        "lat": 50.1199440,\n
        "lon": 2.9877910,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117199,\n
        "lat": 50.1199440,\n
        "lon": 2.9846830,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117201,\n
        "lat": 50.1199440,\n
        "lon": 2.9829030,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117203,\n
        "lat": 50.1199450,\n
        "lon": 2.9851420,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117205,\n
        "lat": 50.1199480,\n
        "lon": 2.9882550,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117207,\n
        "lat": 50.1199490,\n
        "lon": 2.9837270,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117209,\n
        "lat": 50.1199500,\n
        "lon": 2.9836010,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117211,\n
        "lat": 50.1199530,\n
        "lon": 2.9821870,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117214,\n
        "lat": 50.1199540,\n
        "lon": 2.9865210,\n
        "timestamp": "2013-11-20T10:42:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117216,\n
        "lat": 50.1199550,\n
        "lon": 2.9883500,\n
        "timestamp": "2013-11-20T10:42:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117218,\n
        "lat": 50.1199550,\n
        "lon": 2.9870320,\n
        "timestamp": "2013-11-20T10:42:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117281,\n
        "lat": 50.1199550,\n
        "lon": 2.9822880,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117283,\n
        "lat": 50.1199560,\n
        "lon": 2.9840100,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117285,\n
        "lat": 50.1199560,\n
        "lon": 2.9828570,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117287,\n
        "lat": 50.1199590,\n
        "lon": 2.9878100,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117289,\n
        "lat": 50.1199590,\n
        "lon": 2.9834440,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117291,\n
        "lat": 50.1199610,\n
        "lon": 2.9864580,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117294,\n
        "lat": 50.1199610,\n
        "lon": 2.9840620,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117296,\n
        "lat": 50.1199620,\n
        "lon": 2.9831910,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117298,\n
        "lat": 50.1199650,\n
        "lon": 2.9877440,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117300,\n
        "lat": 50.1199670,\n
        "lon": 2.9823000,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117302,\n
        "lat": 50.1199680,\n
        "lon": 2.9840120,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117304,\n
        "lat": 50.1199690,\n
        "lon": 2.9855120,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117306,\n
        "lat": 50.1199700,\n
        "lon": 2.9817970,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117308,\n
        "lat": 50.1199710,\n
        "lon": 2.9864370,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117310,\n
        "lat": 50.1199730,\n
        "lon": 2.9860140,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117312,\n
        "lat": 50.1199740,\n
        "lon": 2.9833580,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117314,\n
        "lat": 50.1199750,\n
        "lon": 2.9840230,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117316,\n
        "lat": 50.1199770,\n
        "lon": 2.9881980,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117318,\n
        "lat": 50.1199780,\n
        "lon": 2.9839530,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117320,\n
        "lat": 50.1199800,\n
        "lon": 2.9826300,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117322,\n
        "lat": 50.1199820,\n
        "lon": 2.9877620,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117324,\n
        "lat": 50.1199830,\n
        "lon": 2.9833710,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117327,\n
        "lat": 50.1199840,\n
        "lon": 2.9822550,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117329,\n
        "lat": 50.1199860,\n
        "lon": 2.9833940,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117331,\n
        "lat": 50.1199860,\n
        "lon": 2.9827260,\n
        "timestamp": "2013-11-20T10:42:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117333,\n
        "lat": 50.1199880,\n
        "lon": 2.9849450,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117335,\n
        "lat": 50.1199880,\n
        "lon": 2.9847100,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117337,\n
        "lat": 50.1199880,\n
        "lon": 2.9839630,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117339,\n
        "lat": 50.1199890,\n
        "lon": 2.9857010,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117341,\n
        "lat": 50.1199900,\n
        "lon": 2.9854370,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117343,\n
        "lat": 50.1199920,\n
        "lon": 2.9849470,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117346,\n
        "lat": 50.1199940,\n
        "lon": 2.9854230,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117348,\n
        "lat": 50.1199950,\n
        "lon": 2.9836720,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117350,\n
        "lat": 50.1199960,\n
        "lon": 2.9830930,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117352,\n
        "lat": 50.1199990,\n
        "lon": 2.9859530,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117354,\n
        "lat": 50.1200010,\n
        "lon": 2.9869220,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117356,\n
        "lat": 50.1200030,\n
        "lon": 2.9839240,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117358,\n
        "lat": 50.1200050,\n
        "lon": 2.9882290,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117361,\n
        "lat": 50.1200050,\n
        "lon": 2.9880040,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117363,\n
        "lat": 50.1200060,\n
        "lon": 2.9868500,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117365,\n
        "lat": 50.1200080,\n
        "lon": 2.9846180,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117367,\n
        "lat": 50.1200100,\n
        "lon": 2.9853640,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117369,\n
        "lat": 50.1200210,\n
        "lon": 2.9864940,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117371,\n
        "lat": 50.1200220,\n
        "lon": 2.9830170,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117373,\n
        "lat": 50.1200250,\n
        "lon": 2.9848080,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117375,\n
        "lat": 50.1200260,\n
        "lon": 2.9858920,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117377,\n
        "lat": 50.1200260,\n
        "lon": 2.9816200,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117379,\n
        "lat": 50.1200300,\n
        "lon": 2.9832360,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117382,\n
        "lat": 50.1200300,\n
        "lon": 2.9825130,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117384,\n
        "lat": 50.1200410,\n
        "lon": 2.9861190,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117386,\n
        "lat": 50.1200410,\n
        "lon": 2.9856020,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117388,\n
        "lat": 50.1200480,\n
        "lon": 2.9879220,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117390,\n
        "lat": 50.1200490,\n
        "lon": 2.9861010,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117392,\n
        "lat": 50.1200500,\n
        "lon": 2.9852080,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117394,\n
        "lat": 50.1200500,\n
        "lon": 2.9815930,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117396,\n
        "lat": 50.1200520,\n
        "lon": 2.9864260,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117399,\n
        "lat": 50.1200560,\n
        "lon": 2.9828870,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117401,\n
        "lat": 50.1200570,\n
        "lon": 2.9823820,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117403,\n
        "lat": 50.1200580,\n
        "lon": 2.9831560,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117405,\n
        "lat": 50.1200590,\n
        "lon": 2.9884530,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117407,\n
        "lat": 50.1200590,\n
        "lon": 2.9834630,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117409,\n
        "lat": 50.1200600,\n
        "lon": 2.9816950,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117411,\n
        "lat": 50.1200630,\n
        "lon": 2.9821980,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117413,\n
        "lat": 50.1200640,\n
        "lon": 2.9866520,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117415,\n
        "lat": 50.1200650,\n
        "lon": 2.9861470,\n
        "timestamp": "2013-11-20T10:42:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117419,\n
        "lat": 50.1200690,\n
        "lon": 2.9878810,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117422,\n
        "lat": 50.1200710,\n
        "lon": 2.9869940,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117424,\n
        "lat": 50.1200720,\n
        "lon": 2.9850180,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117426,\n
        "lat": 50.1200730,\n
        "lon": 2.9822920,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117428,\n
        "lat": 50.1200750,\n
        "lon": 2.9816500,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117430,\n
        "lat": 50.1200760,\n
        "lon": 2.9815640,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117432,\n
        "lat": 50.1200770,\n
        "lon": 2.9860400,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117434,\n
        "lat": 50.1200830,\n
        "lon": 2.9840540,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117436,\n
        "lat": 50.1200840,\n
        "lon": 2.9838160,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117438,\n
        "lat": 50.1200910,\n
        "lon": 2.9830900,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117441,\n
        "lat": 50.1200930,\n
        "lon": 2.9869390,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117443,\n
        "lat": 50.1200930,\n
        "lon": 2.9821400,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117445,\n
        "lat": 50.1200940,\n
        "lon": 2.9850310,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117447,\n
        "lat": 50.1200960,\n
        "lon": 2.9840180,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117449,\n
        "lat": 50.1200970,\n
        "lon": 2.9834400,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117451,\n
        "lat": 50.1200990,\n
        "lon": 2.9834770,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117459,\n
        "lat": 50.1201020,\n
        "lon": 2.9860660,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117464,\n
        "lat": 50.1201020,\n
        "lon": 2.9816180,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117467,\n
        "lat": 50.1201030,\n
        "lon": 2.9835410,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117469,\n
        "lat": 50.1201040,\n
        "lon": 2.9858360,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117472,\n
        "lat": 50.1201040,\n
        "lon": 2.9852520,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117475,\n
        "lat": 50.1201070,\n
        "lon": 2.9883400,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117478,\n
        "lat": 50.1201090,\n
        "lon": 2.9848560,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117484,\n
        "lat": 50.1201110,\n
        "lon": 2.9837620,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117488,\n
        "lat": 50.1201160,\n
        "lon": 2.9856930,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117491,\n
        "lat": 50.1201160,\n
        "lon": 2.9820890,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117494,\n
        "lat": 50.1201200,\n
        "lon": 2.9841950,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117498,\n
        "lat": 50.1201210,\n
        "lon": 2.9833260,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117501,\n
        "lat": 50.1201250,\n
        "lon": 2.9830160,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117507,\n
        "lat": 50.1201270,\n
        "lon": 2.9825070,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117509,\n
        "lat": 50.1201290,\n
        "lon": 2.9865130,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117512,\n
        "lat": 50.1201290,\n
        "lon": 2.9837790,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117516,\n
        "lat": 50.1201320,\n
        "lon": 2.9882830,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117519,\n
        "lat": 50.1201320,\n
        "lon": 2.9861010,\n
        "timestamp": "2013-11-20T10:42:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117522,\n
        "lat": 50.1201320,\n
        "lon": 2.9851330,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117526,\n
        "lat": 50.1201320,\n
        "lon": 2.9833330,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117529,\n
        "lat": 50.1201350,\n
        "lon": 2.9832660,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117533,\n
        "lat": 50.1201420,\n
        "lon": 2.9851620,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117535,\n
        "lat": 50.1201450,\n
        "lon": 2.9838950,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117537,\n
        "lat": 50.1201450,\n
        "lon": 2.9835920,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117539,\n
        "lat": 50.1201460,\n
        "lon": 2.9841210,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117541,\n
        "lat": 50.1201470,\n
        "lon": 2.9851440,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117543,\n
        "lat": 50.1201470,\n
        "lon": 2.9837430,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117547,\n
        "lat": 50.1201490,\n
        "lon": 2.9824060,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117549,\n
        "lat": 50.1201510,\n
        "lon": 2.9857370,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117551,\n
        "lat": 50.1201520,\n
        "lon": 2.9820320,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117553,\n
        "lat": 50.1201530,\n
        "lon": 2.9847980,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117555,\n
        "lat": 50.1201650,\n
        "lon": 2.9833560,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117559,\n
        "lat": 50.1201700,\n
        "lon": 2.9852970,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117562,\n
        "lat": 50.1201700,\n
        "lon": 2.9843140,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117564,\n
        "lat": 50.1201700,\n
        "lon": 2.9831070,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117565,\n
        "lat": 50.1201710,\n
        "lon": 2.9851820,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117567,\n
        "lat": 50.1201710,\n
        "lon": 2.9837670,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117571,\n
        "lat": 50.1201770,\n
        "lon": 2.9851670,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117575,\n
        "lat": 50.1201800,\n
        "lon": 2.9818210,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117576,\n
        "lat": 50.1201810,\n
        "lon": 2.9830780,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117577,\n
        "lat": 50.1201830,\n
        "lon": 2.9833000,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117578,\n
        "lat": 50.1201830,\n
        "lon": 2.9818960,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117579,\n
        "lat": 50.1201840,\n
        "lon": 2.9822730,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117580,\n
        "lat": 50.1201840,\n
        "lon": 2.9819050,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117582,\n
        "lat": 50.1201860,\n
        "lon": 2.9819140,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117583,\n
        "lat": 50.1201860,\n
        "lon": 2.9818840,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117585,\n
        "lat": 50.1201870,\n
        "lon": 2.9842680,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117589,\n
        "lat": 50.1201880,\n
        "lon": 2.9853000,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117591,\n
        "lat": 50.1201880,\n
        "lon": 2.9818780,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117595,\n
        "lat": 50.1201910,\n
        "lon": 2.9817820,\n
        "timestamp": "2013-11-20T10:42:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117599,\n
        "lat": 50.1201930,\n
        "lon": 2.9819190,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117601,\n
        "lat": 50.1201930,\n
        "lon": 2.9818730,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117602,\n
        "lat": 50.1201950,\n
        "lon": 2.9854560,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117604,\n
        "lat": 50.1201970,\n
        "lon": 2.9818090,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117606,\n
        "lat": 50.1202010,\n
        "lon": 2.9819210,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117608,\n
        "lat": 50.1202020,\n
        "lon": 2.9815080,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117610,\n
        "lat": 50.1202050,\n
        "lon": 2.9851890,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117612,\n
        "lat": 50.1202050,\n
        "lon": 2.9817730,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117614,\n
        "lat": 50.1202070,\n
        "lon": 2.9859590,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117616,\n
        "lat": 50.1202070,\n
        "lon": 2.9819190,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117617,\n
        "lat": 50.1202110,\n
        "lon": 2.9831630,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117619,\n
        "lat": 50.1202120,\n
        "lon": 2.9871530,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117621,\n
        "lat": 50.1202120,\n
        "lon": 2.9831540,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117624,\n
        "lat": 50.1202120,\n
        "lon": 2.9817970,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117626,\n
        "lat": 50.1202130,\n
        "lon": 2.9836710,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117628,\n
        "lat": 50.1202150,\n
        "lon": 2.9843580,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117630,\n
        "lat": 50.1202150,\n
        "lon": 2.9833920,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117632,\n
        "lat": 50.1202150,\n
        "lon": 2.9815680,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117634,\n
        "lat": 50.1202170,\n
        "lon": 2.9819540,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117635,\n
        "lat": 50.1202180,\n
        "lon": 2.9862070,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117637,\n
        "lat": 50.1202180,\n
        "lon": 2.9853790,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117639,\n
        "lat": 50.1202200,\n
        "lon": 2.9833970,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117641,\n
        "lat": 50.1202230,\n
        "lon": 2.9858210,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117644,\n
        "lat": 50.1202260,\n
        "lon": 2.9871250,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117646,\n
        "lat": 50.1202280,\n
        "lon": 2.9817580,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117648,\n
        "lat": 50.1202320,\n
        "lon": 2.9843140,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117650,\n
        "lat": 50.1202330,\n
        "lon": 2.9886340,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117652,\n
        "lat": 50.1202330,\n
        "lon": 2.9853340,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117654,\n
        "lat": 50.1202340,\n
        "lon": 2.9817850,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117656,\n
        "lat": 50.1202340,\n
        "lon": 2.9813850,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117659,\n
        "lat": 50.1202380,\n
        "lon": 2.9821300,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117661,\n
        "lat": 50.1202390,\n
        "lon": 2.9870940,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117663,\n
        "lat": 50.1202390,\n
        "lon": 2.9841340,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117665,\n
        "lat": 50.1202410,\n
        "lon": 2.9884850,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117667,\n
        "lat": 50.1202410,\n
        "lon": 2.9833750,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117675,\n
        "lat": 50.1202440,\n
        "lon": 2.9848750,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117677,\n
        "lat": 50.1202450,\n
        "lon": 2.9850770,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117679,\n
        "lat": 50.1202460,\n
        "lon": 2.9880810,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117681,\n
        "lat": 50.1202480,\n
        "lon": 2.9841420,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117683,\n
        "lat": 50.1202500,\n
        "lon": 2.9871950,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117685,\n
        "lat": 50.1202500,\n
        "lon": 2.9825770,\n
        "timestamp": "2013-11-20T10:42:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117687,\n
        "lat": 50.1202540,\n
        "lon": 2.9825670,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117689,\n
        "lat": 50.1202550,\n
        "lon": 2.9858630,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117691,\n
        "lat": 50.1202550,\n
        "lon": 2.9850480,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117693,\n
        "lat": 50.1202560,\n
        "lon": 2.9850860,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117695,\n
        "lat": 50.1202610,\n
        "lon": 2.9833540,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117697,\n
        "lat": 50.1202620,\n
        "lon": 2.9871660,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117699,\n
        "lat": 50.1202620,\n
        "lon": 2.9844010,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117701,\n
        "lat": 50.1202640,\n
        "lon": 2.9850570,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117703,\n
        "lat": 50.1202640,\n
        "lon": 2.9825250,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117705,\n
        "lat": 50.1202690,\n
        "lon": 2.9884330,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117707,\n
        "lat": 50.1202690,\n
        "lon": 2.9815450,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117709,\n
        "lat": 50.1202710,\n
        "lon": 2.9847850,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117713,\n
        "lat": 50.1202730,\n
        "lon": 2.9824790,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117715,\n
        "lat": 50.1202750,\n
        "lon": 2.9825330,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117717,\n
        "lat": 50.1202760,\n
        "lon": 2.9834330,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117719,\n
        "lat": 50.1202780,\n
        "lon": 2.9847810,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117721,\n
        "lat": 50.1202820,\n
        "lon": 2.9817530,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117723,\n
        "lat": 50.1202860,\n
        "lon": 2.9837600,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117725,\n
        "lat": 50.1202880,\n
        "lon": 2.9817780,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117728,\n
        "lat": 50.1202900,\n
        "lon": 2.9821720,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117730,\n
        "lat": 50.1202940,\n
        "lon": 2.9852990,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117732,\n
        "lat": 50.1202940,\n
        "lon": 2.9829060,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117734,\n
        "lat": 50.1202950,\n
        "lon": 2.9879830,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117736,\n
        "lat": 50.1202950,\n
        "lon": 2.9829160,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117740,\n
        "lat": 50.1203020,\n
        "lon": 2.9818320,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117742,\n
        "lat": 50.1203040,\n
        "lon": 2.9839660,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117744,\n
        "lat": 50.1203050,\n
        "lon": 2.9849300,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117746,\n
        "lat": 50.1203050,\n
        "lon": 2.9817550,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117748,\n
        "lat": 50.1203070,\n
        "lon": 2.9842900,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117750,\n
        "lat": 50.1203070,\n
        "lon": 2.9826500,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117752,\n
        "lat": 50.1203070,\n
        "lon": 2.9817650,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117754,\n
        "lat": 50.1203080,\n
        "lon": 2.9870700,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117756,\n
        "lat": 50.1203090,\n
        "lon": 2.9884900,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117758,\n
        "lat": 50.1203110,\n
        "lon": 2.9833020,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117760,\n
        "lat": 50.1203140,\n
        "lon": 2.9818850,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117762,\n
        "lat": 50.1203170,\n
        "lon": 2.9851700,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117764,\n
        "lat": 50.1203170,\n
        "lon": 2.9850810,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117766,\n
        "lat": 50.1203170,\n
        "lon": 2.9826130,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117768,\n
        "lat": 50.1203180,\n
        "lon": 2.9833150,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117770,\n
        "lat": 50.1203180,\n
        "lon": 2.9818180,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117772,\n
        "lat": 50.1203200,\n
        "lon": 2.9880120,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117774,\n
        "lat": 50.1203220,\n
        "lon": 2.9855600,\n
        "timestamp": "2013-11-20T10:42:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117776,\n
        "lat": 50.1203220,\n
        "lon": 2.9833610,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117778,\n
        "lat": 50.1203220,\n
        "lon": 2.9832890,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117780,\n
        "lat": 50.1203270,\n
        "lon": 2.9881800,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117782,\n
        "lat": 50.1203280,\n
        "lon": 2.9839030,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117784,\n
        "lat": 50.1203300,\n
        "lon": 2.9840520,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117786,\n
        "lat": 50.1203300,\n
        "lon": 2.9833770,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117788,\n
        "lat": 50.1203320,\n
        "lon": 2.9851820,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117790,\n
        "lat": 50.1203320,\n
        "lon": 2.9840880,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117792,\n
        "lat": 50.1203340,\n
        "lon": 2.9832870,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117794,\n
        "lat": 50.1203350,\n
        "lon": 2.9842240,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117796,\n
        "lat": 50.1203360,\n
        "lon": 2.9835230,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117798,\n
        "lat": 50.1203380,\n
        "lon": 2.9850970,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117800,\n
        "lat": 50.1203390,\n
        "lon": 2.9885520,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117802,\n
        "lat": 50.1203400,\n
        "lon": 2.9842100,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117804,\n
        "lat": 50.1203400,\n
        "lon": 2.9840610,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117806,\n
        "lat": 50.1203400,\n
        "lon": 2.9829490,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117808,\n
        "lat": 50.1203410,\n
        "lon": 2.9859660,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117810,\n
        "lat": 50.1203410,\n
        "lon": 2.9853360,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117812,\n
        "lat": 50.1203410,\n
        "lon": 2.9821300,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117814,\n
        "lat": 50.1203440,\n
        "lon": 2.9830930,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117816,\n
        "lat": 50.1203440,\n
        "lon": 2.9825830,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117818,\n
        "lat": 50.1203450,\n
        "lon": 2.9832960,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117820,\n
        "lat": 50.1203450,\n
        "lon": 2.9823990,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117822,\n
        "lat": 50.1203460,\n
        "lon": 2.9840000,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117824,\n
        "lat": 50.1203480,\n
        "lon": 2.9854890,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117826,\n
        "lat": 50.1203510,\n
        "lon": 2.9827080,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117828,\n
        "lat": 50.1203570,\n
        "lon": 2.9833210,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117830,\n
        "lat": 50.1203600,\n
        "lon": 2.9873160,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117832,\n
        "lat": 50.1203610,\n
        "lon": 2.9834790,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117834,\n
        "lat": 50.1203670,\n
        "lon": 2.9852580,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117836,\n
        "lat": 50.1203670,\n
        "lon": 2.9834860,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117838,\n
        "lat": 50.1203700,\n
        "lon": 2.9871370,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117840,\n
        "lat": 50.1203710,\n
        "lon": 2.9832340,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117842,\n
        "lat": 50.1203760,\n
        "lon": 2.9880800,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117844,\n
        "lat": 50.1203760,\n
        "lon": 2.9839530,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117846,\n
        "lat": 50.1203770,\n
        "lon": 2.9827280,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117848,\n
        "lat": 50.1203820,\n
        "lon": 2.9848730,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117850,\n
        "lat": 50.1203820,\n
        "lon": 2.9835700,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117852,\n
        "lat": 50.1203830,\n
        "lon": 2.9853710,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117855,\n
        "lat": 50.1203830,\n
        "lon": 2.9827090,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117857,\n
        "lat": 50.1203870,\n
        "lon": 2.9884640,\n
        "timestamp": "2013-11-20T10:42:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117859,\n
        "lat": 50.1203880,\n
        "lon": 2.9872580,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117861,\n
        "lat": 50.1203890,\n
        "lon": 2.9846320,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117868,\n
        "lat": 50.1203900,\n
        "lon": 2.9822990,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117870,\n
        "lat": 50.1203910,\n
        "lon": 2.9853750,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117872,\n
        "lat": 50.1203940,\n
        "lon": 2.9849750,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117874,\n
        "lat": 50.1203940,\n
        "lon": 2.9828990,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117877,\n
        "lat": 50.1203970,\n
        "lon": 2.9852270,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117879,\n
        "lat": 50.1203980,\n
        "lon": 2.9868660,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117881,\n
        "lat": 50.1204010,\n
        "lon": 2.9827460,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117883,\n
        "lat": 50.1204040,\n
        "lon": 2.9886460,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117886,\n
        "lat": 50.1204040,\n
        "lon": 2.9835270,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117888,\n
        "lat": 50.1204040,\n
        "lon": 2.9819670,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117890,\n
        "lat": 50.1204050,\n
        "lon": 2.9826310,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117892,\n
        "lat": 50.1204060,\n
        "lon": 2.9833780,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117894,\n
        "lat": 50.1204080,\n
        "lon": 2.9816880,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117896,\n
        "lat": 50.1204100,\n
        "lon": 2.9881680,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117898,\n
        "lat": 50.1204100,\n
        "lon": 2.9868370,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117901,\n
        "lat": 50.1204130,\n
        "lon": 2.9824920,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117903,\n
        "lat": 50.1204140,\n
        "lon": 2.9881710,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117905,\n
        "lat": 50.1204170,\n
        "lon": 2.9867700,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117907,\n
        "lat": 50.1204170,\n
        "lon": 2.9849050,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117909,\n
        "lat": 50.1204180,\n
        "lon": 2.9822330,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117911,\n
        "lat": 50.1204190,\n
        "lon": 2.9853070,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117913,\n
        "lat": 50.1204200,\n
        "lon": 2.9886210,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117915,\n
        "lat": 50.1204230,\n
        "lon": 2.9881530,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117917,\n
        "lat": 50.1204230,\n
        "lon": 2.9817450,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117919,\n
        "lat": 50.1204240,\n
        "lon": 2.9836950,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117921,\n
        "lat": 50.1204240,\n
        "lon": 2.9831440,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117923,\n
        "lat": 50.1204250,\n
        "lon": 2.9823420,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117925,\n
        "lat": 50.1204270,\n
        "lon": 2.9881880,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117927,\n
        "lat": 50.1204330,\n
        "lon": 2.9820500,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117929,\n
        "lat": 50.1204350,\n
        "lon": 2.9852620,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117931,\n
        "lat": 50.1204360,\n
        "lon": 2.9881700,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117933,\n
        "lat": 50.1204360,\n
        "lon": 2.9825470,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117935,\n
        "lat": 50.1204380,\n
        "lon": 2.9875280,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117937,\n
        "lat": 50.1204390,\n
        "lon": 2.9819350,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117939,\n
        "lat": 50.1204400,\n
        "lon": 2.9837100,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117941,\n
        "lat": 50.1204420,\n
        "lon": 2.9825280,\n
        "timestamp": "2013-11-20T10:42:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117943,\n
        "lat": 50.1204420,\n
        "lon": 2.9823610,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117945,\n
        "lat": 50.1204450,\n
        "lon": 2.9875370,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117947,\n
        "lat": 50.1204490,\n
        "lon": 2.9850540,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117949,\n
        "lat": 50.1204490,\n
        "lon": 2.9844590,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117951,\n
        "lat": 50.1204520,\n
        "lon": 2.9816230,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117953,\n
        "lat": 50.1204530,\n
        "lon": 2.9882220,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117955,\n
        "lat": 50.1204530,\n
        "lon": 2.9881380,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117957,\n
        "lat": 50.1204530,\n
        "lon": 2.9850720,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117959,\n
        "lat": 50.1204550,\n
        "lon": 2.9885600,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117961,\n
        "lat": 50.1204550,\n
        "lon": 2.9852140,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117963,\n
        "lat": 50.1204560,\n
        "lon": 2.9852120,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117965,\n
        "lat": 50.1204570,\n
        "lon": 2.9850280,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117967,\n
        "lat": 50.1204590,\n
        "lon": 2.9869340,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117969,\n
        "lat": 50.1204600,\n
        "lon": 2.9843880,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117972,\n
        "lat": 50.1204600,\n
        "lon": 2.9837800,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117974,\n
        "lat": 50.1204640,\n
        "lon": 2.9833360,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117976,\n
        "lat": 50.1204660,\n
        "lon": 2.9816810,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117978,\n
        "lat": 50.1204680,\n
        "lon": 2.9838230,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117980,\n
        "lat": 50.1204690,\n
        "lon": 2.9869120,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117982,\n
        "lat": 50.1204690,\n
        "lon": 2.9837880,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117984,\n
        "lat": 50.1204710,\n
        "lon": 2.9874520,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117986,\n
        "lat": 50.1204730,\n
        "lon": 2.9829510,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117988,\n
        "lat": 50.1204740,\n
        "lon": 2.9843480,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117990,\n
        "lat": 50.1204770,\n
        "lon": 2.9868490,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117992,\n
        "lat": 50.1204790,\n
        "lon": 2.9868430,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117994,\n
        "lat": 50.1204800,\n
        "lon": 2.9881710,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117996,\n
        "lat": 50.1204800,\n
        "lon": 2.9874600,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541117998,\n
        "lat": 50.1204810,\n
        "lon": 2.9822680,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118000,\n
        "lat": 50.1204810,\n
        "lon": 2.9817470,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118002,\n
        "lat": 50.1204830,\n
        "lon": 2.9887160,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118004,\n
        "lat": 50.1204870,\n
        "lon": 2.9837570,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118006,\n
        "lat": 50.1204880,\n
        "lon": 2.9818900,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118008,\n
        "lat": 50.1204900,\n
        "lon": 2.9868420,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118010,\n
        "lat": 50.1204920,\n
        "lon": 2.9851130,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118012,\n
        "lat": 50.1204930,\n
        "lon": 2.9866280,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118014,\n
        "lat": 50.1204940,\n
        "lon": 2.9821550,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118017,\n
        "lat": 50.1204970,\n
        "lon": 2.9815480,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118018,\n
        "lat": 50.1205000,\n
        "lon": 2.9852530,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118020,\n
        "lat": 50.1205010,\n
        "lon": 2.9875990,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118023,\n
        "lat": 50.1205010,\n
        "lon": 2.9867930,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118025,\n
        "lat": 50.1205020,\n
        "lon": 2.9852470,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118027,\n
        "lat": 50.1205020,\n
        "lon": 2.9845720,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118029,\n
        "lat": 50.1205030,\n
        "lon": 2.9868180,\n
        "timestamp": "2013-11-20T10:42:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118031,\n
        "lat": 50.1205040,\n
        "lon": 2.9887550,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118033,\n
        "lat": 50.1205060,\n
        "lon": 2.9822860,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118035,\n
        "lat": 50.1205060,\n
        "lon": 2.9815870,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118037,\n
        "lat": 50.1205090,\n
        "lon": 2.9821840,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118039,\n
        "lat": 50.1205100,\n
        "lon": 2.9867750,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118041,\n
        "lat": 50.1205100,\n
        "lon": 2.9819740,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118042,\n
        "lat": 50.1205110,\n
        "lon": 2.9873910,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118043,\n
        "lat": 50.1205140,\n
        "lon": 2.9867790,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118044,\n
        "lat": 50.1205140,\n
        "lon": 2.9818730,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118045,\n
        "lat": 50.1205150,\n
        "lon": 2.9852110,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118046,\n
        "lat": 50.1205170,\n
        "lon": 2.9842290,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118047,\n
        "lat": 50.1205180,\n
        "lon": 2.9816450,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118048,\n
        "lat": 50.1205190,\n
        "lon": 2.9845180,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118051,\n
        "lat": 50.1205250,\n
        "lon": 2.9886560,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118052,\n
        "lat": 50.1205250,\n
        "lon": 2.9854320,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118053,\n
        "lat": 50.1205290,\n
        "lon": 2.9841960,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118054,\n
        "lat": 50.1205320,\n
        "lon": 2.9850080,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118055,\n
        "lat": 50.1205330,\n
        "lon": 2.9884310,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118056,\n
        "lat": 50.1205350,\n
        "lon": 2.9819520,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118057,\n
        "lat": 50.1205370,\n
        "lon": 2.9843910,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118058,\n
        "lat": 50.1205370,\n
        "lon": 2.9815220,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118059,\n
        "lat": 50.1205390,\n
        "lon": 2.9827310,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118061,\n
        "lat": 50.1205420,\n
        "lon": 2.9853970,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118062,\n
        "lat": 50.1205440,\n
        "lon": 2.9809290,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118064,\n
        "lat": 50.1205450,\n
        "lon": 2.9815610,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118066,\n
        "lat": 50.1205470,\n
        "lon": 2.9886950,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118068,\n
        "lat": 50.1205460,\n
        "lon": 2.9809090,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118070,\n
        "lat": 50.1205470,\n
        "lon": 2.9843620,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118072,\n
        "lat": 50.1205520,\n
        "lon": 2.9867040,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118074,\n
        "lat": 50.1205520,\n
        "lon": 2.9827520,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118076,\n
        "lat": 50.1205530,\n
        "lon": 2.9854650,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118078,\n
        "lat": 50.1205540,\n
        "lon": 2.9821420,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118080,\n
        "lat": 50.1205540,\n
        "lon": 2.9818490,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118083,\n
        "lat": 50.1205550,\n
        "lon": 2.9833970,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118085,\n
        "lat": 50.1205550,\n
        "lon": 2.9816960,\n
        "timestamp": "2013-11-20T10:42:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118087,\n
        "lat": 50.1205560,\n
        "lon": 2.9852960,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118089,\n
        "lat": 50.1205570,\n
        "lon": 2.9842610,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118091,\n
        "lat": 50.1205590,\n
        "lon": 2.9847920,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118093,\n
        "lat": 50.1205620,\n
        "lon": 2.9826470,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118095,\n
        "lat": 50.1205620,\n
        "lon": 2.9818790,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118097,\n
        "lat": 50.1205640,\n
        "lon": 2.9833120,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118099,\n
        "lat": 50.1205650,\n
        "lon": 2.9884730,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118101,\n
        "lat": 50.1205670,\n
        "lon": 2.9816520,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118103,\n
        "lat": 50.1205680,\n
        "lon": 2.9874530,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118105,\n
        "lat": 50.1205680,\n
        "lon": 2.9842290,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118107,\n
        "lat": 50.1205700,\n
        "lon": 2.9852600,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118109,\n
        "lat": 50.1205700,\n
        "lon": 2.9806550,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118111,\n
        "lat": 50.1205730,\n
        "lon": 2.9886650,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118113,\n
        "lat": 50.1205750,\n
        "lon": 2.9888890,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118115,\n
        "lat": 50.1205760,\n
        "lon": 2.9853260,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118117,\n
        "lat": 50.1205790,\n
        "lon": 2.9809050,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118119,\n
        "lat": 50.1205810,\n
        "lon": 2.9853160,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118121,\n
        "lat": 50.1205850,\n
        "lon": 2.9883440,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118123,\n
        "lat": 50.1205850,\n
        "lon": 2.9842830,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118125,\n
        "lat": 50.1205850,\n
        "lon": 2.9832360,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118127,\n
        "lat": 50.1205900,\n
        "lon": 2.9819620,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118129,\n
        "lat": 50.1205940,\n
        "lon": 2.9825630,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118131,\n
        "lat": 50.1205940,\n
        "lon": 2.9809380,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118134,\n
        "lat": 50.1205960,\n
        "lon": 2.9810390,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118136,\n
        "lat": 50.1205960,\n
        "lon": 2.9809100,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118138,\n
        "lat": 50.1205970,\n
        "lon": 2.9807030,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118140,\n
        "lat": 50.1205990,\n
        "lon": 2.9825680,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118142,\n
        "lat": 50.1206000,\n
        "lon": 2.9846910,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118144,\n
        "lat": 50.1206010,\n
        "lon": 2.9852100,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118146,\n
        "lat": 50.1206010,\n
        "lon": 2.9839400,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118148,\n
        "lat": 50.1206030,\n
        "lon": 2.9809420,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118150,\n
        "lat": 50.1206040,\n
        "lon": 2.9819100,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118152,\n
        "lat": 50.1206080,\n
        "lon": 2.9885520,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118154,\n
        "lat": 50.1206090,\n
        "lon": 2.9871630,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118157,\n
        "lat": 50.1206100,\n
        "lon": 2.9846620,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118159,\n
        "lat": 50.1206140,\n
        "lon": 2.9883870,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118161,\n
        "lat": 50.1206150,\n
        "lon": 2.9827920,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118163,\n
        "lat": 50.1206200,\n
        "lon": 2.9885340,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118165,\n
        "lat": 50.1206210,\n
        "lon": 2.9818450,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118167,\n
        "lat": 50.1206230,\n
        "lon": 2.9882800,\n
        "timestamp": "2013-11-20T10:42:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118169,\n
        "lat": 50.1206240,\n
        "lon": 2.9838790,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118171,\n
        "lat": 50.1206250,\n
        "lon": 2.9824310,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118173,\n
        "lat": 50.1206270,\n
        "lon": 2.9885450,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118175,\n
        "lat": 50.1206340,\n
        "lon": 2.9817940,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118177,\n
        "lat": 50.1206390,\n
        "lon": 2.9852900,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118180,\n
        "lat": 50.1206390,\n
        "lon": 2.9830670,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118182,\n
        "lat": 50.1206400,\n
        "lon": 2.9851070,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118184,\n
        "lat": 50.1206410,\n
        "lon": 2.9817890,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118186,\n
        "lat": 50.1206450,\n
        "lon": 2.9859570,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118187,\n
        "lat": 50.1206450,\n
        "lon": 2.9809480,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118189,\n
        "lat": 50.1206460,\n
        "lon": 2.9839800,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118192,\n
        "lat": 50.1206490,\n
        "lon": 2.9888060,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118194,\n
        "lat": 50.1206480,\n
        "lon": 2.9809020,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118196,\n
        "lat": 50.1206500,\n
        "lon": 2.9839680,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118198,\n
        "lat": 50.1206520,\n
        "lon": 2.9853030,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118200,\n
        "lat": 50.1206530,\n
        "lon": 2.9834760,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118202,\n
        "lat": 50.1206550,\n
        "lon": 2.9870740,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118204,\n
        "lat": 50.1206560,\n
        "lon": 2.9840740,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118206,\n
        "lat": 50.1206580,\n
        "lon": 2.9849020,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118208,\n
        "lat": 50.1206600,\n
        "lon": 2.9807140,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118210,\n
        "lat": 50.1206610,\n
        "lon": 2.9870830,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118212,\n
        "lat": 50.1206610,\n
        "lon": 2.9853020,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118214,\n
        "lat": 50.1206610,\n
        "lon": 2.9834490,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118216,\n
        "lat": 50.1206610,\n
        "lon": 2.9829920,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118218,\n
        "lat": 50.1206630,\n
        "lon": 2.9806750,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118220,\n
        "lat": 50.1206650,\n
        "lon": 2.9848830,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118222,\n
        "lat": 50.1206670,\n
        "lon": 2.9852970,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118230,\n
        "lat": 50.1206670,\n
        "lon": 2.9839190,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118232,\n
        "lat": 50.1206680,\n
        "lon": 2.9834880,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118234,\n
        "lat": 50.1206690,\n
        "lon": 2.9822840,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118236,\n
        "lat": 50.1206700,\n
        "lon": 2.9863190,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118238,\n
        "lat": 50.1206720,\n
        "lon": 2.9851370,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118240,\n
        "lat": 50.1206720,\n
        "lon": 2.9839240,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118242,\n
        "lat": 50.1206720,\n
        "lon": 2.9820150,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118244,\n
        "lat": 50.1206750,\n
        "lon": 2.9872470,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118246,\n
        "lat": 50.1206760,\n
        "lon": 2.9834610,\n
        "timestamp": "2013-11-20T10:42:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118248,\n
        "lat": 50.1206770,\n
        "lon": 2.9884770,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118250,\n
        "lat": 50.1206780,\n
        "lon": 2.9834970,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118252,\n
        "lat": 50.1206800,\n
        "lon": 2.9852710,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118254,\n
        "lat": 50.1206820,\n
        "lon": 2.9822280,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118256,\n
        "lat": 50.1206860,\n
        "lon": 2.9834690,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118258,\n
        "lat": 50.1206860,\n
        "lon": 2.9819630,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118260,\n
        "lat": 50.1206870,\n
        "lon": 2.9807880,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118262,\n
        "lat": 50.1206890,\n
        "lon": 2.9844640,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118265,\n
        "lat": 50.1206900,\n
        "lon": 2.9824690,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118267,\n
        "lat": 50.1206910,\n
        "lon": 2.9860110,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118269,\n
        "lat": 50.1206920,\n
        "lon": 2.9862780,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118271,\n
        "lat": 50.1206920,\n
        "lon": 2.9858600,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118272,\n
        "lat": 50.1206950,\n
        "lon": 2.9806800,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118275,\n
        "lat": 50.1206970,\n
        "lon": 2.9812730,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118277,\n
        "lat": 50.1206990,\n
        "lon": 2.9870080,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118279,\n
        "lat": 50.1207000,\n
        "lon": 2.9812340,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118281,\n
        "lat": 50.1207010,\n
        "lon": 2.9847780,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118283,\n
        "lat": 50.1207010,\n
        "lon": 2.9824070,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118285,\n
        "lat": 50.1207040,\n
        "lon": 2.9883940,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118287,\n
        "lat": 50.1207060,\n
        "lon": 2.9887410,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118289,\n
        "lat": 50.1207080,\n
        "lon": 2.9864040,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118291,\n
        "lat": 50.1207080,\n
        "lon": 2.9844790,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118293,\n
        "lat": 50.1207090,\n
        "lon": 2.9870210,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118294,\n
        "lat": 50.1207130,\n
        "lon": 2.9830280,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118295,\n
        "lat": 50.1207170,\n
        "lon": 2.9863860,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118296,\n
        "lat": 50.1207170,\n
        "lon": 2.9856480,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118297,\n
        "lat": 50.1207170,\n
        "lon": 2.9843870,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118298,\n
        "lat": 50.1207170,\n
        "lon": 2.9823150,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118299,\n
        "lat": 50.1207170,\n
        "lon": 2.9810590,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118300,\n
        "lat": 50.1207190,\n
        "lon": 2.9818440,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118301,\n
        "lat": 50.1207220,\n
        "lon": 2.9812790,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118302,\n
        "lat": 50.1207230,\n
        "lon": 2.9807960,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118303,\n
        "lat": 50.1207250,\n
        "lon": 2.9869880,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118304,\n
        "lat": 50.1207250,\n
        "lon": 2.9826790,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118305,\n
        "lat": 50.1207250,\n
        "lon": 2.9812400,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118306,\n
        "lat": 50.1207280,\n
        "lon": 2.9833280,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118307,\n
        "lat": 50.1207280,\n
        "lon": 2.9822590,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118308,\n
        "lat": 50.1207280,\n
        "lon": 2.9807340,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118309,\n
        "lat": 50.1207300,\n
        "lon": 2.9809150,\n
        "timestamp": "2013-11-20T10:42:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118310,\n
        "lat": 50.1207310,\n
        "lon": 2.9864380,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118311,\n
        "lat": 50.1207360,\n
        "lon": 2.9807360,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118312,\n
        "lat": 50.1207390,\n
        "lon": 2.9844040,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118313,\n
        "lat": 50.1207390,\n
        "lon": 2.9806890,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118314,\n
        "lat": 50.1207420,\n
        "lon": 2.9826030,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118315,\n
        "lat": 50.1207430,\n
        "lon": 2.9884580,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118316,\n
        "lat": 50.1207470,\n
        "lon": 2.9833640,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118317,\n
        "lat": 50.1207490,\n
        "lon": 2.9870730,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118318,\n
        "lat": 50.1207510,\n
        "lon": 2.9863740,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118319,\n
        "lat": 50.1207520,\n
        "lon": 2.9855720,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118320,\n
        "lat": 50.1207520,\n
        "lon": 2.9833480,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118321,\n
        "lat": 50.1207530,\n
        "lon": 2.9863680,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118322,\n
        "lat": 50.1207560,\n
        "lon": 2.9891050,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118323,\n
        "lat": 50.1207600,\n
        "lon": 2.9870860,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118324,\n
        "lat": 50.1207600,\n
        "lon": 2.9832300,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118325,\n
        "lat": 50.1207610,\n
        "lon": 2.9863890,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118326,\n
        "lat": 50.1207610,\n
        "lon": 2.9849880,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118327,\n
        "lat": 50.1207610,\n
        "lon": 2.9825150,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118328,\n
        "lat": 50.1207620,\n
        "lon": 2.9830640,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118329,\n
        "lat": 50.1207660,\n
        "lon": 2.9863150,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118330,\n
        "lat": 50.1207670,\n
        "lon": 2.9870410,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118331,\n
        "lat": 50.1207670,\n
        "lon": 2.9857030,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118332,\n
        "lat": 50.1207700,\n
        "lon": 2.9835700,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118333,\n
        "lat": 50.1207710,\n
        "lon": 2.9861030,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118334,\n
        "lat": 50.1207710,\n
        "lon": 2.9834790,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118335,\n
        "lat": 50.1207740,\n
        "lon": 2.9831690,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118336,\n
        "lat": 50.1207750,\n
        "lon": 2.9832790,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118338,\n
        "lat": 50.1207820,\n
        "lon": 2.9856710,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118339,\n
        "lat": 50.1207840,\n
        "lon": 2.9832500,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118340,\n
        "lat": 50.1207840,\n
        "lon": 2.9827160,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118341,\n
        "lat": 50.1207870,\n
        "lon": 2.9841890,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118342,\n
        "lat": 50.1207900,\n
        "lon": 2.9862800,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118344,\n
        "lat": 50.1207900,\n
        "lon": 2.9835870,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118346,\n
        "lat": 50.1207950,\n
        "lon": 2.9844550,\n
        "timestamp": "2013-11-20T10:42:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118347,\n
        "lat": 50.1207950,\n
        "lon": 2.9834060,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118348,\n
        "lat": 50.1207950,\n
        "lon": 2.9828750,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118349,\n
        "lat": 50.1207960,\n
        "lon": 2.9856160,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118350,\n
        "lat": 50.1207970,\n
        "lon": 2.9857760,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118351,\n
        "lat": 50.1207970,\n
        "lon": 2.9830890,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118352,\n
        "lat": 50.1208000,\n
        "lon": 2.9848630,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118353,\n
        "lat": 50.1208040,\n
        "lon": 2.9856970,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118354,\n
        "lat": 50.1208050,\n
        "lon": 2.9828400,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118355,\n
        "lat": 50.1208070,\n
        "lon": 2.9828840,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118356,\n
        "lat": 50.1208130,\n
        "lon": 2.9860090,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118357,\n
        "lat": 50.1208130,\n
        "lon": 2.9822780,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118358,\n
        "lat": 50.1208180,\n
        "lon": 2.9856360,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118359,\n
        "lat": 50.1208190,\n
        "lon": 2.9832030,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118360,\n
        "lat": 50.1208230,\n
        "lon": 2.9886040,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118361,\n
        "lat": 50.1208230,\n
        "lon": 2.9864000,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118362,\n
        "lat": 50.1208230,\n
        "lon": 2.9857200,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118365,\n
        "lat": 50.1208290,\n
        "lon": 2.9854040,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118366,\n
        "lat": 50.1208290,\n
        "lon": 2.9822050,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118367,\n
        "lat": 50.1208300,\n
        "lon": 2.9844850,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118368,\n
        "lat": 50.1208310,\n
        "lon": 2.9821970,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118369,\n
        "lat": 50.1208340,\n
        "lon": 2.9834160,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118370,\n
        "lat": 50.1208420,\n
        "lon": 2.9862040,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118371,\n
        "lat": 50.1208420,\n
        "lon": 2.9810070,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118372,\n
        "lat": 50.1208420,\n
        "lon": 2.9809860,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118374,\n
        "lat": 50.1208450,\n
        "lon": 2.9831230,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118375,\n
        "lat": 50.1208450,\n
        "lon": 2.9809780,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118376,\n
        "lat": 50.1208450,\n
        "lon": 2.9809020,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118377,\n
        "lat": 50.1208460,\n
        "lon": 2.9863620,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118378,\n
        "lat": 50.1208540,\n
        "lon": 2.9842570,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118379,\n
        "lat": 50.1208540,\n
        "lon": 2.9810100,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118380,\n
        "lat": 50.1208550,\n
        "lon": 2.9858420,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118381,\n
        "lat": 50.1208560,\n
        "lon": 2.9862170,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118382,\n
        "lat": 50.1208560,\n
        "lon": 2.9820350,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118383,\n
        "lat": 50.1208590,\n
        "lon": 2.9833410,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118384,\n
        "lat": 50.1208600,\n
        "lon": 2.9842610,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118385,\n
        "lat": 50.1208600,\n
        "lon": 2.9812920,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118386,\n
        "lat": 50.1208640,\n
        "lon": 2.9844320,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118387,\n
        "lat": 50.1208670,\n
        "lon": 2.9819730,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118388,\n
        "lat": 50.1208670,\n
        "lon": 2.9812930,\n
        "timestamp": "2013-11-20T10:42:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118389,\n
        "lat": 50.1208670,\n
        "lon": 2.9809010,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118390,\n
        "lat": 50.1208670,\n
        "lon": 2.9808850,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118391,\n
        "lat": 50.1208680,\n
        "lon": 2.9813210,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118392,\n
        "lat": 50.1208690,\n
        "lon": 2.9853100,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118393,\n
        "lat": 50.1208700,\n
        "lon": 2.9892580,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118394,\n
        "lat": 50.1208700,\n
        "lon": 2.9861820,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118395,\n
        "lat": 50.1208760,\n
        "lon": 2.9874550,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118396,\n
        "lat": 50.1208820,\n
        "lon": 2.9848100,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118397,\n
        "lat": 50.1208820,\n
        "lon": 2.9818620,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118398,\n
        "lat": 50.1208830,\n
        "lon": 2.9861940,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118399,\n
        "lat": 50.1208830,\n
        "lon": 2.9857610,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118400,\n
        "lat": 50.1208840,\n
        "lon": 2.9861170,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118401,\n
        "lat": 50.1208840,\n
        "lon": 2.9820780,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118402,\n
        "lat": 50.1208850,\n
        "lon": 2.9813230,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118403,\n
        "lat": 50.1208860,\n
        "lon": 2.9841720,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118404,\n
        "lat": 50.1208860,\n
        "lon": 2.9823920,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118406,\n
        "lat": 50.1208880,\n
        "lon": 2.9820510,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118407,\n
        "lat": 50.1208890,\n
        "lon": 2.9857690,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118408,\n
        "lat": 50.1208890,\n
        "lon": 2.9842860,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118409,\n
        "lat": 50.1208900,\n
        "lon": 2.9854020,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118410,\n
        "lat": 50.1208940,\n
        "lon": 2.9813120,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118411,\n
        "lat": 50.1208950,\n
        "lon": 2.9874150,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118412,\n
        "lat": 50.1208980,\n
        "lon": 2.9842570,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118413,\n
        "lat": 50.1208990,\n
        "lon": 2.9843050,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118414,\n
        "lat": 50.1208990,\n
        "lon": 2.9841250,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118415,\n
        "lat": 50.1209000,\n
        "lon": 2.9823230,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118416,\n
        "lat": 50.1209040,\n
        "lon": 2.9871520,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118417,\n
        "lat": 50.1209050,\n
        "lon": 2.9874920,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118418,\n
        "lat": 50.1209070,\n
        "lon": 2.9808210,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118419,\n
        "lat": 50.1209090,\n
        "lon": 2.9861420,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118420,\n
        "lat": 50.1209090,\n
        "lon": 2.9857880,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118421,\n
        "lat": 50.1209100,\n
        "lon": 2.9822310,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118422,\n
        "lat": 50.1209110,\n
        "lon": 2.9862820,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118423,\n
        "lat": 50.1209110,\n
        "lon": 2.9817230,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118424,\n
        "lat": 50.1209120,\n
        "lon": 2.9817350,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118425,\n
        "lat": 50.1209130,\n
        "lon": 2.9813170,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118426,\n
        "lat": 50.1209140,\n
        "lon": 2.9841960,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118427,\n
        "lat": 50.1209140,\n
        "lon": 2.9813440,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118428,\n
        "lat": 50.1209190,\n
        "lon": 2.9824110,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118429,\n
        "lat": 50.1209230,\n
        "lon": 2.9816690,\n
        "timestamp": "2013-11-20T10:42:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118430,\n
        "lat": 50.1209240,\n
        "lon": 2.9874520,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118431,\n
        "lat": 50.1209240,\n
        "lon": 2.9871160,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118433,\n
        "lat": 50.1209270,\n
        "lon": 2.9854370,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118434,\n
        "lat": 50.1209280,\n
        "lon": 2.9848470,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118435,\n
        "lat": 50.1209280,\n
        "lon": 2.9841460,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118436,\n
        "lat": 50.1209290,\n
        "lon": 2.9858150,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118437,\n
        "lat": 50.1209300,\n
        "lon": 2.9827320,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118438,\n
        "lat": 50.1209330,\n
        "lon": 2.9861120,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118439,\n
        "lat": 50.1209330,\n
        "lon": 2.9821040,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118440,\n
        "lat": 50.1209340,\n
        "lon": 2.9823400,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118441,\n
        "lat": 50.1209370,\n
        "lon": 2.9823260,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118442,\n
        "lat": 50.1209380,\n
        "lon": 2.9881680,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118443,\n
        "lat": 50.1209390,\n
        "lon": 2.9827250,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118444,\n
        "lat": 50.1209400,\n
        "lon": 2.9816470,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118445,\n
        "lat": 50.1209420,\n
        "lon": 2.9872080,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118446,\n
        "lat": 50.1209420,\n
        "lon": 2.9808190,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118447,\n
        "lat": 50.1209440,\n
        "lon": 2.9816460,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118448,\n
        "lat": 50.1209480,\n
        "lon": 2.9820250,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118449,\n
        "lat": 50.1209500,\n
        "lon": 2.9822640,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118450,\n
        "lat": 50.1209510,\n
        "lon": 2.9853830,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118451,\n
        "lat": 50.1209540,\n
        "lon": 2.9820040,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118452,\n
        "lat": 50.1209540,\n
        "lon": 2.9813420,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118453,\n
        "lat": 50.1209550,\n
        "lon": 2.9861910,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118454,\n
        "lat": 50.1209550,\n
        "lon": 2.9823510,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118455,\n
        "lat": 50.1209550,\n
        "lon": 2.9813130,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118456,\n
        "lat": 50.1209570,\n
        "lon": 2.9823360,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118457,\n
        "lat": 50.1209580,\n
        "lon": 2.9859740,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118458,\n
        "lat": 50.1209630,\n
        "lon": 2.9871670,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118459,\n
        "lat": 50.1209640,\n
        "lon": 2.9895000,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118460,\n
        "lat": 50.1209660,\n
        "lon": 2.9829640,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118461,\n
        "lat": 50.1209670,\n
        "lon": 2.9859570,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118462,\n
        "lat": 50.1209670,\n
        "lon": 2.9822720,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118463,\n
        "lat": 50.1209690,\n
        "lon": 2.9845120,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118464,\n
        "lat": 50.1209710,\n
        "lon": 2.9861550,\n
        "timestamp": "2013-11-20T10:42:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118465,\n
        "lat": 50.1209720,\n
        "lon": 2.9826270,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118466,\n
        "lat": 50.1209740,\n
        "lon": 2.9881110,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118467,\n
        "lat": 50.1209740,\n
        "lon": 2.9870150,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118468,\n
        "lat": 50.1209780,\n
        "lon": 2.9820190,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118469,\n
        "lat": 50.1209790,\n
        "lon": 2.9806550,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118470,\n
        "lat": 50.1209800,\n
        "lon": 2.9854980,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118471,\n
        "lat": 50.1209800,\n
        "lon": 2.9825770,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118472,\n
        "lat": 50.1209810,\n
        "lon": 2.9869660,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118473,\n
        "lat": 50.1209810,\n
        "lon": 2.9857170,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118474,\n
        "lat": 50.1209830,\n
        "lon": 2.9860020,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118475,\n
        "lat": 50.1209850,\n
        "lon": 2.9813110,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118476,\n
        "lat": 50.1209870,\n
        "lon": 2.9813190,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118477,\n
        "lat": 50.1209870,\n
        "lon": 2.9808970,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118478,\n
        "lat": 50.1209870,\n
        "lon": 2.9805580,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118479,\n
        "lat": 50.1209890,\n
        "lon": 2.9869470,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118480,\n
        "lat": 50.1209910,\n
        "lon": 2.9869760,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118481,\n
        "lat": 50.1209910,\n
        "lon": 2.9859840,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118482,\n
        "lat": 50.1209910,\n
        "lon": 2.9826780,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118483,\n
        "lat": 50.1209910,\n
        "lon": 2.9825170,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118484,\n
        "lat": 50.1209920,\n
        "lon": 2.9829520,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118485,\n
        "lat": 50.1209920,\n
        "lon": 2.9817350,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118486,\n
        "lat": 50.1209940,\n
        "lon": 2.9817630,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118487,\n
        "lat": 50.1209970,\n
        "lon": 2.9826420,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118488,\n
        "lat": 50.1210010,\n
        "lon": 2.9894300,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118489,\n
        "lat": 50.1210020,\n
        "lon": 2.9858910,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118490,\n
        "lat": 50.1210020,\n
        "lon": 2.9819390,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118491,\n
        "lat": 50.1210030,\n
        "lon": 2.9886630,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118492,\n
        "lat": 50.1210030,\n
        "lon": 2.9855220,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118493,\n
        "lat": 50.1210030,\n
        "lon": 2.9812830,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118494,\n
        "lat": 50.1210030,\n
        "lon": 2.9810040,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118495,\n
        "lat": 50.1210030,\n
        "lon": 2.9808970,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118496,\n
        "lat": 50.1210040,\n
        "lon": 2.9809790,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118497,\n
        "lat": 50.1210050,\n
        "lon": 2.9813160,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118498,\n
        "lat": 50.1210060,\n
        "lon": 2.9825890,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118499,\n
        "lat": 50.1210080,\n
        "lon": 2.9854330,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118500,\n
        "lat": 50.1210090,\n
        "lon": 2.9881420,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118501,\n
        "lat": 50.1210090,\n
        "lon": 2.9812780,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118502,\n
        "lat": 50.1210150,\n
        "lon": 2.9857570,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118503,\n
        "lat": 50.1210150,\n
        "lon": 2.9810030,\n
        "timestamp": "2013-11-20T10:42:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118504,\n
        "lat": 50.1210150,\n
        "lon": 2.9809770,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118505,\n
        "lat": 50.1210160,\n
        "lon": 2.9825300,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118506,\n
        "lat": 50.1210210,\n
        "lon": 2.9869800,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118507,\n
        "lat": 50.1210230,\n
        "lon": 2.9881170,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118508,\n
        "lat": 50.1210250,\n
        "lon": 2.9829770,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118509,\n
        "lat": 50.1210260,\n
        "lon": 2.9881680,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118510,\n
        "lat": 50.1210290,\n
        "lon": 2.9859220,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118511,\n
        "lat": 50.1210390,\n
        "lon": 2.9858180,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118512,\n
        "lat": 50.1210390,\n
        "lon": 2.9823940,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118513,\n
        "lat": 50.1210400,\n
        "lon": 2.9881430,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118514,\n
        "lat": 50.1210400,\n
        "lon": 2.9852690,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118515,\n
        "lat": 50.1210460,\n
        "lon": 2.9881500,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118516,\n
        "lat": 50.1210470,\n
        "lon": 2.9823110,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118517,\n
        "lat": 50.1210490,\n
        "lon": 2.9883390,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118518,\n
        "lat": 50.1210490,\n
        "lon": 2.9869150,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118519,\n
        "lat": 50.1210530,\n
        "lon": 2.9823140,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118520,\n
        "lat": 50.1210540,\n
        "lon": 2.9855690,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118521,\n
        "lat": 50.1210550,\n
        "lon": 2.9844220,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118522,\n
        "lat": 50.1210580,\n
        "lon": 2.9856720,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118523,\n
        "lat": 50.1210600,\n
        "lon": 2.9859590,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118524,\n
        "lat": 50.1210630,\n
        "lon": 2.9856750,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118525,\n
        "lat": 50.1210640,\n
        "lon": 2.9858530,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118526,\n
        "lat": 50.1210670,\n
        "lon": 2.9867910,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118527,\n
        "lat": 50.1210690,\n
        "lon": 2.9819170,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118528,\n
        "lat": 50.1210730,\n
        "lon": 2.9871240,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118529,\n
        "lat": 50.1210740,\n
        "lon": 2.9816410,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118530,\n
        "lat": 50.1210750,\n
        "lon": 2.9828220,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118531,\n
        "lat": 50.1210770,\n
        "lon": 2.9871170,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118532,\n
        "lat": 50.1210780,\n
        "lon": 2.9820920,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118533,\n
        "lat": 50.1210830,\n
        "lon": 2.9851490,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118534,\n
        "lat": 50.1210870,\n
        "lon": 2.9855020,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118535,\n
        "lat": 50.1210900,\n
        "lon": 2.9870500,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118536,\n
        "lat": 50.1210920,\n
        "lon": 2.9882880,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118537,\n
        "lat": 50.1210920,\n
        "lon": 2.9867290,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118538,\n
        "lat": 50.1210920,\n
        "lon": 2.9819970,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118539,\n
        "lat": 50.1210920,\n
        "lon": 2.9817630,\n
        "timestamp": "2013-11-20T10:42:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118540,\n
        "lat": 50.1210990,\n
        "lon": 2.9869400,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118541,\n
        "lat": 50.1211010,\n
        "lon": 2.9838020,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118542,\n
        "lat": 50.1211010,\n
        "lon": 2.9821020,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118543,\n
        "lat": 50.1211010,\n
        "lon": 2.9819300,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118544,\n
        "lat": 50.1211020,\n
        "lon": 2.9882880,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118545,\n
        "lat": 50.1211040,\n
        "lon": 2.9870660,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118546,\n
        "lat": 50.1211080,\n
        "lon": 2.9861460,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118547,\n
        "lat": 50.1211110,\n
        "lon": 2.9888110,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118548,\n
        "lat": 50.1211110,\n
        "lon": 2.9837650,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118549,\n
        "lat": 50.1211180,\n
        "lon": 2.9869820,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118550,\n
        "lat": 50.1211230,\n
        "lon": 2.9813510,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118551,\n
        "lat": 50.1211240,\n
        "lon": 2.9869680,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118552,\n
        "lat": 50.1211240,\n
        "lon": 2.9819430,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118553,\n
        "lat": 50.1211250,\n
        "lon": 2.9838190,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118554,\n
        "lat": 50.1211260,\n
        "lon": 2.9831330,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118555,\n
        "lat": 50.1211290,\n
        "lon": 2.9812020,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118556,\n
        "lat": 50.1211300,\n
        "lon": 2.9811650,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118557,\n
        "lat": 50.1211310,\n
        "lon": 2.9848560,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118558,\n
        "lat": 50.1211320,\n
        "lon": 2.9855420,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118559,\n
        "lat": 50.1211320,\n
        "lon": 2.9810750,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118560,\n
        "lat": 50.1211330,\n
        "lon": 2.9868620,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118561,\n
        "lat": 50.1211340,\n
        "lon": 2.9837860,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118562,\n
        "lat": 50.1211340,\n
        "lon": 2.9810070,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118563,\n
        "lat": 50.1211360,\n
        "lon": 2.9819440,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118564,\n
        "lat": 50.1211360,\n
        "lon": 2.9816790,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118565,\n
        "lat": 50.1211380,\n
        "lon": 2.9868660,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118566,\n
        "lat": 50.1211390,\n
        "lon": 2.9814150,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118567,\n
        "lat": 50.1211400,\n
        "lon": 2.9806910,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118568,\n
        "lat": 50.1211410,\n
        "lon": 2.9805900,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118569,\n
        "lat": 50.1211440,\n
        "lon": 2.9814070,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118570,\n
        "lat": 50.1211470,\n
        "lon": 2.9868440,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118571,\n
        "lat": 50.1211500,\n
        "lon": 2.9878520,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118572,\n
        "lat": 50.1211520,\n
        "lon": 2.9888660,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118573,\n
        "lat": 50.1211590,\n
        "lon": 2.9897080,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118574,\n
        "lat": 50.1211590,\n
        "lon": 2.9880440,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118575,\n
        "lat": 50.1211590,\n
        "lon": 2.9860330,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118576,\n
        "lat": 50.1211600,\n
        "lon": 2.9868520,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118577,\n
        "lat": 50.1211620,\n
        "lon": 2.9847710,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118578,\n
        "lat": 50.1211630,\n
        "lon": 2.9811690,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118579,\n
        "lat": 50.1211660,\n
        "lon": 2.9811240,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118580,\n
        "lat": 50.1211690,\n
        "lon": 2.9814920,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118581,\n
        "lat": 50.1211720,\n
        "lon": 2.9816980,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118582,\n
        "lat": 50.1211740,\n
        "lon": 2.9835440,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118583,\n
        "lat": 50.1211750,\n
        "lon": 2.9814870,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118584,\n
        "lat": 50.1211770,\n
        "lon": 2.9868170,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118585,\n
        "lat": 50.1211780,\n
        "lon": 2.9853910,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118586,\n
        "lat": 50.1211780,\n
        "lon": 2.9810870,\n
        "timestamp": "2013-11-20T10:42:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118587,\n
        "lat": 50.1211810,\n
        "lon": 2.9877900,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118588,\n
        "lat": 50.1211830,\n
        "lon": 2.9810220,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118589,\n
        "lat": 50.1211840,\n
        "lon": 2.9868230,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118590,\n
        "lat": 50.1211850,\n
        "lon": 2.9872530,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118591,\n
        "lat": 50.1211860,\n
        "lon": 2.9847450,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118592,\n
        "lat": 50.1211880,\n
        "lon": 2.9862340,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118593,\n
        "lat": 50.1211940,\n
        "lon": 2.9817880,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118594,\n
        "lat": 50.1211940,\n
        "lon": 2.9815400,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118595,\n
        "lat": 50.1211960,\n
        "lon": 2.9831830,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118596,\n
        "lat": 50.1211970,\n
        "lon": 2.9872300,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118597,\n
        "lat": 50.1211990,\n
        "lon": 2.9889290,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118598,\n
        "lat": 50.1211990,\n
        "lon": 2.9835660,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118599,\n
        "lat": 50.1211990,\n
        "lon": 2.9815450,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118600,\n
        "lat": 50.1212020,\n
        "lon": 2.9813150,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118601,\n
        "lat": 50.1212040,\n
        "lon": 2.9875910,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118602,\n
        "lat": 50.1212050,\n
        "lon": 2.9846980,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118603,\n
        "lat": 50.1212060,\n
        "lon": 2.9817120,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118604,\n
        "lat": 50.1212060,\n
        "lon": 2.9812110,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118605,\n
        "lat": 50.1212120,\n
        "lon": 2.9875660,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118606,\n
        "lat": 50.1212150,\n
        "lon": 2.9828360,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118607,\n
        "lat": 50.1212160,\n
        "lon": 2.9881850,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118608,\n
        "lat": 50.1212190,\n
        "lon": 2.9852760,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118609,\n
        "lat": 50.1212210,\n
        "lon": 2.9811380,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118610,\n
        "lat": 50.1212230,\n
        "lon": 2.9872560,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118611,\n
        "lat": 50.1212240,\n
        "lon": 2.9847820,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118612,\n
        "lat": 50.1212250,\n
        "lon": 2.9811010,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118613,\n
        "lat": 50.1212320,\n
        "lon": 2.9861470,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118614,\n
        "lat": 50.1212380,\n
        "lon": 2.9872260,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118615,\n
        "lat": 50.1212390,\n
        "lon": 2.9866290,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118616,\n
        "lat": 50.1212390,\n
        "lon": 2.9808650,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118617,\n
        "lat": 50.1212400,\n
        "lon": 2.9876260,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118618,\n
        "lat": 50.1212420,\n
        "lon": 2.9889860,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118619,\n
        "lat": 50.1212410,\n
        "lon": 2.9807250,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118620,\n
        "lat": 50.1212430,\n
        "lon": 2.9861240,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118621,\n
        "lat": 50.1212430,\n
        "lon": 2.9847350,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118622,\n
        "lat": 50.1212450,\n
        "lon": 2.9862980,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118623,\n
        "lat": 50.1212460,\n
        "lon": 2.9814390,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118624,\n
        "lat": 50.1212500,\n
        "lon": 2.9878860,\n
        "timestamp": "2013-11-20T10:42:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118625,\n
        "lat": 50.1212500,\n
        "lon": 2.9876020,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118626,\n
        "lat": 50.1212510,\n
        "lon": 2.9832250,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118627,\n
        "lat": 50.1212510,\n
        "lon": 2.9829860,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118628,\n
        "lat": 50.1212520,\n
        "lon": 2.9820960,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118629,\n
        "lat": 50.1212520,\n
        "lon": 2.9815780,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118630,\n
        "lat": 50.1212530,\n
        "lon": 2.9811450,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118631,\n
        "lat": 50.1212560,\n
        "lon": 2.9811070,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118632,\n
        "lat": 50.1212580,\n
        "lon": 2.9815530,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118633,\n
        "lat": 50.1212650,\n
        "lon": 2.9824240,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118634,\n
        "lat": 50.1212670,\n
        "lon": 2.9865720,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118635,\n
        "lat": 50.1212700,\n
        "lon": 2.9848770,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118636,\n
        "lat": 50.1212770,\n
        "lon": 2.9831590,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118637,\n
        "lat": 50.1212790,\n
        "lon": 2.9848570,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118638,\n
        "lat": 50.1212820,\n
        "lon": 2.9828850,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118639,\n
        "lat": 50.1212830,\n
        "lon": 2.9822930,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118640,\n
        "lat": 50.1212860,\n
        "lon": 2.9818330,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118641,\n
        "lat": 50.1212870,\n
        "lon": 2.9862080,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118642,\n
        "lat": 50.1212880,\n
        "lon": 2.9867290,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118643,\n
        "lat": 50.1212950,\n
        "lon": 2.9808660,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118644,\n
        "lat": 50.1212970,\n
        "lon": 2.9809200,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118645,\n
        "lat": 50.1212980,\n
        "lon": 2.9867080,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118646,\n
        "lat": 50.1213020,\n
        "lon": 2.9878980,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118647,\n
        "lat": 50.1213030,\n
        "lon": 2.9821210,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118648,\n
        "lat": 50.1213040,\n
        "lon": 2.9812110,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118649,\n
        "lat": 50.1213050,\n
        "lon": 2.9877440,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118650,\n
        "lat": 50.1213080,\n
        "lon": 2.9811600,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118651,\n
        "lat": 50.1213090,\n
        "lon": 2.9849300,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118652,\n
        "lat": 50.1213100,\n
        "lon": 2.9811200,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118653,\n
        "lat": 50.1213120,\n
        "lon": 2.9866790,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118654,\n
        "lat": 50.1213130,\n
        "lon": 2.9830310,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118655,\n
        "lat": 50.1213140,\n
        "lon": 2.9877890,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118656,\n
        "lat": 50.1213150,\n
        "lon": 2.9877910,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118657,\n
        "lat": 50.1213180,\n
        "lon": 2.9867650,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118658,\n
        "lat": 50.1213220,\n
        "lon": 2.9848940,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118659,\n
        "lat": 50.1213240,\n
        "lon": 2.9877730,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118660,\n
        "lat": 50.1213250,\n
        "lon": 2.9898820,\n
        "timestamp": "2013-11-20T10:42:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118661,\n
        "lat": 50.1213260,\n
        "lon": 2.9867480,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118662,\n
        "lat": 50.1213260,\n
        "lon": 2.9808680,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118663,\n
        "lat": 50.1213270,\n
        "lon": 2.9807250,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118664,\n
        "lat": 50.1213280,\n
        "lon": 2.9880990,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118665,\n
        "lat": 50.1213290,\n
        "lon": 2.9877030,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118666,\n
        "lat": 50.1213330,\n
        "lon": 2.9866540,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118667,\n
        "lat": 50.1213330,\n
        "lon": 2.9818810,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118668,\n
        "lat": 50.1213340,\n
        "lon": 2.9809220,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118669,\n
        "lat": 50.1213340,\n
        "lon": 2.9808680,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118670,\n
        "lat": 50.1213360,\n
        "lon": 2.9866470,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118671,\n
        "lat": 50.1213380,\n
        "lon": 2.9898960,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118672,\n
        "lat": 50.1213390,\n
        "lon": 2.9879520,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118673,\n
        "lat": 50.1213410,\n
        "lon": 2.9867160,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118674,\n
        "lat": 50.1213420,\n
        "lon": 2.9878300,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118675,\n
        "lat": 50.1213450,\n
        "lon": 2.9863780,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118676,\n
        "lat": 50.1213460,\n
        "lon": 2.9848490,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118677,\n
        "lat": 50.1213460,\n
        "lon": 2.9817800,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118678,\n
        "lat": 50.1213490,\n
        "lon": 2.9877310,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118679,\n
        "lat": 50.1213500,\n
        "lon": 2.9846340,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118680,\n
        "lat": 50.1213510,\n
        "lon": 2.9811300,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118681,\n
        "lat": 50.1213510,\n
        "lon": 2.9811250,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118682,\n
        "lat": 50.1213530,\n
        "lon": 2.9877240,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118683,\n
        "lat": 50.1213540,\n
        "lon": 2.9877250,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118684,\n
        "lat": 50.1213550,\n
        "lon": 2.9808490,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118685,\n
        "lat": 50.1213560,\n
        "lon": 2.9866830,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118686,\n
        "lat": 50.1213560,\n
        "lon": 2.9808700,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118687,\n
        "lat": 50.1213580,\n
        "lon": 2.9877180,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118688,\n
        "lat": 50.1213600,\n
        "lon": 2.9846430,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118689,\n
        "lat": 50.1213610,\n
        "lon": 2.9865910,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118690,\n
        "lat": 50.1213620,\n
        "lon": 2.9877230,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118691,\n
        "lat": 50.1213630,\n
        "lon": 2.9808490,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118692,\n
        "lat": 50.1213640,\n
        "lon": 2.9880440,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118693,\n
        "lat": 50.1213650,\n
        "lon": 2.9850890,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118694,\n
        "lat": 50.1213680,\n
        "lon": 2.9886260,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118695,\n
        "lat": 50.1213690,\n
        "lon": 2.9807440,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118696,\n
        "lat": 50.1213750,\n
        "lon": 2.9812300,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118697,\n
        "lat": 50.1213780,\n
        "lon": 2.9845620,\n
        "timestamp": "2013-11-20T10:42:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118698,\n
        "lat": 50.1213800,\n
        "lon": 2.9878840,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118699,\n
        "lat": 50.1213800,\n
        "lon": 2.9877460,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118700,\n
        "lat": 50.1213820,\n
        "lon": 2.9866160,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118701,\n
        "lat": 50.1213820,\n
        "lon": 2.9846630,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118702,\n
        "lat": 50.1213850,\n
        "lon": 2.9876730,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118703,\n
        "lat": 50.1213850,\n
        "lon": 2.9811400,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118704,\n
        "lat": 50.1213900,\n
        "lon": 2.9847380,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118705,\n
        "lat": 50.1213930,\n
        "lon": 2.9877830,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118706,\n
        "lat": 50.1213930,\n
        "lon": 2.9867180,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118707,\n
        "lat": 50.1213950,\n
        "lon": 2.9850130,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118708,\n
        "lat": 50.1213970,\n
        "lon": 2.9845110,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118709,\n
        "lat": 50.1213990,\n
        "lon": 2.9877730,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118710,\n
        "lat": 50.1213990,\n
        "lon": 2.9845070,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118711,\n
        "lat": 50.1214010,\n
        "lon": 2.9862560,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118712,\n
        "lat": 50.1214020,\n
        "lon": 2.9822010,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118713,\n
        "lat": 50.1214020,\n
        "lon": 2.9808740,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118714,\n
        "lat": 50.1214090,\n
        "lon": 2.9845910,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118715,\n
        "lat": 50.1214090,\n
        "lon": 2.9807460,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118716,\n
        "lat": 50.1214100,\n
        "lon": 2.9877100,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118717,\n
        "lat": 50.1214110,\n
        "lon": 2.9862650,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118718,\n
        "lat": 50.1214120,\n
        "lon": 2.9849090,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118719,\n
        "lat": 50.1214120,\n
        "lon": 2.9821300,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118720,\n
        "lat": 50.1214120,\n
        "lon": 2.9812410,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118721,\n
        "lat": 50.1214200,\n
        "lon": 2.9878210,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118722,\n
        "lat": 50.1214200,\n
        "lon": 2.9866670,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118723,\n
        "lat": 50.1214200,\n
        "lon": 2.9864590,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118724,\n
        "lat": 50.1214220,\n
        "lon": 2.9892300,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118725,\n
        "lat": 50.1214230,\n
        "lon": 2.9877380,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118726,\n
        "lat": 50.1214230,\n
        "lon": 2.9862360,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118727,\n
        "lat": 50.1214230,\n
        "lon": 2.9811510,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118728,\n
        "lat": 50.1214240,\n
        "lon": 2.9819590,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118729,\n
        "lat": 50.1214250,\n
        "lon": 2.9879500,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118730,\n
        "lat": 50.1214260,\n
        "lon": 2.9839400,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118731,\n
        "lat": 50.1214260,\n
        "lon": 2.9819400,\n
        "timestamp": "2013-11-20T10:42:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118732,\n
        "lat": 50.1214270,\n
        "lon": 2.9855330,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118733,\n
        "lat": 50.1214280,\n
        "lon": 2.9845420,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118734,\n
        "lat": 50.1214280,\n
        "lon": 2.9822080,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118735,\n
        "lat": 50.1214290,\n
        "lon": 2.9862260,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118736,\n
        "lat": 50.1214300,\n
        "lon": 2.9845360,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118737,\n
        "lat": 50.1214320,\n
        "lon": 2.9819770,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118738,\n
        "lat": 50.1214340,\n
        "lon": 2.9819670,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118739,\n
        "lat": 50.1214370,\n
        "lon": 2.9862200,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118740,\n
        "lat": 50.1214390,\n
        "lon": 2.9821390,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118741,\n
        "lat": 50.1214390,\n
        "lon": 2.9819460,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118742,\n
        "lat": 50.1214400,\n
        "lon": 2.9839880,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118743,\n
        "lat": 50.1214440,\n
        "lon": 2.9862190,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118744,\n
        "lat": 50.1214480,\n
        "lon": 2.9877730,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118745,\n
        "lat": 50.1214490,\n
        "lon": 2.9839650,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118746,\n
        "lat": 50.1214500,\n
        "lon": 2.9863990,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118747,\n
        "lat": 50.1214500,\n
        "lon": 2.9862240,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118748,\n
        "lat": 50.1214510,\n
        "lon": 2.9877680,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118749,\n
        "lat": 50.1214540,\n
        "lon": 2.9847990,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118750,\n
        "lat": 50.1214550,\n
        "lon": 2.9862280,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118751,\n
        "lat": 50.1214620,\n
        "lon": 2.9838450,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118752,\n
        "lat": 50.1214640,\n
        "lon": 2.9878850,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118753,\n
        "lat": 50.1214640,\n
        "lon": 2.9855650,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118754,\n
        "lat": 50.1214660,\n
        "lon": 2.9854140,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118755,\n
        "lat": 50.1214740,\n
        "lon": 2.9842370,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118756,\n
        "lat": 50.1214760,\n
        "lon": 2.9892990,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118757,\n
        "lat": 50.1214780,\n
        "lon": 2.9864400,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118758,\n
        "lat": 50.1214780,\n
        "lon": 2.9820050,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118759,\n
        "lat": 50.1214820,\n
        "lon": 2.9855140,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118760,\n
        "lat": 50.1214830,\n
        "lon": 2.9819770,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118761,\n
        "lat": 50.1214850,\n
        "lon": 2.9838660,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118762,\n
        "lat": 50.1214890,\n
        "lon": 2.9825480,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118763,\n
        "lat": 50.1214920,\n
        "lon": 2.9816990,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118764,\n
        "lat": 50.1214950,\n
        "lon": 2.9840380,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118765,\n
        "lat": 50.1214980,\n
        "lon": 2.9841740,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118766,\n
        "lat": 50.1214990,\n
        "lon": 2.9846770,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118767,\n
        "lat": 50.1215010,\n
        "lon": 2.9818790,\n
        "timestamp": "2013-11-20T10:42:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118768,\n
        "lat": 50.1215030,\n
        "lon": 2.9862830,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118769,\n
        "lat": 50.1215070,\n
        "lon": 2.9840060,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118770,\n
        "lat": 50.1215110,\n
        "lon": 2.9864820,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118771,\n
        "lat": 50.1215110,\n
        "lon": 2.9842740,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118772,\n
        "lat": 50.1215130,\n
        "lon": 2.9900800,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118773,\n
        "lat": 50.1215140,\n
        "lon": 2.9839940,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118774,\n
        "lat": 50.1215140,\n
        "lon": 2.9824340,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118775,\n
        "lat": 50.1215140,\n
        "lon": 2.9816050,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118776,\n
        "lat": 50.1215160,\n
        "lon": 2.9824190,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118777,\n
        "lat": 50.1215250,\n
        "lon": 2.9847990,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118778,\n
        "lat": 50.1215270,\n
        "lon": 2.9820460,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118779,\n
        "lat": 50.1215320,\n
        "lon": 2.9868200,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118780,\n
        "lat": 50.1215330,\n
        "lon": 2.9817460,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118781,\n
        "lat": 50.1215430,\n
        "lon": 2.9839180,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118782,\n
        "lat": 50.1215440,\n
        "lon": 2.9816190,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118783,\n
        "lat": 50.1215470,\n
        "lon": 2.9842230,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118784,\n
        "lat": 50.1215480,\n
        "lon": 2.9815470,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118785,\n
        "lat": 50.1215490,\n
        "lon": 2.9861830,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118786,\n
        "lat": 50.1215500,\n
        "lon": 2.9815120,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118787,\n
        "lat": 50.1215510,\n
        "lon": 2.9871820,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118788,\n
        "lat": 50.1215510,\n
        "lon": 2.9847290,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118789,\n
        "lat": 50.1215520,\n
        "lon": 2.9851490,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118790,\n
        "lat": 50.1215530,\n
        "lon": 2.9814740,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118791,\n
        "lat": 50.1215540,\n
        "lon": 2.9863910,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118792,\n
        "lat": 50.1215610,\n
        "lon": 2.9855790,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118793,\n
        "lat": 50.1215610,\n
        "lon": 2.9819200,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118794,\n
        "lat": 50.1215690,\n
        "lon": 2.9841590,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118795,\n
        "lat": 50.1215690,\n
        "lon": 2.9812830,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118796,\n
        "lat": 50.1215690,\n
        "lon": 2.9812730,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118797,\n
        "lat": 50.1215710,\n
        "lon": 2.9843310,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118798,\n
        "lat": 50.1215720,\n
        "lon": 2.9850820,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118799,\n
        "lat": 50.1215730,\n
        "lon": 2.9894370,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118800,\n
        "lat": 50.1215750,\n
        "lon": 2.9864170,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118801,\n
        "lat": 50.1215760,\n
        "lon": 2.9855250,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118802,\n
        "lat": 50.1215770,\n
        "lon": 2.9811930,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118803,\n
        "lat": 50.1215810,\n
        "lon": 2.9855110,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118804,\n
        "lat": 50.1215820,\n
        "lon": 2.9824700,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118805,\n
        "lat": 50.1215850,\n
        "lon": 2.9862230,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118806,\n
        "lat": 50.1215890,\n
        "lon": 2.9865930,\n
        "timestamp": "2013-11-20T10:42:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118807,\n
        "lat": 50.1215910,\n
        "lon": 2.9850190,\n
        "timestamp": "2013-11-20T10:42:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118808,\n
        "lat": 50.1215920,\n
        "lon": 2.9812790,\n
        "timestamp": "2013-11-20T10:42:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118809,\n
        "lat": 50.1215930,\n
        "lon": 2.9845180,\n
        "timestamp": "2013-11-20T10:42:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118810,\n
        "lat": 50.1215970,\n
        "lon": 2.9872810,\n
        "timestamp": "2013-11-20T10:42:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118812,\n
        "lat": 50.1215980,\n
        "lon": 2.9850930,\n
        "timestamp": "2013-11-20T10:42:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118815,\n
        "lat": 50.1215980,\n
        "lon": 2.9812010,\n
        "timestamp": "2013-11-20T10:42:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118817,\n
        "lat": 50.1215980,\n
        "lon": 2.9809480,\n
        "timestamp": "2013-11-20T10:42:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118818,\n
        "lat": 50.1215990,\n
        "lon": 2.9809140,\n
        "timestamp": "2013-11-20T10:42:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118820,\n
        "lat": 50.1216020,\n
        "lon": 2.9812650,\n
        "timestamp": "2013-11-20T10:42:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118827,\n
        "lat": 50.1216050,\n
        "lon": 2.9817910,\n
        "timestamp": "2013-11-20T10:42:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118831,\n
        "lat": 50.1216090,\n
        "lon": 2.9849590,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118835,\n
        "lat": 50.1216090,\n
        "lon": 2.9843080,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118836,\n
        "lat": 50.1216120,\n
        "lon": 2.9843850,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118838,\n
        "lat": 50.1216140,\n
        "lon": 2.9842900,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118841,\n
        "lat": 50.1216140,\n
        "lon": 2.9812100,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118844,\n
        "lat": 50.1216140,\n
        "lon": 2.9809590,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118846,\n
        "lat": 50.1216150,\n
        "lon": 2.9850470,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118848,\n
        "lat": 50.1216160,\n
        "lon": 2.9862600,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118850,\n
        "lat": 50.1216160,\n
        "lon": 2.9842500,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118853,\n
        "lat": 50.1216170,\n
        "lon": 2.9810030,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118856,\n
        "lat": 50.1216190,\n
        "lon": 2.9865250,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118858,\n
        "lat": 50.1216200,\n
        "lon": 2.9842700,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118860,\n
        "lat": 50.1216210,\n
        "lon": 2.9821230,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118862,\n
        "lat": 50.1216210,\n
        "lon": 2.9809320,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118863,\n
        "lat": 50.1216230,\n
        "lon": 2.9865300,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118865,\n
        "lat": 50.1216230,\n
        "lon": 2.9821110,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118867,\n
        "lat": 50.1216260,\n
        "lon": 2.9844020,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118869,\n
        "lat": 50.1216270,\n
        "lon": 2.9850580,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118871,\n
        "lat": 50.1216280,\n
        "lon": 2.9843230,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118872,\n
        "lat": 50.1216280,\n
        "lon": 2.9842770,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118874,\n
        "lat": 50.1216290,\n
        "lon": 2.9850510,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118877,\n
        "lat": 50.1216290,\n
        "lon": 2.9845470,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118878,\n
        "lat": 50.1216290,\n
        "lon": 2.9842080,\n
        "timestamp": "2013-11-20T10:42:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118880,\n
        "lat": 50.1216320,\n
        "lon": 2.9842650,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118882,\n
        "lat": 50.1216320,\n
        "lon": 2.9809410,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118884,\n
        "lat": 50.1216370,\n
        "lon": 2.9862840,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118886,\n
        "lat": 50.1216380,\n
        "lon": 2.9824950,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118887,\n
        "lat": 50.1216390,\n
        "lon": 2.9859850,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118889,\n
        "lat": 50.1216430,\n
        "lon": 2.9851390,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118891,\n
        "lat": 50.1216430,\n
        "lon": 2.9813140,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118893,\n
        "lat": 50.1216450,\n
        "lon": 2.9849660,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118895,\n
        "lat": 50.1216450,\n
        "lon": 2.9821410,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118897,\n
        "lat": 50.1216460,\n
        "lon": 2.9851310,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118899,\n
        "lat": 50.1216470,\n
        "lon": 2.9812930,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118901,\n
        "lat": 50.1216510,\n
        "lon": 2.9851160,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118903,\n
        "lat": 50.1216510,\n
        "lon": 2.9817600,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118904,\n
        "lat": 50.1216580,\n
        "lon": 2.9860660,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118907,\n
        "lat": 50.1216590,\n
        "lon": 2.9874120,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118909,\n
        "lat": 50.1216610,\n
        "lon": 2.9858180,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118911,\n
        "lat": 50.1216630,\n
        "lon": 2.9850790,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118913,\n
        "lat": 50.1216650,\n
        "lon": 2.9844340,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118915,\n
        "lat": 50.1216660,\n
        "lon": 2.9816940,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118917,\n
        "lat": 50.1216670,\n
        "lon": 2.9851310,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118919,\n
        "lat": 50.1216680,\n
        "lon": 2.9847500,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118921,\n
        "lat": 50.1216680,\n
        "lon": 2.9820960,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118923,\n
        "lat": 50.1216740,\n
        "lon": 2.9820740,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118925,\n
        "lat": 50.1216750,\n
        "lon": 2.9844460,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118927,\n
        "lat": 50.1216770,\n
        "lon": 2.9870300,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118929,\n
        "lat": 50.1216780,\n
        "lon": 2.9843630,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118930,\n
        "lat": 50.1216790,\n
        "lon": 2.9850980,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118931,\n
        "lat": 50.1216810,\n
        "lon": 2.9816280,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118932,\n
        "lat": 50.1216810,\n
        "lon": 2.9812530,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118933,\n
        "lat": 50.1216820,\n
        "lon": 2.9850200,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118934,\n
        "lat": 50.1216820,\n
        "lon": 2.9821310,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118935,\n
        "lat": 50.1216830,\n
        "lon": 2.9870250,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118936,\n
        "lat": 50.1216830,\n
        "lon": 2.9860800,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118937,\n
        "lat": 50.1216830,\n
        "lon": 2.9848260,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118938,\n
        "lat": 50.1216860,\n
        "lon": 2.9821090,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118939,\n
        "lat": 50.1216880,\n
        "lon": 2.9843270,\n
        "timestamp": "2013-11-20T10:42:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118940,\n
        "lat": 50.1216890,\n
        "lon": 2.9846800,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118941,\n
        "lat": 50.1216890,\n
        "lon": 2.9820040,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118942,\n
        "lat": 50.1216890,\n
        "lon": 2.9815940,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118943,\n
        "lat": 50.1216900,\n
        "lon": 2.9857390,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118944,\n
        "lat": 50.1216940,\n
        "lon": 2.9843790,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118945,\n
        "lat": 50.1216960,\n
        "lon": 2.9815570,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118946,\n
        "lat": 50.1216970,\n
        "lon": 2.9852730,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118947,\n
        "lat": 50.1217000,\n
        "lon": 2.9820920,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118948,\n
        "lat": 50.1217020,\n
        "lon": 2.9860340,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118949,\n
        "lat": 50.1217030,\n
        "lon": 2.9847770,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118950,\n
        "lat": 50.1217030,\n
        "lon": 2.9821440,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118951,\n
        "lat": 50.1217030,\n
        "lon": 2.9817930,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118952,\n
        "lat": 50.1217060,\n
        "lon": 2.9834950,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118953,\n
        "lat": 50.1217080,\n
        "lon": 2.9834490,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118954,\n
        "lat": 50.1217100,\n
        "lon": 2.9858590,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118955,\n
        "lat": 50.1217100,\n
        "lon": 2.9846030,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118956,\n
        "lat": 50.1217100,\n
        "lon": 2.9834990,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118957,\n
        "lat": 50.1217110,\n
        "lon": 2.9810790,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118958,\n
        "lat": 50.1217120,\n
        "lon": 2.9847470,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118959,\n
        "lat": 50.1217160,\n
        "lon": 2.9834200,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118960,\n
        "lat": 50.1217160,\n
        "lon": 2.9811140,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118961,\n
        "lat": 50.1217170,\n
        "lon": 2.9850160,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118962,\n
        "lat": 50.1217170,\n
        "lon": 2.9803030,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118963,\n
        "lat": 50.1217180,\n
        "lon": 2.9818390,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118964,\n
        "lat": 50.1217190,\n
        "lon": 2.9852000,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118965,\n
        "lat": 50.1217190,\n
        "lon": 2.9834600,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118966,\n
        "lat": 50.1217200,\n
        "lon": 2.9820240,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118967,\n
        "lat": 50.1217200,\n
        "lon": 2.9817070,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118968,\n
        "lat": 50.1217230,\n
        "lon": 2.9863460,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118969,\n
        "lat": 50.1217240,\n
        "lon": 2.9811190,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118970,\n
        "lat": 50.1217250,\n
        "lon": 2.9862150,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118971,\n
        "lat": 50.1217250,\n
        "lon": 2.9825440,\n
        "timestamp": "2013-11-20T10:42:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118972,\n
        "lat": 50.1217260,\n
        "lon": 2.9821100,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118973,\n
        "lat": 50.1217260,\n
        "lon": 2.9816780,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118974,\n
        "lat": 50.1217280,\n
        "lon": 2.9875760,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118975,\n
        "lat": 50.1217290,\n
        "lon": 2.9871140,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118976,\n
        "lat": 50.1217290,\n
        "lon": 2.9817860,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118977,\n
        "lat": 50.1217300,\n
        "lon": 2.9810210,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118978,\n
        "lat": 50.1217310,\n
        "lon": 2.9863570,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118979,\n
        "lat": 50.1217310,\n
        "lon": 2.9813700,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118980,\n
        "lat": 50.1217320,\n
        "lon": 2.9834360,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118981,\n
        "lat": 50.1217330,\n
        "lon": 2.9833520,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118982,\n
        "lat": 50.1217360,\n
        "lon": 2.9852150,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118983,\n
        "lat": 50.1217370,\n
        "lon": 2.9818200,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118984,\n
        "lat": 50.1217370,\n
        "lon": 2.9810670,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118985,\n
        "lat": 50.1217380,\n
        "lon": 2.9857830,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118986,\n
        "lat": 50.1217400,\n
        "lon": 2.9824810,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118987,\n
        "lat": 50.1217410,\n
        "lon": 2.9817200,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118988,\n
        "lat": 50.1217430,\n
        "lon": 2.9896660,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118989,\n
        "lat": 50.1217440,\n
        "lon": 2.9816060,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118990,\n
        "lat": 50.1217450,\n
        "lon": 2.9810330,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118991,\n
        "lat": 50.1217470,\n
        "lon": 2.9820420,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118992,\n
        "lat": 50.1217490,\n
        "lon": 2.9812950,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118993,\n
        "lat": 50.1217500,\n
        "lon": 2.9876320,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118994,\n
        "lat": 50.1217530,\n
        "lon": 2.9851630,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118995,\n
        "lat": 50.1217530,\n
        "lon": 2.9804220,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118996,\n
        "lat": 50.1217550,\n
        "lon": 2.9844500,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118997,\n
        "lat": 50.1217550,\n
        "lon": 2.9832880,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118998,\n
        "lat": 50.1217550,\n
        "lon": 2.9821300,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541118999,\n
        "lat": 50.1217560,\n
        "lon": 2.9848790,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119000,\n
        "lat": 50.1217580,\n
        "lon": 2.9825630,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119001,\n
        "lat": 50.1217580,\n
        "lon": 2.9804170,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119002,\n
        "lat": 50.1217610,\n
        "lon": 2.9850500,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119003,\n
        "lat": 50.1217610,\n
        "lon": 2.9835510,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119004,\n
        "lat": 50.1217610,\n
        "lon": 2.9835460,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119006,\n
        "lat": 50.1217610,\n
        "lon": 2.9832720,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119008,\n
        "lat": 50.1217630,\n
        "lon": 2.9804520,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119010,\n
        "lat": 50.1217710,\n
        "lon": 2.9847960,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119011,\n
        "lat": 50.1217710,\n
        "lon": 2.9804090,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119013,\n
        "lat": 50.1217720,\n
        "lon": 2.9862830,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119015,\n
        "lat": 50.1217720,\n
        "lon": 2.9832420,\n
        "timestamp": "2013-11-20T10:42:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119016,\n
        "lat": 50.1217730,\n
        "lon": 2.9861320,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119017,\n
        "lat": 50.1217740,\n
        "lon": 2.9825040,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119018,\n
        "lat": 50.1217760,\n
        "lon": 2.9820610,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119019,\n
        "lat": 50.1217790,\n
        "lon": 2.9804350,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119020,\n
        "lat": 50.1217810,\n
        "lon": 2.9811560,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119021,\n
        "lat": 50.1217820,\n
        "lon": 2.9847610,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119022,\n
        "lat": 50.1217830,\n
        "lon": 2.9873290,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119023,\n
        "lat": 50.1217830,\n
        "lon": 2.9849790,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119024,\n
        "lat": 50.1217840,\n
        "lon": 2.9821510,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119025,\n
        "lat": 50.1217910,\n
        "lon": 2.9811110,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119026,\n
        "lat": 50.1217930,\n
        "lon": 2.9843230,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119027,\n
        "lat": 50.1217990,\n
        "lon": 2.9811160,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119028,\n
        "lat": 50.1218000,\n
        "lon": 2.9843270,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119029,\n
        "lat": 50.1218010,\n
        "lon": 2.9823990,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119030,\n
        "lat": 50.1218050,\n
        "lon": 2.9820810,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119031,\n
        "lat": 50.1218060,\n
        "lon": 2.9857460,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119032,\n
        "lat": 50.1218070,\n
        "lon": 2.9810830,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119033,\n
        "lat": 50.1218080,\n
        "lon": 2.9849990,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119034,\n
        "lat": 50.1218110,\n
        "lon": 2.9872990,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119035,\n
        "lat": 50.1218110,\n
        "lon": 2.9824060,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119036,\n
        "lat": 50.1218110,\n
        "lon": 2.9821690,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119037,\n
        "lat": 50.1218110,\n
        "lon": 2.9817280,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119038,\n
        "lat": 50.1218180,\n
        "lon": 2.9848340,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119039,\n
        "lat": 50.1218200,\n
        "lon": 2.9872880,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119040,\n
        "lat": 50.1218210,\n
        "lon": 2.9851020,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119041,\n
        "lat": 50.1218280,\n
        "lon": 2.9847990,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119042,\n
        "lat": 50.1218290,\n
        "lon": 2.9820960,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119043,\n
        "lat": 50.1218290,\n
        "lon": 2.9816530,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119044,\n
        "lat": 50.1218310,\n
        "lon": 2.9850650,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119045,\n
        "lat": 50.1218310,\n
        "lon": 2.9803550,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119046,\n
        "lat": 50.1218330,\n
        "lon": 2.9819290,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119047,\n
        "lat": 50.1218350,\n
        "lon": 2.9834470,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119048,\n
        "lat": 50.1218360,\n
        "lon": 2.9812020,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119049,\n
        "lat": 50.1218370,\n
        "lon": 2.9802000,\n
        "timestamp": "2013-11-20T10:42:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119050,\n
        "lat": 50.1218390,\n
        "lon": 2.9834380,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119051,\n
        "lat": 50.1218460,\n
        "lon": 2.9854810,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119052,\n
        "lat": 50.1218470,\n
        "lon": 2.9874700,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119053,\n
        "lat": 50.1218480,\n
        "lon": 2.9859640,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119054,\n
        "lat": 50.1218480,\n
        "lon": 2.9845120,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119055,\n
        "lat": 50.1218480,\n
        "lon": 2.9841330,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119056,\n
        "lat": 50.1218510,\n
        "lon": 2.9812110,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119057,\n
        "lat": 50.1218540,\n
        "lon": 2.9841400,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119058,\n
        "lat": 50.1218540,\n
        "lon": 2.9819420,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119059,\n
        "lat": 50.1218570,\n
        "lon": 2.9862480,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119060,\n
        "lat": 50.1218570,\n
        "lon": 2.9833830,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119061,\n
        "lat": 50.1218570,\n
        "lon": 2.9813540,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119062,\n
        "lat": 50.1218580,\n
        "lon": 2.9811110,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119063,\n
        "lat": 50.1218600,\n
        "lon": 2.9840890,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119064,\n
        "lat": 50.1218610,\n
        "lon": 2.9833690,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119065,\n
        "lat": 50.1218620,\n
        "lon": 2.9848710,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119066,\n
        "lat": 50.1218620,\n
        "lon": 2.9833230,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119067,\n
        "lat": 50.1218630,\n
        "lon": 2.9867270,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119068,\n
        "lat": 50.1218650,\n
        "lon": 2.9831270,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119069,\n
        "lat": 50.1218670,\n
        "lon": 2.9868020,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119070,\n
        "lat": 50.1218670,\n
        "lon": 2.9811490,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119071,\n
        "lat": 50.1218680,\n
        "lon": 2.9818000,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119072,\n
        "lat": 50.1218720,\n
        "lon": 2.9855420,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119073,\n
        "lat": 50.1218740,\n
        "lon": 2.9848370,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119074,\n
        "lat": 50.1218740,\n
        "lon": 2.9844220,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119075,\n
        "lat": 50.1218740,\n
        "lon": 2.9843800,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119076,\n
        "lat": 50.1218750,\n
        "lon": 2.9804730,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119077,\n
        "lat": 50.1218760,\n
        "lon": 2.9874400,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119078,\n
        "lat": 50.1218760,\n
        "lon": 2.9834530,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119079,\n
        "lat": 50.1218770,\n
        "lon": 2.9821290,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119080,\n
        "lat": 50.1218780,\n
        "lon": 2.9824060,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119081,\n
        "lat": 50.1218810,\n
        "lon": 2.9836590,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119082,\n
        "lat": 50.1218820,\n
        "lon": 2.9818290,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119083,\n
        "lat": 50.1218830,\n
        "lon": 2.9834800,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119084,\n
        "lat": 50.1218860,\n
        "lon": 2.9874550,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119085,\n
        "lat": 50.1218860,\n
        "lon": 2.9830630,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119086,\n
        "lat": 50.1218860,\n
        "lon": 2.9823490,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119087,\n
        "lat": 50.1218860,\n
        "lon": 2.9818110,\n
        "timestamp": "2013-11-20T10:42:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119088,\n
        "lat": 50.1218870,\n
        "lon": 2.9867780,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119089,\n
        "lat": 50.1218870,\n
        "lon": 2.9843790,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119090,\n
        "lat": 50.1218880,\n
        "lon": 2.9845530,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119091,\n
        "lat": 50.1218910,\n
        "lon": 2.9819650,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119092,\n
        "lat": 50.1218920,\n
        "lon": 2.9834090,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119093,\n
        "lat": 50.1218940,\n
        "lon": 2.9858170,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119094,\n
        "lat": 50.1218950,\n
        "lon": 2.9817770,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119095,\n
        "lat": 50.1218960,\n
        "lon": 2.9839740,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119096,\n
        "lat": 50.1218980,\n
        "lon": 2.9874820,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119097,\n
        "lat": 50.1218980,\n
        "lon": 2.9855730,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119098,\n
        "lat": 50.1218980,\n
        "lon": 2.9811350,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119099,\n
        "lat": 50.1218990,\n
        "lon": 2.9866830,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119100,\n
        "lat": 50.1219000,\n
        "lon": 2.9855670,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119101,\n
        "lat": 50.1219020,\n
        "lon": 2.9811700,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119102,\n
        "lat": 50.1219030,\n
        "lon": 2.9835430,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119103,\n
        "lat": 50.1219040,\n
        "lon": 2.9841230,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119104,\n
        "lat": 50.1219050,\n
        "lon": 2.9835930,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119105,\n
        "lat": 50.1219070,\n
        "lon": 2.9843040,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119106,\n
        "lat": 50.1219080,\n
        "lon": 2.9859510,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119107,\n
        "lat": 50.1219100,\n
        "lon": 2.9845770,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119108,\n
        "lat": 50.1219100,\n
        "lon": 2.9833550,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119109,\n
        "lat": 50.1219110,\n
        "lon": 2.9841040,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119110,\n
        "lat": 50.1219120,\n
        "lon": 2.9835090,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119111,\n
        "lat": 50.1219130,\n
        "lon": 2.9893610,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119112,\n
        "lat": 50.1219130,\n
        "lon": 2.9844530,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119113,\n
        "lat": 50.1219140,\n
        "lon": 2.9817010,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119114,\n
        "lat": 50.1219140,\n
        "lon": 2.9804120,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119115,\n
        "lat": 50.1219180,\n
        "lon": 2.9834950,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119116,\n
        "lat": 50.1219190,\n
        "lon": 2.9815480,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119117,\n
        "lat": 50.1219200,\n
        "lon": 2.9818520,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119118,\n
        "lat": 50.1219240,\n
        "lon": 2.9867300,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119119,\n
        "lat": 50.1219240,\n
        "lon": 2.9833220,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119120,\n
        "lat": 50.1219280,\n
        "lon": 2.9813940,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119121,\n
        "lat": 50.1219300,\n
        "lon": 2.9841870,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119122,\n
        "lat": 50.1219320,\n
        "lon": 2.9809920,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119123,\n
        "lat": 50.1219340,\n
        "lon": 2.9814730,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119124,\n
        "lat": 50.1219350,\n
        "lon": 2.9838560,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119125,\n
        "lat": 50.1219350,\n
        "lon": 2.9821660,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119126,\n
        "lat": 50.1219370,\n
        "lon": 2.9812370,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119127,\n
        "lat": 50.1219380,\n
        "lon": 2.9844880,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119128,\n
        "lat": 50.1219390,\n
        "lon": 2.9841930,\n
        "timestamp": "2013-11-20T10:42:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119129,\n
        "lat": 50.1219390,\n
        "lon": 2.9808520,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119130,\n
        "lat": 50.1219390,\n
        "lon": 2.9803880,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119131,\n
        "lat": 50.1219400,\n
        "lon": 2.9835800,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119132,\n
        "lat": 50.1219420,\n
        "lon": 2.9814390,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119133,\n
        "lat": 50.1219430,\n
        "lon": 2.9824500,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119134,\n
        "lat": 50.1219450,\n
        "lon": 2.9824410,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119135,\n
        "lat": 50.1219470,\n
        "lon": 2.9841330,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119136,\n
        "lat": 50.1219470,\n
        "lon": 2.9808320,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119137,\n
        "lat": 50.1219500,\n
        "lon": 2.9844350,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119138,\n
        "lat": 50.1219510,\n
        "lon": 2.9841470,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119139,\n
        "lat": 50.1219520,\n
        "lon": 2.9858270,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119140,\n
        "lat": 50.1219520,\n
        "lon": 2.9839220,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119141,\n
        "lat": 50.1219520,\n
        "lon": 2.9805790,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119142,\n
        "lat": 50.1219530,\n
        "lon": 2.9811680,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119143,\n
        "lat": 50.1219550,\n
        "lon": 2.9834340,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119144,\n
        "lat": 50.1219560,\n
        "lon": 2.9856270,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119145,\n
        "lat": 50.1219580,\n
        "lon": 2.9824650,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119146,\n
        "lat": 50.1219610,\n
        "lon": 2.9824510,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119147,\n
        "lat": 50.1219630,\n
        "lon": 2.9832210,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119148,\n
        "lat": 50.1219630,\n
        "lon": 2.9812530,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119149,\n
        "lat": 50.1219640,\n
        "lon": 2.9823540,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119150,\n
        "lat": 50.1219650,\n
        "lon": 2.9838850,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119151,\n
        "lat": 50.1219650,\n
        "lon": 2.9824690,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119152,\n
        "lat": 50.1219660,\n
        "lon": 2.9804190,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119153,\n
        "lat": 50.1219680,\n
        "lon": 2.9824560,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119154,\n
        "lat": 50.1219700,\n
        "lon": 2.9858400,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119155,\n
        "lat": 50.1219700,\n
        "lon": 2.9824570,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119156,\n
        "lat": 50.1219770,\n
        "lon": 2.9867330,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119157,\n
        "lat": 50.1219770,\n
        "lon": 2.9837210,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119158,\n
        "lat": 50.1219770,\n
        "lon": 2.9811700,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119159,\n
        "lat": 50.1219800,\n
        "lon": 2.9807640,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119160,\n
        "lat": 50.1219800,\n
        "lon": 2.9803950,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119161,\n
        "lat": 50.1219830,\n
        "lon": 2.9834550,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119162,\n
        "lat": 50.1219850,\n
        "lon": 2.9849390,\n
        "timestamp": "2013-11-20T10:42:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119163,\n
        "lat": 50.1219860,\n
        "lon": 2.9831620,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119164,\n
        "lat": 50.1219880,\n
        "lon": 2.9834370,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119165,\n
        "lat": 50.1219880,\n
        "lon": 2.9809160,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119166,\n
        "lat": 50.1219890,\n
        "lon": 2.9823710,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119167,\n
        "lat": 50.1219900,\n
        "lon": 2.9831500,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119168,\n
        "lat": 50.1219910,\n
        "lon": 2.9856010,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119169,\n
        "lat": 50.1219930,\n
        "lon": 2.9860270,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119170,\n
        "lat": 50.1219940,\n
        "lon": 2.9808910,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119171,\n
        "lat": 50.1219960,\n
        "lon": 2.9818980,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119172,\n
        "lat": 50.1219980,\n
        "lon": 2.9843000,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119173,\n
        "lat": 50.1219990,\n
        "lon": 2.9812750,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119174,\n
        "lat": 50.1220000,\n
        "lon": 2.9834010,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119175,\n
        "lat": 50.1220000,\n
        "lon": 2.9812290,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119176,\n
        "lat": 50.1220030,\n
        "lon": 2.9867020,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119177,\n
        "lat": 50.1220040,\n
        "lon": 2.9804180,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119178,\n
        "lat": 50.1220050,\n
        "lon": 2.9870900,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119179,\n
        "lat": 50.1220070,\n
        "lon": 2.9848520,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119180,\n
        "lat": 50.1220070,\n
        "lon": 2.9810330,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119181,\n
        "lat": 50.1220070,\n
        "lon": 2.9808530,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119182,\n
        "lat": 50.1220070,\n
        "lon": 2.9804730,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119183,\n
        "lat": 50.1220080,\n
        "lon": 2.9812350,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119184,\n
        "lat": 50.1220100,\n
        "lon": 2.9867140,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119185,\n
        "lat": 50.1220100,\n
        "lon": 2.9811860,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119186,\n
        "lat": 50.1220110,\n
        "lon": 2.9818440,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119187,\n
        "lat": 50.1220120,\n
        "lon": 2.9842600,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119188,\n
        "lat": 50.1220130,\n
        "lon": 2.9844670,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119189,\n
        "lat": 50.1220180,\n
        "lon": 2.9859610,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119190,\n
        "lat": 50.1220190,\n
        "lon": 2.9824900,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119191,\n
        "lat": 50.1220190,\n
        "lon": 2.9811900,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119192,\n
        "lat": 50.1220210,\n
        "lon": 2.9835990,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119193,\n
        "lat": 50.1220220,\n
        "lon": 2.9845700,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119194,\n
        "lat": 50.1220230,\n
        "lon": 2.9820460,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119195,\n
        "lat": 50.1220240,\n
        "lon": 2.9856830,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119196,\n
        "lat": 50.1220250,\n
        "lon": 2.9858890,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119197,\n
        "lat": 50.1220250,\n
        "lon": 2.9830050,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119198,\n
        "lat": 50.1220250,\n
        "lon": 2.9818470,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119199,\n
        "lat": 50.1220340,\n
        "lon": 2.9843930,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119200,\n
        "lat": 50.1220340,\n
        "lon": 2.9824270,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119201,\n
        "lat": 50.1220350,\n
        "lon": 2.9835600,\n
        "timestamp": "2013-11-20T10:42:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119202,\n
        "lat": 50.1220370,\n
        "lon": 2.9859020,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119203,\n
        "lat": 50.1220400,\n
        "lon": 2.9824040,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119204,\n
        "lat": 50.1220420,\n
        "lon": 2.9843380,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119205,\n
        "lat": 50.1220430,\n
        "lon": 2.9815080,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119206,\n
        "lat": 50.1220430,\n
        "lon": 2.9803790,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119207,\n
        "lat": 50.1220440,\n
        "lon": 2.9814960,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119208,\n
        "lat": 50.1220460,\n
        "lon": 2.9859860,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119209,\n
        "lat": 50.1220460,\n
        "lon": 2.9825080,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119210,\n
        "lat": 50.1220480,\n
        "lon": 2.9841510,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119211,\n
        "lat": 50.1220480,\n
        "lon": 2.9819260,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119212,\n
        "lat": 50.1220510,\n
        "lon": 2.9858670,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119213,\n
        "lat": 50.1220510,\n
        "lon": 2.9815280,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119214,\n
        "lat": 50.1220520,\n
        "lon": 2.9815130,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119215,\n
        "lat": 50.1220550,\n
        "lon": 2.9861250,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119216,\n
        "lat": 50.1220550,\n
        "lon": 2.9816210,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119217,\n
        "lat": 50.1220560,\n
        "lon": 2.9847280,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119218,\n
        "lat": 50.1220560,\n
        "lon": 2.9842990,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119219,\n
        "lat": 50.1220560,\n
        "lon": 2.9833110,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119220,\n
        "lat": 50.1220600,\n
        "lon": 2.9823250,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119221,\n
        "lat": 50.1220600,\n
        "lon": 2.9816840,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119222,\n
        "lat": 50.1220620,\n
        "lon": 2.9824450,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119223,\n
        "lat": 50.1220630,\n
        "lon": 2.9869130,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119224,\n
        "lat": 50.1220640,\n
        "lon": 2.9857800,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119225,\n
        "lat": 50.1220650,\n
        "lon": 2.9834800,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119226,\n
        "lat": 50.1220720,\n
        "lon": 2.9815400,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119227,\n
        "lat": 50.1220720,\n
        "lon": 2.9809780,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119228,\n
        "lat": 50.1220750,\n
        "lon": 2.9822600,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119229,\n
        "lat": 50.1220750,\n
        "lon": 2.9809680,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119230,\n
        "lat": 50.1220760,\n
        "lon": 2.9816930,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119231,\n
        "lat": 50.1220790,\n
        "lon": 2.9858920,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119232,\n
        "lat": 50.1220790,\n
        "lon": 2.9823980,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119233,\n
        "lat": 50.1220820,\n
        "lon": 2.9857960,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119234,\n
        "lat": 50.1220820,\n
        "lon": 2.9823400,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119235,\n
        "lat": 50.1220850,\n
        "lon": 2.9832910,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119236,\n
        "lat": 50.1220850,\n
        "lon": 2.9816540,\n
        "timestamp": "2013-11-20T10:42:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119237,\n
        "lat": 50.1220870,\n
        "lon": 2.9827800,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119238,\n
        "lat": 50.1220870,\n
        "lon": 2.9820960,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119239,\n
        "lat": 50.1220900,\n
        "lon": 2.9809140,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119240,\n
        "lat": 50.1220910,\n
        "lon": 2.9861540,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119241,\n
        "lat": 50.1220910,\n
        "lon": 2.9829200,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119242,\n
        "lat": 50.1220920,\n
        "lon": 2.9841910,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119243,\n
        "lat": 50.1220920,\n
        "lon": 2.9830610,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119244,\n
        "lat": 50.1220920,\n
        "lon": 2.9823470,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119245,\n
        "lat": 50.1220930,\n
        "lon": 2.9843790,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119246,\n
        "lat": 50.1220940,\n
        "lon": 2.9819410,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119247,\n
        "lat": 50.1220950,\n
        "lon": 2.9827530,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119248,\n
        "lat": 50.1220990,\n
        "lon": 2.9832650,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119249,\n
        "lat": 50.1220990,\n
        "lon": 2.9822750,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119250,\n
        "lat": 50.1221030,\n
        "lon": 2.9816660,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119251,\n
        "lat": 50.1221060,\n
        "lon": 2.9869810,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119252,\n
        "lat": 50.1221090,\n
        "lon": 2.9869870,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119253,\n
        "lat": 50.1221090,\n
        "lon": 2.9838340,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119254,\n
        "lat": 50.1221100,\n
        "lon": 2.9825980,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119255,\n
        "lat": 50.1221120,\n
        "lon": 2.9824940,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119256,\n
        "lat": 50.1221120,\n
        "lon": 2.9820110,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119257,\n
        "lat": 50.1221130,\n
        "lon": 2.9857090,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119258,\n
        "lat": 50.1221140,\n
        "lon": 2.9826190,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119259,\n
        "lat": 50.1221140,\n
        "lon": 2.9809320,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119260,\n
        "lat": 50.1221150,\n
        "lon": 2.9861750,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119261,\n
        "lat": 50.1221150,\n
        "lon": 2.9859480,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119262,\n
        "lat": 50.1221180,\n
        "lon": 2.9826060,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119263,\n
        "lat": 50.1221210,\n
        "lon": 2.9834600,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119264,\n
        "lat": 50.1221220,\n
        "lon": 2.9837940,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119265,\n
        "lat": 50.1221220,\n
        "lon": 2.9818470,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119266,\n
        "lat": 50.1221230,\n
        "lon": 2.9828280,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119267,\n
        "lat": 50.1221240,\n
        "lon": 2.9859330,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119268,\n
        "lat": 50.1221260,\n
        "lon": 2.9820210,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119269,\n
        "lat": 50.1221270,\n
        "lon": 2.9829530,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119270,\n
        "lat": 50.1221290,\n
        "lon": 2.9826320,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119271,\n
        "lat": 50.1221290,\n
        "lon": 2.9824390,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119272,\n
        "lat": 50.1221300,\n
        "lon": 2.9836430,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119273,\n
        "lat": 50.1221300,\n
        "lon": 2.9828100,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119274,\n
        "lat": 50.1221300,\n
        "lon": 2.9818530,\n
        "timestamp": "2013-11-20T10:42:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119275,\n
        "lat": 50.1221320,\n
        "lon": 2.9820040,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119276,\n
        "lat": 50.1221320,\n
        "lon": 2.9818130,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119277,\n
        "lat": 50.1221330,\n
        "lon": 2.9815570,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119278,\n
        "lat": 50.1221350,\n
        "lon": 2.9809660,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119279,\n
        "lat": 50.1221360,\n
        "lon": 2.9825130,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119280,\n
        "lat": 50.1221370,\n
        "lon": 2.9850820,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119281,\n
        "lat": 50.1221380,\n
        "lon": 2.9861060,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119282,\n
        "lat": 50.1221380,\n
        "lon": 2.9809500,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119283,\n
        "lat": 50.1221380,\n
        "lon": 2.9805970,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119284,\n
        "lat": 50.1221400,\n
        "lon": 2.9818190,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119285,\n
        "lat": 50.1221410,\n
        "lon": 2.9846880,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119286,\n
        "lat": 50.1221410,\n
        "lon": 2.9842330,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119287,\n
        "lat": 50.1221410,\n
        "lon": 2.9819780,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119288,\n
        "lat": 50.1221440,\n
        "lon": 2.9805870,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119289,\n
        "lat": 50.1221510,\n
        "lon": 2.9820200,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119290,\n
        "lat": 50.1221510,\n
        "lon": 2.9809790,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119291,\n
        "lat": 50.1221540,\n
        "lon": 2.9805540,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119292,\n
        "lat": 50.1221550,\n
        "lon": 2.9864490,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119293,\n
        "lat": 50.1221550,\n
        "lon": 2.9859820,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119294,\n
        "lat": 50.1221560,\n
        "lon": 2.9858460,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119295,\n
        "lat": 50.1221570,\n
        "lon": 2.9809640,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119296,\n
        "lat": 50.1221580,\n
        "lon": 2.9825300,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119297,\n
        "lat": 50.1221590,\n
        "lon": 2.9859690,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119298,\n
        "lat": 50.1221600,\n
        "lon": 2.9808970,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119299,\n
        "lat": 50.1221620,\n
        "lon": 2.9814260,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119300,\n
        "lat": 50.1221630,\n
        "lon": 2.9850130,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119301,\n
        "lat": 50.1221640,\n
        "lon": 2.9835340,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119302,\n
        "lat": 50.1221640,\n
        "lon": 2.9805250,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119303,\n
        "lat": 50.1221660,\n
        "lon": 2.9861280,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119304,\n
        "lat": 50.1221670,\n
        "lon": 2.9860140,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119305,\n
        "lat": 50.1221670,\n
        "lon": 2.9816990,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119306,\n
        "lat": 50.1221680,\n
        "lon": 2.9818020,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119307,\n
        "lat": 50.1221720,\n
        "lon": 2.9826110,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119308,\n
        "lat": 50.1221730,\n
        "lon": 2.9805040,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119309,\n
        "lat": 50.1221740,\n
        "lon": 2.9824740,\n
        "timestamp": "2013-11-20T10:42:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119310,\n
        "lat": 50.1221740,\n
        "lon": 2.9806110,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119311,\n
        "lat": 50.1221760,\n
        "lon": 2.9835080,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119312,\n
        "lat": 50.1221780,\n
        "lon": 2.9842270,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119313,\n
        "lat": 50.1221780,\n
        "lon": 2.9804930,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119314,\n
        "lat": 50.1221790,\n
        "lon": 2.9818470,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119315,\n
        "lat": 50.1221820,\n
        "lon": 2.9868920,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119316,\n
        "lat": 50.1221820,\n
        "lon": 2.9834920,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119317,\n
        "lat": 50.1221830,\n
        "lon": 2.9841260,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119318,\n
        "lat": 50.1221830,\n
        "lon": 2.9805410,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119319,\n
        "lat": 50.1221840,\n
        "lon": 2.9868980,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119320,\n
        "lat": 50.1221840,\n
        "lon": 2.9865080,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119321,\n
        "lat": 50.1221840,\n
        "lon": 2.9837470,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119322,\n
        "lat": 50.1221850,\n
        "lon": 2.9826220,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119323,\n
        "lat": 50.1221870,\n
        "lon": 2.9818170,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119324,\n
        "lat": 50.1221870,\n
        "lon": 2.9805770,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119325,\n
        "lat": 50.1221900,\n
        "lon": 2.9871540,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119326,\n
        "lat": 50.1221900,\n
        "lon": 2.9855340,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119327,\n
        "lat": 50.1221900,\n
        "lon": 2.9821730,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119328,\n
        "lat": 50.1221910,\n
        "lon": 2.9817180,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119329,\n
        "lat": 50.1221920,\n
        "lon": 2.9860470,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119330,\n
        "lat": 50.1221920,\n
        "lon": 2.9860370,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119331,\n
        "lat": 50.1221920,\n
        "lon": 2.9805210,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119332,\n
        "lat": 50.1221930,\n
        "lon": 2.9858790,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119333,\n
        "lat": 50.1221940,\n
        "lon": 2.9825120,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119334,\n
        "lat": 50.1221940,\n
        "lon": 2.9809930,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119335,\n
        "lat": 50.1221960,\n
        "lon": 2.9818600,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119336,\n
        "lat": 50.1221970,\n
        "lon": 2.9805540,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119337,\n
        "lat": 50.1221990,\n
        "lon": 2.9835600,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119338,\n
        "lat": 50.1221990,\n
        "lon": 2.9825190,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119339,\n
        "lat": 50.1222000,\n
        "lon": 2.9868700,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119340,\n
        "lat": 50.1222000,\n
        "lon": 2.9859230,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119341,\n
        "lat": 50.1222000,\n
        "lon": 2.9817780,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119342,\n
        "lat": 50.1222020,\n
        "lon": 2.9841640,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119343,\n
        "lat": 50.1222030,\n
        "lon": 2.9824840,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119344,\n
        "lat": 50.1222040,\n
        "lon": 2.9807670,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119345,\n
        "lat": 50.1222060,\n
        "lon": 2.9836750,\n
        "timestamp": "2013-11-20T10:42:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119346,\n
        "lat": 50.1222060,\n
        "lon": 2.9823820,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119347,\n
        "lat": 50.1222090,\n
        "lon": 2.9805230,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119348,\n
        "lat": 50.1222110,\n
        "lon": 2.9854740,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119349,\n
        "lat": 50.1222110,\n
        "lon": 2.9841500,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119350,\n
        "lat": 50.1222120,\n
        "lon": 2.9837720,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119351,\n
        "lat": 50.1222130,\n
        "lon": 2.9823620,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119352,\n
        "lat": 50.1222140,\n
        "lon": 2.9869590,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119353,\n
        "lat": 50.1222140,\n
        "lon": 2.9855550,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119354,\n
        "lat": 50.1222140,\n
        "lon": 2.9835170,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119355,\n
        "lat": 50.1222140,\n
        "lon": 2.9816480,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119356,\n
        "lat": 50.1222200,\n
        "lon": 2.9809240,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119357,\n
        "lat": 50.1222210,\n
        "lon": 2.9825000,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119358,\n
        "lat": 50.1222210,\n
        "lon": 2.9820700,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119359,\n
        "lat": 50.1222220,\n
        "lon": 2.9861150,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119360,\n
        "lat": 50.1222250,\n
        "lon": 2.9867200,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119361,\n
        "lat": 50.1222250,\n
        "lon": 2.9859440,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119362,\n
        "lat": 50.1222280,\n
        "lon": 2.9862640,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119363,\n
        "lat": 50.1222310,\n
        "lon": 2.9869330,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119364,\n
        "lat": 50.1222320,\n
        "lon": 2.9860800,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119365,\n
        "lat": 50.1222340,\n
        "lon": 2.9867390,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119366,\n
        "lat": 50.1222340,\n
        "lon": 2.9822150,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119367,\n
        "lat": 50.1222340,\n
        "lon": 2.9816620,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119368,\n
        "lat": 50.1222360,\n
        "lon": 2.9854960,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119369,\n
        "lat": 50.1222370,\n
        "lon": 2.9841260,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119370,\n
        "lat": 50.1222370,\n
        "lon": 2.9837000,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119371,\n
        "lat": 50.1222370,\n
        "lon": 2.9819220,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119372,\n
        "lat": 50.1222410,\n
        "lon": 2.9866060,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119373,\n
        "lat": 50.1222420,\n
        "lon": 2.9816360,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119374,\n
        "lat": 50.1222430,\n
        "lon": 2.9870190,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119375,\n
        "lat": 50.1222430,\n
        "lon": 2.9841070,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119376,\n
        "lat": 50.1222430,\n
        "lon": 2.9818970,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119377,\n
        "lat": 50.1222460,\n
        "lon": 2.9841340,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119378,\n
        "lat": 50.1222530,\n
        "lon": 2.9847930,\n
        "timestamp": "2013-11-20T10:42:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119425,\n
        "lat": 50.1222570,\n
        "lon": 2.9861900,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119427,\n
        "lat": 50.1222580,\n
        "lon": 2.9851040,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119429,\n
        "lat": 50.1222590,\n
        "lon": 2.9819400,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119431,\n
        "lat": 50.1222600,\n
        "lon": 2.9839190,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119433,\n
        "lat": 50.1222600,\n
        "lon": 2.9832100,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119435,\n
        "lat": 50.1222610,\n
        "lon": 2.9808100,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119437,\n
        "lat": 50.1222650,\n
        "lon": 2.9806310,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119439,\n
        "lat": 50.1222690,\n
        "lon": 2.9861600,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119441,\n
        "lat": 50.1222700,\n
        "lon": 2.9816650,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119443,\n
        "lat": 50.1222730,\n
        "lon": 2.9839110,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119444,\n
        "lat": 50.1222760,\n
        "lon": 2.9862070,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119446,\n
        "lat": 50.1222760,\n
        "lon": 2.9820700,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119448,\n
        "lat": 50.1222770,\n
        "lon": 2.9815150,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119450,\n
        "lat": 50.1222780,\n
        "lon": 2.9866860,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119452,\n
        "lat": 50.1222780,\n
        "lon": 2.9815110,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119454,\n
        "lat": 50.1222830,\n
        "lon": 2.9861290,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119456,\n
        "lat": 50.1222860,\n
        "lon": 2.9818470,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119458,\n
        "lat": 50.1222890,\n
        "lon": 2.9825610,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119460,\n
        "lat": 50.1222900,\n
        "lon": 2.9831180,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119462,\n
        "lat": 50.1222910,\n
        "lon": 2.9820140,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119464,\n
        "lat": 50.1222930,\n
        "lon": 2.9822750,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119466,\n
        "lat": 50.1222980,\n
        "lon": 2.9825420,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119468,\n
        "lat": 50.1223030,\n
        "lon": 2.9861560,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119470,\n
        "lat": 50.1223040,\n
        "lon": 2.9839450,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119472,\n
        "lat": 50.1223060,\n
        "lon": 2.9815430,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119474,\n
        "lat": 50.1223070,\n
        "lon": 2.9865310,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119476,\n
        "lat": 50.1223080,\n
        "lon": 2.9819570,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119478,\n
        "lat": 50.1223160,\n
        "lon": 2.9838680,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119480,\n
        "lat": 50.1223180,\n
        "lon": 2.9830420,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119482,\n
        "lat": 50.1223180,\n
        "lon": 2.9824870,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119484,\n
        "lat": 50.1223220,\n
        "lon": 2.9863410,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119486,\n
        "lat": 50.1223230,\n
        "lon": 2.9825650,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119488,\n
        "lat": 50.1223240,\n
        "lon": 2.9824710,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119490,\n
        "lat": 50.1223250,\n
        "lon": 2.9820410,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119492,\n
        "lat": 50.1223250,\n
        "lon": 2.9817050,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119494,\n
        "lat": 50.1223260,\n
        "lon": 2.9831490,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119496,\n
        "lat": 50.1223270,\n
        "lon": 2.9842080,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119498,\n
        "lat": 50.1223320,\n
        "lon": 2.9869210,\n
        "timestamp": "2013-11-20T10:42:50Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119500,\n
        "lat": 50.1223380,\n
        "lon": 2.9838090,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119502,\n
        "lat": 50.1223400,\n
        "lon": 2.9823170,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119504,\n
        "lat": 50.1223430,\n
        "lon": 2.9819890,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119505,\n
        "lat": 50.1223450,\n
        "lon": 2.9848780,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119507,\n
        "lat": 50.1223460,\n
        "lon": 2.9821380,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119509,\n
        "lat": 50.1223470,\n
        "lon": 2.9804970,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119511,\n
        "lat": 50.1223490,\n
        "lon": 2.9824960,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119513,\n
        "lat": 50.1223520,\n
        "lon": 2.9830740,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119515,\n
        "lat": 50.1223540,\n
        "lon": 2.9869750,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119516,\n
        "lat": 50.1223580,\n
        "lon": 2.9866730,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119517,\n
        "lat": 50.1223610,\n
        "lon": 2.9839070,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119518,\n
        "lat": 50.1223610,\n
        "lon": 2.9822570,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119519,\n
        "lat": 50.1223610,\n
        "lon": 2.9815830,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119520,\n
        "lat": 50.1223650,\n
        "lon": 2.9830390,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119522,\n
        "lat": 50.1223650,\n
        "lon": 2.9827160,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119524,\n
        "lat": 50.1223670,\n
        "lon": 2.9823460,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119527,\n
        "lat": 50.1223680,\n
        "lon": 2.9866580,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119529,\n
        "lat": 50.1223700,\n
        "lon": 2.9863780,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119531,\n
        "lat": 50.1223830,\n
        "lon": 2.9838490,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119533,\n
        "lat": 50.1223840,\n
        "lon": 2.9844140,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119535,\n
        "lat": 50.1223870,\n
        "lon": 2.9861450,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119537,\n
        "lat": 50.1223870,\n
        "lon": 2.9831050,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119539,\n
        "lat": 50.1223870,\n
        "lon": 2.9820980,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119541,\n
        "lat": 50.1223880,\n
        "lon": 2.9822810,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119543,\n
        "lat": 50.1223910,\n
        "lon": 2.9836720,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119545,\n
        "lat": 50.1223910,\n
        "lon": 2.9808310,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119547,\n
        "lat": 50.1223930,\n
        "lon": 2.9816590,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119549,\n
        "lat": 50.1224040,\n
        "lon": 2.9820500,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119551,\n
        "lat": 50.1224060,\n
        "lon": 2.9843520,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119553,\n
        "lat": 50.1224100,\n
        "lon": 2.9831990,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119555,\n
        "lat": 50.1224110,\n
        "lon": 2.9837750,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119557,\n
        "lat": 50.1224110,\n
        "lon": 2.9815980,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119559,\n
        "lat": 50.1224130,\n
        "lon": 2.9862430,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119561,\n
        "lat": 50.1224140,\n
        "lon": 2.9864120,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119563,\n
        "lat": 50.1224180,\n
        "lon": 2.9864170,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119565,\n
        "lat": 50.1224200,\n
        "lon": 2.9816050,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119567,\n
        "lat": 50.1224200,\n
        "lon": 2.9808620,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119569,\n
        "lat": 50.1224210,\n
        "lon": 2.9852570,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119571,\n
        "lat": 50.1224220,\n
        "lon": 2.9841300,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119573,\n
        "lat": 50.1224230,\n
        "lon": 2.9862090,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119575,\n
        "lat": 50.1224230,\n
        "lon": 2.9839670,\n
        "timestamp": "2013-11-20T10:42:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119583,\n
        "lat": 50.1224240,\n
        "lon": 2.9825750,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119585,\n
        "lat": 50.1224250,\n
        "lon": 2.9868210,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119587,\n
        "lat": 50.1224250,\n
        "lon": 2.9815590,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119589,\n
        "lat": 50.1224300,\n
        "lon": 2.9831430,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119591,\n
        "lat": 50.1224320,\n
        "lon": 2.9815640,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119593,\n
        "lat": 50.1224330,\n
        "lon": 2.9852220,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119595,\n
        "lat": 50.1224340,\n
        "lon": 2.9861810,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119597,\n
        "lat": 50.1224350,\n
        "lon": 2.9821380,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119599,\n
        "lat": 50.1224400,\n
        "lon": 2.9861220,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119601,\n
        "lat": 50.1224410,\n
        "lon": 2.9866960,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119603,\n
        "lat": 50.1224410,\n
        "lon": 2.9827990,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119604,\n
        "lat": 50.1224480,\n
        "lon": 2.9851830,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119605,\n
        "lat": 50.1224500,\n
        "lon": 2.9820920,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119606,\n
        "lat": 50.1224510,\n
        "lon": 2.9868720,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119607,\n
        "lat": 50.1224520,\n
        "lon": 2.9809410,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119608,\n
        "lat": 50.1224560,\n
        "lon": 2.9829110,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119609,\n
        "lat": 50.1224560,\n
        "lon": 2.9816370,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119610,\n
        "lat": 50.1224560,\n
        "lon": 2.9807820,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119611,\n
        "lat": 50.1224570,\n
        "lon": 2.9851570,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119612,\n
        "lat": 50.1224580,\n
        "lon": 2.9862780,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119613,\n
        "lat": 50.1224600,\n
        "lon": 2.9828940,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119614,\n
        "lat": 50.1224610,\n
        "lon": 2.9862810,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119615,\n
        "lat": 50.1224620,\n
        "lon": 2.9866340,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119616,\n
        "lat": 50.1224630,\n
        "lon": 2.9832530,\n
        "timestamp": "2013-11-20T10:42:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119617,\n
        "lat": 50.1224640,\n
        "lon": 2.9867790,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119618,\n
        "lat": 50.1224640,\n
        "lon": 2.9809050,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119619,\n
        "lat": 50.1224660,\n
        "lon": 2.9827400,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119620,\n
        "lat": 50.1224670,\n
        "lon": 2.9860470,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119621,\n
        "lat": 50.1224670,\n
        "lon": 2.9840040,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119622,\n
        "lat": 50.1224690,\n
        "lon": 2.9852020,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119623,\n
        "lat": 50.1224690,\n
        "lon": 2.9815930,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119624,\n
        "lat": 50.1224720,\n
        "lon": 2.9867840,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119625,\n
        "lat": 50.1224720,\n
        "lon": 2.9830340,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119626,\n
        "lat": 50.1224720,\n
        "lon": 2.9828330,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119627,\n
        "lat": 50.1224740,\n
        "lon": 2.9807010,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119628,\n
        "lat": 50.1224780,\n
        "lon": 2.9861540,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119629,\n
        "lat": 50.1224790,\n
        "lon": 2.9851750,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119630,\n
        "lat": 50.1224830,\n
        "lon": 2.9840170,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119631,\n
        "lat": 50.1224840,\n
        "lon": 2.9817370,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119633,\n
        "lat": 50.1224850,\n
        "lon": 2.9828040,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119634,\n
        "lat": 50.1224880,\n
        "lon": 2.9817300,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119636,\n
        "lat": 50.1224900,\n
        "lon": 2.9867400,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119639,\n
        "lat": 50.1224920,\n
        "lon": 2.9850110,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119642,\n
        "lat": 50.1224970,\n
        "lon": 2.9827720,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119644,\n
        "lat": 50.1224970,\n
        "lon": 2.9815220,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119646,\n
        "lat": 50.1224980,\n
        "lon": 2.9868180,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119648,\n
        "lat": 50.1225000,\n
        "lon": 2.9850180,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119650,\n
        "lat": 50.1225000,\n
        "lon": 2.9839140,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119652,\n
        "lat": 50.1225000,\n
        "lon": 2.9830590,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119654,\n
        "lat": 50.1225020,\n
        "lon": 2.9829520,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119656,\n
        "lat": 50.1225020,\n
        "lon": 2.9826560,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119658,\n
        "lat": 50.1225020,\n
        "lon": 2.9818600,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119660,\n
        "lat": 50.1225040,\n
        "lon": 2.9860830,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119662,\n
        "lat": 50.1225060,\n
        "lon": 2.9831420,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119664,\n
        "lat": 50.1225060,\n
        "lon": 2.9829440,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119666,\n
        "lat": 50.1225060,\n
        "lon": 2.9806580,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119669,\n
        "lat": 50.1225070,\n
        "lon": 2.9843680,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119671,\n
        "lat": 50.1225100,\n
        "lon": 2.9869710,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119673,\n
        "lat": 50.1225100,\n
        "lon": 2.9819040,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119675,\n
        "lat": 50.1225130,\n
        "lon": 2.9867930,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119678,\n
        "lat": 50.1225130,\n
        "lon": 2.9863210,\n
        "timestamp": "2013-11-20T10:42:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119680,\n
        "lat": 50.1225130,\n
        "lon": 2.9818300,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119682,\n
        "lat": 50.1225160,\n
        "lon": 2.9839290,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119684,\n
        "lat": 50.1225180,\n
        "lon": 2.9818760,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119686,\n
        "lat": 50.1225180,\n
        "lon": 2.9812650,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119689,\n
        "lat": 50.1225190,\n
        "lon": 2.9814020,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119691,\n
        "lat": 50.1225220,\n
        "lon": 2.9840510,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119693,\n
        "lat": 50.1225250,\n
        "lon": 2.9818570,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119695,\n
        "lat": 50.1225270,\n
        "lon": 2.9830860,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119697,\n
        "lat": 50.1225280,\n
        "lon": 2.9818430,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119699,\n
        "lat": 50.1225290,\n
        "lon": 2.9826860,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119702,\n
        "lat": 50.1225300,\n
        "lon": 2.9867650,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119704,\n
        "lat": 50.1225320,\n
        "lon": 2.9838880,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119706,\n
        "lat": 50.1225320,\n
        "lon": 2.9813610,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119708,\n
        "lat": 50.1225330,\n
        "lon": 2.9829720,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119710,\n
        "lat": 50.1225330,\n
        "lon": 2.9817670,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119712,\n
        "lat": 50.1225330,\n
        "lon": 2.9814160,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119714,\n
        "lat": 50.1225440,\n
        "lon": 2.9870410,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119717,\n
        "lat": 50.1225440,\n
        "lon": 2.9811830,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119719,\n
        "lat": 50.1225440,\n
        "lon": 2.9810290,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119721,\n
        "lat": 50.1225470,\n
        "lon": 2.9860090,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119723,\n
        "lat": 50.1225480,\n
        "lon": 2.9817800,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119725,\n
        "lat": 50.1225500,\n
        "lon": 2.9842460,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119727,\n
        "lat": 50.1225510,\n
        "lon": 2.9867060,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119729,\n
        "lat": 50.1225520,\n
        "lon": 2.9839580,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119732,\n
        "lat": 50.1225530,\n
        "lon": 2.9838290,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119734,\n
        "lat": 50.1225540,\n
        "lon": 2.9849680,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119736,\n
        "lat": 50.1225540,\n
        "lon": 2.9807030,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119738,\n
        "lat": 50.1225570,\n
        "lon": 2.9813120,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119740,\n
        "lat": 50.1225610,\n
        "lon": 2.9833460,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119742,\n
        "lat": 50.1225640,\n
        "lon": 2.9819490,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119744,\n
        "lat": 50.1225640,\n
        "lon": 2.9817330,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119747,\n
        "lat": 50.1225650,\n
        "lon": 2.9860280,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119749,\n
        "lat": 50.1225700,\n
        "lon": 2.9815800,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119751,\n
        "lat": 50.1225740,\n
        "lon": 2.9840980,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119753,\n
        "lat": 50.1225780,\n
        "lon": 2.9833020,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119755,\n
        "lat": 50.1225790,\n
        "lon": 2.9819020,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119757,\n
        "lat": 50.1225800,\n
        "lon": 2.9868930,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119760,\n
        "lat": 50.1225820,\n
        "lon": 2.9804770,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119762,\n
        "lat": 50.1225850,\n
        "lon": 2.9861000,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119764,\n
        "lat": 50.1225870,\n
        "lon": 2.9809070,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119766,\n
        "lat": 50.1225960,\n
        "lon": 2.9812310,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119768,\n
        "lat": 50.1225990,\n
        "lon": 2.9859420,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119770,\n
        "lat": 50.1226020,\n
        "lon": 2.9804940,\n
        "timestamp": "2013-11-20T10:42:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119772,\n
        "lat": 50.1226050,\n
        "lon": 2.9830480,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119773,\n
        "lat": 50.1226080,\n
        "lon": 2.9804820,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119774,\n
        "lat": 50.1226110,\n
        "lon": 2.9832420,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119775,\n
        "lat": 50.1226130,\n
        "lon": 2.9869660,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119776,\n
        "lat": 50.1226140,\n
        "lon": 2.9846230,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119778,\n
        "lat": 50.1226170,\n
        "lon": 2.9846110,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119780,\n
        "lat": 50.1226200,\n
        "lon": 2.9814330,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119782,\n
        "lat": 50.1226270,\n
        "lon": 2.9865830,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119784,\n
        "lat": 50.1226320,\n
        "lon": 2.9833510,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119786,\n
        "lat": 50.1226330,\n
        "lon": 2.9805070,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119788,\n
        "lat": 50.1226370,\n
        "lon": 2.9829680,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119791,\n
        "lat": 50.1226460,\n
        "lon": 2.9861020,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119793,\n
        "lat": 50.1226500,\n
        "lon": 2.9829820,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119795,\n
        "lat": 50.1226530,\n
        "lon": 2.9845150,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119797,\n
        "lat": 50.1226550,\n
        "lon": 2.9810750,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119799,\n
        "lat": 50.1226560,\n
        "lon": 2.9861620,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119801,\n
        "lat": 50.1226570,\n
        "lon": 2.9853620,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119803,\n
        "lat": 50.1226600,\n
        "lon": 2.9803630,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119806,\n
        "lat": 50.1226630,\n
        "lon": 2.9832720,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119808,\n
        "lat": 50.1226680,\n
        "lon": 2.9853300,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119810,\n
        "lat": 50.1226690,\n
        "lon": 2.9861240,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119812,\n
        "lat": 50.1226710,\n
        "lon": 2.9862160,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119814,\n
        "lat": 50.1226740,\n
        "lon": 2.9864520,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119816,\n
        "lat": 50.1226740,\n
        "lon": 2.9832430,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119818,\n
        "lat": 50.1226800,\n
        "lon": 2.9860190,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119820,\n
        "lat": 50.1226820,\n
        "lon": 2.9819090,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119822,\n
        "lat": 50.1226840,\n
        "lon": 2.9811540,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119825,\n
        "lat": 50.1226880,\n
        "lon": 2.9862440,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119827,\n
        "lat": 50.1226890,\n
        "lon": 2.9862350,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119829,\n
        "lat": 50.1226900,\n
        "lon": 2.9844210,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119831,\n
        "lat": 50.1226940,\n
        "lon": 2.9842020,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119833,\n
        "lat": 50.1226960,\n
        "lon": 2.9861500,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119835,\n
        "lat": 50.1226980,\n
        "lon": 2.9866390,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119837,\n
        "lat": 50.1226980,\n
        "lon": 2.9828600,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119839,\n
        "lat": 50.1227060,\n
        "lon": 2.9831560,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119841,\n
        "lat": 50.1227070,\n
        "lon": 2.9822950,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119843,\n
        "lat": 50.1227160,\n
        "lon": 2.9845120,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119845,\n
        "lat": 50.1227170,\n
        "lon": 2.9843350,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119847,\n
        "lat": 50.1227220,\n
        "lon": 2.9861780,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119849,\n
        "lat": 50.1227260,\n
        "lon": 2.9865530,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119851,\n
        "lat": 50.1227290,\n
        "lon": 2.9817960,\n
        "timestamp": "2013-11-20T10:42:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119853,\n
        "lat": 50.1227350,\n
        "lon": 2.9865600,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119856,\n
        "lat": 50.1227360,\n
        "lon": 2.9842420,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119858,\n
        "lat": 50.1227380,\n
        "lon": 2.9830750,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119860,\n
        "lat": 50.1227380,\n
        "lon": 2.9829030,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119862,\n
        "lat": 50.1227390,\n
        "lon": 2.9833000,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119864,\n
        "lat": 50.1227430,\n
        "lon": 2.9851300,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119866,\n
        "lat": 50.1227440,\n
        "lon": 2.9842490,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119868,\n
        "lat": 50.1227480,\n
        "lon": 2.9823330,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119870,\n
        "lat": 50.1227550,\n
        "lon": 2.9866830,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119872,\n
        "lat": 50.1227560,\n
        "lon": 2.9819840,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119874,\n
        "lat": 50.1227590,\n
        "lon": 2.9830980,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119876,\n
        "lat": 50.1227610,\n
        "lon": 2.9839940,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119878,\n
        "lat": 50.1227650,\n
        "lon": 2.9830030,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119880,\n
        "lat": 50.1227700,\n
        "lon": 2.9832140,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119882,\n
        "lat": 50.1227710,\n
        "lon": 2.9854260,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119885,\n
        "lat": 50.1227800,\n
        "lon": 2.9864370,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119887,\n
        "lat": 50.1227840,\n
        "lon": 2.9829530,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119889,\n
        "lat": 50.1227880,\n
        "lon": 2.9830260,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119891,\n
        "lat": 50.1227890,\n
        "lon": 2.9823740,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119893,\n
        "lat": 50.1227910,\n
        "lon": 2.9842880,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119895,\n
        "lat": 50.1227940,\n
        "lon": 2.9810560,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119897,\n
        "lat": 50.1227950,\n
        "lon": 2.9865640,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119900,\n
        "lat": 50.1228010,\n
        "lon": 2.9865690,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119902,\n
        "lat": 50.1228010,\n
        "lon": 2.9807580,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119904,\n
        "lat": 50.1228020,\n
        "lon": 2.9818680,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119906,\n
        "lat": 50.1228050,\n
        "lon": 2.9820340,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119908,\n
        "lat": 50.1228070,\n
        "lon": 2.9854610,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119910,\n
        "lat": 50.1228070,\n
        "lon": 2.9840280,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119912,\n
        "lat": 50.1228070,\n
        "lon": 2.9829770,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119914,\n
        "lat": 50.1228100,\n
        "lon": 2.9806840,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119916,\n
        "lat": 50.1228110,\n
        "lon": 2.9854650,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119918,\n
        "lat": 50.1228110,\n
        "lon": 2.9847670,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119921,\n
        "lat": 50.1228120,\n
        "lon": 2.9863670,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119923,\n
        "lat": 50.1228130,\n
        "lon": 2.9824180,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119925,\n
        "lat": 50.1228190,\n
        "lon": 2.9824030,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119928,\n
        "lat": 50.1228280,\n
        "lon": 2.9807310,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119930,\n
        "lat": 50.1228290,\n
        "lon": 2.9809170,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119933,\n
        "lat": 50.1228290,\n
        "lon": 2.9808360,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119936,\n
        "lat": 50.1228310,\n
        "lon": 2.9819680,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119938,\n
        "lat": 50.1228320,\n
        "lon": 2.9864670,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119941,\n
        "lat": 50.1228330,\n
        "lon": 2.9822580,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119943,\n
        "lat": 50.1228370,\n
        "lon": 2.9808300,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119945,\n
        "lat": 50.1228390,\n
        "lon": 2.9863540,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119947,\n
        "lat": 50.1228430,\n
        "lon": 2.9831660,\n
        "timestamp": "2013-11-20T10:42:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119949,\n
        "lat": 50.1228460,\n
        "lon": 2.9841330,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119951,\n
        "lat": 50.1228460,\n
        "lon": 2.9819850,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119954,\n
        "lat": 50.1228490,\n
        "lon": 2.9864320,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119957,\n
        "lat": 50.1228500,\n
        "lon": 2.9819120,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119959,\n
        "lat": 50.1228510,\n
        "lon": 2.9824550,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119960,\n
        "lat": 50.1228540,\n
        "lon": 2.9863100,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119961,\n
        "lat": 50.1228550,\n
        "lon": 2.9824420,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119962,\n
        "lat": 50.1228570,\n
        "lon": 2.9833730,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119963,\n
        "lat": 50.1228570,\n
        "lon": 2.9828520,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119964,\n
        "lat": 50.1228580,\n
        "lon": 2.9846380,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119965,\n
        "lat": 50.1228590,\n
        "lon": 2.9809970,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119966,\n
        "lat": 50.1228590,\n
        "lon": 2.9805650,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119967,\n
        "lat": 50.1228610,\n
        "lon": 2.9818850,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119969,\n
        "lat": 50.1228620,\n
        "lon": 2.9822890,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119971,\n
        "lat": 50.1228670,\n
        "lon": 2.9822770,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119973,\n
        "lat": 50.1228680,\n
        "lon": 2.9820050,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119975,\n
        "lat": 50.1228710,\n
        "lon": 2.9863870,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119977,\n
        "lat": 50.1228710,\n
        "lon": 2.9818580,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119979,\n
        "lat": 50.1228750,\n
        "lon": 2.9833910,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119980,\n
        "lat": 50.1228750,\n
        "lon": 2.9833310,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119981,\n
        "lat": 50.1228760,\n
        "lon": 2.9819000,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119982,\n
        "lat": 50.1228810,\n
        "lon": 2.9852490,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119983,\n
        "lat": 50.1228830,\n
        "lon": 2.9820200,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119984,\n
        "lat": 50.1228850,\n
        "lon": 2.9818720,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119985,\n
        "lat": 50.1228880,\n
        "lon": 2.9830600,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119986,\n
        "lat": 50.1228900,\n
        "lon": 2.9809720,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119987,\n
        "lat": 50.1228920,\n
        "lon": 2.9833510,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119988,\n
        "lat": 50.1229090,\n
        "lon": 2.9866640,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119989,\n
        "lat": 50.1229100,\n
        "lon": 2.9824950,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119990,\n
        "lat": 50.1229110,\n
        "lon": 2.9809510,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119991,\n
        "lat": 50.1229150,\n
        "lon": 2.9866500,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119993,\n
        "lat": 50.1229150,\n
        "lon": 2.9819370,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119994,\n
        "lat": 50.1229230,\n
        "lon": 2.9824620,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119996,\n
        "lat": 50.1229250,\n
        "lon": 2.9866210,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119997,\n
        "lat": 50.1229270,\n
        "lon": 2.9832700,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541119999,\n
        "lat": 50.1229290,\n
        "lon": 2.9866600,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120001,\n
        "lat": 50.1229310,\n
        "lon": 2.9832590,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120003,\n
        "lat": 50.1229400,\n
        "lon": 2.9866350,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120004,\n
        "lat": 50.1229400,\n
        "lon": 2.9824790,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120006,\n
        "lat": 50.1229450,\n
        "lon": 2.9834040,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120008,\n
        "lat": 50.1229500,\n
        "lon": 2.9823980,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120010,\n
        "lat": 50.1229540,\n
        "lon": 2.9836900,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120011,\n
        "lat": 50.1229570,\n
        "lon": 2.9827770,\n
        "timestamp": "2013-11-20T10:42:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120013,\n
        "lat": 50.1229590,\n
        "lon": 2.9865300,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120015,\n
        "lat": 50.1229590,\n
        "lon": 2.9823680,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120017,\n
        "lat": 50.1229610,\n
        "lon": 2.9824730,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120018,\n
        "lat": 50.1229680,\n
        "lon": 2.9824150,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120020,\n
        "lat": 50.1229730,\n
        "lon": 2.9824470,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120021,\n
        "lat": 50.1229770,\n
        "lon": 2.9835980,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120024,\n
        "lat": 50.1229770,\n
        "lon": 2.9829810,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120026,\n
        "lat": 50.1229780,\n
        "lon": 2.9831540,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120029,\n
        "lat": 50.1229790,\n
        "lon": 2.9833220,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120031,\n
        "lat": 50.1229800,\n
        "lon": 2.9856210,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120034,\n
        "lat": 50.1229850,\n
        "lon": 2.9827180,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120037,\n
        "lat": 50.1229930,\n
        "lon": 2.9856320,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120040,\n
        "lat": 50.1229960,\n
        "lon": 2.9882090,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120042,\n
        "lat": 50.1230000,\n
        "lon": 2.9837260,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120045,\n
        "lat": 50.1230020,\n
        "lon": 2.9836950,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120048,\n
        "lat": 50.1230050,\n
        "lon": 2.9882260,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120050,\n
        "lat": 50.1230190,\n
        "lon": 2.9825060,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120052,\n
        "lat": 50.1230290,\n
        "lon": 2.9866550,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120054,\n
        "lat": 50.1230310,\n
        "lon": 2.9882030,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120055,\n
        "lat": 50.1230340,\n
        "lon": 2.9828590,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120056,\n
        "lat": 50.1230370,\n
        "lon": 2.9837790,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120057,\n
        "lat": 50.1230430,\n
        "lon": 2.9824510,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120058,\n
        "lat": 50.1230460,\n
        "lon": 2.9882320,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120059,\n
        "lat": 50.1230490,\n
        "lon": 2.9849650,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120060,\n
        "lat": 50.1230490,\n
        "lon": 2.9837580,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120061,\n
        "lat": 50.1230520,\n
        "lon": 2.9867320,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120062,\n
        "lat": 50.1230550,\n
        "lon": 2.9829680,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120063,\n
        "lat": 50.1230620,\n
        "lon": 2.9827980,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120066,\n
        "lat": 50.1230690,\n
        "lon": 2.9854170,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120068,\n
        "lat": 50.1230690,\n
        "lon": 2.9833370,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120070,\n
        "lat": 50.1230730,\n
        "lon": 2.9838470,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120072,\n
        "lat": 50.1230780,\n
        "lon": 2.9838360,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120074,\n
        "lat": 50.1230840,\n
        "lon": 2.9881210,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120076,\n
        "lat": 50.1230840,\n
        "lon": 2.9822790,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120078,\n
        "lat": 50.1230900,\n
        "lon": 2.9825020,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120080,\n
        "lat": 50.1231130,\n
        "lon": 2.9833740,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120081,\n
        "lat": 50.1231140,\n
        "lon": 2.9839000,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120083,\n
        "lat": 50.1231140,\n
        "lon": 2.9828420,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120085,\n
        "lat": 50.1231220,\n
        "lon": 2.9834840,\n
        "timestamp": "2013-11-20T10:42:58Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120093,\n
        "lat": 50.1231230,\n
        "lon": 2.9830440,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120094,\n
        "lat": 50.1231250,\n
        "lon": 2.9883380,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120095,\n
        "lat": 50.1231250,\n
        "lon": 2.9825370,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120096,\n
        "lat": 50.1231280,\n
        "lon": 2.9838730,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120097,\n
        "lat": 50.1231320,\n
        "lon": 2.9865760,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120098,\n
        "lat": 50.1231340,\n
        "lon": 2.9883570,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120099,\n
        "lat": 50.1231340,\n
        "lon": 2.9881420,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120100,\n
        "lat": 50.1231370,\n
        "lon": 2.9828640,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120101,\n
        "lat": 50.1231410,\n
        "lon": 2.9883490,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120102,\n
        "lat": 50.1231420,\n
        "lon": 2.9839360,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120103,\n
        "lat": 50.1231460,\n
        "lon": 2.9881710,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120104,\n
        "lat": 50.1231560,\n
        "lon": 2.9866540,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120105,\n
        "lat": 50.1231560,\n
        "lon": 2.9839100,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120106,\n
        "lat": 50.1231660,\n
        "lon": 2.9882860,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120107,\n
        "lat": 50.1231660,\n
        "lon": 2.9837950,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120108,\n
        "lat": 50.1231700,\n
        "lon": 2.9839730,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120109,\n
        "lat": 50.1231800,\n
        "lon": 2.9883100,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120110,\n
        "lat": 50.1231820,\n
        "lon": 2.9865100,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120111,\n
        "lat": 50.1231840,\n
        "lon": 2.9833810,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120112,\n
        "lat": 50.1231900,\n
        "lon": 2.9823960,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120113,\n
        "lat": 50.1231910,\n
        "lon": 2.9839380,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120114,\n
        "lat": 50.1231920,\n
        "lon": 2.9837410,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120115,\n
        "lat": 50.1231930,\n
        "lon": 2.9838330,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120116,\n
        "lat": 50.1231960,\n
        "lon": 2.9836040,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120117,\n
        "lat": 50.1231960,\n
        "lon": 2.9831430,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120118,\n
        "lat": 50.1232000,\n
        "lon": 2.9884610,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120119,\n
        "lat": 50.1232070,\n
        "lon": 2.9840170,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120120,\n
        "lat": 50.1232080,\n
        "lon": 2.9882780,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120121,\n
        "lat": 50.1232110,\n
        "lon": 2.9866170,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120122,\n
        "lat": 50.1232170,\n
        "lon": 2.9884890,\n
        "timestamp": "2013-11-20T10:42:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120123,\n
        "lat": 50.1232240,\n
        "lon": 2.9839820,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120124,\n
        "lat": 50.1232280,\n
        "lon": 2.9844490,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120125,\n
        "lat": 50.1232340,\n
        "lon": 2.9826650,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120126,\n
        "lat": 50.1232360,\n
        "lon": 2.9883400,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120127,\n
        "lat": 50.1232400,\n
        "lon": 2.9884090,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120128,\n
        "lat": 50.1232440,\n
        "lon": 2.9883300,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120129,\n
        "lat": 50.1232440,\n
        "lon": 2.9826770,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120130,\n
        "lat": 50.1232530,\n
        "lon": 2.9838270,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120131,\n
        "lat": 50.1232530,\n
        "lon": 2.9830520,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120132,\n
        "lat": 50.1232550,\n
        "lon": 2.9884410,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120133,\n
        "lat": 50.1232600,\n
        "lon": 2.9832600,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120134,\n
        "lat": 50.1232670,\n
        "lon": 2.9883740,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120135,\n
        "lat": 50.1232700,\n
        "lon": 2.9837970,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120136,\n
        "lat": 50.1232740,\n
        "lon": 2.9827140,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120137,\n
        "lat": 50.1232890,\n
        "lon": 2.9838770,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120138,\n
        "lat": 50.1232930,\n
        "lon": 2.9835440,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120139,\n
        "lat": 50.1232960,\n
        "lon": 2.9886050,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120140,\n
        "lat": 50.1233000,\n
        "lon": 2.9825580,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120141,\n
        "lat": 50.1233010,\n
        "lon": 2.9832030,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120142,\n
        "lat": 50.1233060,\n
        "lon": 2.9838480,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120143,\n
        "lat": 50.1233170,\n
        "lon": 2.9878790,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120144,\n
        "lat": 50.1233290,\n
        "lon": 2.9878710,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120145,\n
        "lat": 50.1233290,\n
        "lon": 2.9832510,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120146,\n
        "lat": 50.1233310,\n
        "lon": 2.9825930,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120147,\n
        "lat": 50.1233330,\n
        "lon": 2.9833910,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120148,\n
        "lat": 50.1233370,\n
        "lon": 2.9886830,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120149,\n
        "lat": 50.1233390,\n
        "lon": 2.9831920,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120150,\n
        "lat": 50.1233480,\n
        "lon": 2.9831910,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120151,\n
        "lat": 50.1233510,\n
        "lon": 2.9885260,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120152,\n
        "lat": 50.1233510,\n
        "lon": 2.9836630,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120153,\n
        "lat": 50.1233540,\n
        "lon": 2.9813290,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120154,\n
        "lat": 50.1233620,\n
        "lon": 2.9860690,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120155,\n
        "lat": 50.1233640,\n
        "lon": 2.9879470,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120156,\n
        "lat": 50.1233650,\n
        "lon": 2.9860600,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120157,\n
        "lat": 50.1233670,\n
        "lon": 2.9834520,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120158,\n
        "lat": 50.1233720,\n
        "lon": 2.9832370,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120159,\n
        "lat": 50.1233850,\n
        "lon": 2.9827430,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120160,\n
        "lat": 50.1233870,\n
        "lon": 2.9861380,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120161,\n
        "lat": 50.1233880,\n
        "lon": 2.9837100,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120162,\n
        "lat": 50.1233900,\n
        "lon": 2.9832070,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120163,\n
        "lat": 50.1233930,\n
        "lon": 2.9886040,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120164,\n
        "lat": 50.1234000,\n
        "lon": 2.9863870,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120165,\n
        "lat": 50.1234000,\n
        "lon": 2.9861130,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120166,\n
        "lat": 50.1234000,\n
        "lon": 2.9860080,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120167,\n
        "lat": 50.1234000,\n
        "lon": 2.9812920,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120168,\n
        "lat": 50.1234020,\n
        "lon": 2.9832440,\n
        "timestamp": "2013-11-20T10:43:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120169,\n
        "lat": 50.1234060,\n
        "lon": 2.9830980,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120170,\n
        "lat": 50.1234080,\n
        "lon": 2.9832380,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120171,\n
        "lat": 50.1234090,\n
        "lon": 2.9883720,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120172,\n
        "lat": 50.1234090,\n
        "lon": 2.9815230,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120173,\n
        "lat": 50.1234200,\n
        "lon": 2.9826750,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120174,\n
        "lat": 50.1234220,\n
        "lon": 2.9864760,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120175,\n
        "lat": 50.1234240,\n
        "lon": 2.9833110,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120176,\n
        "lat": 50.1234260,\n
        "lon": 2.9815770,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120177,\n
        "lat": 50.1234320,\n
        "lon": 2.9835720,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120178,\n
        "lat": 50.1234340,\n
        "lon": 2.9831340,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120179,\n
        "lat": 50.1234380,\n
        "lon": 2.9862130,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120180,\n
        "lat": 50.1234400,\n
        "lon": 2.9860480,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120181,\n
        "lat": 50.1234410,\n
        "lon": 2.9832400,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120183,\n
        "lat": 50.1234460,\n
        "lon": 2.9832100,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120184,\n
        "lat": 50.1234500,\n
        "lon": 2.9861920,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120185,\n
        "lat": 50.1234510,\n
        "lon": 2.9832310,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120186,\n
        "lat": 50.1234510,\n
        "lon": 2.9825580,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120187,\n
        "lat": 50.1234530,\n
        "lon": 2.9880620,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120188,\n
        "lat": 50.1234560,\n
        "lon": 2.9814860,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120189,\n
        "lat": 50.1234570,\n
        "lon": 2.9836130,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120190,\n
        "lat": 50.1234580,\n
        "lon": 2.9841810,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120191,\n
        "lat": 50.1234720,\n
        "lon": 2.9815390,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120192,\n
        "lat": 50.1234730,\n
        "lon": 2.9831890,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120193,\n
        "lat": 50.1234750,\n
        "lon": 2.9833540,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120194,\n
        "lat": 50.1234800,\n
        "lon": 2.9825880,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120195,\n
        "lat": 50.1234800,\n
        "lon": 2.9814420,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120196,\n
        "lat": 50.1234850,\n
        "lon": 2.9824590,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120197,\n
        "lat": 50.1234870,\n
        "lon": 2.9842360,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120198,\n
        "lat": 50.1234920,\n
        "lon": 2.9825650,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120199,\n
        "lat": 50.1234930,\n
        "lon": 2.9820530,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120200,\n
        "lat": 50.1234940,\n
        "lon": 2.9827750,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120201,\n
        "lat": 50.1234980,\n
        "lon": 2.9820720,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120202,\n
        "lat": 50.1235000,\n
        "lon": 2.9829030,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120203,\n
        "lat": 50.1235020,\n
        "lon": 2.9863230,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120204,\n
        "lat": 50.1235070,\n
        "lon": 2.9834590,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120205,\n
        "lat": 50.1235100,\n
        "lon": 2.9815530,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120206,\n
        "lat": 50.1235110,\n
        "lon": 2.9827440,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120207,\n
        "lat": 50.1235130,\n
        "lon": 2.9814110,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120208,\n
        "lat": 50.1235150,\n
        "lon": 2.9820360,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120209,\n
        "lat": 50.1235160,\n
        "lon": 2.9830050,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120210,\n
        "lat": 50.1235170,\n
        "lon": 2.9886190,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120211,\n
        "lat": 50.1235170,\n
        "lon": 2.9815460,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120212,\n
        "lat": 50.1235200,\n
        "lon": 2.9842080,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120213,\n
        "lat": 50.1235210,\n
        "lon": 2.9820540,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120214,\n
        "lat": 50.1235250,\n
        "lon": 2.9864100,\n
        "timestamp": "2013-11-20T10:43:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120215,\n
        "lat": 50.1235260,\n
        "lon": 2.9835100,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120216,\n
        "lat": 50.1235270,\n
        "lon": 2.9861810,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120217,\n
        "lat": 50.1235310,\n
        "lon": 2.9811600,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120218,\n
        "lat": 50.1235370,\n
        "lon": 2.9808500,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120219,\n
        "lat": 50.1235380,\n
        "lon": 2.9828370,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120220,\n
        "lat": 50.1235400,\n
        "lon": 2.9882250,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120221,\n
        "lat": 50.1235400,\n
        "lon": 2.9842380,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120222,\n
        "lat": 50.1235430,\n
        "lon": 2.9841510,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120223,\n
        "lat": 50.1235450,\n
        "lon": 2.9842300,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120224,\n
        "lat": 50.1235460,\n
        "lon": 2.9835900,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120225,\n
        "lat": 50.1235470,\n
        "lon": 2.9861490,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120226,\n
        "lat": 50.1235490,\n
        "lon": 2.9841630,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120227,\n
        "lat": 50.1235510,\n
        "lon": 2.9813890,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120228,\n
        "lat": 50.1235520,\n
        "lon": 2.9862230,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120229,\n
        "lat": 50.1235520,\n
        "lon": 2.9840380,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120230,\n
        "lat": 50.1235540,\n
        "lon": 2.9825430,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120231,\n
        "lat": 50.1235550,\n
        "lon": 2.9830710,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120232,\n
        "lat": 50.1235560,\n
        "lon": 2.9829480,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120233,\n
        "lat": 50.1235560,\n
        "lon": 2.9828070,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120234,\n
        "lat": 50.1235590,\n
        "lon": 2.9826460,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120235,\n
        "lat": 50.1235720,\n
        "lon": 2.9863770,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120236,\n
        "lat": 50.1235730,\n
        "lon": 2.9861900,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120237,\n
        "lat": 50.1235750,\n
        "lon": 2.9826200,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120238,\n
        "lat": 50.1235780,\n
        "lon": 2.9817390,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120239,\n
        "lat": 50.1235800,\n
        "lon": 2.9811070,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120240,\n
        "lat": 50.1235810,\n
        "lon": 2.9878930,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120241,\n
        "lat": 50.1235830,\n
        "lon": 2.9840880,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120242,\n
        "lat": 50.1235840,\n
        "lon": 2.9847510,\n
        "timestamp": "2013-11-20T10:43:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120243,\n
        "lat": 50.1235870,\n
        "lon": 2.9823530,\n
        "timestamp": "2013-11-20T10:43:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120244,\n
        "lat": 50.1235900,\n
        "lon": 2.9813470,\n
        "timestamp": "2013-11-20T10:43:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120245,\n
        "lat": 50.1235920,\n
        "lon": 2.9830120,\n
        "timestamp": "2013-11-20T10:43:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120246,\n
        "lat": 50.1235920,\n
        "lon": 2.9813520,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120247,\n
        "lat": 50.1235930,\n
        "lon": 2.9836700,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120248,\n
        "lat": 50.1235950,\n
        "lon": 2.9860740,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120249,\n
        "lat": 50.1235960,\n
        "lon": 2.9847050,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120250,\n
        "lat": 50.1235980,\n
        "lon": 2.9847190,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120251,\n
        "lat": 50.1235980,\n
        "lon": 2.9816480,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120252,\n
        "lat": 50.1236000,\n
        "lon": 2.9848000,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120253,\n
        "lat": 50.1236000,\n
        "lon": 2.9823250,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120254,\n
        "lat": 50.1236010,\n
        "lon": 2.9836590,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120255,\n
        "lat": 50.1236040,\n
        "lon": 2.9827060,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120256,\n
        "lat": 50.1236060,\n
        "lon": 2.9822060,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120257,\n
        "lat": 50.1236060,\n
        "lon": 2.9813380,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120258,\n
        "lat": 50.1236070,\n
        "lon": 2.9847830,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120259,\n
        "lat": 50.1236100,\n
        "lon": 2.9848110,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120260,\n
        "lat": 50.1236100,\n
        "lon": 2.9838890,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120261,\n
        "lat": 50.1236110,\n
        "lon": 2.9843360,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120262,\n
        "lat": 50.1236130,\n
        "lon": 2.9810490,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120263,\n
        "lat": 50.1236140,\n
        "lon": 2.9883680,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120264,\n
        "lat": 50.1236150,\n
        "lon": 2.9810550,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120265,\n
        "lat": 50.1236180,\n
        "lon": 2.9813660,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120266,\n
        "lat": 50.1236190,\n
        "lon": 2.9817070,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120267,\n
        "lat": 50.1236210,\n
        "lon": 2.9826790,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120268,\n
        "lat": 50.1236250,\n
        "lon": 2.9816250,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120269,\n
        "lat": 50.1236270,\n
        "lon": 2.9860240,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120270,\n
        "lat": 50.1236280,\n
        "lon": 2.9863430,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120271,\n
        "lat": 50.1236290,\n
        "lon": 2.9821320,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120272,\n
        "lat": 50.1236310,\n
        "lon": 2.9824070,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120273,\n
        "lat": 50.1236310,\n
        "lon": 2.9817340,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120274,\n
        "lat": 50.1236320,\n
        "lon": 2.9845480,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120275,\n
        "lat": 50.1236330,\n
        "lon": 2.9815980,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120276,\n
        "lat": 50.1236340,\n
        "lon": 2.9838010,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120277,\n
        "lat": 50.1236370,\n
        "lon": 2.9821390,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120278,\n
        "lat": 50.1236380,\n
        "lon": 2.9837290,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120279,\n
        "lat": 50.1236420,\n
        "lon": 2.9813420,\n
        "timestamp": "2013-11-20T10:43:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120280,\n
        "lat": 50.1236430,\n
        "lon": 2.9845600,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120281,\n
        "lat": 50.1236440,\n
        "lon": 2.9833860,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120282,\n
        "lat": 50.1236450,\n
        "lon": 2.9845230,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120283,\n
        "lat": 50.1236450,\n
        "lon": 2.9827660,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120284,\n
        "lat": 50.1236480,\n
        "lon": 2.9847320,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120285,\n
        "lat": 50.1236480,\n
        "lon": 2.9843490,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120286,\n
        "lat": 50.1236480,\n
        "lon": 2.9839560,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120287,\n
        "lat": 50.1236480,\n
        "lon": 2.9816820,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120288,\n
        "lat": 50.1236500,\n
        "lon": 2.9838320,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120289,\n
        "lat": 50.1236540,\n
        "lon": 2.9845380,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120290,\n
        "lat": 50.1236550,\n
        "lon": 2.9847170,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120291,\n
        "lat": 50.1236550,\n
        "lon": 2.9812890,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120292,\n
        "lat": 50.1236570,\n
        "lon": 2.9884600,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120293,\n
        "lat": 50.1236570,\n
        "lon": 2.9837680,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120294,\n
        "lat": 50.1236640,\n
        "lon": 2.9819440,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120295,\n
        "lat": 50.1236650,\n
        "lon": 2.9813120,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120296,\n
        "lat": 50.1236680,\n
        "lon": 2.9820540,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120297,\n
        "lat": 50.1236700,\n
        "lon": 2.9845570,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120298,\n
        "lat": 50.1236700,\n
        "lon": 2.9834470,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120299,\n
        "lat": 50.1236730,\n
        "lon": 2.9842380,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120300,\n
        "lat": 50.1236740,\n
        "lon": 2.9815550,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120301,\n
        "lat": 50.1236800,\n
        "lon": 2.9847700,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120302,\n
        "lat": 50.1236800,\n
        "lon": 2.9827070,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120303,\n
        "lat": 50.1236820,\n
        "lon": 2.9840140,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120304,\n
        "lat": 50.1236830,\n
        "lon": 2.9812950,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120305,\n
        "lat": 50.1236850,\n
        "lon": 2.9847600,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120306,\n
        "lat": 50.1236850,\n
        "lon": 2.9822720,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120307,\n
        "lat": 50.1236870,\n
        "lon": 2.9818750,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120308,\n
        "lat": 50.1236890,\n
        "lon": 2.9846470,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120309,\n
        "lat": 50.1236920,\n
        "lon": 2.9845140,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120310,\n
        "lat": 50.1236940,\n
        "lon": 2.9844260,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120311,\n
        "lat": 50.1236960,\n
        "lon": 2.9849380,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120312,\n
        "lat": 50.1236970,\n
        "lon": 2.9842800,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120313,\n
        "lat": 50.1236970,\n
        "lon": 2.9824880,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120314,\n
        "lat": 50.1236990,\n
        "lon": 2.9813260,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120315,\n
        "lat": 50.1237010,\n
        "lon": 2.9835110,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120316,\n
        "lat": 50.1237030,\n
        "lon": 2.9807010,\n
        "timestamp": "2013-11-20T10:43:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120317,\n
        "lat": 50.1237040,\n
        "lon": 2.9845070,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120318,\n
        "lat": 50.1237060,\n
        "lon": 2.9854730,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120319,\n
        "lat": 50.1237060,\n
        "lon": 2.9821950,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120320,\n
        "lat": 50.1237090,\n
        "lon": 2.9821990,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120321,\n
        "lat": 50.1237110,\n
        "lon": 2.9824610,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120322,\n
        "lat": 50.1237120,\n
        "lon": 2.9846060,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120323,\n
        "lat": 50.1237130,\n
        "lon": 2.9838440,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120324,\n
        "lat": 50.1237150,\n
        "lon": 2.9840700,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120325,\n
        "lat": 50.1237160,\n
        "lon": 2.9835950,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120326,\n
        "lat": 50.1237160,\n
        "lon": 2.9815020,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120327,\n
        "lat": 50.1237190,\n
        "lon": 2.9838590,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120329,\n
        "lat": 50.1237220,\n
        "lon": 2.9846860,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120331,\n
        "lat": 50.1237270,\n
        "lon": 2.9821280,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120333,\n
        "lat": 50.1237300,\n
        "lon": 2.9843900,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120334,\n
        "lat": 50.1237310,\n
        "lon": 2.9862870,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120335,\n
        "lat": 50.1237310,\n
        "lon": 2.9835730,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120336,\n
        "lat": 50.1237310,\n
        "lon": 2.9821100,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120337,\n
        "lat": 50.1237350,\n
        "lon": 2.9820990,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120338,\n
        "lat": 50.1237370,\n
        "lon": 2.9814130,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120339,\n
        "lat": 50.1237380,\n
        "lon": 2.9849970,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120340,\n
        "lat": 50.1237380,\n
        "lon": 2.9845530,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120341,\n
        "lat": 50.1237420,\n
        "lon": 2.9809360,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120342,\n
        "lat": 50.1237440,\n
        "lon": 2.9882030,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120343,\n
        "lat": 50.1237440,\n
        "lon": 2.9848440,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120344,\n
        "lat": 50.1237440,\n
        "lon": 2.9814250,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120345,\n
        "lat": 50.1237450,\n
        "lon": 2.9843620,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120346,\n
        "lat": 50.1237470,\n
        "lon": 2.9855700,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120347,\n
        "lat": 50.1237480,\n
        "lon": 2.9840280,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120348,\n
        "lat": 50.1237490,\n
        "lon": 2.9847720,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120349,\n
        "lat": 50.1237510,\n
        "lon": 2.9809600,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120350,\n
        "lat": 50.1237520,\n
        "lon": 2.9837910,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120351,\n
        "lat": 50.1237560,\n
        "lon": 2.9821620,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120352,\n
        "lat": 50.1237560,\n
        "lon": 2.9820230,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120353,\n
        "lat": 50.1237570,\n
        "lon": 2.9843950,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120354,\n
        "lat": 50.1237580,\n
        "lon": 2.9838010,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120355,\n
        "lat": 50.1237610,\n
        "lon": 2.9853020,\n
        "timestamp": "2013-11-20T10:43:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120356,\n
        "lat": 50.1237620,\n
        "lon": 2.9862310,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120357,\n
        "lat": 50.1237630,\n
        "lon": 2.9825260,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120358,\n
        "lat": 50.1237630,\n
        "lon": 2.9821940,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120359,\n
        "lat": 50.1237640,\n
        "lon": 2.9846380,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120360,\n
        "lat": 50.1237650,\n
        "lon": 2.9834310,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120361,\n
        "lat": 50.1237670,\n
        "lon": 2.9847990,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120362,\n
        "lat": 50.1237680,\n
        "lon": 2.9821370,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120363,\n
        "lat": 50.1237690,\n
        "lon": 2.9821770,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120364,\n
        "lat": 50.1237700,\n
        "lon": 2.9806200,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120365,\n
        "lat": 50.1237710,\n
        "lon": 2.9820370,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120366,\n
        "lat": 50.1237730,\n
        "lon": 2.9822470,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120367,\n
        "lat": 50.1237740,\n
        "lon": 2.9825060,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120368,\n
        "lat": 50.1237790,\n
        "lon": 2.9819540,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120369,\n
        "lat": 50.1237820,\n
        "lon": 2.9847070,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120370,\n
        "lat": 50.1237840,\n
        "lon": 2.9806830,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120371,\n
        "lat": 50.1237850,\n
        "lon": 2.9841920,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120372,\n
        "lat": 50.1237850,\n
        "lon": 2.9822190,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120373,\n
        "lat": 50.1237850,\n
        "lon": 2.9809340,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120374,\n
        "lat": 50.1237880,\n
        "lon": 2.9818880,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120375,\n
        "lat": 50.1237930,\n
        "lon": 2.9846980,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120376,\n
        "lat": 50.1237930,\n
        "lon": 2.9844390,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120377,\n
        "lat": 50.1237930,\n
        "lon": 2.9840980,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120378,\n
        "lat": 50.1237940,\n
        "lon": 2.9810960,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120379,\n
        "lat": 50.1237950,\n
        "lon": 2.9819690,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120380,\n
        "lat": 50.1237960,\n
        "lon": 2.9837460,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120381,\n
        "lat": 50.1237970,\n
        "lon": 2.9848070,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120382,\n
        "lat": 50.1237970,\n
        "lon": 2.9834860,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120383,\n
        "lat": 50.1237980,\n
        "lon": 2.9853790,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120384,\n
        "lat": 50.1237990,\n
        "lon": 2.9846870,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120385,\n
        "lat": 50.1238000,\n
        "lon": 2.9847330,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120386,\n
        "lat": 50.1238000,\n
        "lon": 2.9811040,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120387,\n
        "lat": 50.1238030,\n
        "lon": 2.9812630,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120388,\n
        "lat": 50.1238070,\n
        "lon": 2.9847190,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120389,\n
        "lat": 50.1238080,\n
        "lon": 2.9834720,\n
        "timestamp": "2013-11-20T10:43:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120390,\n
        "lat": 50.1238120,\n
        "lon": 2.9825480,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120391,\n
        "lat": 50.1238190,\n
        "lon": 2.9847610,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120392,\n
        "lat": 50.1238200,\n
        "lon": 2.9848390,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120393,\n
        "lat": 50.1238210,\n
        "lon": 2.9808360,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120394,\n
        "lat": 50.1238240,\n
        "lon": 2.9840590,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120395,\n
        "lat": 50.1238240,\n
        "lon": 2.9837990,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120396,\n
        "lat": 50.1238240,\n
        "lon": 2.9806630,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120397,\n
        "lat": 50.1238250,\n
        "lon": 2.9841970,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120398,\n
        "lat": 50.1238250,\n
        "lon": 2.9838440,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120399,\n
        "lat": 50.1238290,\n
        "lon": 2.9838070,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120400,\n
        "lat": 50.1238290,\n
        "lon": 2.9810350,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120401,\n
        "lat": 50.1238310,\n
        "lon": 2.9851830,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120402,\n
        "lat": 50.1238310,\n
        "lon": 2.9822090,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120404,\n
        "lat": 50.1238320,\n
        "lon": 2.9845070,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120407,\n
        "lat": 50.1238350,\n
        "lon": 2.9841240,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120409,\n
        "lat": 50.1238370,\n
        "lon": 2.9854810,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120410,\n
        "lat": 50.1238380,\n
        "lon": 2.9841320,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120411,\n
        "lat": 50.1238410,\n
        "lon": 2.9840390,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120412,\n
        "lat": 50.1238410,\n
        "lon": 2.9817320,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120413,\n
        "lat": 50.1238530,\n
        "lon": 2.9841160,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120414,\n
        "lat": 50.1238530,\n
        "lon": 2.9808180,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120415,\n
        "lat": 50.1238570,\n
        "lon": 2.9841580,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120416,\n
        "lat": 50.1238570,\n
        "lon": 2.9826860,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120417,\n
        "lat": 50.1238630,\n
        "lon": 2.9824470,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120418,\n
        "lat": 50.1238640,\n
        "lon": 2.9817070,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120419,\n
        "lat": 50.1238650,\n
        "lon": 2.9851210,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120420,\n
        "lat": 50.1238650,\n
        "lon": 2.9807190,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120421,\n
        "lat": 50.1238660,\n
        "lon": 2.9818560,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120422,\n
        "lat": 50.1238670,\n
        "lon": 2.9819540,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120423,\n
        "lat": 50.1238680,\n
        "lon": 2.9813640,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120424,\n
        "lat": 50.1238680,\n
        "lon": 2.9805730,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120425,\n
        "lat": 50.1238690,\n
        "lon": 2.9824550,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120426,\n
        "lat": 50.1238700,\n
        "lon": 2.9851160,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120427,\n
        "lat": 50.1238700,\n
        "lon": 2.9840960,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120428,\n
        "lat": 50.1238710,\n
        "lon": 2.9807580,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120429,\n
        "lat": 50.1238740,\n
        "lon": 2.9810770,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120430,\n
        "lat": 50.1238760,\n
        "lon": 2.9840100,\n
        "timestamp": "2013-11-20T10:43:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120431,\n
        "lat": 50.1238780,\n
        "lon": 2.9819490,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120432,\n
        "lat": 50.1238800,\n
        "lon": 2.9845720,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120433,\n
        "lat": 50.1238800,\n
        "lon": 2.9839440,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120434,\n
        "lat": 50.1238820,\n
        "lon": 2.9806350,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120435,\n
        "lat": 50.1238850,\n
        "lon": 2.9843250,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120436,\n
        "lat": 50.1238860,\n
        "lon": 2.9853070,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120437,\n
        "lat": 50.1238860,\n
        "lon": 2.9807110,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120438,\n
        "lat": 50.1238880,\n
        "lon": 2.9816660,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120439,\n
        "lat": 50.1238890,\n
        "lon": 2.9842250,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120440,\n
        "lat": 50.1238900,\n
        "lon": 2.9808310,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120441,\n
        "lat": 50.1238900,\n
        "lon": 2.9807020,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120442,\n
        "lat": 50.1238910,\n
        "lon": 2.9806860,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120443,\n
        "lat": 50.1238920,\n
        "lon": 2.9827490,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120444,\n
        "lat": 50.1238920,\n
        "lon": 2.9818780,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120445,\n
        "lat": 50.1238920,\n
        "lon": 2.9813010,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120446,\n
        "lat": 50.1238930,\n
        "lon": 2.9817760,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120447,\n
        "lat": 50.1238950,\n
        "lon": 2.9818950,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120448,\n
        "lat": 50.1238980,\n
        "lon": 2.9823920,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120449,\n
        "lat": 50.1238980,\n
        "lon": 2.9808580,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120450,\n
        "lat": 50.1238990,\n
        "lon": 2.9817590,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120451,\n
        "lat": 50.1239000,\n
        "lon": 2.9840650,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120452,\n
        "lat": 50.1239030,\n
        "lon": 2.9840710,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120453,\n
        "lat": 50.1239040,\n
        "lon": 2.9808740,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120454,\n
        "lat": 50.1239050,\n
        "lon": 2.9839760,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120455,\n
        "lat": 50.1239050,\n
        "lon": 2.9812660,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120456,\n
        "lat": 50.1239080,\n
        "lon": 2.9839810,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120457,\n
        "lat": 50.1239100,\n
        "lon": 2.9817380,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120458,\n
        "lat": 50.1239130,\n
        "lon": 2.9852040,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120459,\n
        "lat": 50.1239140,\n
        "lon": 2.9842790,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120460,\n
        "lat": 50.1239170,\n
        "lon": 2.9847620,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120461,\n
        "lat": 50.1239170,\n
        "lon": 2.9842000,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120462,\n
        "lat": 50.1239180,\n
        "lon": 2.9805440,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120463,\n
        "lat": 50.1239210,\n
        "lon": 2.9842910,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120464,\n
        "lat": 50.1239260,\n
        "lon": 2.9842220,\n
        "timestamp": "2013-11-20T10:43:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120465,\n
        "lat": 50.1239260,\n
        "lon": 2.9836750,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120466,\n
        "lat": 50.1239310,\n
        "lon": 2.9836670,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120467,\n
        "lat": 50.1239310,\n
        "lon": 2.9823270,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120468,\n
        "lat": 50.1239320,\n
        "lon": 2.9840320,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120469,\n
        "lat": 50.1239330,\n
        "lon": 2.9809230,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120470,\n
        "lat": 50.1239340,\n
        "lon": 2.9852550,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120471,\n
        "lat": 50.1239350,\n
        "lon": 2.9840400,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120472,\n
        "lat": 50.1239360,\n
        "lon": 2.9849020,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120473,\n
        "lat": 50.1239360,\n
        "lon": 2.9839500,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120474,\n
        "lat": 50.1239380,\n
        "lon": 2.9836970,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120475,\n
        "lat": 50.1239400,\n
        "lon": 2.9817370,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120476,\n
        "lat": 50.1239400,\n
        "lon": 2.9813170,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120477,\n
        "lat": 50.1239420,\n
        "lon": 2.9851780,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120478,\n
        "lat": 50.1239440,\n
        "lon": 2.9813060,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120479,\n
        "lat": 50.1239480,\n
        "lon": 2.9817890,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120480,\n
        "lat": 50.1239490,\n
        "lon": 2.9732410,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120481,\n
        "lat": 50.1239550,\n
        "lon": 2.9847190,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120482,\n
        "lat": 50.1239600,\n
        "lon": 2.9840020,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120483,\n
        "lat": 50.1239600,\n
        "lon": 2.9807570,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120484,\n
        "lat": 50.1239610,\n
        "lon": 2.9849470,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120485,\n
        "lat": 50.1239620,\n
        "lon": 2.9857560,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120486,\n
        "lat": 50.1239620,\n
        "lon": 2.9817670,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120487,\n
        "lat": 50.1239630,\n
        "lon": 2.9848650,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120488,\n
        "lat": 50.1239630,\n
        "lon": 2.9840090,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120489,\n
        "lat": 50.1239640,\n
        "lon": 2.9853140,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120494,\n
        "lat": 50.1239710,\n
        "lon": 2.9813550,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120496,\n
        "lat": 50.1239740,\n
        "lon": 2.9825930,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120497,\n
        "lat": 50.1239770,\n
        "lon": 2.9849180,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120499,\n
        "lat": 50.1239860,\n
        "lon": 2.9810620,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120500,\n
        "lat": 50.1239880,\n
        "lon": 2.9841720,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120501,\n
        "lat": 50.1239910,\n
        "lon": 2.9852850,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120502,\n
        "lat": 50.1239960,\n
        "lon": 2.9837940,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120503,\n
        "lat": 50.1239970,\n
        "lon": 2.9808290,\n
        "timestamp": "2013-11-20T10:43:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120504,\n
        "lat": 50.1240040,\n
        "lon": 2.9733830,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120505,\n
        "lat": 50.1240060,\n
        "lon": 2.9842170,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120506,\n
        "lat": 50.1240100,\n
        "lon": 2.9865470,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120507,\n
        "lat": 50.1240170,\n
        "lon": 2.9848510,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120508,\n
        "lat": 50.1240170,\n
        "lon": 2.9810010,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120510,\n
        "lat": 50.1240200,\n
        "lon": 2.9865260,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120511,\n
        "lat": 50.1240240,\n
        "lon": 2.9856220,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120512,\n
        "lat": 50.1240220,\n
        "lon": 2.9734320,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120513,\n
        "lat": 50.1240260,\n
        "lon": 2.9865240,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120514,\n
        "lat": 50.1240310,\n
        "lon": 2.9841030,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120515,\n
        "lat": 50.1240310,\n
        "lon": 2.9815860,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120517,\n
        "lat": 50.1240350,\n
        "lon": 2.9866590,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120518,\n
        "lat": 50.1240370,\n
        "lon": 2.9865190,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120519,\n
        "lat": 50.1240420,\n
        "lon": 2.9839130,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120520,\n
        "lat": 50.1240460,\n
        "lon": 2.9856680,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120521,\n
        "lat": 50.1240470,\n
        "lon": 2.9865280,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120522,\n
        "lat": 50.1240540,\n
        "lon": 2.9815190,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120523,\n
        "lat": 50.1240550,\n
        "lon": 2.9855900,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120524,\n
        "lat": 50.1240560,\n
        "lon": 2.9839440,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120525,\n
        "lat": 50.1240570,\n
        "lon": 2.9838960,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120526,\n
        "lat": 50.1240590,\n
        "lon": 2.9841710,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120527,\n
        "lat": 50.1240600,\n
        "lon": 2.9811100,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120528,\n
        "lat": 50.1240620,\n
        "lon": 2.9838910,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120529,\n
        "lat": 50.1240620,\n
        "lon": 2.9815310,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120530,\n
        "lat": 50.1240630,\n
        "lon": 2.9839360,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120531,\n
        "lat": 50.1240660,\n
        "lon": 2.9811170,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120532,\n
        "lat": 50.1240670,\n
        "lon": 2.9809260,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120533,\n
        "lat": 50.1240720,\n
        "lon": 2.9845330,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120534,\n
        "lat": 50.1240730,\n
        "lon": 2.9841600,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120535,\n
        "lat": 50.1240750,\n
        "lon": 2.9839210,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120536,\n
        "lat": 50.1240760,\n
        "lon": 2.9856370,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120537,\n
        "lat": 50.1240770,\n
        "lon": 2.9810660,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120538,\n
        "lat": 50.1240840,\n
        "lon": 2.9853890,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120539,\n
        "lat": 50.1240850,\n
        "lon": 2.9839860,\n
        "timestamp": "2013-11-20T10:43:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120540,\n
        "lat": 50.1240890,\n
        "lon": 2.9731100,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120541,\n
        "lat": 50.1241000,\n
        "lon": 2.9839720,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120542,\n
        "lat": 50.1241050,\n
        "lon": 2.9847970,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120543,\n
        "lat": 50.1241080,\n
        "lon": 2.9865010,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120544,\n
        "lat": 50.1241100,\n
        "lon": 2.9840300,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120545,\n
        "lat": 50.1241120,\n
        "lon": 2.9808590,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120546,\n
        "lat": 50.1241130,\n
        "lon": 2.9852470,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120547,\n
        "lat": 50.1241310,\n
        "lon": 2.9818130,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120548,\n
        "lat": 50.1241330,\n
        "lon": 2.9866130,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120549,\n
        "lat": 50.1241380,\n
        "lon": 2.9855130,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120550,\n
        "lat": 50.1241380,\n
        "lon": 2.9840990,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120551,\n
        "lat": 50.1241390,\n
        "lon": 2.9845560,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120552,\n
        "lat": 50.1241420,\n
        "lon": 2.9847110,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120553,\n
        "lat": 50.1241440,\n
        "lon": 2.9855140,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120554,\n
        "lat": 50.1241440,\n
        "lon": 2.9732580,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120555,\n
        "lat": 50.1241500,\n
        "lon": 2.9813410,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120556,\n
        "lat": 50.1241520,\n
        "lon": 2.9807990,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120557,\n
        "lat": 50.1241530,\n
        "lon": 2.9854980,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120558,\n
        "lat": 50.1241560,\n
        "lon": 2.9809210,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120559,\n
        "lat": 50.1241580,\n
        "lon": 2.9855500,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120560,\n
        "lat": 50.1241620,\n
        "lon": 2.9855290,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120561,\n
        "lat": 50.1241620,\n
        "lon": 2.9844540,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120562,\n
        "lat": 50.1241610,\n
        "lon": 2.9733020,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120563,\n
        "lat": 50.1241640,\n
        "lon": 2.9852010,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120564,\n
        "lat": 50.1241650,\n
        "lon": 2.9813160,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120565,\n
        "lat": 50.1241660,\n
        "lon": 2.9853080,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120566,\n
        "lat": 50.1241670,\n
        "lon": 2.9855420,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120567,\n
        "lat": 50.1241670,\n
        "lon": 2.9846240,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120568,\n
        "lat": 50.1241670,\n
        "lon": 2.9808720,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120569,\n
        "lat": 50.1241680,\n
        "lon": 2.9849380,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120570,\n
        "lat": 50.1241720,\n
        "lon": 2.9817390,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120571,\n
        "lat": 50.1241760,\n
        "lon": 2.9808840,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120572,\n
        "lat": 50.1241810,\n
        "lon": 2.9808470,\n
        "timestamp": "2013-11-20T10:43:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120573,\n
        "lat": 50.1241850,\n
        "lon": 2.9848340,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120574,\n
        "lat": 50.1241870,\n
        "lon": 2.9807520,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120575,\n
        "lat": 50.1241920,\n
        "lon": 2.9846020,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120576,\n
        "lat": 50.1242040,\n
        "lon": 2.9817260,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120577,\n
        "lat": 50.1242030,\n
        "lon": 2.9730020,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120578,\n
        "lat": 50.1242090,\n
        "lon": 2.9854820,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120579,\n
        "lat": 50.1242090,\n
        "lon": 2.9848960,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120580,\n
        "lat": 50.1242100,\n
        "lon": 2.9846500,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120582,\n
        "lat": 50.1242180,\n
        "lon": 2.9808110,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120583,\n
        "lat": 50.1242190,\n
        "lon": 2.9854270,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120584,\n
        "lat": 50.1242250,\n
        "lon": 2.9814960,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120585,\n
        "lat": 50.1242310,\n
        "lon": 2.9816740,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120586,\n
        "lat": 50.1242310,\n
        "lon": 2.9730730,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120587,\n
        "lat": 50.1242370,\n
        "lon": 2.9817710,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120588,\n
        "lat": 50.1242370,\n
        "lon": 2.9806890,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120589,\n
        "lat": 50.1242390,\n
        "lon": 2.9843860,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120590,\n
        "lat": 50.1242400,\n
        "lon": 2.9854050,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120591,\n
        "lat": 50.1242400,\n
        "lon": 2.9807880,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120592,\n
        "lat": 50.1242410,\n
        "lon": 2.9811720,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120593,\n
        "lat": 50.1242420,\n
        "lon": 2.9814640,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120594,\n
        "lat": 50.1242500,\n
        "lon": 2.9844770,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120595,\n
        "lat": 50.1242510,\n
        "lon": 2.9814250,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120596,\n
        "lat": 50.1242610,\n
        "lon": 2.9815440,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120597,\n
        "lat": 50.1242630,\n
        "lon": 2.9845090,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120598,\n
        "lat": 50.1242630,\n
        "lon": 2.9844470,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120599,\n
        "lat": 50.1242660,\n
        "lon": 2.9817180,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120600,\n
        "lat": 50.1242680,\n
        "lon": 2.9844590,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120601,\n
        "lat": 50.1242710,\n
        "lon": 2.9813920,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120602,\n
        "lat": 50.1242760,\n
        "lon": 2.9814040,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120603,\n
        "lat": 50.1242770,\n
        "lon": 2.9815650,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120604,\n
        "lat": 50.1242780,\n
        "lon": 2.9815120,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120605,\n
        "lat": 50.1242800,\n
        "lon": 2.9844930,\n
        "timestamp": "2013-11-20T10:43:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120606,\n
        "lat": 50.1242820,\n
        "lon": 2.9811010,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120607,\n
        "lat": 50.1242830,\n
        "lon": 2.9856570,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120608,\n
        "lat": 50.1242830,\n
        "lon": 2.9806300,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120609,\n
        "lat": 50.1242860,\n
        "lon": 2.9816360,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120610,\n
        "lat": 50.1242860,\n
        "lon": 2.9810940,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120611,\n
        "lat": 50.1242860,\n
        "lon": 2.9730210,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120612,\n
        "lat": 50.1242900,\n
        "lon": 2.9845790,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120613,\n
        "lat": 50.1242940,\n
        "lon": 2.9815340,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120614,\n
        "lat": 50.1242980,\n
        "lon": 2.9820430,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120615,\n
        "lat": 50.1243070,\n
        "lon": 2.9856380,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120616,\n
        "lat": 50.1243080,\n
        "lon": 2.9847980,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120617,\n
        "lat": 50.1243080,\n
        "lon": 2.9845610,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120618,\n
        "lat": 50.1243100,\n
        "lon": 2.9815920,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120619,\n
        "lat": 50.1243100,\n
        "lon": 2.9771240,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120620,\n
        "lat": 50.1243130,\n
        "lon": 2.9807760,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120621,\n
        "lat": 50.1243190,\n
        "lon": 2.9813050,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120622,\n
        "lat": 50.1243200,\n
        "lon": 2.9845950,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120623,\n
        "lat": 50.1243200,\n
        "lon": 2.9798610,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120624,\n
        "lat": 50.1243230,\n
        "lon": 2.9796880,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120625,\n
        "lat": 50.1243280,\n
        "lon": 2.9814750,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120626,\n
        "lat": 50.1243300,\n
        "lon": 2.9800140,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120627,\n
        "lat": 50.1243330,\n
        "lon": 2.9801070,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120628,\n
        "lat": 50.1243340,\n
        "lon": 2.9808010,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120629,\n
        "lat": 50.1243350,\n
        "lon": 2.9857660,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120630,\n
        "lat": 50.1243360,\n
        "lon": 2.9807050,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120631,\n
        "lat": 50.1243380,\n
        "lon": 2.9819670,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120632,\n
        "lat": 50.1243400,\n
        "lon": 2.9803880,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120633,\n
        "lat": 50.1243410,\n
        "lon": 2.9731550,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120634,\n
        "lat": 50.1243480,\n
        "lon": 2.9856770,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120635,\n
        "lat": 50.1243500,\n
        "lon": 2.9817250,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120636,\n
        "lat": 50.1243510,\n
        "lon": 2.9846790,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120637,\n
        "lat": 50.1243540,\n
        "lon": 2.9857620,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120638,\n
        "lat": 50.1243610,\n
        "lon": 2.9813610,\n
        "timestamp": "2013-11-20T10:43:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120639,\n
        "lat": 50.1243660,\n
        "lon": 2.9794580,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120640,\n
        "lat": 50.1243670,\n
        "lon": 2.9806710,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120641,\n
        "lat": 50.1243710,\n
        "lon": 2.9812180,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120642,\n
        "lat": 50.1243720,\n
        "lon": 2.9847300,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120643,\n
        "lat": 50.1243730,\n
        "lon": 2.9796850,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120644,\n
        "lat": 50.1243740,\n
        "lon": 2.9808570,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120645,\n
        "lat": 50.1243750,\n
        "lon": 2.9816770,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120646,\n
        "lat": 50.1243820,\n
        "lon": 2.9800090,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120647,\n
        "lat": 50.1243870,\n
        "lon": 2.9812370,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120648,\n
        "lat": 50.1243930,\n
        "lon": 2.9801040,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120649,\n
        "lat": 50.1243970,\n
        "lon": 2.9807300,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120650,\n
        "lat": 50.1243990,\n
        "lon": 2.9808960,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120651,\n
        "lat": 50.1243990,\n
        "lon": 2.9803190,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120652,\n
        "lat": 50.1243990,\n
        "lon": 2.9773650,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120653,\n
        "lat": 50.1244050,\n
        "lon": 2.9850150,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120654,\n
        "lat": 50.1244100,\n
        "lon": 2.9812730,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120655,\n
        "lat": 50.1244130,\n
        "lon": 2.9810180,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120656,\n
        "lat": 50.1244180,\n
        "lon": 2.9794580,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120657,\n
        "lat": 50.1244190,\n
        "lon": 2.9810160,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120658,\n
        "lat": 50.1244470,\n
        "lon": 2.9843690,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120659,\n
        "lat": 50.1244490,\n
        "lon": 2.9813280,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120660,\n
        "lat": 50.1244530,\n
        "lon": 2.9805730,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120661,\n
        "lat": 50.1244610,\n
        "lon": 2.9813430,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120662,\n
        "lat": 50.1244620,\n
        "lon": 2.9796800,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120663,\n
        "lat": 50.1244650,\n
        "lon": 2.9844160,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120664,\n
        "lat": 50.1244660,\n
        "lon": 2.9810950,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120665,\n
        "lat": 50.1244680,\n
        "lon": 2.9849440,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120666,\n
        "lat": 50.1244800,\n
        "lon": 2.9798230,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120667,\n
        "lat": 50.1244810,\n
        "lon": 2.9804020,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120668,\n
        "lat": 50.1244830,\n
        "lon": 2.9806190,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120669,\n
        "lat": 50.1244880,\n
        "lon": 2.9806270,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120670,\n
        "lat": 50.1244900,\n
        "lon": 2.9801080,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120671,\n
        "lat": 50.1244910,\n
        "lon": 2.9843240,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120672,\n
        "lat": 50.1244920,\n
        "lon": 2.9810510,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120673,\n
        "lat": 50.1244930,\n
        "lon": 2.9800780,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120674,\n
        "lat": 50.1245000,\n
        "lon": 2.9800940,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120675,\n
        "lat": 50.1245070,\n
        "lon": 2.9800570,\n
        "timestamp": "2013-11-20T10:43:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120676,\n
        "lat": 50.1245100,\n
        "lon": 2.9843710,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120677,\n
        "lat": 50.1245120,\n
        "lon": 2.9798200,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120678,\n
        "lat": 50.1245140,\n
        "lon": 2.9800640,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120679,\n
        "lat": 50.1245180,\n
        "lon": 2.9801740,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120682,\n
        "lat": 50.1245420,\n
        "lon": 2.9769110,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120683,\n
        "lat": 50.1245490,\n
        "lon": 2.9860990,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120684,\n
        "lat": 50.1245540,\n
        "lon": 2.9791380,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120685,\n
        "lat": 50.1245560,\n
        "lon": 2.9792680,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120686,\n
        "lat": 50.1245570,\n
        "lon": 2.9803110,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120687,\n
        "lat": 50.1245570,\n
        "lon": 2.9801260,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120688,\n
        "lat": 50.1245590,\n
        "lon": 2.9794440,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120689,\n
        "lat": 50.1245620,\n
        "lon": 2.9861300,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120690,\n
        "lat": 50.1245670,\n
        "lon": 2.9811550,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120691,\n
        "lat": 50.1245670,\n
        "lon": 2.9798330,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120692,\n
        "lat": 50.1245680,\n
        "lon": 2.9860800,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120693,\n
        "lat": 50.1245740,\n
        "lon": 2.9801010,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120694,\n
        "lat": 50.1245780,\n
        "lon": 2.9861140,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120695,\n
        "lat": 50.1245910,\n
        "lon": 2.9807880,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120696,\n
        "lat": 50.1246210,\n
        "lon": 2.9804370,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120697,\n
        "lat": 50.1246210,\n
        "lon": 2.9793920,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120698,\n
        "lat": 50.1246240,\n
        "lon": 2.9798280,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120699,\n
        "lat": 50.1246280,\n
        "lon": 2.9800030,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120701,\n
        "lat": 50.1246290,\n
        "lon": 2.9804520,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120704,\n
        "lat": 50.1246300,\n
        "lon": 2.9808440,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120706,\n
        "lat": 50.1246320,\n
        "lon": 2.9771500,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120708,\n
        "lat": 50.1246510,\n
        "lon": 2.9806420,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120710,\n
        "lat": 50.1246560,\n
        "lon": 2.9785940,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120711,\n
        "lat": 50.1246660,\n
        "lon": 2.9801630,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120712,\n
        "lat": 50.1246670,\n
        "lon": 2.9806700,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120713,\n
        "lat": 50.1246800,\n
        "lon": 2.9861170,\n
        "timestamp": "2013-11-20T10:43:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120714,\n
        "lat": 50.1246800,\n
        "lon": 2.9787390,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120716,\n
        "lat": 50.1246920,\n
        "lon": 2.9862210,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120718,\n
        "lat": 50.1246920,\n
        "lon": 2.9805780,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120720,\n
        "lat": 50.1246950,\n
        "lon": 2.9792260,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120722,\n
        "lat": 50.1246990,\n
        "lon": 2.9803260,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120724,\n
        "lat": 50.1247020,\n
        "lon": 2.9792890,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120725,\n
        "lat": 50.1247050,\n
        "lon": 2.9803250,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120726,\n
        "lat": 50.1247110,\n
        "lon": 2.9793630,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120727,\n
        "lat": 50.1247140,\n
        "lon": 2.9803270,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120728,\n
        "lat": 50.1247150,\n
        "lon": 2.9861090,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120729,\n
        "lat": 50.1247210,\n
        "lon": 2.9803310,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120730,\n
        "lat": 50.1247210,\n
        "lon": 2.9792190,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120731,\n
        "lat": 50.1247220,\n
        "lon": 2.9725180,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120732,\n
        "lat": 50.1247260,\n
        "lon": 2.9862110,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120733,\n
        "lat": 50.1247300,\n
        "lon": 2.9792810,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120734,\n
        "lat": 50.1247310,\n
        "lon": 2.9794130,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120735,\n
        "lat": 50.1247320,\n
        "lon": 2.9790810,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120736,\n
        "lat": 50.1247400,\n
        "lon": 2.9800260,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120737,\n
        "lat": 50.1247470,\n
        "lon": 2.9794080,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120738,\n
        "lat": 50.1247480,\n
        "lon": 2.9806660,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120739,\n
        "lat": 50.1247530,\n
        "lon": 2.9792190,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120740,\n
        "lat": 50.1247600,\n
        "lon": 2.9792720,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120741,\n
        "lat": 50.1247640,\n
        "lon": 2.9796610,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120742,\n
        "lat": 50.1247650,\n
        "lon": 2.9804060,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120743,\n
        "lat": 50.1247710,\n
        "lon": 2.9803990,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120744,\n
        "lat": 50.1247770,\n
        "lon": 2.9804000,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120745,\n
        "lat": 50.1247770,\n
        "lon": 2.9799570,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120746,\n
        "lat": 50.1247850,\n
        "lon": 2.9804140,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120747,\n
        "lat": 50.1247860,\n
        "lon": 2.9799750,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120748,\n
        "lat": 50.1247880,\n
        "lon": 2.9801120,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120749,\n
        "lat": 50.1247890,\n
        "lon": 2.9801410,\n
        "timestamp": "2013-11-20T10:43:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120750,\n
        "lat": 50.1247900,\n
        "lon": 2.9771150,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120751,\n
        "lat": 50.1247930,\n
        "lon": 2.9801050,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120752,\n
        "lat": 50.1247950,\n
        "lon": 2.9804300,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120753,\n
        "lat": 50.1247990,\n
        "lon": 2.9799500,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120754,\n
        "lat": 50.1248000,\n
        "lon": 2.9803910,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120755,\n
        "lat": 50.1248010,\n
        "lon": 2.9860910,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120756,\n
        "lat": 50.1248010,\n
        "lon": 2.9801210,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120757,\n
        "lat": 50.1248050,\n
        "lon": 2.9786640,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120758,\n
        "lat": 50.1248040,\n
        "lon": 2.9727250,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120759,\n
        "lat": 50.1248060,\n
        "lon": 2.9793570,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120760,\n
        "lat": 50.1248090,\n
        "lon": 2.9804070,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120761,\n
        "lat": 50.1248090,\n
        "lon": 2.9789530,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120762,\n
        "lat": 50.1248130,\n
        "lon": 2.9861880,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120763,\n
        "lat": 50.1248150,\n
        "lon": 2.9801000,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120764,\n
        "lat": 50.1248200,\n
        "lon": 2.9796530,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120765,\n
        "lat": 50.1248240,\n
        "lon": 2.9802040,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120766,\n
        "lat": 50.1248250,\n
        "lon": 2.9800490,\n
        "timestamp": "2013-11-20T10:43:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120767,\n
        "lat": 50.1248260,\n
        "lon": 2.9801170,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120768,\n
        "lat": 50.1248290,\n
        "lon": 2.9793850,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120769,\n
        "lat": 50.1248300,\n
        "lon": 2.9801950,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120770,\n
        "lat": 50.1248320,\n
        "lon": 2.9800620,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120771,\n
        "lat": 50.1248360,\n
        "lon": 2.9801850,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120772,\n
        "lat": 50.1248360,\n
        "lon": 2.9790350,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120773,\n
        "lat": 50.1248380,\n
        "lon": 2.9773130,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120774,\n
        "lat": 50.1248400,\n
        "lon": 2.9792940,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120775,\n
        "lat": 50.1248460,\n
        "lon": 2.9805210,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120776,\n
        "lat": 50.1248460,\n
        "lon": 2.9800900,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120777,\n
        "lat": 50.1248500,\n
        "lon": 2.9786280,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120778,\n
        "lat": 50.1248540,\n
        "lon": 2.9800220,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120779,\n
        "lat": 50.1248570,\n
        "lon": 2.9770730,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120780,\n
        "lat": 50.1248600,\n
        "lon": 2.9800300,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120781,\n
        "lat": 50.1248600,\n
        "lon": 2.9798020,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120782,\n
        "lat": 50.1248620,\n
        "lon": 2.9804980,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120783,\n
        "lat": 50.1248620,\n
        "lon": 2.9793220,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120784,\n
        "lat": 50.1248640,\n
        "lon": 2.9784000,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120785,\n
        "lat": 50.1248690,\n
        "lon": 2.9798170,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120786,\n
        "lat": 50.1248760,\n
        "lon": 2.9789110,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120787,\n
        "lat": 50.1248890,\n
        "lon": 2.9798860,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120788,\n
        "lat": 50.1248970,\n
        "lon": 2.9797320,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120789,\n
        "lat": 50.1248980,\n
        "lon": 2.9798680,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120790,\n
        "lat": 50.1249010,\n
        "lon": 2.9787950,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120791,\n
        "lat": 50.1249030,\n
        "lon": 2.9772730,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120792,\n
        "lat": 50.1249060,\n
        "lon": 2.9794950,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120793,\n
        "lat": 50.1249070,\n
        "lon": 2.9785230,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120794,\n
        "lat": 50.1249100,\n
        "lon": 2.9792320,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120795,\n
        "lat": 50.1249130,\n
        "lon": 2.9783550,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120796,\n
        "lat": 50.1249150,\n
        "lon": 2.9799230,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120797,\n
        "lat": 50.1249170,\n
        "lon": 2.9803640,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120798,\n
        "lat": 50.1249250,\n
        "lon": 2.9806040,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120799,\n
        "lat": 50.1249260,\n
        "lon": 2.9787810,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120800,\n
        "lat": 50.1249290,\n
        "lon": 2.9787920,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120801,\n
        "lat": 50.1249360,\n
        "lon": 2.9784620,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120802,\n
        "lat": 50.1249430,\n
        "lon": 2.9791680,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120803,\n
        "lat": 50.1249450,\n
        "lon": 2.9806370,\n
        "timestamp": "2013-11-20T10:43:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120804,\n
        "lat": 50.1249470,\n
        "lon": 2.9803260,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120805,\n
        "lat": 50.1249530,\n
        "lon": 2.9800050,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120806,\n
        "lat": 50.1249620,\n
        "lon": 2.9803140,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120807,\n
        "lat": 50.1249640,\n
        "lon": 2.9803590,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120808,\n
        "lat": 50.1249660,\n
        "lon": 2.9799820,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120809,\n
        "lat": 50.1249660,\n
        "lon": 2.9796400,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120810,\n
        "lat": 50.1249740,\n
        "lon": 2.9799950,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120811,\n
        "lat": 50.1249760,\n
        "lon": 2.9805420,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120812,\n
        "lat": 50.1249760,\n
        "lon": 2.9803430,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120813,\n
        "lat": 50.1249840,\n
        "lon": 2.9805610,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120814,\n
        "lat": 50.1249860,\n
        "lon": 2.9782860,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120815,\n
        "lat": 50.1249880,\n
        "lon": 2.9786860,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120816,\n
        "lat": 50.1249920,\n
        "lon": 2.9805780,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120817,\n
        "lat": 50.1249960,\n
        "lon": 2.9800790,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120818,\n
        "lat": 50.1249990,\n
        "lon": 2.9788360,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120819,\n
        "lat": 50.1250100,\n
        "lon": 2.9800570,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120820,\n
        "lat": 50.1250150,\n
        "lon": 2.9799370,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120821,\n
        "lat": 50.1250170,\n
        "lon": 2.9784130,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120822,\n
        "lat": 50.1250190,\n
        "lon": 2.9789230,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120823,\n
        "lat": 50.1250240,\n
        "lon": 2.9795580,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120824,\n
        "lat": 50.1250240,\n
        "lon": 2.9792760,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120825,\n
        "lat": 50.1250330,\n
        "lon": 2.9797860,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120826,\n
        "lat": 50.1250390,\n
        "lon": 2.9797740,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120827,\n
        "lat": 50.1250410,\n
        "lon": 2.9788100,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120828,\n
        "lat": 50.1250470,\n
        "lon": 2.9800060,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120829,\n
        "lat": 50.1250470,\n
        "lon": 2.9788400,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120830,\n
        "lat": 50.1250500,\n
        "lon": 2.9788360,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120831,\n
        "lat": 50.1250510,\n
        "lon": 2.9799990,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120832,\n
        "lat": 50.1250680,\n
        "lon": 2.9801560,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120833,\n
        "lat": 50.1250680,\n
        "lon": 2.9798500,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120834,\n
        "lat": 50.1250710,\n
        "lon": 2.9790100,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120835,\n
        "lat": 50.1250720,\n
        "lon": 2.9786400,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120836,\n
        "lat": 50.1250760,\n
        "lon": 2.9801690,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120837,\n
        "lat": 50.1250800,\n
        "lon": 2.9790520,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120838,\n
        "lat": 50.1250830,\n
        "lon": 2.9801400,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120839,\n
        "lat": 50.1250860,\n
        "lon": 2.9802290,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120840,\n
        "lat": 50.1250860,\n
        "lon": 2.9790000,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120841,\n
        "lat": 50.1250860,\n
        "lon": 2.9786980,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120842,\n
        "lat": 50.1250890,\n
        "lon": 2.9801500,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120843,\n
        "lat": 50.1250930,\n
        "lon": 2.9798170,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120844,\n
        "lat": 50.1250950,\n
        "lon": 2.9790390,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120845,\n
        "lat": 50.1250990,\n
        "lon": 2.9805430,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120846,\n
        "lat": 50.1251010,\n
        "lon": 2.9790660,\n
        "timestamp": "2013-11-20T10:43:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120847,\n
        "lat": 50.1251040,\n
        "lon": 2.9787730,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120848,\n
        "lat": 50.1251060,\n
        "lon": 2.9801080,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120849,\n
        "lat": 50.1251130,\n
        "lon": 2.9858180,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120850,\n
        "lat": 50.1251240,\n
        "lon": 2.9801780,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120851,\n
        "lat": 50.1251280,\n
        "lon": 2.9859090,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120853,\n
        "lat": 50.1251390,\n
        "lon": 2.9790370,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120854,\n
        "lat": 50.1251400,\n
        "lon": 2.9806130,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120855,\n
        "lat": 50.1251480,\n
        "lon": 2.9789540,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120856,\n
        "lat": 50.1251500,\n
        "lon": 2.9857960,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120857,\n
        "lat": 50.1251640,\n
        "lon": 2.9859030,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120858,\n
        "lat": 50.1251870,\n
        "lon": 2.9799910,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120859,\n
        "lat": 50.1251890,\n
        "lon": 2.9805410,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120860,\n
        "lat": 50.1251890,\n
        "lon": 2.9804200,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120861,\n
        "lat": 50.1252080,\n
        "lon": 2.9803960,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120862,\n
        "lat": 50.1252180,\n
        "lon": 2.9800490,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120863,\n
        "lat": 50.1252250,\n
        "lon": 2.9799380,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120864,\n
        "lat": 50.1252300,\n
        "lon": 2.9803650,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120865,\n
        "lat": 50.1252300,\n
        "lon": 2.9799320,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120866,\n
        "lat": 50.1252380,\n
        "lon": 2.9779550,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120867,\n
        "lat": 50.1252460,\n
        "lon": 2.9804610,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120868,\n
        "lat": 50.1252960,\n
        "lon": 2.9801850,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120869,\n
        "lat": 50.1253070,\n
        "lon": 2.9779090,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120870,\n
        "lat": 50.1253130,\n
        "lon": 2.9782470,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120871,\n
        "lat": 50.1253240,\n
        "lon": 2.9802340,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120872,\n
        "lat": 50.1253330,\n
        "lon": 2.9801340,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120873,\n
        "lat": 50.1253360,\n
        "lon": 2.9801280,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120874,\n
        "lat": 50.1253510,\n
        "lon": 2.9783870,\n
        "timestamp": "2013-11-20T10:43:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120875,\n
        "lat": 50.1253530,\n
        "lon": 2.9802860,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120876,\n
        "lat": 50.1253610,\n
        "lon": 2.9803000,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120877,\n
        "lat": 50.1253620,\n
        "lon": 2.9781280,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120878,\n
        "lat": 50.1253690,\n
        "lon": 2.9797430,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120879,\n
        "lat": 50.1253710,\n
        "lon": 2.9801880,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120880,\n
        "lat": 50.1253770,\n
        "lon": 2.9784920,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120881,\n
        "lat": 50.1253770,\n
        "lon": 2.9781880,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120882,\n
        "lat": 50.1253800,\n
        "lon": 2.9782030,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120883,\n
        "lat": 50.1253850,\n
        "lon": 2.9781110,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120884,\n
        "lat": 50.1253900,\n
        "lon": 2.9802260,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120885,\n
        "lat": 50.1254010,\n
        "lon": 2.9781720,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120886,\n
        "lat": 50.1254400,\n
        "lon": 2.9784540,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120887,\n
        "lat": 50.1254460,\n
        "lon": 2.9783330,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120888,\n
        "lat": 50.1254490,\n
        "lon": 2.9784800,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120889,\n
        "lat": 50.1254650,\n
        "lon": 2.9851710,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120890,\n
        "lat": 50.1254700,\n
        "lon": 2.9781470,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120891,\n
        "lat": 50.1254750,\n
        "lon": 2.9784600,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120892,\n
        "lat": 50.1254880,\n
        "lon": 2.9852210,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120893,\n
        "lat": 50.1254880,\n
        "lon": 2.9803980,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120894,\n
        "lat": 50.1255070,\n
        "lon": 2.9800000,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120895,\n
        "lat": 50.1255070,\n
        "lon": 2.9782990,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120896,\n
        "lat": 50.1255110,\n
        "lon": 2.9851930,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120897,\n
        "lat": 50.1255140,\n
        "lon": 2.9851160,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120898,\n
        "lat": 50.1255320,\n
        "lon": 2.9850960,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120899,\n
        "lat": 50.1255330,\n
        "lon": 2.9851670,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120900,\n
        "lat": 50.1255370,\n
        "lon": 2.9781100,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120901,\n
        "lat": 50.1255460,\n
        "lon": 2.9781510,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120902,\n
        "lat": 50.1255720,\n
        "lon": 2.9802830,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120903,\n
        "lat": 50.1255820,\n
        "lon": 2.9853640,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120904,\n
        "lat": 50.1255850,\n
        "lon": 2.9781290,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120905,\n
        "lat": 50.1256110,\n
        "lon": 2.9782390,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120906,\n
        "lat": 50.1256230,\n
        "lon": 2.9802130,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120907,\n
        "lat": 50.1256260,\n
        "lon": 2.9853180,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120908,\n
        "lat": 50.1256480,\n
        "lon": 2.9804560,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120909,\n
        "lat": 50.1256630,\n
        "lon": 2.9780650,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120910,\n
        "lat": 50.1256680,\n
        "lon": 2.9780830,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120911,\n
        "lat": 50.1256700,\n
        "lon": 2.9780290,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120912,\n
        "lat": 50.1256890,\n
        "lon": 2.9781720,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120913,\n
        "lat": 50.1256950,\n
        "lon": 2.9781990,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120914,\n
        "lat": 50.1256990,\n
        "lon": 2.9803920,\n
        "timestamp": "2013-11-20T10:43:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120915,\n
        "lat": 50.1257110,\n
        "lon": 2.9780080,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120916,\n
        "lat": 50.1257210,\n
        "lon": 2.9780530,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120917,\n
        "lat": 50.1257330,\n
        "lon": 2.9781490,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120918,\n
        "lat": 50.1257390,\n
        "lon": 2.9781730,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120919,\n
        "lat": 50.1257730,\n
        "lon": 2.9780230,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120920,\n
        "lat": 50.1258010,\n
        "lon": 2.9781380,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120921,\n
        "lat": 50.1258140,\n
        "lon": 2.9778460,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120922,\n
        "lat": 50.1258360,\n
        "lon": 2.9779370,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120923,\n
        "lat": 50.1258910,\n
        "lon": 2.9779050,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120924,\n
        "lat": 50.1258990,\n
        "lon": 2.9779360,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120925,\n
        "lat": 50.1259190,\n
        "lon": 2.9777860,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120926,\n
        "lat": 50.1259510,\n
        "lon": 2.9779050,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120927,\n
        "lat": 50.1259730,\n
        "lon": 2.9776570,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120928,\n
        "lat": 50.1260010,\n
        "lon": 2.9777650,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120929,\n
        "lat": 50.1260740,\n
        "lon": 2.9777200,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120930,\n
        "lat": 50.1260790,\n
        "lon": 2.9775940,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120931,\n
        "lat": 50.1260830,\n
        "lon": 2.9777550,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120932,\n
        "lat": 50.1261120,\n
        "lon": 2.9777380,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120933,\n
        "lat": 50.1261370,\n
        "lon": 2.9774800,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120934,\n
        "lat": 50.1261590,\n
        "lon": 2.9775750,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120935,\n
        "lat": 50.1261910,\n
        "lon": 2.9773270,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120936,\n
        "lat": 50.1262160,\n
        "lon": 2.9774310,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120937,\n
        "lat": 50.1262180,\n
        "lon": 2.9773100,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120938,\n
        "lat": 50.1262670,\n
        "lon": 2.9775110,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120939,\n
        "lat": 50.1263080,\n
        "lon": 2.9971920,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120940,\n
        "lat": 50.1263230,\n
        "lon": 2.9971010,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120941,\n
        "lat": 50.1263410,\n
        "lon": 2.9972050,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120942,\n
        "lat": 50.1263460,\n
        "lon": 2.9971670,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120943,\n
        "lat": 50.1263600,\n
        "lon": 2.9971740,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120944,\n
        "lat": 50.1263690,\n
        "lon": 2.9971240,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120945,\n
        "lat": 50.1264270,\n
        "lon": 2.9855830,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120946,\n
        "lat": 50.1264460,\n
        "lon": 2.9856560,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120947,\n
        "lat": 50.1264750,\n
        "lon": 2.9855530,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120948,\n
        "lat": 50.1264930,\n
        "lon": 2.9856210,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120949,\n
        "lat": 50.1264990,\n
        "lon": 2.9858560,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120950,\n
        "lat": 50.1265040,\n
        "lon": 2.9858750,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120951,\n
        "lat": 50.1265210,\n
        "lon": 2.9858410,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120952,\n
        "lat": 50.1265250,\n
        "lon": 2.9858580,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120953,\n
        "lat": 50.1265490,\n
        "lon": 2.9858390,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120954,\n
        "lat": 50.1266740,\n
        "lon": 2.9770690,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120955,\n
        "lat": 50.1266980,\n
        "lon": 2.9771130,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120956,\n
        "lat": 50.1267100,\n
        "lon": 2.9770240,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 2541120957,\n
        "lat": 50.1267320,\n
        "lon": 2.9770690,\n
        "timestamp": "2013-11-20T10:43:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086\n
      },\n
      {\n
        "type": "node",\n
        "id": 3398730348,\n
        "lat": 50.1241175,\n
        "lon": 2.9840485,\n
        "timestamp": "2015-03-14T21:05:40Z",\n
        "version": 1,\n
        "changeset": 29480585,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3398730359,\n
        "lat": 50.1256327,\n
        "lon": 2.9802358,\n
        "timestamp": "2015-03-14T21:05:50Z",\n
        "version": 1,\n
        "changeset": 29480585,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399504356,\n
        "lat": 50.1189780,\n
        "lon": 2.9830780,\n
        "timestamp": "2015-03-15T10:04:34Z",\n
        "version": 1,\n
        "changeset": 29490612,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399504357,\n
        "lat": 50.1190360,\n
        "lon": 2.9831860,\n
        "timestamp": "2015-03-15T10:04:36Z",\n
        "version": 1,\n
        "changeset": 29490612,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399504358,\n
        "lat": 50.1190550,\n
        "lon": 2.9831510,\n
        "timestamp": "2015-03-15T10:04:37Z",\n
        "version": 1,\n
        "changeset": 29490612,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399506661,\n
        "lat": 50.1190370,\n
        "lon": 2.9831300,\n
        "timestamp": "2015-03-15T10:04:36Z",\n
        "version": 1,\n
        "changeset": 29490612,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399510394,\n
        "lat": 50.1189200,\n
        "lon": 2.9832270,\n
        "timestamp": "2015-03-15T10:04:34Z",\n
        "version": 1,\n
        "changeset": 29490612,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399510396,\n
        "lat": 50.1189940,\n
        "lon": 2.9832970,\n
        "timestamp": "2015-03-15T10:04:35Z",\n
        "version": 1,\n
        "changeset": 29490612,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399510397,\n
        "lat": 50.1190400,\n
        "lon": 2.9831890,\n
        "timestamp": "2015-03-15T10:04:37Z",\n
        "version": 1,\n
        "changeset": 29490612,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399512590,\n
        "lat": 50.1201430,\n
        "lon": 2.9828160,\n
        "timestamp": "2015-03-15T10:06:24Z",\n
        "version": 1,\n
        "changeset": 29490655,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399512591,\n
        "lat": 50.1201790,\n
        "lon": 2.9826250,\n
        "timestamp": "2015-03-15T10:06:26Z",\n
        "version": 1,\n
        "changeset": 29490655,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399512592,\n
        "lat": 50.1201800,\n
        "lon": 2.9828330,\n
        "timestamp": "2015-03-15T10:06:26Z",\n
        "version": 1,\n
        "changeset": 29490655,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399512653,\n
        "lat": 50.1200660,\n
        "lon": 2.9828440,\n
        "timestamp": "2015-03-15T10:06:23Z",\n
        "version": 1,\n
        "changeset": 29490655,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399512654,\n
        "lat": 50.1200880,\n
        "lon": 2.9827140,\n
        "timestamp": "2015-03-15T10:06:23Z",\n
        "version": 1,\n
        "changeset": 29490655,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399512655,\n
        "lat": 50.1201090,\n
        "lon": 2.9825880,\n
        "timestamp": "2015-03-15T10:06:23Z",\n
        "version": 1,\n
        "changeset": 29490655,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399512656,\n
        "lat": 50.1201580,\n
        "lon": 2.9829470,\n
        "timestamp": "2015-03-15T10:06:25Z",\n
        "version": 1,\n
        "changeset": 29490655,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399512733,\n
        "lat": 50.1201260,\n
        "lon": 2.9829120,\n
        "timestamp": "2015-03-15T10:06:24Z",\n
        "version": 1,\n
        "changeset": 29490655,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399512734,\n
        "lat": 50.1201580,\n
        "lon": 2.9827470,\n
        "timestamp": "2015-03-15T10:06:24Z",\n
        "version": 1,\n
        "changeset": 29490655,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399513696,\n
        "lat": 50.1240860,\n
        "lon": 2.9736370,\n
        "timestamp": "2015-03-15T10:07:09Z",\n
        "version": 1,\n
        "changeset": 29490672,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399513697,\n
        "lat": 50.1241350,\n
        "lon": 2.9738520,\n
        "timestamp": "2015-03-15T10:07:10Z",\n
        "version": 1,\n
        "changeset": 29490672,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399514216,\n
        "lat": 50.1241120,\n
        "lon": 2.9737930,\n
        "timestamp": "2015-03-15T10:07:09Z",\n
        "version": 1,\n
        "changeset": 29490672,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399514217,\n
        "lat": 50.1241360,\n
        "lon": 2.9737710,\n
        "timestamp": "2015-03-15T10:07:10Z",\n
        "version": 1,\n
        "changeset": 29490672,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399514605,\n
        "lat": 50.1241570,\n
        "lon": 2.9738230,\n
        "timestamp": "2015-03-15T10:07:10Z",\n
        "version": 1,\n
        "changeset": 29490672,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399514606,\n
        "lat": 50.1241590,\n
        "lon": 2.9738300,\n
        "timestamp": "2015-03-15T10:07:10Z",\n
        "version": 1,\n
        "changeset": 29490672,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399514608,\n
        "lat": 50.1247080,\n
        "lon": 2.9730720,\n
        "timestamp": "2015-03-15T10:07:10Z",\n
        "version": 1,\n
        "changeset": 29490672,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399514609,\n
        "lat": 50.1247780,\n
        "lon": 2.9732580,\n
        "timestamp": "2015-03-15T10:07:11Z",\n
        "version": 1,\n
        "changeset": 29490672,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399514621,\n
        "lat": 50.1247319,\n
        "lon": 2.9727919,\n
        "timestamp": "2015-03-15T10:08:17Z",\n
        "version": 1,\n
        "changeset": 29490690,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 3399521762,\n
        "lat": 50.1247977,\n
        "lon": 2.9771102,\n
        "timestamp": "2015-03-15T10:11:04Z",\n
        "version": 1,\n
        "changeset": 29490753,\n
        "user": "Max-Kritic",\n
        "uid": 414659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9340067788,\n
        "lat": 50.1355386,\n
        "lon": 2.9949801,\n
        "timestamp": "2021-12-15T10:44:46Z",\n
        "version": 1,\n
        "changeset": 114958603,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "operator:wikipedia": "fr:Enedis",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9340067789,\n
        "lat": 50.1338493,\n
        "lon": 2.9935458,\n
        "timestamp": "2021-12-15T10:44:46Z",\n
        "version": 1,\n
        "changeset": 114958603,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "operator:wikipedia": "fr:Enedis",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9340067790,\n
        "lat": 50.1325308,\n
        "lon": 2.9923706,\n
        "timestamp": "2021-12-15T10:44:46Z",\n
        "version": 1,\n
        "changeset": 114958603,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "operator:wikipedia": "fr:Enedis",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9340067791,\n
        "lat": 50.1313290,\n
        "lon": 2.9913058,\n
        "timestamp": "2021-12-15T10:44:46Z",\n
        "version": 1,\n
        "changeset": 114958603,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "operator:wikipedia": "fr:Enedis",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9340067792,\n
        "lat": 50.1296921,\n
        "lon": 2.9898654,\n
        "timestamp": "2021-12-15T10:44:46Z",\n
        "version": 1,\n
        "changeset": 114958603,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "operator:wikipedia": "fr:Enedis",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9340067793,\n
        "lat": 50.1280586,\n
        "lon": 2.9884278,\n
        "timestamp": "2021-12-15T10:44:46Z",\n
        "version": 1,\n
        "changeset": 114958603,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "operator:wikipedia": "fr:Enedis",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9340067794,\n
        "lat": 50.1265265,\n
        "lon": 2.9870867,\n
        "timestamp": "2021-12-15T10:44:46Z",\n
        "version": 1,\n
        "changeset": 114958603,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "operator:wikipedia": "fr:Enedis",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9340067795,\n
        "lat": 50.1251813,\n
        "lon": 2.9858833,\n
        "timestamp": "2021-12-15T10:44:46Z",\n
        "version": 1,\n
        "changeset": 114958603,\n
        "user": "Eric V",\n
        "uid": 163480,\n
        "tags": {\n
          "location:transition": "yes",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "operator:wikipedia": "fr:Enedis",\n
          "power": "pole"\n
        }\n
      },\n
      {\n
        "type": "node",\n
        "id": 9452188726,\n
        "lat": 50.1215346,\n
        "lon": 2.9817270,\n
        "timestamp": "2022-01-27T09:01:20Z",\n
        "version": 1,\n
        "changeset": 116655624,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9452188748,\n
        "lat": 50.1230212,\n
        "lon": 2.9855522,\n
        "timestamp": "2022-01-27T09:01:20Z",\n
        "version": 1,\n
        "changeset": 116655624,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9452188749,\n
        "lat": 50.1233704,\n
        "lon": 2.9858536,\n
        "timestamp": "2022-01-27T09:01:20Z",\n
        "version": 1,\n
        "changeset": 116655624,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9452188750,\n
        "lat": 50.1234674,\n
        "lon": 2.9855811,\n
        "timestamp": "2022-01-27T09:01:20Z",\n
        "version": 1,\n
        "changeset": 116655624,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "node",\n
        "id": 9452188751,\n
        "lat": 50.1231184,\n
        "lon": 2.9852804,\n
        "timestamp": "2022-01-27T09:01:20Z",\n
        "version": 1,\n
        "changeset": 116655624,\n
        "user": "ThomasDu",\n
        "uid": 11808659\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180558,\n
        "timestamp": "2013-11-20T10:43:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120314,\n
          2541120304,\n
          2541120295,\n
          2541120291,\n
          2541120257,\n
          2541120265,\n
          2541120279,\n
          2541120326,\n
          2541120344,\n
          2541120338,\n
          2541120314\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180559,\n
        "timestamp": "2013-11-20T10:43:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120313,\n
          2541120416,\n
          2541120443,\n
          2541120496,\n
          2541120425,\n
          2541120417,\n
          2541120390,\n
          2541120367,\n
          2541120357,\n
          2541120321,\n
          2541120313\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180560,\n
        "timestamp": "2013-11-20T10:43:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119339,\n
          2541119315,\n
          2541119319,\n
          2541119252,\n
          2541119325,\n
          2541119515,\n
          2541119498,\n
          2541119374,\n
          2541119352,\n
          2541119363,\n
          2541119339\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180561,\n
        "timestamp": "2013-11-20T10:43:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119133,\n
          2541119134,\n
          2541119149,\n
          2541119166,\n
          2541119203,\n
          2541119220,\n
          2541119228,\n
          2541119125,\n
          2541119086,\n
          2541119080,\n
          2541119133\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180562,\n
        "timestamp": "2013-11-20T10:43:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118072,\n
          2541118012,\n
          2541117905,\n
          2541117990,\n
          2541117992,\n
          2541118008,\n
          2541118029,\n
          2541118023,\n
          2541118039,\n
          2541118043,\n
          2541118072\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180563,\n
        "timestamp": "2013-11-20T10:43:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120841,\n
          2541120800,\n
          2541120799,\n
          2541120790,\n
          2541120777,\n
          2541120757,\n
          2541120786,\n
          2541120818,\n
          2541120827,\n
          2541120847,\n
          2541120841\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180564,\n
        "timestamp": "2013-11-20T10:43:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120074,\n
          2541120040,\n
          2541120048,\n
          2541120054,\n
          2541120058,\n
          2541120099,\n
          2541120103,\n
          2541120155,\n
          2541120144,\n
          2541120143,\n
          2541120074\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180565,\n
        "timestamp": "2013-11-20T10:43:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120435,\n
          2541120459,\n
          2541120463,\n
          2541120505,\n
          2541120500,\n
          2541120464,\n
          2541120461,\n
          2541120439,\n
          2541120415,\n
          2541120397,\n
          2541120435\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180566,\n
        "timestamp": "2013-11-20T10:43:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116026,\n
          2541116080,\n
          2541116078,\n
          2541116029,\n
          2541116043,\n
          2541116036,\n
          2541116031,\n
          2541116021,\n
          2541116011,\n
          2541116028,\n
          2541116026\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180567,\n
        "timestamp": "2013-11-20T10:43:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120820,\n
          2541120810,\n
          2541120819,\n
          2541120832,\n
          2541120836,\n
          2541120842,\n
          2541120838,\n
          2541120848,\n
          2541120828,\n
          2541120831,\n
          2541120820\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180568,\n
        "timestamp": "2013-11-20T10:43:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115970,\n
          2541115964,\n
          2541115983,\n
          2541115985,\n
          2541116009,\n
          2541116008,\n
          2541116012,\n
          2541116013,\n
          2541116017,\n
          2541115989,\n
          2541115970\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180569,\n
        "timestamp": "2013-11-20T10:43:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117764,\n
          2541117652,\n
          2541117637,\n
          2541117824,\n
          2541117852,\n
          2541117810,\n
          2541117730,\n
          2541117788,\n
          2541117762,\n
          2541117798,\n
          2541117764\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180570,\n
        "timestamp": "2013-11-20T10:43:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120485,\n
          2541120520,\n
          2541120511,\n
          2541120436,\n
          2541120401,\n
          2541120355,\n
          2541120383,\n
          2541120318,\n
          2541120346,\n
          2541120409,\n
          2541120485\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180571,\n
        "timestamp": "2013-11-20T10:43:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117848,\n
          2541117719,\n
          2541117709,\n
          2541117675,\n
          2541117744,\n
          2541117701,\n
          2541117693,\n
          2541117589,\n
          2541117652,\n
          2541117764,\n
          2541117848\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180572,\n
        "timestamp": "2013-11-20T10:43:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115745,\n
          2541115770,\n
          2541115767,\n
          2541115758,\n
          2541115755,\n
          2541115748,\n
          2541115744,\n
          2541115739,\n
          2541115750,\n
          2541115742,\n
          2541115745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180573,\n
        "timestamp": "2013-11-20T10:43:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120637,\n
          2541120634,\n
          2541120590,\n
          2541120583,\n
          2541120557,\n
          2541120560,\n
          2541120578,\n
          2541120607,\n
          2541120615,\n
          2541120629,\n
          2541120637\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180574,\n
        "timestamp": "2013-11-20T10:43:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117840,\n
          2541117399,\n
          2541117371,\n
          2541117438,\n
          2541117501,\n
          2541117576,\n
          2541117564,\n
          2541117621,\n
          2541117617,\n
          2541117778,\n
          2541117840\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180575,\n
        "timestamp": "2013-11-20T10:43:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120138,\n
          2541120111,\n
          2541120085,\n
          2541120116,\n
          2541120072,\n
          2541120070,\n
          2541120081,\n
          2541120096,\n
          2541120107,\n
          2541120114,\n
          2541120138\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180576,\n
        "timestamp": "2013-11-20T10:43:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118690,\n
          2541118687,\n
          2541118683,\n
          2541118682,\n
          2541118678,\n
          2541118665,\n
          2541118649,\n
          2541118659,\n
          2541118655,\n
          2541118656,\n
          2541118690\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180577,\n
        "timestamp": "2013-11-20T10:43:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116328,\n
          2541116314,\n
          2541116294,\n
          2541116273,\n
          2541116269,\n
          2541116283,\n
          2541116288,\n
          2541116304,\n
          2541116303,\n
          2541116310,\n
          2541116328\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180578,\n
        "timestamp": "2013-11-20T10:43:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115705,\n
          2541115707,\n
          2541115709,\n
          2541115711,\n
          2541115713,\n
          2541115715,\n
          2541115714,\n
          2541115712,\n
          2541115710,\n
          2541115708,\n
          2541115706,\n
          2541115705\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180579,\n
        "timestamp": "2013-11-20T10:43:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119062,\n
          2541119048,\n
          2541119056,\n
          2541119070,\n
          2541119101,\n
          2541119061,\n
          2541119120,\n
          2541119148,\n
          2541119126,\n
          2541119142,\n
          2541119098,\n
          2541119062\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180580,\n
        "timestamp": "2013-11-20T10:43:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118054,\n
          2541117907,\n
          2541117872,\n
          2541117965,\n
          2541117947,\n
          2541117957,\n
          2541117877,\n
          2541117929,\n
          2541117961,\n
          2541117963,\n
          2541118010,\n
          2541118054\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180581,\n
        "timestamp": "2013-11-20T10:43:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120186,\n
          2541120194,\n
          2541120198,\n
          2541120234,\n
          2541120237,\n
          2541120267,\n
          2541120255,\n
          2541120283,\n
          2541120302,\n
          2541120230,\n
          2541120196,\n
          2541120186\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180582,\n
        "timestamp": "2013-11-20T10:43:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116115,\n
          2541116142,\n
          2541116169,\n
          2541116196,\n
          2541116202,\n
          2541116212,\n
          2541116200,\n
          2541116167,\n
          2541116138,\n
          2541116128,\n
          2541116116,\n
          2541116115\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180583,\n
        "timestamp": "2013-11-20T10:43:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117723,\n
          2541117626,\n
          2541117567,\n
          2541117543,\n
          2541117512,\n
          2541117484,\n
          2541117436,\n
          2541117535,\n
          2541117447,\n
          2541117434,\n
          2541117539,\n
          2541117723\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180584,\n
        "timestamp": "2013-11-20T10:43:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118167,\n
          2541118121,\n
          2541118159,\n
          2541118248,\n
          2541118173,\n
          2541118163,\n
          2541118152,\n
          2541118287,\n
          2541118360,\n
          2541118315,\n
          2541118285,\n
          2541118167\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180586,\n
        "timestamp": "2013-11-20T10:43:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120118,\n
          2541120127,\n
          2541120134,\n
          2541120128,\n
          2541120126,\n
          2541120120,\n
          2541120109,\n
          2541120106,\n
          2541120094,\n
          2541120098,\n
          2541120101,\n
          2541120118\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180587,\n
        "timestamp": "2013-11-20T10:43:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119075,\n
          2541119028,\n
          2541119026,\n
          2541118996,\n
          2541119054,\n
          2541119074,\n
          2541119112,\n
          2541119090,\n
          2541119107,\n
          2541119127,\n
          2541119137,\n
          2541119075\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180588,\n
        "timestamp": "2013-11-20T10:43:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119727,\n
          2541119615,\n
          2541119601,\n
          2541119636,\n
          2541119624,\n
          2541119617,\n
          2541119585,\n
          2541119606,\n
          2541119646,\n
          2541119675,\n
          2541119702,\n
          2541119727\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180589,\n
        "timestamp": "2013-11-20T10:43:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116166,\n
          2541116155,\n
          2541116149,\n
          2541116144,\n
          2541116146,\n
          2541116118,\n
          2541116089,\n
          2541116125,\n
          2541116143,\n
          2541116148,\n
          2541116162,\n
          2541116166\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180590,\n
        "timestamp": "2013-11-20T10:43:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120259,\n
          2541120284,\n
          2541120290,\n
          2541120308,\n
          2541120322,\n
          2541120297,\n
          2541120249,\n
          2541120250,\n
          2541120242,\n
          2541120258,\n
          2541120252,\n
          2541120259\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180591,\n
        "timestamp": "2013-11-20T10:43:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119183,\n
          2541119175,\n
          2541119185,\n
          2541119158,\n
          2541119180,\n
          2541119122,\n
          2541119098,\n
          2541119142,\n
          2541119126,\n
          2541119148,\n
          2541119173,\n
          2541119183\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180592,\n
        "timestamp": "2013-11-20T10:43:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120133,\n
          2541120141,\n
          2541120145,\n
          2541120158,\n
          2541120162,\n
          2541120178,\n
          2541120169,\n
          2541120150,\n
          2541120149,\n
          2541120131,\n
          2541120117,\n
          2541120133\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180593,\n
        "timestamp": "2013-11-20T10:43:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120812,\n
          2541120806,\n
          2541120776,\n
          2541120767,\n
          2541120763,\n
          2541120756,\n
          2541120771,\n
          2541120769,\n
          2541120797,\n
          2541120804,\n
          2541120807,\n
          2541120812\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180594,\n
        "timestamp": "2013-11-20T10:43:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119063,\n
          2541119055,\n
          2541119057,\n
          2541119028,\n
          2541119075,\n
          2541119121,\n
          2541119128,\n
          2541119138,\n
          2541119135,\n
          2541119109,\n
          2541119103,\n
          2541119063\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180595,\n
        "timestamp": "2013-11-20T10:43:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118083,\n
          2541117939,\n
          2541118004,\n
          2541118169,\n
          2541118230,\n
          2541118240,\n
          2541118344,\n
          2541118332,\n
          2541118250,\n
          2541118232,\n
          2541118200,\n
          2541118083\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180596,\n
        "timestamp": "2013-11-20T10:43:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120564,\n
          2541120595,\n
          2541120601,\n
          2541120621,\n
          2541120641,\n
          2541120610,\n
          2541120606,\n
          2541120558,\n
          2541120545,\n
          2541120532,\n
          2541120592,\n
          2541120564\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180597,\n
        "timestamp": "2013-11-20T10:43:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118010,\n
          2541117963,\n
          2541117961,\n
          2541118018,\n
          2541118025,\n
          2541118045,\n
          2541118107,\n
          2541118087,\n
          2541118119,\n
          2541118238,\n
          2541118182,\n
          2541118144,\n
          2541118010\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180598,\n
        "timestamp": "2013-11-20T10:43:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118656,\n
          2541118674,\n
          2541118646,\n
          2541118672,\n
          2541118698,\n
          2541118729,\n
          2541118752,\n
          2541118721,\n
          2541118705,\n
          2541118709,\n
          2541118699,\n
          2541118690,\n
          2541118656\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180599,\n
        "timestamp": "2013-11-20T10:43:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120260,\n
          2541120288,\n
          2541120276,\n
          2541120293,\n
          2541120278,\n
          2541120254,\n
          2541120247,\n
          2541120224,\n
          2541120298,\n
          2541120281,\n
          2541120215,\n
          2541120189,\n
          2541120260\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180600,\n
        "timestamp": "2013-11-20T10:43:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119782,\n
          2541119814,\n
          2541119678,\n
          2541119762,\n
          2541119799,\n
          2541119810,\n
          2541119791,\n
          2541119747,\n
          2541119721,\n
          2541119612,\n
          2541119614,\n
          2541119563,\n
          2541119782\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180601,\n
        "timestamp": "2013-11-20T10:43:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116002,\n
          2541115965,\n
          2541115907,\n
          2541115890,\n
          2541115884,\n
          2541115915,\n
          2541115933,\n
          2541115920,\n
          2541115982,\n
          2541115987,\n
          2541115986,\n
          2541115996,\n
          2541116002\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180602,\n
        "timestamp": "2013-11-20T10:43:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115932,\n
          2541115948,\n
          2541115938,\n
          2541115931,\n
          2541115914,\n
          2541115918,\n
          2541115908,\n
          2541115923,\n
          2541115919,\n
          2541115892,\n
          2541115910,\n
          2541115921,\n
          2541115932\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180603,\n
        "timestamp": "2013-11-20T10:43:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117382,\n
          2541116982,\n
          2541116964,\n
          2541116623,\n
          2541116562,\n
          2541116906,\n
          2541116910,\n
          2541117129,\n
          2541117159,\n
          2541117178,\n
          2541117128,\n
          2541117320,\n
          2541117382\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180604,\n
        "timestamp": "2013-11-20T10:43:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116260,\n
          2541116307,\n
          2541116282,\n
          2541116326,\n
          2541116289,\n
          2541116244,\n
          2541116236,\n
          2541116280,\n
          2541116284,\n
          2541116287,\n
          2541116299,\n
          2541116239,\n
          2541116260\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180605,\n
        "timestamp": "2013-11-20T10:43:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117816,\n
          2541117715,\n
          2541117703,\n
          2541117713,\n
          2541117547,\n
          2541117507,\n
          2541117685,\n
          2541117687,\n
          2541117766,\n
          2541117750,\n
          2541117855,\n
          2541117890,\n
          2541117816\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180606,\n
        "timestamp": "2013-11-20T10:43:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118564,\n
          2541118529,\n
          2541118447,\n
          2541118444,\n
          2541118429,\n
          2541118423,\n
          2541118424,\n
          2541118485,\n
          2541118486,\n
          2541118539,\n
          2541118527,\n
          2541118543,\n
          2541118564\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180607,\n
        "timestamp": "2013-11-20T10:43:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119131,\n
          2541119161,\n
          2541119143,\n
          2541119066,\n
          2541119015,\n
          2541119006,\n
          2541119064,\n
          2541119092,\n
          2541119078,\n
          2541119115,\n
          2541119110,\n
          2541119102,\n
          2541119131\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180608,\n
        "timestamp": "2013-11-20T10:43:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120686,\n
          2541120696,\n
          2541120722,\n
          2541120725,\n
          2541120727,\n
          2541120729,\n
          2541120742,\n
          2541120743,\n
          2541120744,\n
          2541120746,\n
          2541120754,\n
          2541120711,\n
          2541120686\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180609,\n
        "timestamp": "2013-11-20T10:43:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116354,\n
          2541116507,\n
          2541116583,\n
          2541116596,\n
          2541116728,\n
          2541116640,\n
          2541116572,\n
          2541116503,\n
          2541116394,\n
          2541116381,\n
          2541116367,\n
          2541116363,\n
          2541116354\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180610,\n
        "timestamp": "2013-11-20T10:43:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117443,\n
          2541116739,\n
          2541116439,\n
          2541116418,\n
          2541116528,\n
          2541116417,\n
          2541116662,\n
          2541116865,\n
          2541116925,\n
          2541116889,\n
          2541116941,\n
          2541117411,\n
          2541117443\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180611,\n
        "timestamp": "2013-11-20T10:43:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118723,\n
          2541118746,\n
          2541118768,\n
          2541118750,\n
          2541118747,\n
          2541118743,\n
          2541118739,\n
          2541118735,\n
          2541118726,\n
          2541118717,\n
          2541118711,\n
          2541118675,\n
          2541118723\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180612,\n
        "timestamp": "2013-11-20T10:43:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119784,\n
          2541119806,\n
          2541119816,\n
          2541119839,\n
          2541119858,\n
          2541119878,\n
          2541119887,\n
          2541119860,\n
          2541119774,\n
          2541119662,\n
          2541119616,\n
          2541119740,\n
          2541119753,\n
          2541119784\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180613,\n
        "timestamp": "2013-11-20T10:43:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118941,\n
          2541118793,\n
          2541118778,\n
          2541118865,\n
          2541118860,\n
          2541118895,\n
          2541118804,\n
          2541118886,\n
          2541118950,\n
          2541118934,\n
          2541118938,\n
          2541118921,\n
          2541118923,\n
          2541118941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180614,\n
        "timestamp": "2013-11-20T10:43:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119866,\n
          2541119856,\n
          2541119831,\n
          2541119751,\n
          2541119691,\n
          2541119630,\n
          2541119621,\n
          2541119571,\n
          2541119725,\n
          2541119669,\n
          2541119795,\n
          2541119829,\n
          2541119845,\n
          2541119866\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180615,\n
        "timestamp": "2013-11-20T10:43:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118392,\n
          2541118238,\n
          2541118119,\n
          2541118115,\n
          2541118061,\n
          2541118052,\n
          2541118076,\n
          2541118177,\n
          2541118198,\n
          2541118212,\n
          2541118222,\n
          2541118252,\n
          2541118365,\n
          2541118392\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180616,\n
        "timestamp": "2013-11-20T10:43:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119435,\n
          2541119344,\n
          2541119298,\n
          2541119159,\n
          2541119136,\n
          2541119129,\n
          2541119170,\n
          2541119181,\n
          2541119239,\n
          2541119259,\n
          2541119282,\n
          2541119295,\n
          2541119334,\n
          2541119356,\n
          2541119435\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180617,\n
        "timestamp": "2013-11-20T10:43:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120462,\n
          2541120424,\n
          2541120434,\n
          2541120442,\n
          2541120441,\n
          2541120437,\n
          2541120420,\n
          2541120428,\n
          2541120440,\n
          2541120449,\n
          2541120453,\n
          2541120469,\n
          2541120503,\n
          2541120483,\n
          2541120462\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180618,\n
        "timestamp": "2013-11-20T10:43:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118779,\n
          2541119059,\n
          2541119016,\n
          2541118970,\n
          2541119013,\n
          2541118978,\n
          2541118968,\n
          2541118856,\n
          2541118863,\n
          2541118806,\n
          2541118770,\n
          2541118757,\n
          2541118700,\n
          2541118722,\n
          2541118779\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180619,\n
        "timestamp": "2013-11-20T10:43:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115930,\n
          2541115962,\n
          2541116016,\n
          2541115981,\n
          2541115966,\n
          2541115994,\n
          2541115977,\n
          2541115973,\n
          2541115959,\n
          2541115953,\n
          2541115957,\n
          2541115952,\n
          2541115945,\n
          2541115939,\n
          2541115930\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180620,\n
        "timestamp": "2013-11-20T10:43:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116170,\n
          2541116163,\n
          2541116157,\n
          2541116145,\n
          2541116150,\n
          2541116153,\n
          2541116160,\n
          2541116156,\n
          2541116159,\n
          2541116151,\n
          2541116164,\n
          2541116180,\n
          2541116207,\n
          2541116181,\n
          2541116170\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180621,\n
        "timestamp": "2013-11-20T10:43:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118234,\n
          2541118037,\n
          2541117998,\n
          2541117943,\n
          2541117816,\n
          2541117890,\n
          2541118059,\n
          2541118093,\n
          2541117933,\n
          2541117941,\n
          2541117901,\n
          2541118033,\n
          2541118283,\n
          2541118298,\n
          2541118234\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180622,\n
        "timestamp": "2013-11-20T10:43:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119795,\n
          2541119669,\n
          2541119725,\n
          2541119571,\n
          2541119621,\n
          2541119575,\n
          2541119496,\n
          2541119377,\n
          2541119369,\n
          2541119349,\n
          2541119342,\n
          2541119551,\n
          2541119533,\n
          2541119776,\n
          2541119778,\n
          2541119795\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180624,\n
        "timestamp": "2013-11-20T10:43:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117025,\n
          2541117367,\n
          2541117392,\n
          2541117203,\n
          2541117333,\n
          2541117343,\n
          2541117373,\n
          2541117478,\n
          2541117424,\n
          2541117445,\n
          2541117553,\n
          2541117335,\n
          2541117195,\n
          2541117176,\n
          2541117066,\n
          2541117025\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180625,\n
        "timestamp": "2025-05-17T16:57:40Z",\n
        "version": 4,\n
        "changeset": 166400802,\n
        "user": "nlehuby",\n
        "uid": 1424448,\n
        "nodes": [\n
          2541118555,\n
          2541118550,\n
          2541118569,\n
          2541118566,\n
          2541118580,\n
          2541118583,\n
          2541118594,\n
          2541118599,\n
          2541118629,\n
          2541118632,\n
          2541118763,\n
          2541118775,\n
          2541118623,\n
          2541118600,\n
          2541118604,\n
          2541118555\n
        ],\n
        "tags": {\n
          "addr:city": "Beaumetz-lès-Cambrai",\n
          "addr:housenumber": "3 bis",\n
          "addr:postcode": "62124",\n
          "addr:street": "Rue de l'Église",\n
          "amenity": "townhall",\n
          "building": "civic",\n
          "contact:email": "beaumetzlescambrai@gmail.com",\n
          "contact:fax": "+33 3 21 24 19 12",\n
          "contact:phone": "+33 3 21 07 24 42",\n
          "name": "Mairie de Beaumetz-lès-Cambrai",\n
          "opening_hours": "We 18:00-19:00; Sa 09:00-11:00",\n
          "ref:FR:SIRET": "21620096400015",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013;Service-Public.fr - 03/2025",\n
          "source:addr": "La Direction de l'information légale et administrative (Premier ministre)",\n
          "source:contact": "La Direction de l'information légale et administrative (Premier ministre)",\n
          "wheelchair": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180626,\n
        "timestamp": "2013-11-20T10:43:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118070,\n
          2541118262,\n
          2541118297,\n
          2541118341,\n
          2541118204,\n
          2541118123,\n
          2541118089,\n
          2541118046,\n
          2541117790,\n
          2541117804,\n
          2541117784,\n
          2541117822,\n
          2541117742,\n
          2541117681,\n
          2541117802,\n
          2541118070\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180627,\n
        "timestamp": "2013-11-20T10:43:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119575,\n
          2541119517,\n
          2541119478,\n
          2541119350,\n
          2541119321,\n
          2541119192,\n
          2541119157,\n
          2541119253,\n
          2541119264,\n
          2541119431,\n
          2541119443,\n
          2541119470,\n
          2541119375,\n
          2541119377,\n
          2541119496,\n
          2541119575\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180628,\n
        "timestamp": "2013-11-20T10:43:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119127,\n
          2541119107,\n
          2541119217,\n
          2541119179,\n
          2541118955,\n
          2541118940,\n
          2541119021,\n
          2541119041,\n
          2541119073,\n
          2541119162,\n
          2541119280,\n
          2541119300,\n
          2541119378,\n
          2541119285,\n
          2541119193,\n
          2541119127\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180629,\n
        "timestamp": "2013-11-20T10:43:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118995,\n
          2541119008,\n
          2541119019,\n
          2541119011,\n
          2541119045,\n
          2541119076,\n
          2541119141,\n
          2541119177,\n
          2541119160,\n
          2541119152,\n
          2541119130,\n
          2541119114,\n
          2541119049,\n
          2541118962,\n
          2541119001,\n
          2541118995\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180630,\n
        "timestamp": "2013-11-20T10:43:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117066,\n
          2541117176,\n
          2541117195,\n
          2541117335,\n
          2541117365,\n
          2541117100,\n
          2541117061,\n
          2541117199,\n
          2541117072,\n
          2541116568,\n
          2541116541,\n
          2541116454,\n
          2541116626,\n
          2541116570,\n
          2541116791,\n
          2541116872,\n
          2541117066\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180631,\n
        "timestamp": "2013-11-20T10:43:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120643,\n
          2541120662,\n
          2541120666,\n
          2541120677,\n
          2541120678,\n
          2541120675,\n
          2541120673,\n
          2541120674,\n
          2541120670,\n
          2541120679,\n
          2541120687,\n
          2541120693,\n
          2541120691,\n
          2541120688,\n
          2541120656,\n
          2541120639,\n
          2541120643\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180632,\n
        "timestamp": "2013-11-20T10:43:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119941,\n
          2541119891,\n
          2541119925,\n
          2541119923,\n
          2541119959,\n
          2541119961,\n
          2541119989,\n
          2541119994,\n
          2541120004,\n
          2541120017,\n
          2541120020,\n
          2541120018,\n
          2541120008,\n
          2541120015,\n
          2541119971,\n
          2541119969,\n
          2541119941\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180633,\n
        "timestamp": "2013-11-20T10:43:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120303,\n
          2541120399,\n
          2541120395,\n
          2541120465,\n
          2541120466,\n
          2541120389,\n
          2541120382,\n
          2541120360,\n
          2541120315,\n
          2541120335,\n
          2541120325,\n
          2541120380,\n
          2541120354,\n
          2541120350,\n
          2541120323,\n
          2541120327,\n
          2541120286,\n
          2541120303\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180634,\n
        "timestamp": "2013-11-20T10:43:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118327,\n
          2541118314,\n
          2541118437,\n
          2541118443,\n
          2541118530,\n
          2541118508,\n
          2541118484,\n
          2541118460,\n
          2541118354,\n
          2541118348,\n
          2541118355,\n
          2541118554,\n
          2541118595,\n
          2541118627,\n
          2541118638,\n
          2541118606,\n
          2541118482,\n
          2541118327\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180635,\n
        "timestamp": "2013-11-20T10:43:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118756,\n
          2541118724,\n
          2541118618,\n
          2541118597,\n
          2541118572,\n
          2541118547,\n
          2541118491,\n
          2541118322,\n
          2541118393,\n
          2541118488,\n
          2541118459,\n
          2541118573,\n
          2541118660,\n
          2541118671,\n
          2541118772,\n
          2541118988,\n
          2541118799,\n
          2541118756\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180636,\n
        "timestamp": "2013-11-20T10:43:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119870,\n
          2541119897,\n
          2541119938,\n
          2541119954,\n
          2541119975,\n
          2541119945,\n
          2541119960,\n
          2541119847,\n
          2541119833,\n
          2541119812,\n
          2541119827,\n
          2541119825,\n
          2541119921,\n
          2541119885,\n
          2541119853,\n
          2541119849,\n
          2541119835,\n
          2541119870\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180637,\n
        "timestamp": "2013-11-20T10:43:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120574,\n
          2541120582,\n
          2541120591,\n
          2541120655,\n
          2541120657,\n
          2541120664,\n
          2541120647,\n
          2541120654,\n
          2541120659,\n
          2541120661,\n
          2541120690,\n
          2541120672,\n
          2541120650,\n
          2541120644,\n
          2541120628,\n
          2541120620,\n
          2541120588,\n
          2541120574\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180639,\n
        "timestamp": "2013-11-20T10:43:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117840,\n
          2541117818,\n
          2541117792,\n
          2541117768,\n
          2541117758,\n
          2541117695,\n
          2541117667,\n
          2541117717,\n
          2541117786,\n
          2541117776,\n
          2541117828,\n
          2541117892,\n
          2541117836,\n
          2541117832,\n
          2541117796,\n
          2541117850,\n
          2541117886,\n
          2541117974,\n
          2541117840\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180641,\n
        "timestamp": "2013-11-20T10:43:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116357,\n
          2541116343,\n
          2541116355,\n
          2541116361,\n
          2541116368,\n
          2541116371,\n
          2541116400,\n
          2541116403,\n
          2541116432,\n
          2541116416,\n
          2541116411,\n
          2541116399,\n
          2541116370,\n
          2541116395,\n
          2541116406,\n
          2541116426,\n
          2541116437,\n
          2541116484,\n
          2541116357\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180643,\n
        "timestamp": "2013-11-20T10:43:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118534,\n
          2541118499,\n
          2541118470,\n
          2541118492,\n
          2541118399,\n
          2541118407,\n
          2541118380,\n
          2541118350,\n
          2541118362,\n
          2541118353,\n
          2541118338,\n
          2541118331,\n
          2541118271,\n
          2541118356,\n
          2541118420,\n
          2541118436,\n
          2541118473,\n
          2541118520,\n
          2541118534\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180644,\n
        "timestamp": "2013-11-20T10:43:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119237,\n
          2541119273,\n
          2541119322,\n
          2541119307,\n
          2541119338,\n
          2541119333,\n
          2541119343,\n
          2541119357,\n
          2541119458,\n
          2541119466,\n
          2541119486,\n
          2541119511,\n
          2541119488,\n
          2541119482,\n
          2541119346,\n
          2541119309,\n
          2541119296,\n
          2541119270,\n
          2541119247,\n
          2541119237\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180645,\n
        "timestamp": "2013-11-20T10:43:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119069,\n
          2541119178,\n
          2541119251,\n
          2541119315,\n
          2541119339,\n
          2541119516,\n
          2541119527,\n
          2541119474,\n
          2541119372,\n
          2541119450,\n
          2541119365,\n
          2541119360,\n
          2541119223,\n
          2541119156,\n
          2541119176,\n
          2541119184,\n
          2541119320,\n
          2541119292,\n
          2541119118,\n
          2541119088,\n
          2541119069\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180646,\n
        "timestamp": "2013-11-20T10:43:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119168,\n
          2541119051,\n
          2541118985,\n
          2541118954,\n
          2541119053,\n
          2541119093,\n
          2541119031,\n
          2541119072,\n
          2541119100,\n
          2541119097,\n
          2541119144,\n
          2541119195,\n
          2541119154,\n
          2541119139,\n
          2541119106,\n
          2541119169,\n
          2541119189,\n
          2541119202,\n
          2541119196,\n
          2541119224,\n
          2541119233,\n
          2541119257,\n
          2541119168\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180647,\n
        "timestamp": "2013-11-20T10:43:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117634,\n
          2541117760,\n
          2541117740,\n
          2541117770,\n
          2541117752,\n
          2541117725,\n
          2541117721,\n
          2541117654,\n
          2541117646,\n
          2541117612,\n
          2541117624,\n
          2541117604,\n
          2541117575,\n
          2541117601,\n
          2541117591,\n
          2541117583,\n
          2541117578,\n
          2541117580,\n
          2541117582,\n
          2541117599,\n
          2541117606,\n
          2541117616,\n
          2541117634\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180648,\n
        "timestamp": "2024-01-11T19:13:46Z",\n
        "version": 4,\n
        "changeset": 146155500,\n
        "user": "Olyon",\n
        "uid": 1443767,\n
        "nodes": [\n
          2541118379,\n
          2541118385,\n
          2541118388,\n
          2541118391,\n
          2541118402,\n
          2541118410,\n
          2541118425,\n
          2541118427,\n
          2541118452,\n
          2541118455,\n
          2541118475,\n
          2541118476,\n
          2541118497,\n
          2541118493,\n
          2541118501,\n
          2541118494,\n
          2541118503,\n
          2541118504,\n
          2541118496,\n
          2541118495,\n
          2541118477,\n
          2541118446,\n
          2541118418,\n
          2541118390,\n
          2541118389,\n
          2541118376,\n
          2541118375,\n
          2541118372,\n
          2541118371,\n
          2541118379\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "church",\n
          "denomination": "catholic",\n
          "name": "Église Saint-Géry",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wikidata": "Q38595240"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180649,\n
        "timestamp": "2020-10-06T08:05:46Z",\n
        "version": 2,\n
        "changeset": 92028568,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          2541120854,\n
          2541120859,\n
          2541120867,\n
          2541120861,\n
          2541120860,\n
          2541120845,\n
          2541120854\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180650,\n
        "timestamp": "2020-10-06T08:05:29Z",\n
        "version": 2,\n
        "changeset": 92028568,\n
        "user": "AmiFritz",\n
        "uid": 172867,\n
        "nodes": [\n
          2541120189,\n
          2541120215,\n
          2541120204,\n
          2541120177,\n
          2541120189\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180651,\n
        "timestamp": "2013-11-20T10:43:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116347,\n
          2541116362,\n
          2541116338,\n
          2541116353,\n
          2541116494,\n
          2541116471,\n
          2541116518,\n
          2541116538,\n
          2541116697,\n
          2541116737,\n
          2541116776,\n
          2541116710,\n
          2541116688,\n
          2541116617,\n
          2541116798,\n
          2541117180,\n
          2541117281,\n
          2541117172,\n
          2541117118,\n
          2541117059,\n
          2541116938,\n
          2541116763,\n
          2541116868,\n
          2541116865,\n
          2541116662,\n
          2541116417,\n
          2541116378,\n
          2541116313,\n
          2541116271,\n
          2541116286,\n
          2541116333,\n
          2541116347\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180652,\n
        "timestamp": "2013-11-20T10:43:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120585,\n
          2541120576,\n
          2541120587,\n
          2541120599,\n
          2541120585\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180653,\n
        "timestamp": "2013-11-20T10:43:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116252,\n
          2541116238,\n
          2541116279,\n
          2541116308,\n
          2541116252\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180654,\n
        "timestamp": "2015-03-15T10:11:07Z",\n
        "version": 2,\n
        "changeset": 29490753,\n
        "user": "Max-Kritic",\n
        "uid": 414659,\n
        "nodes": [\n
          2541120773,\n
          2541120791,\n
          2541120779,\n
          3399521762,\n
          2541120750,\n
          2541120773\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180655,\n
        "timestamp": "2013-11-20T10:43:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116794,\n
          2541116874,\n
          2541116725,\n
          2541116675,\n
          2541116794\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180656,\n
        "timestamp": "2013-11-20T10:43:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118515,\n
          2541118544,\n
          2541118607,\n
          2541118574,\n
          2541118515\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180657,\n
        "timestamp": "2013-11-20T10:43:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120840,\n
          2541120834,\n
          2541120837,\n
          2541120844,\n
          2541120840\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180658,\n
        "timestamp": "2013-11-20T10:43:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116507,\n
          2541116858,\n
          2541116916,\n
          2541116583,\n
          2541116507\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180659,\n
        "timestamp": "2013-11-20T10:43:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120617,\n
          2541120605,\n
          2541120597,\n
          2541120612,\n
          2541120617\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180660,\n
        "timestamp": "2013-11-20T10:43:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120948,\n
          2541120947,\n
          2541120945,\n
          2541120946,\n
          2541120948\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180661,\n
        "timestamp": "2013-11-20T10:43:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117951,\n
          2541117976,\n
          2541118047,\n
          2541118035,\n
          2541117951\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180662,\n
        "timestamp": "2013-11-20T10:43:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118510,\n
          2541118525,\n
          2541118511,\n
          2541118489,\n
          2541118510\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180663,\n
        "timestamp": "2013-11-20T10:43:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120231,\n
          2541120245,\n
          2541120232,\n
          2541120209,\n
          2541120231\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180664,\n
        "timestamp": "2013-11-20T10:43:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119464,\n
          2541119507,\n
          2541119446,\n
          2541119366,\n
          2541119464\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180665,\n
        "timestamp": "2013-11-20T10:43:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117134,\n
          2541117000,\n
          2541116949,\n
          2541117091,\n
          2541117134\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180666,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117619,\n
          2541117683,\n
          2541117697,\n
          2541117644,\n
          2541117619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180667,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117083,\n
          2541117151,\n
          2541117174,\n
          2541117113,\n
          2541117083\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180668,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119462,\n
          2541119490,\n
          2541119504,\n
          2541119476,\n
          2541119462\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180669,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120653,\n
          2541120665,\n
          2541120642,\n
          2541120616,\n
          2541120653\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180670,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119199,\n
          2541119105,\n
          2541119089,\n
          2541119188,\n
          2541119199\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180671,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120214,\n
          2541120203,\n
          2541120164,\n
          2541120174,\n
          2541120214\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180672,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117604,\n
          2541117624,\n
          2541117612,\n
          2541117595,\n
          2541117604\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180673,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120107,\n
          2541120096,\n
          2541120105,\n
          2541120115,\n
          2541120107\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180674,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119563,\n
          2541119614,\n
          2541119612,\n
          2541119561,\n
          2541119563\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180675,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118417,\n
          2541118430,\n
          2541118411,\n
          2541118395,\n
          2541118417\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180676,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119183,\n
          2541119191,\n
          2541119185,\n
          2541119175,\n
          2541119183\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180677,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120161,\n
          2541120152,\n
          2541120135,\n
          2541120142,\n
          2541120161\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180678,\n
        "timestamp": "2013-11-20T10:43:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116978,\n
          2541117038,\n
          2541116930,\n
          2541116841,\n
          2541116978\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180679,\n
        "timestamp": "2013-11-20T10:43:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119981,\n
          2541119984,\n
          2541119977,\n
          2541119967,\n
          2541119981\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180680,\n
        "timestamp": "2013-11-20T10:43:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118320,\n
          2541118369,\n
          2541118383,\n
          2541118336,\n
          2541118320\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180681,\n
        "timestamp": "2013-11-20T10:43:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115756,\n
          2541115765,\n
          2541115751,\n
          2541115749,\n
          2541115756\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180682,\n
        "timestamp": "2013-11-20T10:43:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118456,\n
          2541118441,\n
          2541118440,\n
          2541118454,\n
          2541118456\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180683,\n
        "timestamp": "2013-11-20T10:43:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115837,\n
          2541115846,\n
          2541115850,\n
          2541115841,\n
          2541115837\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180684,\n
        "timestamp": "2013-11-20T10:43:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116431,\n
          2541116413,\n
          2541116425,\n
          2541116435,\n
          2541116431\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180685,\n
        "timestamp": "2013-11-20T10:43:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118745,\n
          2541118761,\n
          2541118751,\n
          2541118730,\n
          2541118745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180686,\n
        "timestamp": "2013-11-20T10:43:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116754,\n
          2541116577,\n
          2541116414,\n
          2541116500,\n
          2541116754\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180687,\n
        "timestamp": "2013-11-20T10:43:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118307,\n
          2541118254,\n
          2541118234,\n
          2541118298,\n
          2541118307\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180688,\n
        "timestamp": "2013-11-20T10:43:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120291,\n
          2541120239,\n
          2541120217,\n
          2541120257,\n
          2541120291\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180689,\n
        "timestamp": "2015-03-14T21:05:57Z",\n
        "version": 2,\n
        "changeset": 29480585,\n
        "user": "Max-Kritic",\n
        "uid": 414659,\n
        "nodes": [\n
          2541120914,\n
          3398730359,\n
          2541120906,\n
          2541120902,\n
          2541120908,\n
          2541120914\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180690,\n
        "timestamp": "2013-11-20T10:43:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115976,\n
          2541115972,\n
          2541115998,\n
          2541115999,\n
          2541115976\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180691,\n
        "timestamp": "2013-11-20T10:43:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116868,\n
          2541116763,\n
          2541116938,\n
          2541117018,\n
          2541116868\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180692,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119297,\n
          2541119332,\n
          2541119294,\n
          2541119267,\n
          2541119297\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180693,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116462,\n
          2541116513,\n
          2541116456,\n
          2541116441,\n
          2541116462\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180694,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119312,\n
          2541119533,\n
          2541119551,\n
          2541119342,\n
          2541119312\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180695,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118631,\n
          2541118630,\n
          2541118650,\n
          2541118652,\n
          2541118631\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180696,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116252,\n
          2541116308,\n
          2541116318,\n
          2541116261,\n
          2541116252\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180697,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116274,\n
          2541116265,\n
          2541116324,\n
          2541116335,\n
          2541116274\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180698,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120334,\n
          2541120356,\n
          2541120269,\n
          2541120248,\n
          2541120334\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180699,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120234,\n
          2541120255,\n
          2541120267,\n
          2541120237,\n
          2541120234\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180700,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118915,\n
          2541118931,\n
          2541118784,\n
          2541118782,\n
          2541118915\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180701,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115785,\n
          2541115789,\n
          2541115790,\n
          2541115787,\n
          2541115785\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180702,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118740,\n
          2541118719,\n
          2541118712,\n
          2541118734,\n
          2541118740\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180703,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117967,\n
          2541117879,\n
          2541117754,\n
          2541117838,\n
          2541117967\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180704,\n
        "timestamp": "2013-11-20T10:43:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116614,\n
          2541116656,\n
          2541116565,\n
          2541116516,\n
          2541116614\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180705,\n
        "timestamp": "2013-11-20T10:43:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120219,\n
          2541120233,\n
          2541120206,\n
          2541120200,\n
          2541120219\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180706,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117352,\n
          2541117170,\n
          2541117132,\n
          2541117310,\n
          2541117352\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180708,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118514,\n
          2541118585,\n
          2541118608,\n
          2541118533,\n
          2541118514\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180709,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119629,\n
          2541119622,\n
          2541119801,\n
          2541119808,\n
          2541119629\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180710,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118361,\n
          2541118377,\n
          2541118342,\n
          2541118329,\n
          2541118361\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180711,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119215,\n
          2541119240,\n
          2541119293,\n
          2541119261,\n
          2541119215\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180712,\n
        "timestamp": "2022-12-31T15:50:59Z",\n
        "version": 5,\n
        "changeset": 130726311,\n
        "user": "user_5589",\n
        "uid": 5589,\n
        "nodes": [\n
          2541118275,\n
          2541118301,\n
          2541118305,\n
          2541118279,\n
          2541118275\n
        ],\n
        "tags": {\n
          "building": "service",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "substation",\n
          "service": "utility",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "source:power": "Enedis",\n
          "substation": "minor_distribution",\n
          "voltage": "20000"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180713,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117921,\n
          2541117986,\n
          2541117874,\n
          2541117814,\n
          2541117921\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180714,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119529,\n
          2541119561,\n
          2541119612,\n
          2541119559,\n
          2541119529\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180715,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118622,\n
          2541118641,\n
          2541118613,\n
          2541118592,\n
          2541118622\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180716,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117070,\n
          2541117111,\n
          2541117020,\n
          2541116984,\n
          2541117070\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180717,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118044,\n
          2541118006,\n
          2541118041,\n
          2541118056,\n
          2541118044\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180718,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119018,\n
          2541118991,\n
          2541118972,\n
          2541118998,\n
          2541119018\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180719,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120676,\n
          2541120671,\n
          2541120658,\n
          2541120663,\n
          2541120676\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180720,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120456,\n
          2541120468,\n
          2541120482,\n
          2541120473,\n
          2541120456\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180721,\n
        "timestamp": "2013-11-20T10:43:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119200,\n
          2541119190,\n
          2541119209,\n
          2541119222,\n
          2541119200\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180722,\n
        "timestamp": "2013-11-20T10:43:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116521,\n
          2541116573,\n
          2541116631,\n
          2541116581,\n
          2541116521\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180723,\n
        "timestamp": "2013-11-20T10:43:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116880,\n
          2541116897,\n
          2541116835,\n
          2541116808,\n
          2541116880\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180724,\n
        "timestamp": "2013-11-20T10:43:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120694,\n
          2541120692,\n
          2541120683,\n
          2541120689,\n
          2541120694\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180725,\n
        "timestamp": "2013-11-20T10:43:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118966,\n
          2541118941,\n
          2541118923,\n
          2541118947,\n
          2541118966\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180726,\n
        "timestamp": "2013-11-20T10:43:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115745,\n
          2541115764,\n
          2541115779,\n
          2541115770,\n
          2541115745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180727,\n
        "timestamp": "2013-11-20T10:43:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116317,\n
          2541116301,\n
          2541116327,\n
          2541116342,\n
          2541116317\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180728,\n
        "timestamp": "2013-11-20T10:43:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118909,\n
          2541118954,\n
          2541118985,\n
          2541118943,\n
          2541118909\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180729,\n
        "timestamp": "2013-11-20T10:43:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120352,\n
          2541120365,\n
          2541120379,\n
          2541120368,\n
          2541120352\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180730,\n
        "timestamp": "2013-11-20T10:43:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116339,\n
          2541116325,\n
          2541116390,\n
          2541116408,\n
          2541116339\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180731,\n
        "timestamp": "2013-11-20T10:43:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116525,\n
          2541116474,\n
          2541116449,\n
          2541116487,\n
          2541116525\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180732,\n
        "timestamp": "2013-11-20T10:43:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115916,\n
          2541115922,\n
          2541115943,\n
          2541115936,\n
          2541115916\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180733,\n
        "timestamp": "2013-11-20T10:43:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119621,\n
          2541119630,\n
          2541119682,\n
          2541119650,\n
          2541119621\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180734,\n
        "timestamp": "2013-11-20T10:43:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119628,\n
          2541119660,\n
          2541119620,\n
          2541119599,\n
          2541119628\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180735,\n
        "timestamp": "2013-11-20T10:43:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118535,\n
          2541118549,\n
          2541118518,\n
          2541118506,\n
          2541118535\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180736,\n
        "timestamp": "2013-11-20T10:43:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115850,\n
          2541115852,\n
          2541115848,\n
          2541115841,\n
          2541115850\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180738,\n
        "timestamp": "2013-11-20T10:43:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115799,\n
          2541115807,\n
          2541115820,\n
          2541115809,\n
          2541115799\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180739,\n
        "timestamp": "2013-11-20T10:43:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115814,\n
          2541115824,\n
          2541115843,\n
          2541115826,\n
          2541115814\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180740,\n
        "timestamp": "2013-11-20T10:43:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117287,\n
          2541117388,\n
          2541117419,\n
          2541117322,\n
          2541117287\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180741,\n
        "timestamp": "2013-11-20T10:43:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120167,\n
          2541120153,\n
          2541120172,\n
          2541120188,\n
          2541120167\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180742,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116071,\n
          2541116076,\n
          2541116083,\n
          2541116074,\n
          2541116071\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180743,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119872,\n
          2541119904,\n
          2541119851,\n
          2541119820,\n
          2541119872\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180744,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116183,\n
          2541116193,\n
          2541116184,\n
          2541116171,\n
          2541116183\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180745,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120728,\n
          2541120713,\n
          2541120716,\n
          2541120732,\n
          2541120728\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180746,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119041,\n
          2541119038,\n
          2541119065,\n
          2541119073,\n
          2541119041\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180747,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117701,\n
          2541117691,\n
          2541117677,\n
          2541117693,\n
          2541117701\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180748,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120135,\n
          2541120130,\n
          2541120137,\n
          2541120142,\n
          2541120135\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180749,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119710,\n
          2541119680,\n
          2541119697,\n
          2541119723,\n
          2541119710\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180750,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118091,\n
          2541118220,\n
          2541118281,\n
          2541118142,\n
          2541118091\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180751,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119747,\n
          2541119791,\n
          2541119818,\n
          2541119768,\n
          2541119747\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180752,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116422,\n
          2541116451,\n
          2541116407,\n
          2541116387,\n
          2541116422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180753,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116429,\n
          2541116741,\n
          2541116858,\n
          2541116507,\n
          2541116429\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180754,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119042,\n
          2541119030,\n
          2541119024,\n
          2541119036,\n
          2541119042\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180755,\n
        "timestamp": "2013-11-20T10:43:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118714,\n
          2541118733,\n
          2541118708,\n
          2541118697,\n
          2541118714\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180756,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120228,\n
          2541120236,\n
          2541120225,\n
          2541120216,\n
          2541120228\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180757,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116716,\n
          2541116643,\n
          2541116773,\n
          2541116810,\n
          2541116716\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180758,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119597,\n
          2541119605,\n
          2541119549,\n
          2541119539,\n
          2541119597\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180759,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117143,\n
          2541117168,\n
          2541117102,\n
          2541117052,\n
          2541117143\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180760,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120385,\n
          2541120369,\n
          2541120348,\n
          2541120361,\n
          2541120385\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180761,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120165,\n
          2541120160,\n
          2541120179,\n
          2541120184,\n
          2541120165\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180762,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118568,\n
          2541118478,\n
          2541118469,\n
          2541118567,\n
          2541118568\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180763,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119686,\n
          2541119738,\n
          2541119766,\n
          2541119717,\n
          2541119686\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180764,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116503,\n
          2541116572,\n
          2541116640,\n
          2541116591,\n
          2541116503\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180765,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120632,\n
          2541120651,\n
          2541120648,\n
          2541120627,\n
          2541120632\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180766,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115921,\n
          2541115910,\n
          2541115877,\n
          2541115883,\n
          2541115921\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180767,\n
        "timestamp": "2022-11-27T20:25:37Z",\n
        "version": 5,\n
        "changeset": 129447392,\n
        "user": "user_5589",\n
        "uid": 5589,\n
        "nodes": [\n
          2541116168,\n
          2541116158,\n
          2541116152,\n
          2541116165,\n
          2541116168\n
        ],\n
        "tags": {\n
          "building": "service",\n
          "operator": "Enedis",\n
          "operator:wikidata": "Q3587594",\n
          "power": "substation",\n
          "service": "utility",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "source:power": "Enedis",\n
          "substation": "minor_distribution",\n
          "voltage": "20000"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180768,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120504,\n
          2541120512,\n
          2541120562,\n
          2541120554,\n
          2541120504\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180769,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119997,\n
          2541119987,\n
          2541120006,\n
          2541120029,\n
          2541119997\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180770,\n
        "timestamp": "2013-11-20T10:43:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116397,\n
          2541116386,\n
          2541116405,\n
          2541116420,\n
          2541116397\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180771,\n
        "timestamp": "2013-11-20T10:43:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116093,\n
          2541116090,\n
          2541116084,\n
          2541116087,\n
          2541116093\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180772,\n
        "timestamp": "2013-11-20T10:43:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116166,\n
          2541116162,\n
          2541116176,\n
          2541116179,\n
          2541116166\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180773,\n
        "timestamp": "2013-11-20T10:43:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120535,\n
          2541120530,\n
          2541120539,\n
          2541120541,\n
          2541120535\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180774,\n
        "timestamp": "2013-11-20T10:43:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119378,\n
          2541119300,\n
          2541119427,\n
          2541119505,\n
          2541119378\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180775,\n
        "timestamp": "2013-11-20T10:43:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119288,\n
          2541119310,\n
          2541119324,\n
          2541119291,\n
          2541119288\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180776,\n
        "timestamp": "2013-11-20T10:43:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116445,\n
          2541116431,\n
          2541116435,\n
          2541116465,\n
          2541116445\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180777,\n
        "timestamp": "2013-11-20T10:43:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117394,\n
          2541117428,\n
          2541117464,\n
          2541117430,\n
          2541117394\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180778,\n
        "timestamp": "2013-11-20T10:43:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115697,\n
          2541115698,\n
          2541115700,\n
          2541115699,\n
          2541115697\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180779,\n
        "timestamp": "2013-11-20T10:43:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115852,\n
          2541115860,\n
          2541115856,\n
          2541115848,\n
          2541115852\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180781,\n
        "timestamp": "2013-11-20T10:43:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117475,\n
          2541117665,\n
          2541117705,\n
          2541117516,\n
          2541117475\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180782,\n
        "timestamp": "2013-11-20T10:43:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118942,\n
          2541118945,\n
          2541118790,\n
          2541118786,\n
          2541118942\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180783,\n
        "timestamp": "2013-11-20T10:43:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118055,\n
          2541118099,\n
          2541118159,\n
          2541118121,\n
          2541118055\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180784,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117352,\n
          2541117310,\n
          2541117390,\n
          2541117432,\n
          2541117352\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180785,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120956,\n
          2541120954,\n
          2541120955,\n
          2541120957,\n
          2541120956\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180786,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117216,\n
          2541117405,\n
          2541117475,\n
          2541117358,\n
          2541117216\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180787,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115963,\n
          2541115968,\n
          2541115992,\n
          2541115980,\n
          2541115963\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180788,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117316,\n
          2541117205,\n
          2541117216,\n
          2541117358,\n
          2541117316\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180789,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119037,\n
          2541119043,\n
          2541118989,\n
          2541118973,\n
          2541119037\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180790,\n
        "timestamp": "2015-03-15T09:58:04Z",\n
        "version": 3,\n
        "changeset": 29490429,\n
        "user": "Max-Kritic",\n
        "uid": 414659,\n
        "nodes": [\n
          2541115703,\n
          2541115701,\n
          2541115702,\n
          2541115704,\n
          2541115703\n
        ],\n
        "tags": {\n
          "amenity": "place_of_worship",\n
          "building": "chapel",\n
          "religion": "christian",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180791,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119864,\n
          2541119734,\n
          2541119629,\n
          2541119808,\n
          2541119864\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180792,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116246,\n
          2541116234,\n
          2541116218,\n
          2541116235,\n
          2541116246\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180793,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120119,\n
          2541120123,\n
          2541120113,\n
          2541120108,\n
          2541120119\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180794,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116010,\n
          2541116023,\n
          2541115992,\n
          2541115968,\n
          2541116010\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180795,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118605,\n
          2541118601,\n
          2541118617,\n
          2541118625,\n
          2541118605\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180796,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116095,\n
          2541116086,\n
          2541116060,\n
          2541116066,\n
          2541116095\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180797,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118791,\n
          2541118800,\n
          2541118884,\n
          2541118848,\n
          2541118791\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180798,\n
        "timestamp": "2013-11-20T10:43:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120284,\n
          2541120301,\n
          2541120305,\n
          2541120290,\n
          2541120284\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180799,\n
        "timestamp": "2013-11-20T10:43:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118562,\n
          2541118559,\n
          2541118586,\n
          2541118588,\n
          2541118562\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180800,\n
        "timestamp": "2013-11-20T10:43:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116694,\n
          2541116637,\n
          2541116579,\n
          2541116620,\n
          2541116694\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180801,\n
        "timestamp": "2013-11-20T10:43:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119557,\n
          2541119565,\n
          2541119591,\n
          2541119587,\n
          2541119557\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180802,\n
        "timestamp": "2013-11-20T10:43:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117291,\n
          2541117155,\n
          2541117120,\n
          2541117193,\n
          2541117291\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180803,\n
        "timestamp": "2013-11-20T10:43:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120693,\n
          2541120699,\n
          2541120698,\n
          2541120691,\n
          2541120693\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180804,\n
        "timestamp": "2013-11-20T10:43:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120081,\n
          2541120102,\n
          2541120105,\n
          2541120096,\n
          2541120081\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180805,\n
        "timestamp": "2013-11-20T10:43:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116855,\n
          2541116703,\n
          2541116883,\n
          2541117005,\n
          2541116855\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180806,\n
        "timestamp": "2013-11-20T10:43:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118175,\n
          2541118080,\n
          2541118095,\n
          2541118165,\n
          2541118175\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180808,\n
        "timestamp": "2013-11-20T10:43:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120784,\n
          2541120710,\n
          2541120714,\n
          2541120793,\n
          2541120784\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180809,\n
        "timestamp": "2013-11-20T10:43:51Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120563,\n
          2541120507,\n
          2541120497,\n
          2541120546,\n
          2541120563\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180810,\n
        "timestamp": "2013-11-20T10:43:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117447,\n
          2541117356,\n
          2541117337,\n
          2541117434,\n
          2541117447\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180811,\n
        "timestamp": "2013-11-20T10:43:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118004,\n
          2541117978,\n
          2541118146,\n
          2541118169,\n
          2541118004\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180812,\n
        "timestamp": "2013-11-20T10:43:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119117,\n
          2541119082,\n
          2541119058,\n
          2541119091,\n
          2541119117\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180813,\n
        "timestamp": "2013-11-20T10:43:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120097,\n
          2541120052,\n
          2541120061,\n
          2541120104,\n
          2541120097\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180814,\n
        "timestamp": "2013-11-20T10:43:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118598,\n
          2541118582,\n
          2541118548,\n
          2541118561,\n
          2541118598\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180815,\n
        "timestamp": "2013-11-20T10:43:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120394,\n
          2541120413,\n
          2541120427,\n
          2541120411,\n
          2541120394\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180816,\n
        "timestamp": "2013-11-20T10:43:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118733,\n
          2541118736,\n
          2541118710,\n
          2541118708,\n
          2541118733\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180817,\n
        "timestamp": "2013-11-20T10:43:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120918,\n
          2541120917,\n
          2541120912,\n
          2541120913,\n
          2541120918\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180818,\n
        "timestamp": "2013-11-20T10:43:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116237,\n
          2541116228,\n
          2541116223,\n
          2541116229,\n
          2541116237\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180819,\n
        "timestamp": "2013-11-20T10:43:52Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119153,\n
          2541119146,\n
          2541119145,\n
          2541119151,\n
          2541119153\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180820,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115917,\n
          2541115929,\n
          2541115911,\n
          2541115896,\n
          2541115917\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180821,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117081,\n
          2541117107,\n
          2541117153,\n
          2541117124,\n
          2541117081\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180822,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118351,\n
          2541118335,\n
          2541118359,\n
          2541118374,\n
          2541118351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180823,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120282,\n
          2541120274,\n
          2541120280,\n
          2541120289,\n
          2541120282\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180824,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119052,\n
          2541119077,\n
          2541119034,\n
          2541119022,\n
          2541119052\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180825,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115722,\n
          2541115724,\n
          2541115725,\n
          2541115723,\n
          2541115722\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180826,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116005,\n
          2541116026,\n
          2541116028,\n
          2541116011,\n
          2541116005\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180827,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120952,\n
          2541120951,\n
          2541120949,\n
          2541120950,\n
          2541120952\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180828,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115739,\n
          2541115737,\n
          2541115742,\n
          2541115750,\n
          2541115739\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180829,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119460,\n
          2541119494,\n
          2541119513,\n
          2541119480,\n
          2541119460\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180830,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120370,\n
          2541120393,\n
          2541120414,\n
          2541120396,\n
          2541120370\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180831,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117287,\n
          2541117322,\n
          2541117298,\n
          2541117197,\n
          2541117287\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180832,\n
        "timestamp": "2013-11-20T10:43:53Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116099,\n
          2541116106,\n
          2541116105,\n
          2541116098,\n
          2541116099\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180833,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120504,\n
          2541120554,\n
          2541120540,\n
          2541120480,\n
          2541120504\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180834,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117401,\n
          2541117426,\n
          2541117327,\n
          2541117300,\n
          2541117401\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180835,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118961,\n
          2541118999,\n
          2541118937,\n
          2541118893,\n
          2541118961\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180836,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120520,\n
          2541120536,\n
          2541120523,\n
          2541120511,\n
          2541120520\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180837,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115744,\n
          2541115743,\n
          2541115738,\n
          2541115739,\n
          2541115744\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180838,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116052,\n
          2541116069,\n
          2541116064,\n
          2541116044,\n
          2541116052\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180839,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118046,\n
          2541118089,\n
          2541118105,\n
          2541118053,\n
          2541118046\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180840,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119472,\n
          2541119441,\n
          2541119492,\n
          2541119519,\n
          2541119472\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180841,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120097,\n
          2541120104,\n
          2541120121,\n
          2541120110,\n
          2541120097\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180842,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118977,\n
          2541118882,\n
          2541118853,\n
          2541118957,\n
          2541118977\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180843,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119020,\n
          2541119025,\n
          2541118984,\n
          2541118969,\n
          2541119020\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180844,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116216,\n
          2541116210,\n
          2541116190,\n
          2541116203,\n
          2541116216\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180845,\n
        "timestamp": "2013-11-20T10:43:54Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118487,\n
          2541118498,\n
          2541118471,\n
          2541118465,\n
          2541118487\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180846,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120584,\n
          2541120596,\n
          2541120604,\n
          2541120593,\n
          2541120584\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180847,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117318,\n
          2541117090,\n
          2541117033,\n
          2541117283,\n
          2541117318\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180848,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118262,\n
          2541118291,\n
          2541118312,\n
          2541118297,\n
          2541118262\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180849,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119910,\n
          2541119876,\n
          2541119831,\n
          2541119856,\n
          2541119910\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180850,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118818,\n
          2541118817,\n
          2541118844,\n
          2541118862,\n
          2541118818\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180851,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119565,\n
          2541119609,\n
          2541119623,\n
          2541119591,\n
          2541119565\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180852,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118505,\n
          2541118483,\n
          2541118471,\n
          2541118498,\n
          2541118505\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180853,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117118,\n
          2541117133,\n
          2541117087,\n
          2541117059,\n
          2541117118\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180854,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119962,\n
          2541119979,\n
          2541119987,\n
          2541119980,\n
          2541119962\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180855,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120148,\n
          2541120163,\n
          2541120151,\n
          2541120139,\n
          2541120148\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180856,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118474,\n
          2541118481,\n
          2541118461,\n
          2541118457,\n
          2541118474\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180857,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120682,\n
          2541120619,\n
          2541120652,\n
          2541120706,\n
          2541120682\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180858,\n
        "timestamp": "2013-11-20T10:43:55Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116997,\n
          2541117093,\n
          2541117126,\n
          2541117027,\n
          2541116997\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180859,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119361,\n
          2541119340,\n
          2541119304,\n
          2541119330,\n
          2541119361\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180860,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120782,\n
          2541120760,\n
          2541120752,\n
          2541120775,\n
          2541120782\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180861,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116975,\n
          2541117031,\n
          2541116980,\n
          2541116899,\n
          2541116975\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180862,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119630,\n
          2541119691,\n
          2541119729,\n
          2541119682,\n
          2541119630\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180864,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119164,\n
          2541119174,\n
          2541119119,\n
          2541119108,\n
          2541119164\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180865,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120026,\n
          2541119985,\n
          2541119947,\n
          2541120001,\n
          2541120026\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180866,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116275,\n
          2541116320,\n
          2541116292,\n
          2541116253,\n
          2541116275\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180867,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120783,\n
          2541120774,\n
          2541120759,\n
          2541120768,\n
          2541120783\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180868,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116218,\n
          2541116214,\n
          2541116231,\n
          2541116235,\n
          2541116218\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180869,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116238,\n
          2541116227,\n
          2541116267,\n
          2541116279,\n
          2541116238\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180870,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119210,\n
          2541119187,\n
          2541119218,\n
          2541119242,\n
          2541119210\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180871,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115746,\n
          2541115741,\n
          2541115752,\n
          2541115760,\n
          2541115746\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180872,\n
        "timestamp": "2013-11-20T10:43:56Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118232,\n
          2541118250,\n
          2541118256,\n
          2541118246,\n
          2541118232\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180873,\n
        "timestamp": "2013-11-20T10:43:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119368,\n
          2541119348,\n
          2541119326,\n
          2541119353,\n
          2541119368\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180874,\n
        "timestamp": "2013-11-20T10:43:57Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119524,\n
          2541119541,\n
          2541119518,\n
          2541119502,\n
          2541119524\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180889,\n
        "timestamp": "2013-11-20T10:43:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116003,\n
          2541115991,\n
          2541115949,\n
          2541115955,\n
          2541116003\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180890,\n
        "timestamp": "2013-11-20T10:43:59Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119699,\n
          2541119656,\n
          2541119619,\n
          2541119642,\n
          2541119699\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180891,\n
        "timestamp": "2013-11-20T10:44:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118317,\n
          2541118330,\n
          2541118303,\n
          2541118293,\n
          2541118317\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180892,\n
        "timestamp": "2013-11-20T10:44:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118258,\n
          2541118150,\n
          2541118127,\n
          2541118242,\n
          2541118258\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180893,\n
        "timestamp": "2013-11-20T10:44:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120308,\n
          2541120290,\n
          2541120305,\n
          2541120329,\n
          2541120308\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180894,\n
        "timestamp": "2013-11-20T10:44:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118718,\n
          2541118749,\n
          2541118704,\n
          2541118676,\n
          2541118718\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180895,\n
        "timestamp": "2013-11-20T10:44:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119017,\n
          2541118986,\n
          2541118971,\n
          2541119000,\n
          2541119017\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180896,\n
        "timestamp": "2013-11-20T10:44:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115723,\n
          2541115721,\n
          2541115720,\n
          2541115722,\n
          2541115723\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180897,\n
        "timestamp": "2013-11-20T10:44:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116195,\n
          2541116220,\n
          2541116215,\n
          2541116189,\n
          2541116195\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180898,\n
        "timestamp": "2013-11-20T10:44:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118353,\n
          2541118358,\n
          2541118349,\n
          2541118338,\n
          2541118353\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180899,\n
        "timestamp": "2013-11-20T10:44:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119531,\n
          2541119500,\n
          2541119478,\n
          2541119517,\n
          2541119531\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180900,\n
        "timestamp": "2013-11-20T10:44:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119295,\n
          2541119282,\n
          2541119278,\n
          2541119290,\n
          2541119295\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180901,\n
        "timestamp": "2013-11-20T10:44:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115923,\n
          2541115926,\n
          2541115924,\n
          2541115919,\n
          2541115923\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180902,\n
        "timestamp": "2013-11-20T10:44:00Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120213,\n
          2541120208,\n
          2541120199,\n
          2541120201,\n
          2541120213\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180903,\n
        "timestamp": "2013-11-20T10:44:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117562,\n
          2541117628,\n
          2541117648,\n
          2541117585,\n
          2541117562\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180904,\n
        "timestamp": "2013-11-20T10:44:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120856,\n
          2541120849,\n
          2541120851,\n
          2541120857,\n
          2541120856\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180905,\n
        "timestamp": "2013-11-20T10:44:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116973,\n
          2541116877,\n
          2541116969,\n
          2541117035,\n
          2541116973\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180906,\n
        "timestamp": "2013-11-20T10:44:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119030,\n
          2541119018,\n
          2541118998,\n
          2541119024,\n
          2541119030\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180907,\n
        "timestamp": "2013-11-20T10:44:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116201,\n
          2541116209,\n
          2541116211,\n
          2541116206,\n
          2541116201\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180908,\n
        "timestamp": "2013-11-20T10:44:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118611,\n
          2541118621,\n
          2541118602,\n
          2541118591,\n
          2541118611\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180909,\n
        "timestamp": "2013-11-20T10:44:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118561,\n
          2541118548,\n
          2541118541,\n
          2541118553,\n
          2541118561\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180910,\n
        "timestamp": "2013-11-20T10:44:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119889,\n
          2541119878,\n
          2541119858,\n
          2541119874,\n
          2541119889\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180911,\n
        "timestamp": "2013-11-20T10:44:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117166,\n
          2541117201,\n
          2541116587,\n
          2541116510,\n
          2541117166\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180912,\n
        "timestamp": "2013-11-20T10:44:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116205,\n
          2541116192,\n
          2541116217,\n
          2541116225,\n
          2541116205\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180913,\n
        "timestamp": "2013-11-20T10:44:01Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115783,\n
          2541115786,\n
          2541115784,\n
          2541115782,\n
          2541115783\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180914,\n
        "timestamp": "2013-11-20T10:44:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118200,\n
          2541118232,\n
          2541118246,\n
          2541118214,\n
          2541118200\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180915,\n
        "timestamp": "2013-11-20T10:44:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115738,\n
          2541115736,\n
          2541115737,\n
          2541115739,\n
          2541115738\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180916,\n
        "timestamp": "2013-11-20T10:44:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120604,\n
          2541120596,\n
          2541120603,\n
          2541120613,\n
          2541120604\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180917,\n
        "timestamp": "2013-11-20T10:44:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119249,\n
          2541119228,\n
          2541119220,\n
          2541119234,\n
          2541119249\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180918,\n
        "timestamp": "2013-11-20T10:44:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120055,\n
          2541120063,\n
          2541120034,\n
          2541120011,\n
          2541120055\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180920,\n
        "timestamp": "2013-11-20T10:44:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115718,\n
          2541115719,\n
          2541115717,\n
          2541115716,\n
          2541115718\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180921,\n
        "timestamp": "2013-11-20T10:44:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116031,\n
          2541116036,\n
          2541116040,\n
          2541116033,\n
          2541116031\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180922,\n
        "timestamp": "2013-11-20T10:44:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116018,\n
          2541116006,\n
          2541116001,\n
          2541116014,\n
          2541116018\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180923,\n
        "timestamp": "2013-11-20T10:44:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119037,\n
          2541119094,\n
          2541119113,\n
          2541119043,\n
          2541119037\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180924,\n
        "timestamp": "2013-11-20T10:44:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118445,\n
          2541118458,\n
          2541118431,\n
          2541118416,\n
          2541118445\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180925,\n
        "timestamp": "2013-11-20T10:44:02Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118466,\n
          2541118442,\n
          2541118517,\n
          2541118536,\n
          2541118466\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180926,\n
        "timestamp": "2013-11-20T10:44:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120118,\n
          2541120122,\n
          2541120132,\n
          2541120127,\n
          2541120118\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180927,\n
        "timestamp": "2013-11-20T10:44:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115760,\n
          2541115752,\n
          2541115762,\n
          2541115771,\n
          2541115760\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180928,\n
        "timestamp": "2013-11-20T10:44:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120471,\n
          2541120488,\n
          2541120482,\n
          2541120468,\n
          2541120471\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180929,\n
        "timestamp": "2013-11-20T10:44:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117967,\n
          2541117980,\n
          2541117898,\n
          2541117879,\n
          2541117967\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180930,\n
        "timestamp": "2013-11-20T10:44:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120176,\n
          2541120191,\n
          2541120188,\n
          2541120172,\n
          2541120176\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180931,\n
        "timestamp": "2013-11-20T10:44:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120728,\n
          2541120732,\n
          2541120762,\n
          2541120755,\n
          2541120728\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180932,\n
        "timestamp": "2013-11-20T10:44:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115777,\n
          2541115772,\n
          2541115746,\n
          2541115760,\n
          2541115777\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180933,\n
        "timestamp": "2013-11-20T10:44:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119147,\n
          2541119163,\n
          2541119085,\n
          2541119068,\n
          2541119147\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180934,\n
        "timestamp": "2013-11-20T10:44:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119912,\n
          2541119887,\n
          2541119878,\n
          2541119889,\n
          2541119912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180935,\n
        "timestamp": "2013-11-20T10:44:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119370,\n
          2541119345,\n
          2541119321,\n
          2541119350,\n
          2541119370\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180936,\n
        "timestamp": "2013-11-20T10:44:03Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119187,\n
          2541119172,\n
          2541119204,\n
          2541119218,\n
          2541119187\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180937,\n
        "timestamp": "2013-11-20T10:44:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118304,\n
          2541118216,\n
          2541118294,\n
          2541118340,\n
          2541118304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180938,\n
        "timestamp": "2013-11-20T10:44:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115897,\n
          2541115941,\n
          2541115928,\n
          2541115888,\n
          2541115897\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180939,\n
        "timestamp": "2013-11-20T10:44:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119265,\n
          2541119274,\n
          2541119284,\n
          2541119276,\n
          2541119265\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180940,\n
        "timestamp": "2013-11-20T10:44:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119991,\n
          2541119999,\n
          2541120003,\n
          2541119996,\n
          2541119991\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180941,\n
        "timestamp": "2013-11-20T10:44:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116870,\n
          2541116945,\n
          2541116760,\n
          2541116678,\n
          2541116870\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180942,\n
        "timestamp": "2013-11-20T10:44:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120376,\n
          2541120353,\n
          2541120317,\n
          2541120340,\n
          2541120376\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180943,\n
        "timestamp": "2013-11-20T10:44:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117009,\n
          2541117346,\n
          2541117367,\n
          2541117025,\n
          2541117009\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180944,\n
        "timestamp": "2013-11-20T10:44:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118415,\n
          2541118404,\n
          2541118428,\n
          2541118440,\n
          2541118415\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180945,\n
        "timestamp": "2013-11-20T10:44:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119775,\n
          2541119757,\n
          2541119671,\n
          2541119714,\n
          2541119775\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180948,\n
        "timestamp": "2013-11-20T10:44:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119816,\n
          2541119862,\n
          2541119880,\n
          2541119839,\n
          2541119816\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180950,\n
        "timestamp": "2013-11-20T10:44:04Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118403,\n
          2541118426,\n
          2541118435,\n
          2541118414,\n
          2541118403\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180951,\n
        "timestamp": "2013-11-20T10:44:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118462,\n
          2541118449,\n
          2541118441,\n
          2541118456,\n
          2541118462\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180952,\n
        "timestamp": "2013-11-20T10:44:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120474,\n
          2541120398,\n
          2541120433,\n
          2541120502,\n
          2541120474\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180953,\n
        "timestamp": "2013-11-20T10:44:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118796,\n
          2541118808,\n
          2541118815,\n
          2541118802,\n
          2541118796\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180954,\n
        "timestamp": "2013-11-20T10:44:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116110,\n
          2541116094,\n
          2541116088,\n
          2541116104,\n
          2541116110\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180955,\n
        "timestamp": "2013-11-20T10:44:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118035,\n
          2541118064,\n
          2541118058,\n
          2541118017,\n
          2541118035\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180956,\n
        "timestamp": "2013-11-20T10:44:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120635,\n
          2541120645,\n
          2541120618,\n
          2541120609,\n
          2541120635\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180957,\n
        "timestamp": "2013-11-20T10:44:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118696,\n
          2541118720,\n
          2541118727,\n
          2541118703,\n
          2541118696\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180958,\n
        "timestamp": "2013-11-20T10:44:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120821,\n
          2541120801,\n
          2541120815,\n
          2541120835,\n
          2541120821\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180959,\n
        "timestamp": "2013-11-20T10:44:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119509,\n
          2541119437,\n
          2541119545,\n
          2541119627,\n
          2541119509\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180960,\n
        "timestamp": "2013-11-20T10:44:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117824,\n
          2541117637,\n
          2541117602,\n
          2541117774,\n
          2541117824\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180961,\n
        "timestamp": "2013-11-20T10:44:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115900,\n
          2541115891,\n
          2541115887,\n
          2541115893,\n
          2541115900\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180962,\n
        "timestamp": "2013-11-20T10:44:05Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120146,\n
          2541120140,\n
          2541120129,\n
          2541120136,\n
          2541120146\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180963,\n
        "timestamp": "2013-11-20T10:44:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119088,\n
          2541119118,\n
          2541119099,\n
          2541119067,\n
          2541119088\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180964,\n
        "timestamp": "2013-11-20T10:44:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116631,\n
          2541116653,\n
          2541116605,\n
          2541116581,\n
          2541116631\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180965,\n
        "timestamp": "2013-11-20T10:44:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119606,\n
          2541119585,\n
          2541119498,\n
          2541119515,\n
          2541119606\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180966,\n
        "timestamp": "2013-11-20T10:44:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120605,\n
          2541120600,\n
          2541120594,\n
          2541120597,\n
          2541120605\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180967,\n
        "timestamp": "2013-11-20T10:44:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120294,\n
          2541120352,\n
          2541120368,\n
          2541120307,\n
          2541120294\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180968,\n
        "timestamp": "2013-11-20T10:44:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120130,\n
          2541120113,\n
          2541120123,\n
          2541120137,\n
          2541120130\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180969,\n
        "timestamp": "2013-11-20T10:44:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115909,\n
          2541115900,\n
          2541115893,\n
          2541115899,\n
          2541115909\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180971,\n
        "timestamp": "2013-11-20T10:44:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120570,\n
          2541120547,\n
          2541120614,\n
          2541120631,\n
          2541120570\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180973,\n
        "timestamp": "2013-11-20T10:44:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120814,\n
          2541120795,\n
          2541120801,\n
          2541120821,\n
          2541120814\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180974,\n
        "timestamp": "2013-11-20T10:44:06Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118045,\n
          2541118025,\n
          2541118087,\n
          2541118107,\n
          2541118045\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180976,\n
        "timestamp": "2013-11-20T10:44:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118509,\n
          2541118513,\n
          2541118507,\n
          2541118500,\n
          2541118509\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180977,\n
        "timestamp": "2013-11-20T10:44:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118991,\n
          2541118966,\n
          2541118947,\n
          2541118972,\n
          2541118991\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180980,\n
        "timestamp": "2013-11-20T10:44:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118320,\n
          2541118336,\n
          2541118339,\n
          2541118324,\n
          2541118306,\n
          2541118320\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180981,\n
        "timestamp": "2013-11-20T10:44:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119625,\n
          2541119652,\n
          2541119708,\n
          2541119664,\n
          2541119654,\n
          2541119625\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180982,\n
        "timestamp": "2013-11-20T10:44:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120423,\n
          2541120515,\n
          2541120529,\n
          2541120522,\n
          2541120445,\n
          2541120423\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180983,\n
        "timestamp": "2013-11-20T10:44:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116105,\n
          2541116106,\n
          2541116178,\n
          2541116174,\n
          2541116103,\n
          2541116105\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180984,\n
        "timestamp": "2013-11-20T10:44:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120640,\n
          2541120649,\n
          2541120669,\n
          2541120668,\n
          2541120660,\n
          2541120640\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180985,\n
        "timestamp": "2013-11-20T10:44:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119050,\n
          2541119060,\n
          2541118997,\n
          2541118981,\n
          2541119047,\n
          2541119050\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180986,\n
        "timestamp": "2013-11-20T10:44:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119786,\n
          2541119914,\n
          2541119966,\n
          2541119803,\n
          2541119773,\n
          2541119786\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180987,\n
        "timestamp": "2013-11-20T10:44:07Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120865,\n
          2541120873,\n
          2541120879,\n
          2541120894,\n
          2541120878,\n
          2541120865\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180988,\n
        "timestamp": "2013-11-20T10:44:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120220,\n
          2541120171,\n
          2541120210,\n
          2541120292,\n
          2541120263,\n
          2541120220\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180989,\n
        "timestamp": "2013-11-20T10:44:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116020,\n
          2541116034,\n
          2541116019,\n
          2541116006,\n
          2541116018,\n
          2541116020\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180990,\n
        "timestamp": "2013-11-20T10:44:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119309,\n
          2541119271,\n
          2541119255,\n
          2541119279,\n
          2541119296,\n
          2541119309\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180991,\n
        "timestamp": "2013-11-20T10:44:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115833,\n
          2541115816,\n
          2541115792,\n
          2541115799,\n
          2541115809,\n
          2541115833\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180992,\n
        "timestamp": "2013-11-20T10:44:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116943,\n
          2541117081,\n
          2541117124,\n
          2541117131,\n
          2541117011,\n
          2541116943\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180993,\n
        "timestamp": "2013-11-20T10:44:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118774,\n
          2541118776,\n
          2541118639,\n
          2541118633,\n
          2541118762,\n
          2541118774\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180994,\n
        "timestamp": "2013-11-20T10:44:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118722,\n
          2541118700,\n
          2541118689,\n
          2541118670,\n
          2541118706,\n
          2541118722\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180995,\n
        "timestamp": "2013-11-20T10:44:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115728,\n
          2541115731,\n
          2541115734,\n
          2541115733,\n
          2541115730,\n
          2541115728\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180996,\n
        "timestamp": "2013-11-20T10:44:08Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120621,\n
          2541120638,\n
          2541120654,\n
          2541120647,\n
          2541120641,\n
          2541120621\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180997,\n
        "timestamp": "2013-11-20T10:44:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120593,\n
          2541120604,\n
          2541120613,\n
          2541120625,\n
          2541120602,\n
          2541120593\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180998,\n
        "timestamp": "2013-11-20T10:44:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120861,\n
          2541120864,\n
          2541120850,\n
          2541120839,\n
          2541120860,\n
          2541120861\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247180999,\n
        "timestamp": "2013-11-20T10:44:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119673,\n
          2541119742,\n
          2541119755,\n
          2541119693,\n
          2541119684,\n
          2541119673\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181000,\n
        "timestamp": "2013-11-20T10:44:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120808,\n
          2541120805,\n
          2541120817,\n
          2541120819,\n
          2541120810,\n
          2541120808\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181001,\n
        "timestamp": "2013-11-20T10:44:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120766,\n
          2541120770,\n
          2541120778,\n
          2541120753,\n
          2541120747,\n
          2541120766\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181002,\n
        "timestamp": "2013-11-20T10:44:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118992,\n
          2541119020,\n
          2541118969,\n
          2541118960,\n
          2541118932,\n
          2541118992\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181003,\n
        "timestamp": "2013-11-20T10:44:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120624,\n
          2541120623,\n
          2541120626,\n
          2541120646,\n
          2541120643,\n
          2541120624\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181004,\n
        "timestamp": "2013-11-20T10:44:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119032,\n
          2541118990,\n
          2541118984,\n
          2541119025,\n
          2541119027,\n
          2541119032\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181006,\n
        "timestamp": "2013-11-20T10:44:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116442,\n
          2541116462,\n
          2541116441,\n
          2541116430,\n
          2541116433,\n
          2541116442\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181007,\n
        "timestamp": "2013-11-20T10:44:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120241,\n
          2541120229,\n
          2541120190,\n
          2541120197,\n
          2541120222,\n
          2541120241\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181008,\n
        "timestamp": "2013-11-20T10:44:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116110,\n
          2541116130,\n
          2541116096,\n
          2541116077,\n
          2541116094,\n
          2541116110\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181009,\n
        "timestamp": "2013-11-20T10:44:09Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115795,\n
          2541115812,\n
          2541115805,\n
          2541115803,\n
          2541115801,\n
          2541115795\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181010,\n
        "timestamp": "2013-11-20T10:44:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117614,\n
          2541117519,\n
          2541117635,\n
          2541117808,\n
          2541117689,\n
          2541117614\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181011,\n
        "timestamp": "2015-03-14T21:05:58Z",\n
        "version": 2,\n
        "changeset": 29480585,\n
        "user": "Max-Kritic",\n
        "uid": 414659,\n
        "nodes": [\n
          2541120534,\n
          2541120550,\n
          3398730348,\n
          2541120544,\n
          2541120514,\n
          2541120526,\n
          2541120534\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181012,\n
        "timestamp": "2013-11-20T10:44:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118146,\n
          2541118189,\n
          2541118196,\n
          2541118230,\n
          2541118169,\n
          2541118146\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181013,\n
        "timestamp": "2013-11-20T10:44:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120769,\n
          2541120771,\n
          2541120756,\n
          2541120749,\n
          2541120765,\n
          2541120769\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181014,\n
        "timestamp": "2013-11-20T10:44:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116993,\n
          2541117046,\n
          2541117093,\n
          2541116997,\n
          2541116893,\n
          2541116993\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181015,\n
        "timestamp": "2013-11-20T10:44:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118935,\n
          2541118975,\n
          2541119039,\n
          2541119178,\n
          2541119069,\n
          2541118935\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181016,\n
        "timestamp": "2013-11-20T10:44:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119171,\n
          2541119117,\n
          2541119091,\n
          2541119194,\n
          2541119211,\n
          2541119171\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181017,\n
        "timestamp": "2013-11-20T10:44:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116177,\n
          2541116134,\n
          2541116126,\n
          2541116187,\n
          2541116197,\n
          2541116177\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181018,\n
        "timestamp": "2013-11-20T10:44:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118679,\n
          2541118688,\n
          2541118701,\n
          2541118714,\n
          2541118697,\n
          2541118679\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181019,\n
        "timestamp": "2013-11-20T10:44:10Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120337,\n
          2541120336,\n
          2541120331,\n
          2541120351,\n
          2541120362,\n
          2541120337\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181020,\n
        "timestamp": "2013-11-20T10:44:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116092,\n
          2541116075,\n
          2541116053,\n
          2541116067,\n
          2541116079,\n
          2541116092\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181021,\n
        "timestamp": "2013-11-20T10:44:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120287,\n
          2541120268,\n
          2541120251,\n
          2541120266,\n
          2541120273,\n
          2541120287\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181022,\n
        "timestamp": "2013-11-20T10:44:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120916,\n
          2541120915,\n
          2541120911,\n
          2541120909,\n
          2541120910,\n
          2541120916\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181023,\n
        "timestamp": "2013-11-20T10:44:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117432,\n
          2541117390,\n
          2541117384,\n
          2541117415,\n
          2541117459,\n
          2541117432\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181024,\n
        "timestamp": "2013-11-20T10:44:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118349,\n
          2541118319,\n
          2541118296,\n
          2541118331,\n
          2541118338,\n
          2541118349\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181025,\n
        "timestamp": "2013-11-20T10:44:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118687,\n
          2541118690,\n
          2541118699,\n
          2541118716,\n
          2541118702,\n
          2541118687\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181027,\n
        "timestamp": "2013-11-20T10:44:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119203,\n
          2541119166,\n
          2541119155,\n
          2541119190,\n
          2541119200,\n
          2541119203\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181028,\n
        "timestamp": "2013-11-20T10:44:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118206,\n
          2541118326,\n
          2541118352,\n
          2541118281,\n
          2541118220,\n
          2541118206\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181029,\n
        "timestamp": "2013-11-20T10:44:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120871,\n
          2541120868,\n
          2541120862,\n
          2541120850,\n
          2541120864,\n
          2541120871\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181030,\n
        "timestamp": "2013-11-20T10:44:11Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116770,\n
          2541116719,\n
          2541116822,\n
          2541116891,\n
          2541116852,\n
          2541116770\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181031,\n
        "timestamp": "2013-11-20T10:44:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116175,\n
          2541116166,\n
          2541116179,\n
          2541116182,\n
          2541116191,\n
          2541116175\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181032,\n
        "timestamp": "2013-11-20T10:44:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119439,\n
          2541119425,\n
          2541119444,\n
          2541119468,\n
          2541119454,\n
          2541119439\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181033,\n
        "timestamp": "2013-11-20T10:44:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118408,\n
          2541118412,\n
          2541118426,\n
          2541118403,\n
          2541118384,\n
          2541118408\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181034,\n
        "timestamp": "2013-11-20T10:44:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120813,\n
          2541120811,\n
          2541120798,\n
          2541120803,\n
          2541120816,\n
          2541120813\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181035,\n
        "timestamp": "2013-11-20T10:44:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120896,\n
          2541120899,\n
          2541120897,\n
          2541120889,\n
          2541120892,\n
          2541120896\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181036,\n
        "timestamp": "2013-11-20T10:44:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120272,\n
          2541120313,\n
          2541120321,\n
          2541120253,\n
          2541120243,\n
          2541120272\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181037,\n
        "timestamp": "2013-11-20T10:44:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117386,\n
          2541117339,\n
          2541117469,\n
          2541117549,\n
          2541117488,\n
          2541117386\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181038,\n
        "timestamp": "2013-11-20T10:44:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118333,\n
          2541118356,\n
          2541118271,\n
          2541118186,\n
          2541118267,\n
          2541118333\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181039,\n
        "timestamp": "2013-11-20T10:44:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119324,\n
          2541119336,\n
          2541119318,\n
          2541119302,\n
          2541119291,\n
          2541119324\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181040,\n
        "timestamp": "2013-11-20T10:44:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118587,\n
          2541118571,\n
          2541118664,\n
          2541118692,\n
          2541118624,\n
          2541118587\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181041,\n
        "timestamp": "2013-11-20T10:44:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120246,\n
          2541120244,\n
          2541120227,\n
          2541120275,\n
          2541120300,\n
          2541120246\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181042,\n
        "timestamp": "2013-11-20T10:44:12Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118798,\n
          2541118789,\n
          2541118946,\n
          2541118964,\n
          2541118889,\n
          2541118798\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181043,\n
        "timestamp": "2013-11-20T10:44:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117883,\n
          2541117913,\n
          2541117959,\n
          2541117857,\n
          2541117800,\n
          2541117883\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181044,\n
        "timestamp": "2013-11-20T10:44:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120786,\n
          2541120761,\n
          2541120772,\n
          2541120822,\n
          2541120818,\n
          2541120786\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181045,\n
        "timestamp": "2013-11-20T10:44:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118831,\n
          2541118807,\n
          2541118874,\n
          2541118911,\n
          2541118933,\n
          2541118831\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181046,\n
        "timestamp": "2013-11-20T10:44:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116298,\n
          2541116262,\n
          2541116254,\n
          2541116291,\n
          2541116336,\n
          2541116298\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181047,\n
        "timestamp": "2013-11-20T10:44:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116027,\n
          2541116025,\n
          2541116015,\n
          2541116022,\n
          2541116035,\n
          2541116027\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181048,\n
        "timestamp": "2013-11-20T10:44:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120858,\n
          2541120862,\n
          2541120868,\n
          2541120872,\n
          2541120863,\n
          2541120858\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181049,\n
        "timestamp": "2013-11-20T10:44:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116285,\n
          2541116278,\n
          2541116257,\n
          2541116255,\n
          2541116268,\n
          2541116285\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181050,\n
        "timestamp": "2013-11-20T10:44:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120183,\n
          2541120192,\n
          2541120178,\n
          2541120162,\n
          2541120170,\n
          2541120183\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181051,\n
        "timestamp": "2013-11-20T10:44:13Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117469,\n
          2541117614,\n
          2541117689,\n
          2541117641,\n
          2541117549,\n
          2541117469\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181052,\n
        "timestamp": "2013-11-20T10:44:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119448,\n
          2541119452,\n
          2541119299,\n
          2541119277,\n
          2541119373,\n
          2541119448\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181053,\n
        "timestamp": "2013-11-20T10:44:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116108,\n
          2541116117,\n
          2541116131,\n
          2541116135,\n
          2541116123,\n
          2541116108\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181054,\n
        "timestamp": "2013-11-20T10:44:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118709,\n
          2541118705,\n
          2541118721,\n
          2541118744,\n
          2541118725,\n
          2541118709\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181055,\n
        "timestamp": "2013-11-20T10:44:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116359,\n
          2541116380,\n
          2541116316,\n
          2541116296,\n
          2541116300,\n
          2541116359\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181056,\n
        "timestamp": "2013-11-20T10:44:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119993,\n
          2541119981,\n
          2541119951,\n
          2541119973,\n
          2541119983,\n
          2541119993\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181057,\n
        "timestamp": "2013-11-20T10:44:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119965,\n
          2541119930,\n
          2541119797,\n
          2541119822,\n
          2541119895,\n
          2541119965\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181058,\n
        "timestamp": "2013-11-20T10:44:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120159,\n
          2541120202,\n
          2541120219,\n
          2541120200,\n
          2541120173,\n
          2541120159\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181059,\n
        "timestamp": "2013-11-20T10:44:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118346,\n
          2541118367,\n
          2541118408,\n
          2541118384,\n
          2541118378,\n
          2541118346\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181060,\n
        "timestamp": "2013-11-20T10:44:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120345,\n
          2541120312,\n
          2541120285,\n
          2541120310,\n
          2541120333,\n
          2541120345\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181061,\n
        "timestamp": "2013-11-20T10:44:14Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116608,\n
          2541116428,\n
          2541116478,\n
          2541116643,\n
          2541116716,\n
          2541116608\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181062,\n
        "timestamp": "2013-11-20T10:44:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117602,\n
          2541117488,\n
          2541117549,\n
          2541117641,\n
          2541117774,\n
          2541117602\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181063,\n
        "timestamp": "2013-11-20T10:44:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119189,\n
          2541119208,\n
          2541119231,\n
          2541119212,\n
          2541119202,\n
          2541119189\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181064,\n
        "timestamp": "2013-11-20T10:44:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120317,\n
          2541120309,\n
          2541120297,\n
          2541120322,\n
          2541120340,\n
          2541120317\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181065,\n
        "timestamp": "2013-11-20T10:44:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119044,\n
          2541119033,\n
          2541119023,\n
          2541119002,\n
          2541119040,\n
          2541119044\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181066,\n
        "timestamp": "2013-11-20T10:44:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118700,\n
          2541118757,\n
          2541118746,\n
          2541118723,\n
          2541118689,\n
          2541118700\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181067,\n
        "timestamp": "2013-11-20T10:44:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117953,\n
          2541117994,\n
          2541117955,\n
          2541117931,\n
          2541117925,\n
          2541117953\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181068,\n
        "timestamp": "2013-11-20T10:44:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116117,\n
          2541116086,\n
          2541116095,\n
          2541116137,\n
          2541116131,\n
          2541116117\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181069,\n
        "timestamp": "2013-11-20T10:44:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120076,\n
          2541120057,\n
          2541120078,\n
          2541120095,\n
          2541120112,\n
          2541120076\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181070,\n
        "timestamp": "2013-11-20T10:44:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119589,\n
          2541119625,\n
          2541119654,\n
          2541119608,\n
          2541119537,\n
          2541119589\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181072,\n
        "timestamp": "2013-11-20T10:44:15Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117451,\n
          2541117407,\n
          2541117209,\n
          2541117348,\n
          2541117467,\n
          2541117451\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181074,\n
        "timestamp": "2013-11-20T10:44:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119680,\n
          2541119658,\n
          2541119684,\n
          2541119693,\n
          2541119697,\n
          2541119680\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181075,\n
        "timestamp": "2013-11-20T10:44:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116398,\n
          2541116659,\n
          2541116700,\n
          2541116468,\n
          2541116410,\n
          2541116398\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181077,\n
        "timestamp": "2013-11-20T10:44:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118627,\n
          2541118595,\n
          2541118626,\n
          2541118636,\n
          2541118654,\n
          2541118627\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181078,\n
        "timestamp": "2013-11-20T10:44:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116829,\n
          2541116943,\n
          2541117011,\n
          2541116952,\n
          2541116914,\n
          2541116829\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181079,\n
        "timestamp": "2013-11-20T10:44:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116912,\n
          2541116973,\n
          2541117035,\n
          2541117081,\n
          2541116943,\n
          2541116912\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181080,\n
        "timestamp": "2013-11-20T10:44:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118546,\n
          2541118592,\n
          2541118613,\n
          2541118620,\n
          2541118575,\n
          2541118546\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181081,\n
        "timestamp": "2013-11-20T10:44:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117770,\n
          2541117917,\n
          2541117894,\n
          2541117746,\n
          2541117752,\n
          2541117770\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181082,\n
        "timestamp": "2013-11-20T10:44:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118810,\n
          2541118975,\n
          2541118935,\n
          2541118927,\n
          2541118787,\n
          2541118810\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181083,\n
        "timestamp": "2013-11-20T10:44:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116133,\n
          2541116139,\n
          2541116148,\n
          2541116143,\n
          2541116125,\n
          2541116133\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181084,\n
        "timestamp": "2013-11-20T10:44:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117188,\n
          2541117157,\n
          2541117170,\n
          2541117352,\n
          2541117375,\n
          2541117188\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181085,\n
        "timestamp": "2013-11-20T10:44:16Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116849,\n
          2541116923,\n
          2541116880,\n
          2541116832,\n
          2541116785,\n
          2541116849\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181086,\n
        "timestamp": "2013-11-20T10:44:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118125,\n
          2541118097,\n
          2541118334,\n
          2541118347,\n
          2541118316,\n
          2541118125\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181087,\n
        "timestamp": "2013-11-20T10:44:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116032,\n
          2541116039,\n
          2541116052,\n
          2541116044,\n
          2541116041,\n
          2541116032\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181088,\n
        "timestamp": "2013-11-20T10:44:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118760,\n
          2541118741,\n
          2541118738,\n
          2541118737,\n
          2541118758,\n
          2541118760\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181089,\n
        "timestamp": "2013-11-20T10:44:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116007,\n
          2541115984,\n
          2541115976,\n
          2541115999,\n
          2541116004,\n
          2541116007\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181090,\n
        "timestamp": "2013-11-20T10:44:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115866,\n
          2541115862,\n
          2541115879,\n
          2541115882,\n
          2541115874,\n
          2541115866\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181091,\n
        "timestamp": "2013-11-20T10:44:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120156,\n
          2541120154,\n
          2541120165,\n
          2541120180,\n
          2541120166,\n
          2541120156\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181092,\n
        "timestamp": "2013-11-20T10:44:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118795,\n
          2541118796,\n
          2541118802,\n
          2541118727,\n
          2541118720,\n
          2541118795\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181093,\n
        "timestamp": "2013-11-20T10:44:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116111,\n
          2541116115,\n
          2541116116,\n
          2541116083,\n
          2541116076,\n
          2541116111\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181094,\n
        "timestamp": "2013-11-20T10:44:17Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119642,\n
          2541119619,\n
          2541119603,\n
          2541119626,\n
          2541119633,\n
          2541119642\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181095,\n
        "timestamp": "2013-11-20T10:44:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119275,\n
          2541119289,\n
          2541119335,\n
          2541119314,\n
          2541119287,\n
          2541119275\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181096,\n
        "timestamp": "2013-11-20T10:44:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116497,\n
          2541116391,\n
          2541116415,\n
          2541116428,\n
          2541116608,\n
          2541116497\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181097,\n
        "timestamp": "2013-11-20T10:44:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116426,\n
          2541116406,\n
          2541116410,\n
          2541116468,\n
          2541116534,\n
          2541116426\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181098,\n
        "timestamp": "2013-11-20T10:44:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119982,\n
          2541119864,\n
          2541119808,\n
          2541119882,\n
          2541119908,\n
          2541119982\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181099,\n
        "timestamp": "2013-11-20T10:44:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120240,\n
          2541120187,\n
          2541120220,\n
          2541120263,\n
          2541120342,\n
          2541120240\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181100,\n
        "timestamp": "2013-11-20T10:44:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119242,\n
          2541119218,\n
          2541119204,\n
          2541119245,\n
          2541119286,\n
          2541119242\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181101,\n
        "timestamp": "2013-11-20T10:44:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116256,\n
          2541116248,\n
          2541116233,\n
          2541116293,\n
          2541116322,\n
          2541116256\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181102,\n
        "timestamp": "2013-11-20T10:44:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116082,\n
          2541116061,\n
          2541116049,\n
          2541116059,\n
          2541116062,\n
          2541116082\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181103,\n
        "timestamp": "2013-11-20T10:44:18Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119906,\n
          2541119936,\n
          2541119957,\n
          2541119904,\n
          2541119872,\n
          2541119906\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181105,\n
        "timestamp": "2013-11-20T10:44:19Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117679,\n
          2541117780,\n
          2541117842,\n
          2541117772,\n
          2541117734,\n
          2541117679\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181106,\n
        "timestamp": "2022-01-27T09:01:20Z",\n
        "version": 2,\n
        "changeset": 116655624,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          2541118780,\n
          2541118827,\n
          2541118903,\n
          2541118915,\n
          2541118782,\n
          9452188726,\n
          2541118780\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181107,\n
        "timestamp": "2013-11-20T10:44:19Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117120,\n
          2541117074,\n
          2541117184,\n
          2541117214,\n
          2541117193,\n
          2541117120\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181108,\n
        "timestamp": "2013-11-20T10:44:19Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116255,\n
          2541116257,\n
          2541116232,\n
          2541116224,\n
          2541116249,\n
          2541116255\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181109,\n
        "timestamp": "2013-11-20T10:44:19Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118777,\n
          2541118788,\n
          2541118766,\n
          2541118714,\n
          2541118701,\n
          2541118777\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181110,\n
        "timestamp": "2013-11-20T10:44:19Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120364,\n
          2541120370,\n
          2541120396,\n
          2541120434,\n
          2541120424,\n
          2541120364\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181111,\n
        "timestamp": "2013-11-20T10:44:19Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119656,\n
          2541119583,\n
          2541119522,\n
          2541119603,\n
          2541119619,\n
          2541119656\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181112,\n
        "timestamp": "2013-11-20T10:44:19Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120458,\n
          2541120470,\n
          2541120489,\n
          2541120501,\n
          2541120477,\n
          2541120458\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181113,\n
        "timestamp": "2013-11-20T10:44:19Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119082,\n
          2541119087,\n
          2541119071,\n
          2541119046,\n
          2541119058,\n
          2541119082\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181114,\n
        "timestamp": "2013-11-20T10:44:19Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116719,\n
          2541116713,\n
          2541116668,\n
          2541116779,\n
          2541116822,\n
          2541116719\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181115,\n
        "timestamp": "2013-11-20T10:44:19Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117579,\n
          2541117820,\n
          2541117868,\n
          2541117728,\n
          2541117659,\n
          2541117579\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181116,\n
        "timestamp": "2013-11-20T10:44:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117577,\n
          2541117529,\n
          2541117498,\n
          2541117526,\n
          2541117555,\n
          2541117577\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181117,\n
        "timestamp": "2013-11-20T10:44:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118521,\n
          2541118413,\n
          2541118386,\n
          2541118463,\n
          2541118396,\n
          2541118434,\n
          2541118521\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181118,\n
        "timestamp": "2013-11-20T10:44:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116276,\n
          2541116251,\n
          2541116245,\n
          2541116240,\n
          2541116248,\n
          2541116256,\n
          2541116276\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181119,\n
        "timestamp": "2013-11-20T10:44:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118956,\n
          2541118980,\n
          2541118959,\n
          2541118953,\n
          2541118965,\n
          2541118952,\n
          2541118956\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181120,\n
        "timestamp": "2013-11-20T10:44:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118265,\n
          2541118171,\n
          2541118129,\n
          2541118140,\n
          2541118074,\n
          2541118161,\n
          2541118265\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181121,\n
        "timestamp": "2013-11-20T10:44:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119567,\n
          2541119618,\n
          2541119607,\n
          2541119719,\n
          2541119764,\n
          2541119610,\n
          2541119567\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181124,\n
        "timestamp": "2013-11-20T10:44:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118216,\n
          2541118180,\n
          2541118335,\n
          2541118351,\n
          2541118328,\n
          2541118294,\n
          2541118216\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181127,\n
        "timestamp": "2013-11-20T10:44:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120432,\n
          2541120404,\n
          2541120359,\n
          2541120384,\n
          2541120375,\n
          2541120388,\n
          2541120432\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181129,\n
        "timestamp": "2013-11-20T10:44:20Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116465,\n
          2541116435,\n
          2541116425,\n
          2541116407,\n
          2541116451,\n
          2541116599,\n
          2541116465\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181132,\n
        "timestamp": "2013-11-20T10:44:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116826,\n
          2541116804,\n
          2541116861,\n
          2541116757,\n
          2541116899,\n
          2541116980,\n
          2541116826\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181137,\n
        "timestamp": "2013-11-20T10:44:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118715,\n
          2541118695,\n
          2541118691,\n
          2541118684,\n
          2541118686,\n
          2541118713,\n
          2541118715\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181140,\n
        "timestamp": "2013-11-20T10:44:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115753,\n
          2541115747,\n
          2541115735,\n
          2541115741,\n
          2541115746,\n
          2541115740,\n
          2541115753\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181145,\n
        "timestamp": "2013-11-20T10:44:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119308,\n
          2541119331,\n
          2541119318,\n
          2541119336,\n
          2541119347,\n
          2541119313,\n
          2541119308\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181153,\n
        "timestamp": "2013-11-20T10:44:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120525,\n
          2541120519,\n
          2541120524,\n
          2541120530,\n
          2541120535,\n
          2541120528,\n
          2541120525\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181156,\n
        "timestamp": "2013-11-20T10:44:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120695,\n
          2541120704,\n
          2541120738,\n
          2541120718,\n
          2541120708,\n
          2541120712,\n
          2541120695\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181161,\n
        "timestamp": "2013-11-20T10:44:21Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117422,\n
          2541117441,\n
          2541117363,\n
          2541117191,\n
          2541117218,\n
          2541117354,\n
          2541117422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181164,\n
        "timestamp": "2013-11-20T10:44:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120736,\n
          2541120748,\n
          2541120751,\n
          2541120766,\n
          2541120747,\n
          2541120745,\n
          2541120736\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181169,\n
        "timestamp": "2013-11-20T10:44:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117846,\n
          2541117826,\n
          2541117732,\n
          2541117736,\n
          2541117806,\n
          2541117881,\n
          2541117846\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181174,\n
        "timestamp": "2013-11-20T10:44:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118661,\n
          2541118673,\n
          2541118653,\n
          2541118645,\n
          2541118642,\n
          2541118657,\n
          2541118661\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181179,\n
        "timestamp": "2013-11-20T10:44:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120930,\n
          2541120927,\n
          2541120928,\n
          2541120929,\n
          2541120931,\n
          2541120932,\n
          2541120930\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181184,\n
        "timestamp": "2013-11-20T10:44:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119954,\n
          2541119900,\n
          2541119988,\n
          2541119991,\n
          2541119996,\n
          2541120013,\n
          2541119954\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181189,\n
        "timestamp": "2013-11-20T10:44:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116150,\n
          2541116146,\n
          2541116144,\n
          2541116149,\n
          2541116155,\n
          2541116153,\n
          2541116150\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181195,\n
        "timestamp": "2013-11-20T10:44:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120733,\n
          2541120737,\n
          2541120734,\n
          2541120741,\n
          2541120764,\n
          2541120740,\n
          2541120733\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181200,\n
        "timestamp": "2013-11-20T10:44:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115951,\n
          2541115995,\n
          2541115997,\n
          2541115974,\n
          2541115978,\n
          2541115954,\n
          2541115951\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181204,\n
        "timestamp": "2013-11-20T10:44:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118370,\n
          2541118381,\n
          2541118394,\n
          2541118398,\n
          2541118419,\n
          2541118400,\n
          2541118370\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181211,\n
        "timestamp": "2013-11-20T10:44:22Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118887,\n
          2541118785,\n
          2541118805,\n
          2541118904,\n
          2541118936,\n
          2541118948,\n
          2541118887\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181216,\n
        "timestamp": "2013-11-20T10:44:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120622,\n
          2541120542,\n
          2541120569,\n
          2541120579,\n
          2541120573,\n
          2541120636,\n
          2541120622\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181226,\n
        "timestamp": "2013-11-20T10:44:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120906,\n
          2541120894,\n
          2541120879,\n
          2541120884,\n
          2541120893,\n
          2541120902,\n
          2541120906\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181230,\n
        "timestamp": "2013-11-20T10:44:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119104,\n
          2541118980,\n
          2541118956,\n
          2541119004,\n
          2541119003,\n
          2541119081,\n
          2541119104\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181234,\n
        "timestamp": "2013-11-20T10:44:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117683,\n
          2541117830,\n
          2541117859,\n
          2541117661,\n
          2541117644,\n
          2541117697,\n
          2541117683\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181236,\n
        "timestamp": "2013-11-20T10:44:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116065,\n
          2541116073,\n
          2541116070,\n
          2541116081,\n
          2541116068,\n
          2541116056,\n
          2541116065\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181240,\n
        "timestamp": "2013-11-20T10:44:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116934,\n
          2541116802,\n
          2541117050,\n
          2541117137,\n
          2541116995,\n
          2541117002,\n
          2541116934\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181242,\n
        "timestamp": "2013-11-20T10:44:23Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120939,\n
          2541120941,\n
          2541120942,\n
          2541120943,\n
          2541120944,\n
          2541120940,\n
          2541120939\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181244,\n
        "timestamp": "2013-11-20T10:44:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116558,\n
          2541116782,\n
          2541116829,\n
          2541116914,\n
          2541116895,\n
          2541116685,\n
          2541116558\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181246,\n
        "timestamp": "2013-11-20T10:44:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115969,\n
          2541115958,\n
          2541115961,\n
          2541115947,\n
          2541115960,\n
          2541115988,\n
          2541115969\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181247,\n
        "timestamp": "2013-11-20T10:44:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119147,\n
          2541119219,\n
          2541119235,\n
          2541119248,\n
          2541119167,\n
          2541119163,\n
          2541119147\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181248,\n
        "timestamp": "2013-11-20T10:44:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118974,\n
          2541118993,\n
          2541119096,\n
          2541119084,\n
          2541119077,\n
          2541119052,\n
          2541118974\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181249,\n
        "timestamp": "2013-11-20T10:44:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119837,\n
          2541119699,\n
          2541119642,\n
          2541119633,\n
          2541119788,\n
          2541119793,\n
          2541119837\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181250,\n
        "timestamp": "2013-11-20T10:44:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117695,\n
          2541117577,\n
          2541117555,\n
          2541117630,\n
          2541117639,\n
          2541117667,\n
          2541117695\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181251,\n
        "timestamp": "2013-11-20T10:44:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118311,\n
          2541118313,\n
          2541118272,\n
          2541118260,\n
          2541118302,\n
          2541118308,\n
          2541118311\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181252,\n
        "timestamp": "2013-11-20T10:44:24Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119770,\n
          2541119760,\n
          2541119666,\n
          2541119736,\n
          2541119786,\n
          2541119773,\n
          2541119770\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181253,\n
        "timestamp": "2013-11-20T10:44:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120901,\n
          2541120900,\n
          2541120890,\n
          2541120895,\n
          2541120905,\n
          2541120904,\n
          2541120901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181254,\n
        "timestamp": "2013-11-20T10:44:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118699,\n
          2541118709,\n
          2541118725,\n
          2541118744,\n
          2541118748,\n
          2541118716,\n
          2541118699\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181255,\n
        "timestamp": "2013-11-20T10:44:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116120,\n
          2541116107,\n
          2541116129,\n
          2541116127,\n
          2541116140,\n
          2541116154,\n
          2541116120\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181256,\n
        "timestamp": "2013-11-20T10:44:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120907,\n
          2541120898,\n
          2541120897,\n
          2541120899,\n
          2541120896,\n
          2541120903,\n
          2541120907\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181257,\n
        "timestamp": "2013-11-20T10:44:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119484,\n
          2541119529,\n
          2541119559,\n
          2541119573,\n
          2541119595,\n
          2541119535,\n
          2541119484\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181258,\n
        "timestamp": "2013-11-20T10:44:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117300,\n
          2541117327,\n
          2541117426,\n
          2541117211,\n
          2541117172,\n
          2541117281,\n
          2541117300\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181259,\n
        "timestamp": "2013-11-20T10:44:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118382,\n
          2541118368,\n
          2541118421,\n
          2541118439,\n
          2541118401,\n
          2541118406,\n
          2541118382\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181260,\n
        "timestamp": "2013-11-20T10:44:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119841,\n
          2541119868,\n
          2541119973,\n
          2541119951,\n
          2541119936,\n
          2541119906,\n
          2541119841\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181261,\n
        "timestamp": "2013-11-20T10:44:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119296,\n
          2541119279,\n
          2541119254,\n
          2541119262,\n
          2541119258,\n
          2541119270,\n
          2541119296\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181262,\n
        "timestamp": "2013-11-20T10:44:25Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117022,\n
          2541116481,\n
          2541116447,\n
          2541116936,\n
          2541116904,\n
          2541116947,\n
          2541117022\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181263,\n
        "timestamp": "2013-11-20T10:44:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116596,\n
          2541116682,\n
          2541116743,\n
          2541116886,\n
          2541116921,\n
          2541116728,\n
          2541116596\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181265,\n
        "timestamp": "2015-03-15T10:08:18Z",\n
        "version": 2,\n
        "changeset": 29490690,\n
        "user": "Max-Kritic",\n
        "uid": 414659,\n
        "nodes": [\n
          2541120731,\n
          2541120577,\n
          2541120586,\n
          2541120611,\n
          2541120633,\n
          3399514621,\n
          2541120758,\n
          2541120731\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181266,\n
        "timestamp": "2013-11-20T10:44:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117464,\n
          2541117608,\n
          2541117632,\n
          2541117707,\n
          2541117656,\n
          2541117430,\n
          2541117464\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181267,\n
        "timestamp": "2013-11-20T10:44:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116000,\n
          2541116024,\n
          2541116020,\n
          2541116018,\n
          2541116014,\n
          2541115990,\n
          2541116000\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181268,\n
        "timestamp": "2013-11-20T10:44:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120938,\n
          2541120937,\n
          2541120935,\n
          2541120936,\n
          2541120933,\n
          2541120934,\n
          2541120938\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181269,\n
        "timestamp": "2013-11-20T10:44:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116101,\n
          2541116093,\n
          2541116087,\n
          2541116068,\n
          2541116081,\n
          2541116113,\n
          2541116101\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181270,\n
        "timestamp": "2013-11-20T10:44:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117405,\n
          2541117650,\n
          2541117756,\n
          2541117705,\n
          2541117665,\n
          2541117475,\n
          2541117405\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181271,\n
        "timestamp": "2013-11-20T10:44:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119990,\n
          2541119928,\n
          2541119902,\n
          2541119933,\n
          2541119943,\n
          2541119986,\n
          2541119990\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181272,\n
        "timestamp": "2013-11-20T10:44:26Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119170,\n
          2541119165,\n
          2541119227,\n
          2541119229,\n
          2541119239,\n
          2541119181,\n
          2541119170\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181273,\n
        "timestamp": "2013-11-20T10:44:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116634,\n
          2541116748,\n
          2541116844,\n
          2541116602,\n
          2541116593,\n
          2541116722,\n
          2541116634\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181274,\n
        "timestamp": "2013-11-20T10:44:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120880,\n
          2541120886,\n
          2541120888,\n
          2541120891,\n
          2541120887,\n
          2541120874,\n
          2541120880\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181275,\n
        "timestamp": "2013-11-20T10:44:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118449,\n
          2541118366,\n
          2541118357,\n
          2541118415,\n
          2541118440,\n
          2541118441,\n
          2541118449\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181276,\n
        "timestamp": "2013-11-20T10:44:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119287,\n
          2541119314,\n
          2541119284,\n
          2541119274,\n
          2541119265,\n
          2541119246,\n
          2541119287\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181277,\n
        "timestamp": "2013-11-20T10:44:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116104,\n
          2541116088,\n
          2541116085,\n
          2541116072,\n
          2541116075,\n
          2541116092,\n
          2541116104\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181278,\n
        "timestamp": "2013-11-20T10:44:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117209,\n
          2541117145,\n
          2541117109,\n
          2541117085,\n
          2541117207,\n
          2541117348,\n
          2541117209\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181279,\n
        "timestamp": "2013-11-20T10:44:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118299,\n
          2541118309,\n
          2541118194,\n
          2541118187,\n
          2541118148,\n
          2541118134,\n
          2541118299\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181280,\n
        "timestamp": "2013-11-20T10:44:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120925,\n
          2541120921,\n
          2541120922,\n
          2541120923,\n
          2541120924,\n
          2541120926,\n
          2541120925\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181281,\n
        "timestamp": "2013-11-20T10:44:27Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119357,\n
          2541119343,\n
          2541119333,\n
          2541119338,\n
          2541119307,\n
          2541119322,\n
          2541119357\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181282,\n
        "timestamp": "2013-11-20T10:44:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115782,\n
          2541115784,\n
          2541115776,\n
          2541115766,\n
          2541115774,\n
          2541115775,\n
          2541115782\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181283,\n
        "timestamp": "2022-01-27T09:01:20Z",\n
        "version": 2,\n
        "changeset": 116655624,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          2541120066,\n
          2541119982,\n
          2541119908,\n
          2541119916,\n
          2541120031,\n
          2541120037,\n
          9452188748,\n
          2541120066\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181284,\n
        "timestamp": "2013-11-20T10:44:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120419,\n
          2541120401,\n
          2541120436,\n
          2541120470,\n
          2541120458,\n
          2541120426,\n
          2541120419\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181285,\n
        "timestamp": "2013-11-20T10:44:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119341,\n
          2541119367,\n
          2541119355,\n
          2541119328,\n
          2541119306,\n
          2541119323,\n
          2541119341\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181286,\n
        "timestamp": "2013-11-20T10:44:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118940,\n
          2541118919,\n
          2541118949,\n
          2541118958,\n
          2541119010,\n
          2541119021,\n
          2541118940\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181288,\n
        "timestamp": "2013-11-20T10:44:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118516,\n
          2541118462,\n
          2541118456,\n
          2541118454,\n
          2541118512,\n
          2541118519,\n
          2541118516\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181289,\n
        "timestamp": "2013-11-20T10:44:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120875,\n
          2541120871,\n
          2541120864,\n
          2541120861,\n
          2541120867,\n
          2541120876,\n
          2541120875\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181290,\n
        "timestamp": "2013-11-20T10:44:28Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120555,\n
          2541120593,\n
          2541120602,\n
          2541120601,\n
          2541120595,\n
          2541120564,\n
          2541120555\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181291,\n
        "timestamp": "2013-11-20T10:44:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117104,\n
          2541117491,\n
          2541117551,\n
          2541117306,\n
          2541117409,\n
          2541117377,\n
          2541117104\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181292,\n
        "timestamp": "2013-11-20T10:44:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120948,\n
          2541120946,\n
          2541120949,\n
          2541120951,\n
          2541120952,\n
          2541120953,\n
          2541120948\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181293,\n
        "timestamp": "2013-11-20T10:44:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118397,\n
          2541118387,\n
          2541118448,\n
          2541118451,\n
          2541118468,\n
          2541118490,\n
          2541118397\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181294,\n
        "timestamp": "2013-11-20T10:44:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120545,\n
          2541120558,\n
          2541120571,\n
          2541120568,\n
          2541120572,\n
          2541120556,\n
          2541120545\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181295,\n
        "timestamp": "2013-11-20T10:44:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119732,\n
          2541119543,\n
          2541119500,\n
          2541119531,\n
          2541119555,\n
          2541119704,\n
          2541119732\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181296,\n
        "timestamp": "2013-11-20T10:44:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118422,\n
          2541118453,\n
          2541118419,\n
          2541118398,\n
          2541118394,\n
          2541118381,\n
          2541118422\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181297,\n
        "timestamp": "2013-11-20T10:44:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120794,\n
          2541120783,\n
          2541120768,\n
          2541120792,\n
          2541120824,\n
          2541120802,\n
          2541120794\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181298,\n
        "timestamp": "2013-11-20T10:44:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117079,\n
          2541117097,\n
          2541117122,\n
          2541117068,\n
          2541117029,\n
          2541117016,\n
          2541117079\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181299,\n
        "timestamp": "2013-11-20T10:44:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116409,\n
          2541116389,\n
          2541116634,\n
          2541116722,\n
          2541116593,\n
          2541116602,\n
          2541116409\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181300,\n
        "timestamp": "2013-11-20T10:44:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115820,\n
          2541115828,\n
          2541115858,\n
          2541115868,\n
          2541115833,\n
          2541115809,\n
          2541115820\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181301,\n
        "timestamp": "2013-11-20T10:44:29Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119749,\n
          2541119780,\n
          2541119706,\n
          2541119689,\n
          2541119712,\n
          2541119644,\n
          2541119749\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181302,\n
        "timestamp": "2013-11-20T10:44:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118300,\n
          2541118184,\n
          2541118175,\n
          2541118165,\n
          2541118150,\n
          2541118258,\n
          2541118300\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181304,\n
        "timestamp": "2013-11-20T10:44:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118963,\n
          2541118983,\n
          2541118976,\n
          2541118987,\n
          2541118967,\n
          2541118951,\n
          2541118963\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181306,\n
        "timestamp": "2013-11-20T10:44:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115993,\n
          2541116030,\n
          2541116046,\n
          2541116004,\n
          2541115999,\n
          2541115998,\n
          2541115993\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181307,\n
        "timestamp": "2013-11-20T10:44:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116541,\n
          2541116568,\n
          2541116575,\n
          2541116424,\n
          2541116404,\n
          2541116436,\n
          2541116443,\n
          2541116541\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181308,\n
        "timestamp": "2013-11-20T10:44:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118650,\n
          2541118648,\n
          2541118696,\n
          2541118703,\n
          2541118680,\n
          2541118681,\n
          2541118652,\n
          2541118650\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181309,\n
        "timestamp": "2013-11-20T10:44:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117919,\n
          2541117782,\n
          2541117844,\n
          2541117972,\n
          2541117982,\n
          2541118004,\n
          2541117939,\n
          2541117919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181311,\n
        "timestamp": "2013-11-20T10:44:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118677,\n
          2541118603,\n
          2541118593,\n
          2541118640,\n
          2541118628,\n
          2541118647,\n
          2541118667,\n
          2541118677\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181313,\n
        "timestamp": "2013-11-20T10:44:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120507,\n
          2541120481,\n
          2541120460,\n
          2541120487,\n
          2541120472,\n
          2541120484,\n
          2541120497,\n
          2541120507\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181315,\n
        "timestamp": "2013-11-20T10:44:30Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118992,\n
          2541118932,\n
          2541118841,\n
          2541118820,\n
          2541118899,\n
          2541118891,\n
          2541118979,\n
          2541118992\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181317,\n
        "timestamp": "2013-11-20T10:44:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117929,\n
          2541117877,\n
          2541117834,\n
          2541117810,\n
          2541117852,\n
          2541117870,\n
          2541117911,\n
          2541117929\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181318,\n
        "timestamp": "2013-11-20T10:44:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118113,\n
          2541118192,\n
          2541118111,\n
          2541118066,\n
          2541118051,\n
          2541118002,\n
          2541118031,\n
          2541118113\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181320,\n
        "timestamp": "2013-11-20T10:44:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120136,\n
          2541120129,\n
          2541120125,\n
          2541120100,\n
          2541120083,\n
          2541120062,\n
          2541120093,\n
          2541120136\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181321,\n
        "timestamp": "2013-11-20T10:44:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120919,\n
          2541120916,\n
          2541120910,\n
          2541120912,\n
          2541120917,\n
          2541120918,\n
          2541120920,\n
          2541120919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181322,\n
        "timestamp": "2013-11-20T10:44:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117945,\n
          2541118020,\n
          2541118103,\n
          2541118042,\n
          2541117996,\n
          2541117984,\n
          2541117935,\n
          2541117945\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181323,\n
        "timestamp": "2013-11-20T10:44:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115916,\n
          2541115936,\n
          2541115944,\n
          2541115940,\n
          2541115956,\n
          2541115946,\n
          2541115904,\n
          2541115916\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181324,\n
        "timestamp": "2013-11-20T10:44:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118450,\n
          2541118392,\n
          2541118365,\n
          2541118319,\n
          2541118349,\n
          2541118409,\n
          2541118433,\n
          2541118450\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181325,\n
        "timestamp": "2013-11-20T10:44:31Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120235,\n
          2541120270,\n
          2541120228,\n
          2541120216,\n
          2541120180,\n
          2541120165,\n
          2541120184,\n
          2541120235\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181326,\n
        "timestamp": "2013-11-20T10:44:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118874,\n
          2541118869,\n
          2541118846,\n
          2541118812,\n
          2541118897,\n
          2541118901,\n
          2541118911,\n
          2541118874\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181327,\n
        "timestamp": "2013-11-20T10:44:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115860,\n
          2541115876,\n
          2541115885,\n
          2541115882,\n
          2541115879,\n
          2541115862,\n
          2541115856,\n
          2541115860\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181328,\n
        "timestamp": "2013-11-20T10:44:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118673,\n
          2541118685,\n
          2541118666,\n
          2541118634,\n
          2541118615,\n
          2541118645,\n
          2541118653,\n
          2541118673\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181329,\n
        "timestamp": "2013-11-20T10:44:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120753,\n
          2541120778,\n
          2541120780,\n
          2541120796,\n
          2541120787,\n
          2541120789,\n
          2541120785,\n
          2541120753\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181330,\n
        "timestamp": "2013-11-20T10:44:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116350,\n
          2541116363,\n
          2541116367,\n
          2541116392,\n
          2541116323,\n
          2541116319,\n
          2541116366,\n
          2541116350\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181331,\n
        "timestamp": "2013-11-20T10:44:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117659,\n
          2541117728,\n
          2541117868,\n
          2541117909,\n
          2541117812,\n
          2541117927,\n
          2541117888,\n
          2541117659\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181332,\n
        "timestamp": "2013-11-20T10:44:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119314,\n
          2541119323,\n
          2541119306,\n
          2541119328,\n
          2541119305,\n
          2541119276,\n
          2541119284,\n
          2541119314\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181333,\n
        "timestamp": "2013-11-20T10:44:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119238,\n
          2541119327,\n
          2541119358,\n
          2541119289,\n
          2541119275,\n
          2541119268,\n
          2541119256,\n
          2541119238\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181334,\n
        "timestamp": "2013-11-20T10:44:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118558,\n
          2541118534,\n
          2541118520,\n
          2541118473,\n
          2541118502,\n
          2541118522,\n
          2541118524,\n
          2541118558\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181335,\n
        "timestamp": "2013-11-20T10:44:32Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115889,\n
          2541115881,\n
          2541115906,\n
          2541115902,\n
          2541115913,\n
          2541115925,\n
          2541115912,\n
          2541115889\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181337,\n
        "timestamp": "2013-11-20T10:44:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115824,\n
          2541115864,\n
          2541115880,\n
          2541115870,\n
          2541115872,\n
          2541115844,\n
          2541115843,\n
          2541115824\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181338,\n
        "timestamp": "2013-11-20T10:44:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119197,\n
          2541119243,\n
          2541119269,\n
          2541119241,\n
          2541119266,\n
          2541119273,\n
          2541119237,\n
          2541119197\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181339,\n
        "timestamp": "2013-11-20T10:44:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118528,\n
          2541118590,\n
          2541118596,\n
          2541118610,\n
          2541118614,\n
          2541118545,\n
          2541118531,\n
          2541118528\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181340,\n
        "timestamp": "2013-11-20T10:44:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120251,\n
          2541120207,\n
          2541120195,\n
          2541120211,\n
          2541120205,\n
          2541120238,\n
          2541120266,\n
          2541120251\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181341,\n
        "timestamp": "2013-11-20T10:44:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116571,\n
          2541116423,\n
          2541116646,\n
          2541116706,\n
          2541116806,\n
          2541116649,\n
          2541116672,\n
          2541116571\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181342,\n
        "timestamp": "2013-11-20T10:44:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118754,\n
          2541118732,\n
          2541118753,\n
          2541118759,\n
          2541118792,\n
          2541118801,\n
          2541118803,\n
          2541118754\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181343,\n
        "timestamp": "2013-11-20T10:44:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116852,\n
          2541116954,\n
          2541116901,\n
          2541116806,\n
          2541116706,\n
          2541116731,\n
          2541116770,\n
          2541116852\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181344,\n
        "timestamp": "2013-11-20T10:44:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118091,\n
          2541118142,\n
          2541118157,\n
          2541118027,\n
          2541118048,\n
          2541117949,\n
          2541117861,\n
          2541118091\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181345,\n
        "timestamp": "2013-11-20T10:44:33Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116423,\n
          2541116379,\n
          2541116440,\n
          2541116459,\n
          2541116555,\n
          2541116611,\n
          2541116646,\n
          2541116423\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181346,\n
        "timestamp": "2013-11-20T10:44:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118537,\n
          2541118526,\n
          2541118560,\n
          2541118565,\n
          2541118570,\n
          2541118576,\n
          2541118584,\n
          2541118537\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181347,\n
        "timestamp": "2013-11-20T10:44:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120438,\n
          2541120418,\n
          2541120450,\n
          2541120457,\n
          2541120479,\n
          2541120486,\n
          2541120475,\n
          2541120438\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181348,\n
        "timestamp": "2013-11-20T10:44:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119079,\n
          2541119042,\n
          2541119036,\n
          2541118986,\n
          2541119017,\n
          2541119029,\n
          2541119035,\n
          2541119079\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181349,\n
        "timestamp": "2013-11-20T10:44:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118000,\n
          2541118085,\n
          2541118101,\n
          2541118064,\n
          2541118035,\n
          2541118047,\n
          2541117976,\n
          2541118000\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181350,\n
        "timestamp": "2013-11-20T10:44:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117748,\n
          2541117969,\n
          2541117988,\n
          2541118057,\n
          2541118070,\n
          2541117802,\n
          2541117794,\n
          2541117748\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181351,\n
        "timestamp": "2013-11-20T10:44:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120884,\n
          2541120879,\n
          2541120873,\n
          2541120872,\n
          2541120868,\n
          2541120871,\n
          2541120875,\n
          2541120884\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181352,\n
        "timestamp": "2013-11-20T10:44:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118871,\n
          2541118929,\n
          2541118939,\n
          2541118872,\n
          2541118858,\n
          2541118838,\n
          2541118835,\n
          2541118871\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181353,\n
        "timestamp": "2013-11-20T10:44:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119553,\n
          2541119616,\n
          2541119662,\n
          2541119695,\n
          2541119652,\n
          2541119625,\n
          2541119589,\n
          2541119553\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181354,\n
        "timestamp": "2013-11-20T10:44:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115797,\n
          2541115814,\n
          2541115826,\n
          2541115843,\n
          2541115844,\n
          2541115830,\n
          2541115811,\n
          2541115797\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181355,\n
        "timestamp": "2013-11-20T10:44:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116349,\n
          2541116365,\n
          2541116373,\n
          2541116388,\n
          2541116372,\n
          2541116360,\n
          2541116345,\n
          2541116349\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181356,\n
        "timestamp": "2013-11-20T10:44:34Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117630,\n
          2541117555,\n
          2541117526,\n
          2541117449,\n
          2541117451,\n
          2541117467,\n
          2541117537,\n
          2541117630\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181357,\n
        "timestamp": "2013-11-20T10:44:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118901,\n
          2541118897,\n
          2541118964,\n
          2541118982,\n
          2541118994,\n
          2541118930,\n
          2541118917,\n
          2541118901\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181358,\n
        "timestamp": "2013-11-20T10:44:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116192,\n
          2541116184,\n
          2541116193,\n
          2541116219,\n
          2541116226,\n
          2541116222,\n
          2541116217,\n
          2541116192\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181359,\n
        "timestamp": "2013-11-20T10:44:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115886,\n
          2541115894,\n
          2541115927,\n
          2541115935,\n
          2541115895,\n
          2541115874,\n
          2541115882,\n
          2541115886\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181360,\n
        "timestamp": "2013-11-20T10:44:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115728,\n
          2541115730,\n
          2541115733,\n
          2541115732,\n
          2541115729,\n
          2541115727,\n
          2541115726,\n
          2541115728\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181361,\n
        "timestamp": "2013-11-20T10:44:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120451,\n
          2541120452,\n
          2541120471,\n
          2541120468,\n
          2541120456,\n
          2541120454,\n
          2541120430,\n
          2541120451\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181362,\n
        "timestamp": "2013-11-20T10:44:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117539,\n
          2541117434,\n
          2541117337,\n
          2541117302,\n
          2541117314,\n
          2541117294,\n
          2541117494,\n
          2541117539\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181364,\n
        "timestamp": "2013-11-20T10:44:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118745,\n
          2541118742,\n
          2541118764,\n
          2541118769,\n
          2541118773,\n
          2541118781,\n
          2541118761,\n
          2541118745\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181365,\n
        "timestamp": "2013-11-20T10:44:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120751,\n
          2541120756,\n
          2541120763,\n
          2541120767,\n
          2541120776,\n
          2541120770,\n
          2541120766,\n
          2541120751\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181366,\n
        "timestamp": "2013-11-20T10:44:35Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120429,\n
          2541120400,\n
          2541120386,\n
          2541120378,\n
          2541120314,\n
          2541120338,\n
          2541120387,\n
          2541120429\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181368,\n
        "timestamp": "2013-11-20T10:44:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120373,\n
          2541120316,\n
          2541120218,\n
          2541120262,\n
          2541120264,\n
          2541120341,\n
          2541120349,\n
          2541120373\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181369,\n
        "timestamp": "2013-11-20T10:44:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119893,\n
          2541119843,\n
          2541119964,\n
          2541119918,\n
          2541120059,\n
          2541120124,\n
          2541119949,\n
          2541119893\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181371,\n
        "timestamp": "2013-11-20T10:44:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120788,\n
          2541120781,\n
          2541120785,\n
          2541120789,\n
          2541120808,\n
          2541120810,\n
          2541120820,\n
          2541120788\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181373,\n
        "timestamp": "2013-11-20T10:44:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118559,\n
          2541118556,\n
          2541118578,\n
          2541118579,\n
          2541118609,\n
          2541118612,\n
          2541118586,\n
          2541118559\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181374,\n
        "timestamp": "2013-11-20T10:44:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119788,\n
          2541119633,\n
          2541119626,\n
          2541119613,\n
          2541119664,\n
          2541119708,\n
          2541119772,\n
          2541119788\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181376,\n
        "timestamp": "2013-11-20T10:44:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119083,\n
          2541119110,\n
          2541119115,\n
          2541119078,\n
          2541119092,\n
          2541119064,\n
          2541119060,\n
          2541119050,\n
          2541119083\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181377,\n
        "timestamp": "2013-11-20T10:44:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117522,\n
          2541117472,\n
          2541117559,\n
          2541117610,\n
          2541117571,\n
          2541117565,\n
          2541117533,\n
          2541117541,\n
          2541117522\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181379,\n
        "timestamp": "2013-11-20T10:44:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119351,\n
          2541119249,\n
          2541119234,\n
          2541119244,\n
          2541119232,\n
          2541119271,\n
          2541119309,\n
          2541119346,\n
          2541119351\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181380,\n
        "timestamp": "2013-11-20T10:44:36Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118783,\n
          2541118838,\n
          2541118858,\n
          2541118872,\n
          2541118880,\n
          2541118850,\n
          2541118878,\n
          2541118794,\n
          2541118783\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181381,\n
        "timestamp": "2013-11-20T10:44:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119250,\n
          2541119236,\n
          2541119230,\n
          2541119221,\n
          2541119198,\n
          2541119186,\n
          2541119171,\n
          2541119211,\n
          2541119250\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181382,\n
        "timestamp": "2013-11-20T10:44:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117705,\n
          2541117756,\n
          2541117953,\n
          2541117925,\n
          2541117931,\n
          2541117915,\n
          2541117903,\n
          2541117896,\n
          2541117705\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181384,\n
        "timestamp": "2013-11-20T10:44:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118577,\n
          2541118557,\n
          2541118693,\n
          2541118707,\n
          2541118651,\n
          2541118658,\n
          2541118637,\n
          2541118635,\n
          2541118577\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181385,\n
        "timestamp": "2013-11-20T10:44:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120068,\n
          2541120021,\n
          2541120010,\n
          2541120042,\n
          2541120056,\n
          2541120060,\n
          2541120045,\n
          2541120080,\n
          2541120068\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181386,\n
        "timestamp": "2013-11-20T10:44:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117064,\n
          2541117083,\n
          2541117113,\n
          2541116991,\n
          2541116971,\n
          2541116962,\n
          2541116987,\n
          2541116967,\n
          2541117064\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181388,\n
        "timestamp": "2013-11-20T10:44:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120869,\n
          2541120866,\n
          2541120870,\n
          2541120882,\n
          2541120881,\n
          2541120885,\n
          2541120883,\n
          2541120877,\n
          2541120869\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181389,\n
        "timestamp": "2013-11-20T10:44:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118295,\n
          2541118289,\n
          2541118310,\n
          2541118325,\n
          2541118318,\n
          2541118321,\n
          2541118269,\n
          2541118236,\n
          2541118295\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181390,\n
        "timestamp": "2013-11-20T10:44:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120685,\n
          2541120688,\n
          2541120691,\n
          2541120698,\n
          2541120697,\n
          2541120726,\n
          2541120724,\n
          2541120720,\n
          2541120685\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181392,\n
        "timestamp": "2013-11-20T10:44:37Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118810,\n
          2541118907,\n
          2541118974,\n
          2541119052,\n
          2541119022,\n
          2541119034,\n
          2541119039,\n
          2541118975,\n
          2541118810\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181393,\n
        "timestamp": "2013-11-20T10:44:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117091,\n
          2541116949,\n
          2541116927,\n
          2541116733,\n
          2541116806,\n
          2541116901,\n
          2541116954,\n
          2541117077,\n
          2541117091\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181395,\n
        "timestamp": "2013-11-20T10:44:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117308,\n
          2541117291,\n
          2541117193,\n
          2541117214,\n
          2541117413,\n
          2541117509,\n
          2541117396,\n
          2541117369,\n
          2541117308\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181396,\n
        "timestamp": "2013-11-20T10:44:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118531,\n
          2541118545,\n
          2541118535,\n
          2541118506,\n
          2541118479,\n
          2541118472,\n
          2541118480,\n
          2541118467,\n
          2541118531\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181398,\n
        "timestamp": "2013-11-20T10:44:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118767,\n
          2541118677,\n
          2541118667,\n
          2541118731,\n
          2541118728,\n
          2541118738,\n
          2541118741,\n
          2541118760,\n
          2541118767\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181400,\n
        "timestamp": "2013-11-20T10:44:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118560,\n
          2541118540,\n
          2541118551,\n
          2541118589,\n
          2541118584,\n
          2541118576,\n
          2541118570,\n
          2541118565,\n
          2541118560\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181401,\n
        "timestamp": "2013-11-20T10:44:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116490,\n
          2541116427,\n
          2541116352,\n
          2541116342,\n
          2541116327,\n
          2541116374,\n
          2541116377,\n
          2541116434,\n
          2541116490\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181402,\n
        "timestamp": "2013-11-20T10:44:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116017,\n
          2541116013,\n
          2541116042,\n
          2541116048,\n
          2541116055,\n
          2541116057,\n
          2541116038,\n
          2541116037,\n
          2541116017\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181404,\n
        "timestamp": "2013-11-20T10:44:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118464,\n
          2541118523,\n
          2541118510,\n
          2541118489,\n
          2541118461,\n
          2541118481,\n
          2541118474,\n
          2541118438,\n
          2541118464\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181405,\n
        "timestamp": "2013-11-20T10:44:38Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115950,\n
          2541115942,\n
          2541115937,\n
          2541115934,\n
          2541115971,\n
          2541115979,\n
          2541115967,\n
          2541115975,\n
          2541115950\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181408,\n
        "timestamp": "2013-11-20T10:44:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118770,\n
          2541118791,\n
          2541118848,\n
          2541118805,\n
          2541118785,\n
          2541118768,\n
          2541118746,\n
          2541118757,\n
          2541118770\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181409,\n
        "timestamp": "2013-11-20T10:44:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118619,\n
          2541118616,\n
          2541118643,\n
          2541118644,\n
          2541118668,\n
          2541118669,\n
          2541118662,\n
          2541118663,\n
          2541118619\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181411,\n
        "timestamp": "2013-11-20T10:44:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120241,\n
          2541120222,\n
          2541120226,\n
          2541120212,\n
          2541120221,\n
          2541120223,\n
          2541120261,\n
          2541120299,\n
          2541120241\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181412,\n
        "timestamp": "2013-11-20T10:44:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116668,\n
          2541116484,\n
          2541116437,\n
          2541116426,\n
          2541116534,\n
          2541116585,\n
          2541116745,\n
          2541116779,\n
          2541116668\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181413,\n
        "timestamp": "2013-11-20T10:44:39Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116919,\n
          2541116956,\n
          2541116989,\n
          2541116694,\n
          2541116620,\n
          2541116605,\n
          2541116653,\n
          2541116665,\n
          2541116919\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181414,\n
        "timestamp": "2013-11-20T10:44:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116960,\n
          2541116908,\n
          2541116838,\n
          2541116766,\n
          2541116927,\n
          2541116949,\n
          2541117000,\n
          2541117085,\n
          2541116960\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181415,\n
        "timestamp": "2013-11-20T10:44:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120444,\n
          2541120421,\n
          2541120446,\n
          2541120412,\n
          2541120374,\n
          2541120422,\n
          2541120431,\n
          2541120447,\n
          2541120444\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181416,\n
        "timestamp": "2013-11-20T10:44:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116172,\n
          2541116230,\n
          2541116241,\n
          2541116188,\n
          2541116221,\n
          2541116199,\n
          2541116173,\n
          2541116185,\n
          2541116172\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181418,\n
        "timestamp": "2013-11-20T10:44:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116097,\n
          2541116114,\n
          2541116121,\n
          2541116132,\n
          2541116161,\n
          2541116147,\n
          2541116141,\n
          2541116122,\n
          2541116097\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181420,\n
        "timestamp": "2013-11-20T10:44:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120548,\n
          2541120543,\n
          2541120521,\n
          2541120518,\n
          2541120513,\n
          2541120510,\n
          2541120506,\n
          2541120517,\n
          2541120548\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181423,\n
        "timestamp": "2013-11-20T10:44:40Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118581,\n
          2541118564,\n
          2541118543,\n
          2541118538,\n
          2541118532,\n
          2541118542,\n
          2541118552,\n
          2541118563,\n
          2541118581\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181426,\n
        "timestamp": "2013-11-20T10:44:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115771,\n
          2541115762,\n
          2541115773,\n
          2541115781,\n
          2541115778,\n
          2541115780,\n
          2541115777,\n
          2541115760,\n
          2541115771\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181428,\n
        "timestamp": "2013-11-20T10:44:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119124,\n
          2541119095,\n
          2541119312,\n
          2541119342,\n
          2541119349,\n
          2541119317,\n
          2541119140,\n
          2541119150,\n
          2541119124\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181429,\n
        "timestamp": "2013-11-20T10:44:41Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116321,\n
          2541116297,\n
          2541116330,\n
          2541116348,\n
          2541116341,\n
          2541116340,\n
          2541116332,\n
          2541116334,\n
          2541116321\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181431,\n
        "timestamp": "2013-11-20T10:44:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118317,\n
          2541118293,\n
          2541118277,\n
          2541118210,\n
          2541118202,\n
          2541118154,\n
          2541118244,\n
          2541118323,\n
          2541118317\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181432,\n
        "timestamp": "2013-11-20T10:44:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120311,\n
          2541120339,\n
          2541120392,\n
          2541120381,\n
          2541120391,\n
          2541120385,\n
          2541120361,\n
          2541120343,\n
          2541120311\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181433,\n
        "timestamp": "2013-11-20T10:44:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117139,\n
          2541117361,\n
          2541117164,\n
          2541117162,\n
          2541117095,\n
          2541117130,\n
          2541117140,\n
          2541117048,\n
          2541117139\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181434,\n
        "timestamp": "2013-11-20T10:44:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116329,\n
          2541116337,\n
          2541116354,\n
          2541116363,\n
          2541116350,\n
          2541116311,\n
          2541116302,\n
          2541116344,\n
          2541116329\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181435,\n
        "timestamp": "2013-11-20T10:44:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116194,\n
          2541116198,\n
          2541116201,\n
          2541116206,\n
          2541116208,\n
          2541116202,\n
          2541116196,\n
          2541116186,\n
          2541116194\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181436,\n
        "timestamp": "2013-11-20T10:44:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117699,\n
          2541117748,\n
          2541117794,\n
          2541117681,\n
          2541117663,\n
          2541117585,\n
          2541117648,\n
          2541117628,\n
          2541117699\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181438,\n
        "timestamp": "2013-11-20T10:44:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115772,\n
          2541115768,\n
          2541115769,\n
          2541115763,\n
          2541115754,\n
          2541115753,\n
          2541115740,\n
          2541115746,\n
          2541115772\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181439,\n
        "timestamp": "2013-11-20T10:44:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120024,\n
          2541120055,\n
          2541120011,\n
          2541120034,\n
          2541120078,\n
          2541120057,\n
          2541120050,\n
          2541119963,\n
          2541120024\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181440,\n
        "timestamp": "2013-11-20T10:44:42Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116531,\n
          2541116383,\n
          2541116375,\n
          2541116382,\n
          2541116384,\n
          2541116393,\n
          2541116385,\n
          2541116453,\n
          2541116531\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181442,\n
        "timestamp": "2013-11-20T10:44:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118694,\n
          2541118597,\n
          2541118618,\n
          2541118724,\n
          2541118756,\n
          2541118799,\n
          2541118988,\n
          2541119111,\n
          2541118694\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181443,\n
        "timestamp": "2013-11-20T10:44:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116531,\n
          2541116589,\n
          2541116421,\n
          2541116412,\n
          2541116401,\n
          2541116402,\n
          2541116396,\n
          2541116383,\n
          2541116531\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181445,\n
        "timestamp": "2013-11-20T10:44:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117304,\n
          2541117341,\n
          2541117009,\n
          2541116932,\n
          2541116897,\n
          2541116880,\n
          2541116923,\n
          2541117007,\n
          2541117304\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181446,\n
        "timestamp": "2013-11-20T10:44:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120684,\n
          2541120685,\n
          2541120720,\n
          2541120730,\n
          2541120733,\n
          2541120740,\n
          2541120739,\n
          2541120735,\n
          2541120684\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181447,\n
        "timestamp": "2013-11-20T10:44:43Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116295,\n
          2541116272,\n
          2541116258,\n
          2541116251,\n
          2541116276,\n
          2541116305,\n
          2541116290,\n
          2541116315,\n
          2541116295\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181448,\n
        "timestamp": "2013-11-20T10:44:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116100,\n
          2541116091,\n
          2541116109,\n
          2541116102,\n
          2541116112,\n
          2541116119,\n
          2541116124,\n
          2541116136,\n
          2541116100\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181449,\n
        "timestamp": "2013-11-20T10:44:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119456,\n
          2541119341,\n
          2541119323,\n
          2541119314,\n
          2541119335,\n
          2541119376,\n
          2541119371,\n
          2541119429,\n
          2541119456\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181450,\n
        "timestamp": "2013-11-20T10:44:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120371,\n
          2541120407,\n
          2541120410,\n
          2541120413,\n
          2541120394,\n
          2541120377,\n
          2541120347,\n
          2541120324,\n
          2541120371\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181451,\n
        "timestamp": "2013-11-20T10:44:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119377,\n
          2541119375,\n
          2541119470,\n
          2541119443,\n
          2541119431,\n
          2541119317,\n
          2541119349,\n
          2541119369,\n
          2541119377\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181452,\n
        "timestamp": "2013-11-20T10:44:44Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119648,\n
          2541119639,\n
          2541119505,\n
          2541119427,\n
          2541119569,\n
          2541119593,\n
          2541119604,\n
          2541119611,\n
          2541119648\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181453,\n
        "timestamp": "2013-11-20T10:44:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116042,\n
          2541116045,\n
          2541116047,\n
          2541116050,\n
          2541116051,\n
          2541116054,\n
          2541116058,\n
          2541116055,\n
          2541116048,\n
          2541116042\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013",\n
          "wall": "no"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181454,\n
        "timestamp": "2013-11-20T10:44:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116312,\n
          2541116281,\n
          2541116266,\n
          2541116270,\n
          2541116264,\n
          2541116277,\n
          2541116263,\n
          2541116272,\n
          2541116295,\n
          2541116312\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181455,\n
        "timestamp": "2013-11-20T10:44:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116258,\n
          2541116250,\n
          2541116247,\n
          2541116243,\n
          2541116242,\n
          2541116213,\n
          2541116204,\n
          2541116245,\n
          2541116251,\n
          2541116258\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181456,\n
        "timestamp": "2013-11-20T10:44:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120336,\n
          2541120296,\n
          2541120277,\n
          2541120271,\n
          2541120256,\n
          2541120306,\n
          2541120320,\n
          2541120319,\n
          2541120331,\n
          2541120336\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181457,\n
        "timestamp": "2013-11-20T10:44:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120533,\n
          2541120552,\n
          2541120580,\n
          2541120575,\n
          2541120567,\n
          2541120551,\n
          2541120598,\n
          2541120589,\n
          2541120561,\n
          2541120533\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181458,\n
        "timestamp": "2013-11-20T10:44:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117285,\n
          2541117331,\n
          2541117122,\n
          2541117097,\n
          2541117079,\n
          2541117136,\n
          2541117127,\n
          2541117149,\n
          2541117147,\n
          2541117285\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181459,\n
        "timestamp": "2013-11-20T10:44:45Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116269,\n
          2541116259,\n
          2541116306,\n
          2541116309,\n
          2541116310,\n
          2541116303,\n
          2541116304,\n
          2541116288,\n
          2541116283,\n
          2541116269\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181460,\n
        "timestamp": "2013-11-20T10:44:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120157,\n
          2541120193,\n
          2541120181,\n
          2541120185,\n
          2541120183,\n
          2541120170,\n
          2541120168,\n
          2541120175,\n
          2541120147,\n
          2541120157\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181462,\n
        "timestamp": "2013-11-20T10:44:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118037,\n
          2541118078,\n
          2541118041,\n
          2541118006,\n
          2541117937,\n
          2541118014,\n
          2541117923,\n
          2541117943,\n
          2541117998,\n
          2541118037\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181464,\n
        "timestamp": "2013-11-20T10:44:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118836,\n
          2541118871,\n
          2541118835,\n
          2541118838,\n
          2541118783,\n
          2541118765,\n
          2541118755,\n
          2541118771,\n
          2541118797,\n
          2541118836\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181465,\n
        "timestamp": "2013-11-20T10:44:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116376,\n
          2541116356,\n
          2541116358,\n
          2541116346,\n
          2541116364,\n
          2541116331,\n
          2541116351,\n
          2541116419,\n
          2541116369,\n
          2541116376\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181466,\n
        "timestamp": "2013-11-20T10:44:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541116045,\n
          2541116071,\n
          2541116074,\n
          2541116063,\n
          2541116058,\n
          2541116054,\n
          2541116051,\n
          2541116050,\n
          2541116047,\n
          2541116045\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181467,\n
        "timestamp": "2013-11-20T10:44:46Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120608,\n
          2541120630,\n
          2541120640,\n
          2541120660,\n
          2541120668,\n
          2541120701,\n
          2541120696,\n
          2541120686,\n
          2541120667,\n
          2541120608\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181468,\n
        "timestamp": "2013-11-20T10:44:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120823,\n
          2541120809,\n
          2541120826,\n
          2541120825,\n
          2541120833,\n
          2541120843,\n
          2541120858,\n
          2541120863,\n
          2541120865,\n
          2541120823\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181469,\n
        "timestamp": "2013-11-20T10:44:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120847,\n
          2541120827,\n
          2541120830,\n
          2541120829,\n
          2541120840,\n
          2541120844,\n
          2541120846,\n
          2541120853,\n
          2541120855,\n
          2541120847\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181470,\n
        "timestamp": "2013-11-20T10:44:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119866,\n
          2541119845,\n
          2541119829,\n
          2541119795,\n
          2541119778,\n
          2541119918,\n
          2541119964,\n
          2541119843,\n
          2541119893,\n
          2541119866\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181471,\n
        "timestamp": "2013-11-20T10:44:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120455,\n
          2541120478,\n
          2541120476,\n
          2541120494,\n
          2541120531,\n
          2541120527,\n
          2541120537,\n
          2541120508,\n
          2541120499,\n
          2541120455\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181472,\n
        "timestamp": "2013-11-20T10:44:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120566,\n
          2541120560,\n
          2541120557,\n
          2541120583,\n
          2541120565,\n
          2541120538,\n
          2541120549,\n
          2541120553,\n
          2541120559,\n
          2541120566\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181473,\n
        "timestamp": "2013-11-20T10:44:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119354,\n
          2541119316,\n
          2541119311,\n
          2541119263,\n
          2541119225,\n
          2541119201,\n
          2541119272,\n
          2541119301,\n
          2541119337,\n
          2541119354\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181474,\n
        "timestamp": "2013-11-20T10:44:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119260,\n
          2541119362,\n
          2541119425,\n
          2541119439,\n
          2541119359,\n
          2541119364,\n
          2541119329,\n
          2541119303,\n
          2541119281,\n
          2541119260\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181475,\n
        "timestamp": "2013-11-20T10:44:47Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118925,\n
          2541118944,\n
          2541118929,\n
          2541118871,\n
          2541118836,\n
          2541118867,\n
          2541118809,\n
          2541118877,\n
          2541118913,\n
          2541118925\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181476,\n
        "timestamp": "2013-11-20T10:44:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117055,\n
          2541116849,\n
          2541116785,\n
          2541116832,\n
          2541116788,\n
          2541116735,\n
          2541116751,\n
          2541116691,\n
          2541117013,\n
          2541117055\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181477,\n
        "timestamp": "2013-11-20T10:44:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541118062,\n
          2541118131,\n
          2541118136,\n
          2541118117,\n
          2541118138,\n
          2541118208,\n
          2541118218,\n
          2541118109,\n
          2541118068,\n
          2541118062\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181479,\n
        "timestamp": "2013-11-20T10:44:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119206,\n
          2541119182,\n
          2541119283,\n
          2541119288,\n
          2541119291,\n
          2541119302,\n
          2541119318,\n
          2541119331,\n
          2541119308,\n
          2541119206\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181481,\n
        "timestamp": "2013-11-20T10:44:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541115794,\n
          2541115831,\n
          2541115854,\n
          2541115835,\n
          2541115839,\n
          2541115822,\n
          2541115818,\n
          2541115812,\n
          2541115795,\n
          2541115794\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181485,\n
        "timestamp": "2013-11-20T10:44:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117116,\n
          2541116960,\n
          2541117085,\n
          2541117109,\n
          2541117057,\n
          2541117135,\n
          2541117182,\n
          2541117186,\n
          2541117289,\n
          2541117116\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181488,\n
        "timestamp": "2013-11-20T10:44:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541120362,\n
          2541120351,\n
          2541120363,\n
          2541120358,\n
          2541120372,\n
          2541120366,\n
          2541120448,\n
          2541120467,\n
          2541120402,\n
          2541120362\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181490,\n
        "timestamp": "2013-11-20T10:44:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119132,\n
          2541119123,\n
          2541119116,\n
          2541119216,\n
          2541119226,\n
          2541119213,\n
          2541119214,\n
          2541119205,\n
          2541119207,\n
          2541119132\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181492,\n
        "timestamp": "2013-11-20T10:44:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119547,\n
          2541119631,\n
          2541119634,\n
          2541119710,\n
          2541119723,\n
          2541119744,\n
          2541119609,\n
          2541119565,\n
          2541119557,\n
          2541119547\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181494,\n
        "timestamp": "2013-11-20T10:44:48Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541117350,\n
          2541117296,\n
          2541117116,\n
          2541117289,\n
          2541117329,\n
          2541117324,\n
          2541117312,\n
          2541117379,\n
          2541117403,\n
          2541117350\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 247181497,\n
        "timestamp": "2013-11-20T10:44:49Z",\n
        "version": 1,\n
        "changeset": 19010274,\n
        "user": "Pichasso_import_bati",\n
        "uid": 1652086,\n
        "nodes": [\n
          2541119243,\n
          2541119433,\n
          2541119460,\n
          2541119480,\n
          2541119513,\n
          2541119520,\n
          2541119266,\n
          2541119241,\n
          2541119269,\n
          2541119243\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2013"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 332838177,\n
        "timestamp": "2015-03-15T10:04:38Z",\n
        "version": 1,\n
        "changeset": 29490612,\n
        "user": "Max-Kritic",\n
        "uid": 414659,\n
        "nodes": [\n
          3399504358,\n
          3399506661,\n
          3399504356,\n
          3399510394,\n
          3399510396,\n
          3399504357,\n
          3399510397,\n
          3399504358\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2015"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 332838900,\n
        "timestamp": "2015-03-15T10:06:26Z",\n
        "version": 1,\n
        "changeset": 29490655,\n
        "user": "Max-Kritic",\n
        "uid": 414659,\n
        "nodes": [\n
          3399512591,\n
          3399512655,\n
          3399512654,\n
          3399512734,\n
          3399512591\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2015"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 332838901,\n
        "timestamp": "2015-03-15T10:06:26Z",\n
        "version": 1,\n
        "changeset": 29490655,\n
        "user": "Max-Kritic",\n
        "uid": 414659,\n
        "nodes": [\n
          3399512734,\n
          3399512654,\n
          3399512653,\n
          3399512733,\n
          3399512656,\n
          3399512592,\n
          3399512590,\n
          3399512734\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2015"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 332838987,\n
        "timestamp": "2015-03-15T10:07:11Z",\n
        "version": 1,\n
        "changeset": 29490672,\n
        "user": "Max-Kritic",\n
        "uid": 414659,\n
        "nodes": [\n
          3399514609,\n
          3399514608,\n
          3399513696,\n
          3399514217,\n
          3399514216,\n
          3399513697,\n
          3399514606,\n
          3399514605,\n
          3399514609\n
        ],\n
        "tags": {\n
          "building": "yes",\n
          "source": "cadastre-dgi-fr source : Direction Générale des Finances Publiques - Cadastre. Mise à jour : 2015"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1025121690,\n
        "timestamp": "2025-08-25T06:45:25Z",\n
        "version": 2,\n
        "changeset": 170957364,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          2541118763,\n
          2541118632,\n
          2541118648,\n
          2541118650,\n
          2541118652,\n
          2541118802,\n
          2541118796,\n
          2541118795,\n
          2541118790,\n
          2541118782,\n
          9452188726,\n
          2541118763\n
        ],\n
        "tags": {\n
          "addr:city": "Beaumetz-lès-Cambrai",\n
          "addr:housenumber": "5 bis",\n
          "addr:postcode": "62124",\n
          "addr:street": "Rue de l'Église",\n
          "amenity": "school",\n
          "contact:email": "ce.0620542C@ac-lille.fr",\n
          "contact:phone": "+33 321072618",\n
          "name": "École élémentaire RPI 56",\n
          "operator:type": "public",\n
          "ref:FR:SIRET": "21620096400023",\n
          "ref:UAI": "0620542C",\n
          "school:FR": "élémentaire",\n
          "source": "data.gouv.fr:Éducation Nationale - 09/2021",\n
          "start_date": "1966-09-01"\n
        }\n
      },\n
      {\n
        "type": "way",\n
        "id": 1025121694,\n
        "timestamp": "2022-01-27T09:01:20Z",\n
        "version": 1,\n
        "changeset": 116655624,\n
        "user": "ThomasDu",\n
        "uid": 11808659,\n
        "nodes": [\n
          2541120066,\n
          9452188748,\n
          9452188749,\n
          9452188750,\n
          9452188751,\n
          2541120066\n
        ],\n
        "tags": {\n
          "building": "yes"\n
        }\n
      }\n
      \n
        ]\n
      }\n
      """
  ]
]